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
/
AlertTriangle.tsx
AlertTriangle.tsx
in GiveWP – Donation Plugin and Fundraising Platform 4.16.9, at src/Views/Components/AdminUI/Icons/AlertTriangle.tsx
12 lines
1.6 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
AlertTriangle
(
)
{
2
return
(
3
<
svg
width
=
"
16
"
height
=
"
16
"
viewBox
=
"
0 0 16 16
"
fill
=
"
none
"
xmlns
=
"
http://www.w3.org/2000/svg
"
>
4
<
g
id
=
"
alert-triangle
"
>
5
<
path
id
=
"
Solid
"
fillRule
=
"
evenodd
"
clipRule
=
"
evenodd
"
6
d
=
"
M8.54285 1.11111C8.19798 0.957756 7.80426 0.957756 7.45939 1.11111C7.19304 1.22954 7.02001 1.43815 6.89961 1.60814C6.78124 1.77526 6.6545 1.99421 6.51512 2.23501L1.00368 11.7548C0.863739 11.9964 0.73657 12.2161 0.650343 12.4024C0.56271 12.5919 0.46764 12.8465 0.49794 13.1371C0.537147 13.5132 0.734174 13.8549 1.03998 14.0773C1.27631 14.2491 1.54431 14.2944 1.75215 14.3135C1.95665 14.3322 2.21042 14.3322 2.48968 14.3322H13.5125C13.7918 14.3322 14.0456 14.3322 14.2501 14.3135C14.4579 14.2944 14.7259 14.2491 14.9623 14.0773C15.2681 13.8549 15.4651 13.5132 15.5043 13.1371C15.5346 12.8465 15.4395 12.5919 15.3519 12.4024C15.2657 12.2161 15.1385 11.9965 14.9986 11.7548L9.48711 2.23499C9.34774 1.9942 9.221 1.77526 9.10263 1.60814C8.98223 1.43815 8.80921 1.22954 8.54285 1.11111ZM8.66781 5.99886C8.66781 5.63067 8.36933 5.33219 8.00114 5.33219C7.63295 5.33219 7.33447 5.63067 7.33447 5.99886V8.66553C7.33447 9.03372 7.63295 9.33219 8.00114 9.33219C8.36933 9.33219 8.66781 9.03372 8.66781 8.66553V5.99886ZM8.00114 10.6655C7.63295 10.6655 7.33447 10.964 7.33447 11.3322C7.33447 11.7004 7.63295 11.9989 8.00114 11.9989H8.00781C8.376 11.9989 8.67447 11.7004 8.67447 11.3322C8.67447 10.964 8.376 10.6655 8.00781 10.6655H8.00114Z
"
7
fill
=
"
#F29718
"
/>
8
</
g
>
9
</
svg
>
10
)
11
}
12