@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
622 lines (621 loc) • 30.6 kB
JSX
const React = require("react");
const SunriseOverMountainsIcon = ({ 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}
<g filter="url(#filter0_i_18_8006)">
<rect
x={1.98376}
y={2}
width={28}
height={28}
rx={4}
fill="url(#paint0_linear_18_8006)"
/>
<rect
x={1.98376}
y={2}
width={28}
height={28}
rx={4}
fill="url(#paint1_radial_18_8006)"
/>
</g>
<g filter="url(#filter1_f_18_8006)">
<path
d="M26.5074 4.30023L4.98376 4.3125"
stroke="#F86D67"
strokeWidth={2}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter2_d_18_8006)">
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint2_linear_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint3_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint4_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint5_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint6_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint7_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint8_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint9_radial_18_8006)"
/>
<path
d="M14.1095 6.04693C15.0998 4.96835 16.8008 4.96785 17.7917 6.04585L18.4348 6.7455C18.644 6.97314 18.9468 7.09118 19.2549 7.06524L20.4683 6.96308C21.8395 6.84763 23.0462 7.86199 23.1682 9.23263L23.2177 9.78937C23.2488 10.1383 23.4602 10.4456 23.775 10.5993L24.6178 11.0109C26.0219 11.6966 26.4598 13.4879 25.5305 14.7441L25.3066 15.0468C25.046 15.3991 25.0451 15.8801 25.3045 16.2333L25.5491 16.5665C26.5073 17.8714 25.9913 19.729 24.4974 20.353L23.6619 20.7019C23.3471 20.8334 23.1211 21.1161 23.0623 21.4521L22.825 22.806C22.6388 23.8689 21.643 24.5924 20.5746 24.4411L19.1601 24.2408C18.8545 24.1975 18.546 24.2978 18.3242 24.5126L17.2977 25.5068C16.5221 26.2579 15.2904 26.2579 14.5149 25.5068L13.4883 24.5126C13.2666 24.2978 12.9581 24.1975 12.6524 24.2408L11.2108 24.4449C10.1533 24.5946 9.1648 23.8871 8.9655 22.8379L8.71063 21.4961C8.6506 21.18 8.44218 20.9122 8.15059 20.7763L7.40991 20.4311C6.05876 19.8015 5.55534 18.1369 6.33114 16.864L6.71801 16.2292C6.92143 15.8955 6.91176 15.4738 6.69326 15.1498L6.39695 14.7103C5.46642 13.3302 6.11916 11.4432 7.70356 10.933L8.053 10.8205C8.43869 10.6963 8.71132 10.3517 8.74337 9.94774L8.82119 8.96721C8.94749 7.37565 10.513 6.3087 12.0405 6.77307L12.5349 6.92336C12.9028 7.03522 13.3023 6.92617 13.5624 6.6429L14.1095 6.04693Z"
fill="url(#paint10_radial_18_8006)"
/>
</g>
<g filter="url(#filter3_d_18_8006)">
<path
d="M15.9838 23.602C20.3969 23.602 23.9745 20.0245 23.9745 15.6113C23.9745 11.1982 20.3969 7.62061 15.9838 7.62061C11.5706 7.62061 7.99304 11.1982 7.99304 15.6113C7.99304 20.0245 11.5706 23.602 15.9838 23.602Z"
fill="url(#paint11_radial_18_8006)"
/>
</g>
<g filter="url(#filter4_f_18_8006)">
<path
d="M27.7968 5.31812V21.875"
stroke="url(#paint12_linear_18_8006)"
strokeWidth={2}
strokeLinecap="round"
/>
</g>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M1.98376 20V26C1.98376 28.2082 3.77312 29.9985 5.98097 30C5.9819 30 5.98283 30 5.98376 30L7.98376 30V22L5.05132 19.4341C4.429 18.8896 3.51047 18.855 2.84894 19.3511L1.98376 20Z"
fill="url(#paint13_linear_18_8006)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M1.98376 20V26C1.98376 28.2082 3.77312 29.9985 5.98097 30C5.9819 30 5.98283 30 5.98376 30L7.98376 30V22L5.05132 19.4341C4.429 18.8896 3.51047 18.855 2.84894 19.3511L1.98376 20Z"
fill="url(#paint14_linear_18_8006)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M1.98376 20V26C1.98376 28.2082 3.77312 29.9985 5.98097 30C5.9819 30 5.98283 30 5.98376 30L7.98376 30V22L5.05132 19.4341C4.429 18.8896 3.51047 18.855 2.84894 19.3511L1.98376 20Z"
fill="url(#paint15_linear_18_8006)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.9838 30L25.9838 30C25.9847 30 25.9856 30 25.9866 30C28.1944 29.9985 29.9838 28.2082 29.9838 26V20L29.1186 19.3511C28.4571 18.855 27.5385 18.8896 26.9162 19.4341L23.9838 22V30Z"
fill="url(#paint16_radial_18_8006)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.9838 30L25.9838 30C25.9847 30 25.9856 30 25.9866 30C28.1944 29.9985 29.9838 28.2082 29.9838 26V20L29.1186 19.3511C28.4571 18.855 27.5385 18.8896 26.9162 19.4341L23.9838 22V30Z"
fill="url(#paint17_linear_18_8006)"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.9838 30L25.9838 30C25.9847 30 25.9856 30 25.9866 30C28.1944 29.9985 29.9838 28.2082 29.9838 26V20L29.1186 19.3511C28.4571 18.855 27.5385 18.8896 26.9162 19.4341L23.9838 22V30Z"
fill="url(#paint18_linear_18_8006)"
/>
<path
d="M5.98374 30H25.9837C27.8839 30 29.4746 28.6751 29.8824 26.8987L17.6808 14.6971C16.7435 13.7598 15.2239 13.7598 14.2867 14.6971L2.08508 26.8987C2.49288 28.6751 4.08358 30 5.98374 30Z"
fill="url(#paint19_linear_18_8006)"
/>
<path
d="M5.98374 30H25.9837C27.8839 30 29.4746 28.6751 29.8824 26.8987L17.6808 14.6971C16.7435 13.7598 15.2239 13.7598 14.2867 14.6971L2.08508 26.8987C2.49288 28.6751 4.08358 30 5.98374 30Z"
fill="url(#paint20_linear_18_8006)"
/>
<g filter="url(#filter5_i_18_8006)">
<path
d="M29.9837 23.6295V26C29.9837 28.2092 28.1929 30 25.9837 30H17.4216V24.025L27.7614 23.0834C28.3217 23.0269 29.1852 23.0118 29.9837 23.6295Z"
fill="url(#paint21_linear_18_8006)"
/>
</g>
<g filter="url(#filter6_i_18_8006)">
<path
d="M17.4837 24H18.1553C18.6857 24 19.1944 24.2107 19.5695 24.5858L24.9838 30H5.98374C4.08358 30 2.49288 28.6751 2.08508 26.8987L14.2867 14.6971C14.7553 14.2285 15.3695 13.9941 15.9837 13.9941V22.5C15.9837 23.3284 16.6553 24 17.4837 24Z"
fill="url(#paint22_linear_18_8006)"
/>
</g>
<defs>
<filter
id="filter0_i_18_8006"
x={1.98376}
y={2}
width={28.25}
height={28.25}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.25} dy={0.25} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.737255 0 0 0 0 0.262745 0 0 0 0 0.266667 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_8006"
/>
</filter>
<filter
id="filter1_f_18_8006"
x={1.98376}
y={1.30017}
width={27.5236}
height={6.01233}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={1}
result="effect1_foregroundBlur_18_8006"
/>
</filter>
<filter
id="filter2_d_18_8006"
x={2.96521}
y={4.23767}
width={24.0696}
height={24.8324}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-1} dy={1} />
<feGaussianBlur stdDeviation={1} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.858824 0 0 0 0 0.32549 0 0 0 0 0.113725 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_18_8006"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_18_8006"
result="shape"
/>
</filter>
<filter
id="filter3_d_18_8006"
x={7.39304}
y={7.62061}
width={16.5814}
height={16.5814}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.3} dy={0.3} />
<feGaussianBlur stdDeviation={0.15} />
<feComposite in2="hardAlpha" operator="out" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.921569 0 0 0 0 0.47451 0 0 0 0 0.133333 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_18_8006"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_18_8006"
result="shape"
/>
</filter>
<filter
id="filter4_f_18_8006"
x={24.7968}
y={2.31812}
width={6}
height={22.5569}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={1}
result="effect1_foregroundBlur_18_8006"
/>
</filter>
<filter
id="filter5_i_18_8006"
x={17.4216}
y={23.058}
width={12.5622}
height={7.19202}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={0.25} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.14902 0 0 0 0 0.337255 0 0 0 0 0.266667 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_8006"
/>
</filter>
<filter
id="filter6_i_18_8006"
x={1.78508}
y={13.9941}
width={23.1987}
height={16.3059}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.3} dy={0.3} />
<feGaussianBlur stdDeviation={0.4} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.105882 0 0 0 0 0.580392 0 0 0 0 0.396078 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_8006"
/>
</filter>
<linearGradient
id="paint0_linear_18_8006"
x1={15.9838}
y1={2}
x2={15.9838}
y2={22.3488}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#F25E54" />
<stop offset={1} stopColor="#FD7938" />
</linearGradient>
<radialGradient
id="paint1_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(4.49254 23.7048) rotate(-56.0035) scale(11.7219 16.4669)"
>
<stop stopColor="#DD6527" />
<stop offset={1} stopColor="#DD6527" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint2_linear_18_8006"
x1={22.2057}
y1={8.67589}
x2={10.7882}
y2={23.243}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FF9322" />
<stop offset={1} stopColor="#E37C1E" />
</linearGradient>
<radialGradient
id="paint3_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(17.9218 6.12494) rotate(138.155) scale(2.81059 2.47981)"
>
<stop offset={0.300161} stopColor="#FFA13D" />
<stop offset={1} stopColor="#FFA13D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint4_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(10.6093 5.23767) rotate(67.8105) scale(4.46818 3.94232)"
>
<stop offset={0.300161} stopColor="#FFA13D" />
<stop offset={1} stopColor="#FFA13D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint5_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(22.6093 9.40619) rotate(-164.745) scale(1.78152 2.46675)"
>
<stop offset={0.300161} stopColor="#FFA13D" />
<stop offset={1} stopColor="#FFA13D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint6_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(26.2031 11.9999) rotate(154.195) scale(3.15872 2.33295)"
>
<stop offset={0.300161} stopColor="#FFA13D" />
<stop offset={1} stopColor="#FFA13D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint7_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(26.8906 17.3437) rotate(-173.379) scale(3.5235 1.98561)"
>
<stop offset={0.300161} stopColor="#FFA13D" />
<stop offset={1} stopColor="#FFA13D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint8_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(23.7343 21.4374) rotate(-43.9639) scale(3.1961 3.07907)"
>
<stop stopColor="#E0762A" />
<stop offset={1} stopColor="#E0762A" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint9_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(8.92184 20.6874) rotate(-127.747) scale(2.45029 2.36056)"
>
<stop stopColor="#E0762A" />
<stop offset={1} stopColor="#E0762A" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint10_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(5.57809 12.4062) rotate(25.2777) scale(2.48825 3.00741)"
>
<stop stopColor="#F0851D" />
<stop offset={1} stopColor="#F0851D" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint11_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(20.5184 10.982) rotate(117.739) scale(14.2588 20.5032)"
>
<stop offset={0.203962} stopColor="#FFE229" />
<stop offset={1} stopColor="#DCA21C" />
</radialGradient>
<linearGradient
id="paint12_linear_18_8006"
x1={28.2968}
y1={5.37501}
x2={28.2968}
y2={21.875}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#F86D67" />
<stop offset={1} stopColor="#FF8A47" />
</linearGradient>
<linearGradient
id="paint13_linear_18_8006"
x1={4.98376}
y1={19.0011}
x2={4.98376}
y2={25.375}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#1C8B60" />
<stop offset={1} stopColor="#225641" />
</linearGradient>
<linearGradient
id="paint14_linear_18_8006"
x1={2.35934}
y1={19.5937}
x2={2.50778}
y2={19.8047}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#4C6943" />
<stop offset={1} stopColor="#4C6943" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint15_linear_18_8006"
x1={6.35904}
y1={20.234}
x2={5.96533}
y2={20.7753}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#688A50" />
<stop offset={1} stopColor="#688A50" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint16_radial_18_8006"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(29.055 19.0011) rotate(110.302) scale(3.01597 2.64368)"
>
<stop stopColor="#2B946C" />
<stop offset={1} stopColor="#1C765C" />
</radialGradient>
<linearGradient
id="paint17_linear_18_8006"
x1={24.6718}
y1={19.5625}
x2={26.0781}
y2={21.625}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#73762F" />
<stop offset={1} stopColor="#73762F" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint18_linear_18_8006"
x1={29.5781}
y1={19.5234}
x2={29.3281}
y2={19.789}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#2C8A66" />
<stop offset={1} stopColor="#2C8A66" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint19_linear_18_8006"
x1={17.3593}
y1={22.75}
x2={22.2343}
y2={18.625}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#21605A" />
<stop offset={1} stopColor="#227960" />
</linearGradient>
<linearGradient
id="paint20_linear_18_8006"
x1={20.9249}
y1={24.647}
x2={20.6432}
y2={21.9971}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#114F44" />
<stop offset={1} stopColor="#114F44" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint21_linear_18_8006"
x1={23.1718}
y1={27.6875}
x2={31.3593}
y2={23.5}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#175F53" />
<stop offset={1} stopColor="#177A5A" />
</linearGradient>
<linearGradient
id="paint22_linear_18_8006"
x1={6.42181}
y1={26.25}
x2={19.8593}
y2={26.3125}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#1C6F4E" />
<stop offset={1} stopColor="#1C825F" />
</linearGradient>
</defs>
</svg>
);
module.exports = SunriseOverMountainsIcon;