Browse
For agents
About
Extendify
/
3.0.4
Extendify
v3.0.4
Switch version
3.2.1
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.6
3.0.5
3.0.4
trunk
0.1.0
0.10.0
0.10.1
0.10.2
0.11.0
0.11.1
0.2.0
0.3.0
0.3.1
0.4.0
0.5.0
0.6.0
All 127 releases
Overview
Code
extendify
/
src
/
Draft
/
svg
/
Replace.jsx
Replace.jsx
in Extendify 3.0.4, at src/Draft/svg/Replace.jsx
11 lines
710 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
import
{
__
}
from
'
@wordpress/i18n
'
;
2
3
const
replace
=
(
4
<
svg
viewBox
=
"
0 0 24 24
"
xmlns
=
"
http://www.w3.org/2000/svg
"
>
5
<
title
>
{
__
(
'
Replace Icon
'
,
'
extendify-local
'
)
}
</
title
>
6
<
path
d
=
"
M18.6 19.5008H21V21.5008H15V15.5008H17V18.2308C18.83 16.7608 20 14.5208 20 12.0008C20 7.93078 16.94 4.56078 13 4.07078V2.05078C18.05 2.55078 22 6.81078 22 12.0008C22 14.9908 20.68 17.6708 18.6 19.5008ZM4 12.0008C4 9.48078 5.17 7.23078 7 5.77078V8.50078H9V2.50078H3V4.50078H5.4C3.32 6.33078 2 9.01078 2 12.0008C2 17.1908 5.95 21.4508 11 21.9508V19.9308C7.06 19.4408 4 16.0708 4 12.0008ZM16.24 8.11078L10.58 13.7708L7.75 10.9408L6.34 12.3508L10.58 16.5908L17.65 9.52078L16.24 8.11078Z
"
/>
7
</
svg
>
8
)
;
9
10
export
default
replace
;
11