Browse
For agents
About
GiveWP – Donation Plugin and Fundraising Platform
/
4.16.9
GiveWP – Donation Plugin and Fundraising Platform
v4.16.9
Switch version
4.16.9
4.16.8.1
4.16.8
4.16.7.2
4.16.7.1
4.16.7
4.16.6.1
4.16.6
4.16.5.1
4.16.5
4.16.4
4.16.3
4.16.2
4.16.1
4.16.0
4.15.5
4.15.4
4.15.3
4.15.2
4.15.1
4.15.0
2.3.0
2.3.1
2.3.2
2.30.0
All 255 releases
Overview
Code
give
/
src
/
Views
/
Components
/
AdminUI
/
Icons
/
CompassIcon.tsx
CompassIcon.tsx
in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Views/Components/AdminUI/Icons/CompassIcon.tsx
12 lines
1.2 KB
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
CompassIcon
(
{
...
rest
}
)
{
2
return
(
3
<
svg
width
=
"
16
"
height
=
"
16
"
viewBox
=
"
0 0 16 16
"
fill
=
"
none
"
xmlns
=
"
http://www.w3.org/2000/svg
"
{
...
rest
}
>
4
<
g
id
=
"
compass-03
"
>
5
<
path
id
=
"
Solid
"
fillRule
=
"
evenodd
"
clipRule
=
"
evenodd
"
6
d
=
"
M8.00033 0.667969C3.95024 0.667969 0.666992 3.95121 0.666992 8.0013C0.666992 12.0514 3.95024 15.3346 8.00033 15.3346C12.0504 15.3346 15.3337 12.0514 15.3337 8.0013C15.3337 3.95121 12.0504 0.667969 8.00033 0.667969ZM10.4119 5.38756C10.3036 5.34894 10.1408 5.40322 9.81506 5.51179L6.83997 6.50348C6.74721 6.5344 6.70083 6.54987 6.66231 6.57621C6.6282 6.59955 6.59872 6.62902 6.57539 6.66314C6.54904 6.70166 6.53358 6.74803 6.50266 6.8408L5.51096 9.81588C5.4024 10.1416 5.34812 10.3044 5.38673 10.4127C5.42034 10.507 5.4945 10.5811 5.58874 10.6147C5.69704 10.6534 5.85989 10.5991 6.18558 10.4905L9.16067 9.49881C9.25343 9.46789 9.29981 9.45243 9.33833 9.42608C9.37244 9.40274 9.40192 9.37327 9.42526 9.33915C9.4516 9.30064 9.46706 9.25426 9.49798 9.1615L10.4897 6.18641C10.5982 5.86071 10.6525 5.69786 10.6139 5.58957C10.5803 5.49532 10.5061 5.42116 10.4119 5.38756Z
"
7
/>
8
</
g
>
9
</
svg
>
10
)
11
}
12