@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
631 lines (630 loc) • 24 kB
JSX
const React = require("react");
const BombIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 33 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath="url(#clip0_7150_6142)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M28.483 3.20649C28.4871 3.14896 28.4724 3.09145 28.4359 3.04682C28.1926 2.74967 27.5888 2.28164 26.8249 2.32259C26.7625 2.32593 26.7051 2.35608 26.6632 2.40246L26.5743 2.50104C26.4363 2.65404 26.348 2.84534 26.321 3.04962L26.2456 3.62184C26.2112 3.88261 25.8338 3.88261 25.7994 3.62184L25.724 3.04962C25.697 2.84534 25.6087 2.65404 25.4707 2.50104L25.3818 2.40246C25.3399 2.35608 25.2824 2.32593 25.2201 2.32259C24.4562 2.28164 23.8523 2.74967 23.6091 3.04682C23.5726 3.09145 23.5579 3.14896 23.562 3.20649L23.5708 3.32984C23.5843 3.51857 23.6501 3.69982 23.7609 3.85322L24.1621 4.40877C24.3309 4.64241 24.0356 4.92899 23.8071 4.75334L23.3804 4.42535C23.217 4.29977 23.0194 4.22673 22.8136 4.21589L22.6811 4.20891C22.6187 4.20563 22.5567 4.22489 22.5102 4.26658C21.9405 4.77712 21.8436 5.53495 21.8814 5.9171C21.887 5.97449 21.9172 6.02561 21.9607 6.06344L22.0541 6.14453C22.1969 6.26862 22.3716 6.35042 22.5584 6.38076L23.0458 6.45994C23.3257 6.5054 23.3257 6.908 23.0458 6.95347L22.5584 7.03265C22.3716 7.06299 22.1969 7.14479 22.0541 7.26887L21.9607 7.34997C21.9172 7.38779 21.887 7.43891 21.8814 7.49631C21.8436 7.87845 21.9405 8.63628 22.5102 9.14683C22.5567 9.18851 22.6187 9.20778 22.6811 9.20449L22.8136 9.19751C23.0194 9.18667 23.217 9.11364 23.3804 8.98806L23.8071 8.66006C24.0356 8.48441 24.3309 8.771 24.1621 9.00464L23.7609 9.56019C23.6501 9.71359 23.5843 9.89483 23.5708 10.0836L23.562 10.2069C23.5579 10.2644 23.5726 10.322 23.6091 10.3666C23.8523 10.6637 24.4562 11.1318 25.2201 11.0908C25.2824 11.0875 25.3399 11.0573 25.3818 11.0109L25.4707 10.9124C25.6087 10.7594 25.697 10.5681 25.724 10.3638L25.7746 9.97949C25.8129 9.68975 26.2321 9.68975 26.2703 9.97949L26.321 10.3638C26.348 10.5681 26.4363 10.7594 26.5743 10.9124L26.6632 11.0109C26.7051 11.0573 26.7625 11.0875 26.8249 11.0908C27.5888 11.1318 28.1926 10.6637 28.4359 10.3666C28.4724 10.322 28.4871 10.2644 28.483 10.2069L28.4742 10.0836C28.4607 9.89483 28.3949 9.71359 28.2841 9.56019L27.8829 9.00464C27.7141 8.771 28.0094 8.48441 28.2379 8.66006L28.6646 8.98806C28.8279 9.11364 29.0256 9.18667 29.2313 9.19751L29.3639 9.20449C29.4263 9.20778 29.4883 9.18851 29.5348 9.14683C30.1045 8.63628 30.2013 7.87845 30.1636 7.49631C30.158 7.43891 30.1278 7.38779 30.0842 7.34997L29.9909 7.26887C29.848 7.14479 29.6734 7.06299 29.4866 7.03265L28.9992 6.95347C28.7193 6.908 28.7193 6.5054 28.9992 6.45994L29.4866 6.38076C29.6734 6.35042 29.848 6.26862 29.9909 6.14453L30.0842 6.06344C30.1278 6.02561 30.158 5.97449 30.1636 5.9171C30.2013 5.53495 30.1045 4.77712 29.5348 4.26658C29.4883 4.22489 29.4263 4.20563 29.3639 4.20891L29.2313 4.21589C29.0256 4.22673 28.8279 4.29977 28.6646 4.42535L28.2379 4.75334C28.0094 4.92899 27.7141 4.64241 27.8829 4.40877L28.2841 3.85322C28.3949 3.69982 28.4607 3.51857 28.4742 3.32984L28.483 3.20649Z"
fill="url(#paint0_linear_7150_6142)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M28.483 3.20649C28.4871 3.14896 28.4724 3.09145 28.4359 3.04682C28.1926 2.74967 27.5888 2.28164 26.8249 2.32259C26.7625 2.32593 26.7051 2.35608 26.6632 2.40246L26.5743 2.50104C26.4363 2.65404 26.348 2.84534 26.321 3.04962L26.2456 3.62184C26.2112 3.88261 25.8338 3.88261 25.7994 3.62184L25.724 3.04962C25.697 2.84534 25.6087 2.65404 25.4707 2.50104L25.3818 2.40246C25.3399 2.35608 25.2824 2.32593 25.2201 2.32259C24.4562 2.28164 23.8523 2.74967 23.6091 3.04682C23.5726 3.09145 23.5579 3.14896 23.562 3.20649L23.5708 3.32984C23.5843 3.51857 23.6501 3.69982 23.7609 3.85322L24.1621 4.40877C24.3309 4.64241 24.0356 4.92899 23.8071 4.75334L23.3804 4.42535C23.217 4.29977 23.0194 4.22673 22.8136 4.21589L22.6811 4.20891C22.6187 4.20563 22.5567 4.22489 22.5102 4.26658C21.9405 4.77712 21.8436 5.53495 21.8814 5.9171C21.887 5.97449 21.9172 6.02561 21.9607 6.06344L22.0541 6.14453C22.1969 6.26862 22.3716 6.35042 22.5584 6.38076L23.0458 6.45994C23.3257 6.5054 23.3257 6.908 23.0458 6.95347L22.5584 7.03265C22.3716 7.06299 22.1969 7.14479 22.0541 7.26887L21.9607 7.34997C21.9172 7.38779 21.887 7.43891 21.8814 7.49631C21.8436 7.87845 21.9405 8.63628 22.5102 9.14683C22.5567 9.18851 22.6187 9.20778 22.6811 9.20449L22.8136 9.19751C23.0194 9.18667 23.217 9.11364 23.3804 8.98806L23.8071 8.66006C24.0356 8.48441 24.3309 8.771 24.1621 9.00464L23.7609 9.56019C23.6501 9.71359 23.5843 9.89483 23.5708 10.0836L23.562 10.2069C23.5579 10.2644 23.5726 10.322 23.6091 10.3666C23.8523 10.6637 24.4562 11.1318 25.2201 11.0908C25.2824 11.0875 25.3399 11.0573 25.3818 11.0109L25.4707 10.9124C25.6087 10.7594 25.697 10.5681 25.724 10.3638L25.7746 9.97949C25.8129 9.68975 26.2321 9.68975 26.2703 9.97949L26.321 10.3638C26.348 10.5681 26.4363 10.7594 26.5743 10.9124L26.6632 11.0109C26.7051 11.0573 26.7625 11.0875 26.8249 11.0908C27.5888 11.1318 28.1926 10.6637 28.4359 10.3666C28.4724 10.322 28.4871 10.2644 28.483 10.2069L28.4742 10.0836C28.4607 9.89483 28.3949 9.71359 28.2841 9.56019L27.8829 9.00464C27.7141 8.771 28.0094 8.48441 28.2379 8.66006L28.6646 8.98806C28.8279 9.11364 29.0256 9.18667 29.2313 9.19751L29.3639 9.20449C29.4263 9.20778 29.4883 9.18851 29.5348 9.14683C30.1045 8.63628 30.2013 7.87845 30.1636 7.49631C30.158 7.43891 30.1278 7.38779 30.0842 7.34997L29.9909 7.26887C29.848 7.14479 29.6734 7.06299 29.4866 7.03265L28.9992 6.95347C28.7193 6.908 28.7193 6.5054 28.9992 6.45994L29.4866 6.38076C29.6734 6.35042 29.848 6.26862 29.9909 6.14453L30.0842 6.06344C30.1278 6.02561 30.158 5.97449 30.1636 5.9171C30.2013 5.53495 30.1045 4.77712 29.5348 4.26658C29.4883 4.22489 29.4263 4.20563 29.3639 4.20891L29.2313 4.21589C29.0256 4.22673 28.8279 4.29977 28.6646 4.42535L28.2379 4.75334C28.0094 4.92899 27.7141 4.64241 27.8829 4.40877L28.2841 3.85322C28.3949 3.69982 28.4607 3.51857 28.4742 3.32984L28.483 3.20649Z"
fill="url(#paint1_linear_7150_6142)"
/>
<g filter="url(#filter0_f_7150_6142)">
<path
d="M25.7363 6.8125L22.455 4.6875L22.1113 5.9375L22.5956 6.17188L25.7363 6.8125Z"
fill="#D3390D"
/>
</g>
<g filter="url(#filter1_f_7150_6142)">
<path
d="M26.2206 7.5L24.3613 9.5L25.3144 10.3281L26.2206 7.5Z"
fill="#D3390D"
/>
</g>
<g filter="url(#filter2_f_7150_6142)">
<path
d="M26.0644 6.45312L25.2675 2.87499L24.5644 3.12499L26.0644 6.45312Z"
fill="#FEBB0C"
fillOpacity={0.5}
/>
</g>
<g filter="url(#filter3_f_7150_6142)">
<path
d="M29.6269 8.54693L26.2766 7.03086L28.1269 6.93755L29.9089 7.39542L29.6269 8.54693Z"
fill="#FEBB0C"
fillOpacity={0.5}
/>
</g>
<g filter="url(#filter4_f_7150_6142)">
<path
d="M26.4238 7.40614L24.5019 2.71864L23.8144 3.46864L26.4238 7.40614Z"
fill="url(#paint2_linear_7150_6142)"
/>
</g>
<g filter="url(#filter5_f_7150_6142)">
<path
d="M25.6425 7.28124L27.4081 3.21874L26.5956 2.79686L25.6425 7.28124Z"
fill="url(#paint3_linear_7150_6142)"
fillOpacity={0.6}
/>
</g>
<g filter="url(#filter6_f_7150_6142)">
<path
d="M25.5488 7.14057L29.3456 8.99994L29.6894 8.28119L25.5488 7.14057Z"
fill="url(#paint4_linear_7150_6142)"
fillOpacity={0.6}
/>
</g>
<g filter="url(#filter7_f_7150_6142)">
<path
d="M25.1699 6.8978L29.537 6.15665L28.8769 5.67185L25.1699 6.8978Z"
fill="url(#paint5_linear_7150_6142)"
fillOpacity={0.3}
/>
</g>
<g filter="url(#filter8_f_7150_6142)">
<path
d="M26.8613 10.7812L27.7831 10.5L25.9394 7.26562L25.5644 8L26.8613 10.7812Z"
fill="url(#paint6_linear_7150_6142)"
/>
</g>
<path
d="M25.5019 7.20215L22.955 10.0537"
stroke="url(#paint7_radial_7150_6142)"
strokeWidth={1.8}
strokeLinecap="round"
/>
<path
d="M25.5019 7.20215L22.955 10.0537"
stroke="url(#paint8_linear_7150_6142)"
strokeWidth={1.8}
strokeLinecap="round"
/>
<path
d="M15.9081 30.125C9.17716 30.125 3.72063 24.6685 3.72063 17.9375C3.72063 11.2065 9.17716 5.75 15.9081 5.75C22.6391 5.75 28.0956 11.2065 28.0956 17.9375C28.0956 24.6685 22.6391 30.125 15.9081 30.125Z"
fill="url(#paint9_radial_7150_6142)"
/>
<path
d="M15.9081 30.125C9.17716 30.125 3.72063 24.6685 3.72063 17.9375C3.72063 11.2065 9.17716 5.75 15.9081 5.75C22.6391 5.75 28.0956 11.2065 28.0956 17.9375C28.0956 24.6685 22.6391 30.125 15.9081 30.125Z"
fill="url(#paint10_radial_7150_6142)"
/>
<path
d="M15.9081 30.125C9.17716 30.125 3.72063 24.6685 3.72063 17.9375C3.72063 11.2065 9.17716 5.75 15.9081 5.75C22.6391 5.75 28.0956 11.2065 28.0956 17.9375C28.0956 24.6685 22.6391 30.125 15.9081 30.125Z"
fill="url(#paint11_radial_7150_6142)"
/>
<g filter="url(#filter9_f_7150_6142)">
<ellipse
cx={19.9948}
cy={16.797}
rx={5.03185}
ry={6.70422}
transform="rotate(49.8461 19.9948 16.797)"
fill="url(#paint12_radial_7150_6142)"
/>
</g>
<g filter="url(#filter10_f_7150_6142)">
<path
d="M29.455 4.42188L29.955 5.83594C29.6972 5.83594 29.2597 5.80469 29.0644 5.375C28.8862 4.98306 29.3066 4.51562 29.455 4.42188Z"
fill="#FFD25C"
/>
</g>
<g filter="url(#filter11_f_7150_6142)">
<path
d="M26.866 2.54166L28.2366 3.1509C28.0593 3.3381 27.7358 3.63429 27.2895 3.48065C26.8824 3.34051 26.832 2.7139 26.866 2.54166Z"
fill="url(#paint13_linear_7150_6142)"
/>
</g>
<g filter="url(#filter12_f_7150_6142)">
<path
d="M27.7753 4.89844L26.5175 6.26562"
stroke="url(#paint14_linear_7150_6142)"
strokeWidth={0.1}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter13_f_7150_6142)">
<path
d="M28.455 7.09374L26.848 6.93022"
stroke="url(#paint15_linear_7150_6142)"
strokeWidth={0.1}
strokeLinecap="round"
/>
</g>
</g>
<defs>
<filter
id="filter0_f_7150_6142"
x={21.7113}
y={4.2875}
width={4.425}
height={2.925}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter1_f_7150_6142"
x={23.9613}
y={7.1}
width={2.65938}
height={3.62813}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter2_f_7150_6142"
x={24.1644}
y={2.475}
width={2.30002}
height={4.37813}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter3_f_7150_6142"
x={25.8766}
y={6.5375}
width={4.43231}
height={2.40938}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter4_f_7150_6142"
x={23.4144}
y={2.31875}
width={3.40938}
height={5.4875}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter5_f_7150_6142"
x={25.2425}
y={2.39687}
width={2.56566}
height={5.28438}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter6_f_7150_6142"
x={25.1488}
y={6.74062}
width={4.94063}
height={2.65938}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter7_f_7150_6142"
x={24.7699}
y={5.27187}
width={5.16716}
height={2.02583}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter8_f_7150_6142"
x={25.1644}
y={6.86562}
width={3.01875}
height={4.31563}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter9_f_7150_6142"
x={9.92893}
y={7.01074}
width={20.1317}
height={19.5725}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={2}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter10_f_7150_6142"
x={28.5211}
y={3.92188}
width={1.93387}
height={2.41406}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter11_f_7150_6142"
x={26.3573}
y={2.04175}
width={2.37927}
height={1.98169}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.25}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter12_f_7150_6142"
x={26.3675}
y={4.74839}
width={1.55782}
height={1.66729}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<filter
id="filter13_f_7150_6142"
x={26.698}
y={6.78013}
width={1.907}
height={0.463672}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.05}
result="effect1_foregroundBlur_7150_6142"
/>
</filter>
<linearGradient
id="paint0_linear_7150_6142"
x1={29.7675}
y1={4.81246}
x2={22.455}
y2={8.99996}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFC709" />
<stop offset={0.7556} stopColor="#EE4C27" />
</linearGradient>
<linearGradient
id="paint1_linear_7150_6142"
x1={24.7675}
y1={11.4375}
x2={27.5175}
y2={8.99996}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint2_linear_7150_6142"
x1={23.0847}
y1={4.20354}
x2={25.9097}
y2={4.30014}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint3_linear_7150_6142"
x1={25.9765}
y1={2.85818}
x2={27.4437}
y2={5.27426}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint4_linear_7150_6142"
x1={29.3918}
y1={7.37975}
x2={26.8701}
y2={8.65691}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint5_linear_7150_6142"
x1={28.8848}
y1={4.58873}
x2={27.6631}
y2={7.1378}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint6_linear_7150_6142"
x1={27.7831}
y1={11.0937}
x2={26.2675}
y2={8.40625}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D3390D" />
<stop offset={1} stopColor="#D3390D" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint7_radial_7150_6142"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(26.33 6.67187) rotate(136.679) scale(3.39336 2.12789)"
>
<stop stopColor="#E1DFE1" />
<stop offset={0.394388} stopColor="#C1BEC5" />
</radialGradient>
<linearGradient
id="paint8_linear_7150_6142"
x1={24.1269}
y1={7.35937}
x2={24.3769}
y2={7.5625}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#A3A1A7" />
<stop offset={1} stopColor="#B8B6BD" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint9_radial_7150_6142"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(18.955 28.5) rotate(-119.386) scale(21.0166 34.5675)"
>
<stop offset={0.00558659} stopColor="#5C0F71" />
<stop offset={1} stopColor="#2E255B" />
</radialGradient>
<radialGradient
id="paint10_radial_7150_6142"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(21.33 23.8125) rotate(-131.465) scale(22.9362 26.3218)"
>
<stop offset={0.71875} stopColor="#29233A" stopOpacity={0} />
<stop offset={1} stopColor="#29233A" />
</radialGradient>
<radialGradient
id="paint11_radial_7150_6142"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(13.955 12.9375) rotate(67.5499) scale(19.476 16.5325)"
>
<stop offset={0.809845} stopColor="#662B81" stopOpacity={0} />
<stop offset={1} stopColor="#662B81" />
</radialGradient>
<radialGradient
id="paint12_radial_7150_6142"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(20.1192 11.5185) rotate(92.1485) scale(14.4112 6.98413)"
>
<stop stopColor="#66558E" />
<stop offset={0.727773} stopColor="#66558E" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint13_linear_7150_6142"
x1={28.2366}
y1={3.17177}
x2={26.6816}
y2={2.67177}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFD25C" />
<stop offset={1} stopColor="#FFD25C" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint14_linear_7150_6142"
x1={27.7753}
y1={4.89844}
x2={27.0644}
y2={5.91406}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FEBB0C" />
<stop offset={1} stopColor="#FEBB0C" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint15_linear_7150_6142"
x1={28.7026}
y1={7.03851}
x2={27.4664}
y2={7.13104}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FEBB0C" />
<stop offset={1} stopColor="#FEBB0C" stopOpacity={0} />
</linearGradient>
<clipPath id="clip0_7150_6142">
<rect
width={32}
height={32}
fill="white"
transform="translate(0.580002)"
/>
</clipPath>
</defs>
</svg>
);
module.exports = BombIcon;