Browse
For agents
About
Extendify
/
3.2.1
Extendify
v3.2.1
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
/
Launch
/
components
/
QuestionIcon
/
Icons
/
pages.js
pages.js
in Extendify 3.2.1, at src/Launch/components/QuestionIcon/Icons/pages.js
14 lines
493 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
export
const
Pages
=
(
)
=>
(
3
<
svg
4
xmlns
=
"
http://www.w3.org/2000/svg
"
5
height
=
"
20px
"
6
viewBox
=
"
0 -960 960 960
"
7
width
=
"
20px
"
8
fill
=
"
currentColor
"
9
>
10
<
title
>
{
__
(
'
Pages Icon
'
,
'
extendify-local
'
)
}
</
title
>
11
<
path
d
=
"
M760-200H320q-33 0-56.5-23.5T240-280v-560q0-33 23.5-56.5T320-920h280l240 240v400q0 33-23.5 56.5T760-200ZM560-640v-200H320v560h440v-360H560ZM160-40q-33 0-56.5-23.5T80-120v-560h80v560h440v80H160Zm160-800v200-200 560-560Z
"
/>
12
</
svg
>
13
)
;
14