Browse
For agents
About
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz
/
0.0.3
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz
v0.0.3
Switch version
2.12.6
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.2
2.8.1
2.7.0
2.7.1
2.8.0
trunk
0.0.10
0.0.11
0.0.12
0.0.13
0.0.2
0.0.3
All 96 releases
Overview
Code
sureforms
/
src
/
admin
/
settings
/
settingsIcon.js
settingsIcon.js
20 lines
884 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
export
default
function
GeneralIcon
(
)
{
2
return
(
3
<
svg
4
width
=
"
20
"
5
height
=
"
20
"
6
viewBox
=
"
0 0 20 20
"
7
fill
=
"
none
"
8
xmlns
=
"
http://www.w3.org/2000/svg
"
9
>
10
<
path
11
d
=
"
M5 11.25L5 3.125M5 11.25C5.69036 11.25 6.25 11.8096 6.25 12.5C6.25 13.1904 5.69036 13.75 5 13.75M5 11.25C4.30964 11.25 3.75 11.8096 3.75 12.5C3.75 13.1904 4.30964 13.75 5 13.75M5 16.875L5 13.75M15 11.25V3.125M15 11.25C15.6904 11.25 16.25 11.8096 16.25 12.5C16.25 13.1904 15.6904 13.75 15 13.75M15 11.25C14.3096 11.25 13.75 11.8096 13.75 12.5C13.75 13.1904 14.3096 13.75 15 13.75M15 16.875L15 13.75M10 6.25V3.125M10 6.25C10.6904 6.25 11.25 6.80964 11.25 7.5C11.25 8.19036 10.6904 8.75 10 8.75M10 6.25C9.30964 6.25 8.75 6.80964 8.75 7.5C8.75 8.19036 9.30964 8.75 10 8.75M10 16.875V8.75
"
12
stroke
=
"
#1E293B
"
13
strokeWidth
=
"
1.5
"
14
strokeLinecap
=
"
round
"
15
strokeLinejoin
=
"
round
"
16
/>
17
</
svg
>
18
)
;
19
}
20