@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
217 lines (216 loc) • 6.99 kB
JSX
const React = require("react");
const PageWithCurlIcon = ({ 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_ii_18_21031)">
<path
d="M4.03516 3.10156C4.03516 2.54928 4.48287 2.10156 5.03516 2.10156H25.1914C25.7437 2.10156 26.1914 2.54928 26.1914 3.10156V27.8984C26.1914 29.003 25.296 29.8984 24.1914 29.8984H8.03516C5.82602 29.8984 4.03516 28.1076 4.03516 25.8984V3.10156Z"
fill="url(#paint0_linear_18_21031)"
/>
<path
d="M4.03516 3.10156C4.03516 2.54928 4.48287 2.10156 5.03516 2.10156H25.1914C25.7437 2.10156 26.1914 2.54928 26.1914 3.10156V27.8984C26.1914 29.003 25.296 29.8984 24.1914 29.8984H8.03516C5.82602 29.8984 4.03516 28.1076 4.03516 25.8984V3.10156Z"
fill="url(#paint1_radial_18_21031)"
/>
</g>
<g filter="url(#filter1_i_18_21031)">
<path
d="M12.9414 25.5547C12.3891 25.5547 11.9414 26.0024 11.9414 26.5547V26.6452C11.9414 27.9102 10.2888 29.5986 8.60938 29.8502V29.8984H25.5335C27.5537 29.8984 29.1914 28.2607 29.1914 26.2405C29.1914 25.8618 28.8843 25.5547 28.5056 25.5547H12.9414Z"
fill="url(#paint2_linear_18_21031)"
/>
</g>
<path
d="M12.9414 25.5547C12.3891 25.5547 11.9414 26.0024 11.9414 26.5547V26.6452C11.9414 27.9102 10.2888 29.5986 8.60938 29.8502V29.8984H25.5335C27.5537 29.8984 29.1914 28.2607 29.1914 26.2405C29.1914 25.8618 28.8843 25.5547 28.5056 25.5547H12.9414Z"
fill="url(#paint3_linear_18_21031)"
/>
<path
d="M12.9414 25.5547C12.3891 25.5547 11.9414 26.0024 11.9414 26.5547V26.6452C11.9414 27.9102 10.2888 29.5986 8.60938 29.8502V29.8984H25.5335C27.5537 29.8984 29.1914 28.2607 29.1914 26.2405C29.1914 25.8618 28.8843 25.5547 28.5056 25.5547H12.9414Z"
fill="url(#paint4_radial_18_21031)"
/>
<rect
x={8.16797}
y={10.0312}
width={13.9141}
height={1.02344}
rx={0.511719}
fill="#9C96A2"
/>
<rect
x={8.16797}
y={13.0312}
width={13.9141}
height={1.02344}
rx={0.511719}
fill="#9C96A2"
/>
<rect
x={8.16797}
y={16.0312}
width={13.9141}
height={1.02344}
rx={0.511719}
fill="#9C96A2"
/>
<rect
x={8.16797}
y={19.0312}
width={8.97656}
height={1.02344}
rx={0.511719}
fill="#9C96A2"
/>
<defs>
<filter
id="filter0_ii_18_21031"
x={3.88516}
y={2.00156}
width={22.4063}
height={27.8969}
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.15} />
<feGaussianBlur stdDeviation={0.15} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_21031"
/>
<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.1} dy={-0.1} />
<feGaussianBlur stdDeviation={0.1} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.741176 0 0 0 0 0.701961 0 0 0 0 0.784314 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_18_21031"
result="effect2_innerShadow_18_21031"
/>
</filter>
<filter
id="filter1_i_18_21031"
x={8.60938}
y={25.4547}
width={20.782}
height={4.44375}
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.2} dy={-0.1} />
<feGaussianBlur stdDeviation={0.1} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.776471 0 0 0 0 0.74902 0 0 0 0 0.803922 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_21031"
/>
</filter>
<linearGradient
id="paint0_linear_18_21031"
x1={6.00391}
y1={18.5234}
x2={25.4414}
y2={18.5234}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#EAE3F2" />
<stop offset={0.829582} stopColor="#E0D9E7" />
</linearGradient>
<radialGradient
id="paint1_radial_18_21031"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(8.41016 29.8984) rotate(-90) scale(5.3125 13.625)"
>
<stop offset={0.276471} stopColor="#EAE7ED" />
<stop offset={1} stopColor="#EAE7EE" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint2_linear_18_21031"
x1={18.9004}
y1={25.9297}
x2={18.9004}
y2={29.8984}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#DFD5EA" />
<stop offset={1} stopColor="#C8B2DE" />
</linearGradient>
<linearGradient
id="paint3_linear_18_21031"
x1={16.6914}
y1={30.0547}
x2={16.6914}
y2={28.8672}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#AB89CA" />
<stop offset={1} stopColor="#C8B3DE" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint4_radial_18_21031"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(13.6602 32.3359) rotate(-24.3434) scale(16.944 7.95423)"
>
<stop offset={0.94891} stopColor="#E7DFEF" stopOpacity={0} />
<stop offset={0.995179} stopColor="#FFFCFF" />
</radialGradient>
</defs>
</svg>
);
module.exports = PageWithCurlIcon;