@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
529 lines (528 loc) • 29.8 kB
JSX
const React = require("react");
const RaisedHandIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="#FFC23E"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint0_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint1_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint2_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint3_radial_20020_1463)"
/>
<path
d="M4.88618 14.1288L4.69855 9.70814C4.64413 8.42614 5.63553 7.34098 6.91721 7.27963C7.64881 7.24462 8.31779 7.55061 8.77012 8.05767L8.76985 8.04937C8.94862 8.28624 9.22215 8.79267 9.26585 9.54534C9.3221 10.5141 9.43512 12.9125 9.4846 13.9907L4.88618 14.1288Z"
fill="url(#paint4_linear_20020_1463)"
/>
<path
d="M4.88618 14.1288L4.69855 9.70814C4.64413 8.42614 5.63553 7.34098 6.91721 7.27963C7.64881 7.24462 8.31779 7.55061 8.77012 8.05767L8.76985 8.04937C8.94862 8.28624 9.22215 8.79267 9.26585 9.54534C9.3221 10.5141 9.43512 12.9125 9.4846 13.9907L4.88618 14.1288Z"
fill="url(#paint5_linear_20020_1463)"
/>
<path
d="M4.88618 14.1288L4.69855 9.70814C4.64413 8.42614 5.63553 7.34098 6.91721 7.27963C7.64881 7.24462 8.31779 7.55061 8.77012 8.05767L8.76985 8.04937C8.94862 8.28624 9.22215 8.79267 9.26585 9.54534C9.3221 10.5141 9.43512 12.9125 9.4846 13.9907L4.88618 14.1288Z"
fill="url(#paint6_radial_20020_1463)"
/>
<g filter="url(#filter0_f_20020_1463)">
<path
d="M7.66431 9.45157C7.56397 8.38126 7.02368 8.15472 6.57056 8.15472C7.78931 7.62347 8.69556 8.34222 8.78931 9.45157L9.17993 14.6391L7.22681 16.561L7.99243 14.3735C7.99243 13.1443 7.75806 10.4516 7.66431 9.45157Z"
fill="#FFD93F"
/>
</g>
<path
d="M8.76989 8.04935C8.94867 8.28623 9.22219 8.79266 9.2659 9.54533C9.3007 10.1447 9.49703 13.4683 9.60837 15.1882L13.7863 14.016L13.343 7.13551C13.3258 6.50432 13.3317 5.85052 13.0156 5.28348C12.5817 4.62782 11.8275 4.20615 10.9841 4.23437C9.69218 4.27759 8.67992 5.35993 8.72314 6.65184L8.76989 8.04935Z"
fill="url(#paint7_linear_20020_1463)"
/>
<path
d="M8.76989 8.04935C8.94867 8.28623 9.22219 8.79266 9.2659 9.54533C9.3007 10.1447 9.49703 13.4683 9.60837 15.1882L13.7863 14.016L13.343 7.13551C13.3258 6.50432 13.3317 5.85052 13.0156 5.28348C12.5817 4.62782 11.8275 4.20615 10.9841 4.23437C9.69218 4.27759 8.67992 5.35993 8.72314 6.65184L8.76989 8.04935Z"
fill="url(#paint8_linear_20020_1463)"
/>
<path
d="M8.76989 8.04935C8.94867 8.28623 9.22219 8.79266 9.2659 9.54533C9.3007 10.1447 9.49703 13.4683 9.60837 15.1882L13.7863 14.016L13.343 7.13551C13.3258 6.50432 13.3317 5.85052 13.0156 5.28348C12.5817 4.62782 11.8275 4.20615 10.9841 4.23437C9.69218 4.27759 8.67992 5.35993 8.72314 6.65184L8.76989 8.04935Z"
fill="url(#paint9_linear_20020_1463)"
/>
<path
d="M8.76989 8.04935C8.94867 8.28623 9.22219 8.79266 9.2659 9.54533C9.3007 10.1447 9.49703 13.4683 9.60837 15.1882L13.7863 14.016L13.343 7.13551C13.3258 6.50432 13.3317 5.85052 13.0156 5.28348C12.5817 4.62782 11.8275 4.20615 10.9841 4.23437C9.69218 4.27759 8.67992 5.35993 8.72314 6.65184L8.76989 8.04935Z"
fill="url(#paint10_radial_20020_1463)"
/>
<g filter="url(#filter1_f_20020_1463)">
<path
d="M11.6619 6.26553C11.5615 5.19522 11.0212 4.96868 10.5681 4.96868C11.7869 4.43744 12.6931 5.15619 12.7869 6.26553L13.2152 12.934L11.2014 13.8657L11.7771 12.591C11.9523 12.2029 12.0442 11.783 12.0271 11.3576C11.9656 9.83119 11.7424 7.12415 11.6619 6.26553Z"
fill="#FFD141"
/>
</g>
<path
d="M17.5836 6.28396C17.5836 5.82663 17.7502 5.42038 17.8479 5.3071L17.8485 5.30358L17.8258 4.33921C17.7945 3.00549 16.6878 1.94976 15.3541 1.98115C14.0204 2.01255 12.9646 3.11919 12.996 4.4529L13.0156 5.28351C13.3102 5.8121 13.3251 6.41609 13.3397 7.00686C13.3844 8.81726 13.6104 11.1793 13.7268 12.9866C15.1643 12.9866 16.3987 12.9866 17.4634 12.9866C17.4884 11.0205 17.5836 6.92816 17.5836 6.28396Z"
fill="url(#paint11_linear_20020_1463)"
/>
<path
d="M17.5836 6.28396C17.5836 5.82663 17.7502 5.42038 17.8479 5.3071L17.8485 5.30358L17.8258 4.33921C17.7945 3.00549 16.6878 1.94976 15.3541 1.98115C14.0204 2.01255 12.9646 3.11919 12.996 4.4529L13.0156 5.28351C13.3102 5.8121 13.3251 6.41609 13.3397 7.00686C13.3844 8.81726 13.6104 11.1793 13.7268 12.9866C15.1643 12.9866 16.3987 12.9866 17.4634 12.9866C17.4884 11.0205 17.5836 6.92816 17.5836 6.28396Z"
fill="url(#paint12_linear_20020_1463)"
/>
<path
d="M17.5836 6.28396C17.5836 5.82663 17.7502 5.42038 17.8479 5.3071L17.8485 5.30358L17.8258 4.33921C17.7945 3.00549 16.6878 1.94976 15.3541 1.98115C14.0204 2.01255 12.9646 3.11919 12.996 4.4529L13.0156 5.28351C13.3102 5.8121 13.3251 6.41609 13.3397 7.00686C13.3844 8.81726 13.6104 11.1793 13.7268 12.9866C15.1643 12.9866 16.3987 12.9866 17.4634 12.9866C17.4884 11.0205 17.5836 6.92816 17.5836 6.28396Z"
fill="url(#paint13_linear_20020_1463)"
/>
<path
d="M17.5836 6.28396C17.5836 5.82663 17.7502 5.42038 17.8479 5.3071L17.8485 5.30358L17.8258 4.33921C17.7945 3.00549 16.6878 1.94976 15.3541 1.98115C14.0204 2.01255 12.9646 3.11919 12.996 4.4529L13.0156 5.28351C13.3102 5.8121 13.3251 6.41609 13.3397 7.00686C13.3844 8.81726 13.6104 11.1793 13.7268 12.9866C15.1643 12.9866 16.3987 12.9866 17.4634 12.9866C17.4884 11.0205 17.5836 6.92816 17.5836 6.28396Z"
fill="url(#paint14_radial_20020_1463)"
/>
<g filter="url(#filter2_f_20020_1463)">
<path
d="M15.7989 3.00775V13.1177H17.0017C17.0559 10.9938 17.1642 6.36905 17.1642 4.86069C17.1642 3.35233 16.254 2.99691 15.7989 3.00775Z"
fill="#FFD140"
/>
</g>
<path
d="M17.8479 5.30704C17.7502 5.42033 17.5835 5.82658 17.5835 6.2839C17.5835 8.88971 17.4633 10.804 17.4633 13.4102L22.0941 16.726L22.0941 14.8247L22.3496 6.57158C22.3908 5.24147 21.3447 4.1304 20.0146 4.09139C19.0915 4.06432 18.2745 4.56071 17.8487 5.31202L17.8485 5.30501L17.8479 5.30704Z"
fill="url(#paint15_linear_20020_1463)"
/>
<path
d="M17.8479 5.30704C17.7502 5.42033 17.5835 5.82658 17.5835 6.2839C17.5835 8.88971 17.4633 10.804 17.4633 13.4102L22.0941 16.726L22.0941 14.8247L22.3496 6.57158C22.3908 5.24147 21.3447 4.1304 20.0146 4.09139C19.0915 4.06432 18.2745 4.56071 17.8487 5.31202L17.8485 5.30501L17.8479 5.30704Z"
fill="url(#paint16_linear_20020_1463)"
/>
<path
d="M17.8479 5.30704C17.7502 5.42033 17.5835 5.82658 17.5835 6.2839C17.5835 8.88971 17.4633 10.804 17.4633 13.4102L22.0941 16.726L22.0941 14.8247L22.3496 6.57158C22.3908 5.24147 21.3447 4.1304 20.0146 4.09139C19.0915 4.06432 18.2745 4.56071 17.8487 5.31202L17.8485 5.30501L17.8479 5.30704Z"
fill="url(#paint17_radial_20020_1463)"
/>
<g filter="url(#filter3_f_20020_1463)">
<path
d="M20.4326 5.0783V15.1882H21.6353C21.6895 13.0644 21.7979 8.4396 21.7979 6.93124C21.7979 5.42288 20.8877 5.06747 20.4326 5.0783Z"
fill="#FFDD3B"
/>
</g>
<path
d="M22.2186 14.6721L23.5444 13.0273C24.4156 11.9466 25.9974 11.7754 27.0796 12.6448C28.1643 13.5163 28.3359 15.1026 27.4627 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.19 22.2724 22.8131 22.9529 22.4417 23.6363C19.2841 21.9485 19.7446 18.7735 20.4475 17.2787L22.2186 14.6721Z"
fill="url(#paint18_radial_20020_1463)"
/>
<g filter="url(#filter4_f_20020_1463)">
<path
d="M12.5156 13.5728C16.1565 12.5976 20.9351 14.4288 21.5853 15.3607V17.4412C19.3097 14.6781 15.5714 13.8654 12.5156 13.5728Z"
fill="url(#paint19_linear_20020_1463)"
/>
</g>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint20_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint21_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint22_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint23_radial_20020_1463)"
/>
<path
d="M12.996 4.4529C12.9646 3.11919 14.0204 2.01255 15.3541 1.98115C16.6878 1.94976 17.7944 3.00549 17.8258 4.33921L17.8487 5.31207C18.2745 4.56077 19.0915 4.06437 20.0146 4.09144C21.3448 4.13045 22.3908 5.24153 22.3496 6.57164L22.0941 14.8266L23.5444 13.0274C24.4156 11.9466 25.9974 11.7754 27.0796 12.6449C28.1643 13.5163 28.336 15.1026 27.4628 16.1858L26.8398 16.9587L26.8337 16.9676C26.261 17.7011 25.0885 19.2029 23.6174 21.6313C23.1429 22.3431 22.7306 23.1034 22.3191 23.8624C21.7322 24.9447 21.1468 26.0243 20.3844 26.9566C18.869 28.8252 16.5545 30.0196 13.9612 30.0196C10.8163 30.0196 8.08165 28.2633 6.68456 25.678L6.67991 25.686C5.40648 23.4048 5.21898 20.8813 5.15648 19.5298L5.01936 17.0879C5.01168 17.0252 5.00643 16.9618 5.0037 16.8975L4.69855 9.70818C4.64413 8.42618 5.63553 7.34102 6.91721 7.27967C7.64881 7.24465 8.31779 7.55065 8.77012 8.05771L8.72309 6.65189C8.67987 5.35997 9.69214 4.27763 10.9841 4.23441C11.8275 4.20619 12.5816 4.62787 13.0156 5.28353L12.996 4.4529Z"
fill="url(#paint24_radial_20020_1463)"
fillOpacity={0.6}
/>
<defs>
<filter
id="filter0_f_20020_1463"
x={5.57056}
y={6.97607}
width={4.60938}
height={10.5849}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_20020_1463"
/>
</filter>
<filter
id="filter1_f_20020_1463"
x={9.56812}
y={3.79004}
width={4.64703}
height={11.0757}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_20020_1463"
/>
</filter>
<filter
id="filter2_f_20020_1463"
x={14.7989}
y={2.00751}
width={3.3653}
height={12.1102}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_20020_1463"
/>
</filter>
<filter
id="filter3_f_20020_1463"
x={19.4326}
y={4.07806}
width={3.3653}
height={12.1102}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_20020_1463"
/>
</filter>
<filter
id="filter4_f_20020_1463"
x={11.5156}
y={12.2948}
width={11.0696}
height={6.14642}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_20020_1463"
/>
</filter>
<radialGradient
id="paint0_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(25.5308 17.4334) rotate(161.732) scale(21.3518 32.5551)"
>
<stop offset={0.817521} stopColor="#E99329" stopOpacity={0} />
<stop offset={1} stopColor="#E99329" />
</radialGradient>
<radialGradient
id="paint1_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(17.7202 7.81418) rotate(103.505) scale(24.9036 17.1915)"
>
<stop offset={0.750766} stopColor="#F88456" stopOpacity={0} />
<stop offset={1} stopColor="#F88456" />
</radialGradient>
<radialGradient
id="paint2_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(16.3582 7.811) rotate(98.2119) scale(22.9382 15.8347)"
>
<stop offset={0.937186} stopColor="#F27A74" stopOpacity={0} />
<stop offset={1} stopColor="#F27A74" />
</radialGradient>
<radialGradient
id="paint3_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(26.5705 18.0298) rotate(-144.583) scale(1.72555 7.38422)"
>
<stop stopColor="#F6B44B" />
<stop offset={1} stopColor="#F6B44B" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint4_linear_20020_1463"
x1={9.4846}
y1={10.936}
x2={8.16429}
y2={11.1235}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#E79F08" />
<stop offset={1} stopColor="#E79F08" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint5_linear_20020_1463"
x1={9.66429}
y1={14.1288}
x2={8.28929}
y2={13.3422}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFC23E" />
<stop offset={1} stopColor="#FFC23E" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint6_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(7.00804 7.0766) rotate(87.8255) scale(2.17344 5.42725)"
>
<stop stopColor="#E8AD3C" />
<stop offset={1} stopColor="#E8AD3C" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint7_linear_20020_1463"
x1={13.7268}
y1={9.31096}
x2={12.4143}
y2={9.40471}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#E79F08" />
<stop offset={1} stopColor="#E79F08" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint8_linear_20020_1463"
x1={8.7218}
y1={10.289}
x2={11.1189}
y2={10.1687}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#DF8F0D" />
<stop offset={1} stopColor="#DF8F0D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint9_linear_20020_1463"
x1={11.254}
y1={14.8876}
x2={10.3598}
y2={11.5814}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.405208} stopColor="#FFC23E" />
<stop offset={1} stopColor="#FFC23E" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint10_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(10.4199 3.73659) rotate(77.9639) scale(3.35183 5.94373)"
>
<stop stopColor="#E1AE3F" />
<stop offset={1} stopColor="#E8AD3C" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint11_linear_20020_1463"
x1={13.3265}
y1={8.13318}
x2={15.422}
y2={8.02843}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#E59714" />
<stop offset={1} stopColor="#E59714" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint12_linear_20020_1463"
x1={17.6518}
y1={8.40408}
x2={16.8093}
y2={8.39504}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#E59714" />
<stop offset={1} stopColor="#E59714" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint13_linear_20020_1463"
x1={15.422}
y1={13.5538}
x2={15.422}
y2={11.747}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.347826} stopColor="#FFC23E" />
<stop offset={1} stopColor="#FFC23E" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint14_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(18.1395 10.8747) rotate(-116.651) scale(9.71133 11.3986)"
>
<stop offset={0.869582} stopColor="#D8A13D" stopOpacity={0} />
<stop offset={1} stopColor="#D8A13D" />
</radialGradient>
<linearGradient
id="paint15_linear_20020_1463"
x1={17.2617}
y1={10.4082}
x2={19.9066}
y2={10.5019}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#E69717" />
<stop offset={1} stopColor="#E69717" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint16_linear_20020_1463"
x1={18.6595}
y1={14.3204}
x2={19.5698}
y2={12.565}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFC23E" />
<stop offset={1} stopColor="#FFC23E" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint17_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(22.6438 14.3014) rotate(-113.761) scale(10.8875 11.755)"
>
<stop offset={0.869582} stopColor="#D8A13D" stopOpacity={0} />
<stop offset={1} stopColor="#D8A13D" />
</radialGradient>
<radialGradient
id="paint18_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(22.5315 13.4714) rotate(48.5035) scale(1.83532 7.02491)"
>
<stop stopColor="#E7A30E" />
<stop offset={1} stopColor="#E7A30E" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint19_linear_20020_1463"
x1={20.415}
y1={15.8809}
x2={8.35463}
y2={13.8329}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFDD3B" />
<stop offset={1} stopColor="#FFDD3B" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint20_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(27.6071 13.4185) rotate(145.784) scale(2.39764 2.81036)"
>
<stop stopColor="#FFE84A" />
<stop offset={1} stopColor="#FFE84A" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint21_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(21.9763 4.80052) rotate(130.365) scale(2.77561 2.99718)"
>
<stop stopColor="#FFE84A" />
<stop offset={1} stopColor="#FFE84A" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint22_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(17.5352 2.31557) rotate(112.533) scale(2.69033 2.84931)"
>
<stop offset={0.32493} stopColor="#FFE84A" />
<stop offset={1} stopColor="#FFE84A" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint23_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(11.5872 5.85794) rotate(122.8) scale(1.41523 1.65613)"
>
<stop stopColor="#FFD148" />
<stop offset={1} stopColor="#FFCF41" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint24_radial_20020_1463"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(7.4632 8.92447) rotate(120.411) scale(1.41004 1.52259)"
>
<stop stopColor="#FFE84A" />
<stop offset={1} stopColor="#FFE84A" stopOpacity={0} />
</radialGradient>
</defs>
</svg>
);
module.exports = RaisedHandIcon;