@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
274 lines (273 loc) • 7.86 kB
JSX
const React = require("react");
const NotebookIcon = ({ 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="M8 2H25C26.1046 2 27 2.89543 27 4V26H8V2Z"
fill="url(#paint0_linear_18_20913)"
/>
<path
d="M8 2H25C26.1046 2 27 2.89543 27 4V26H8V2Z"
fill="url(#paint1_linear_18_20913)"
/>
<path
d="M6.5 2C5.67157 2 5 2.67157 5 3.5V28H6C6 27.4477 6.44772 27 7 27H8V2H6.5Z"
fill="url(#paint2_linear_18_20913)"
/>
<path
d="M6.5 2C5.67157 2 5 2.67157 5 3.5V28H6C6 27.4477 6.44772 27 7 27H8V2H6.5Z"
fill="url(#paint3_radial_18_20913)"
/>
<g filter="url(#filter0_i_18_20913)">
<path
d="M6.5 26C5.67157 26 5 26.6716 5 27.5V28.5C5 29.3284 5.67157 30 6.5 30H25.9077C26.5608 30 27 29.6655 27 29H7C6.44772 29 6 28.5523 6 28C6 27.4477 6.44772 27 7 27H27V26H6.5Z"
fill="url(#paint4_linear_18_20913)"
/>
</g>
<g filter="url(#filter1_f_18_20913)">
<rect
x={22.8151}
y={2.32812}
width={0.73177}
height={23.5938}
fill="#3B2D4A"
/>
</g>
<g filter="url(#filter2_f_18_20913)">
<rect
width={1}
height={3.9375}
transform="matrix(1 0 0 -1 22.8151 29.8594)"
fill="#42215F"
/>
</g>
<path
d="M12.4375 6.96875C12.4375 6.41647 12.8852 5.96875 13.4375 5.96875H18.6875C19.2398 5.96875 19.6875 6.41647 19.6875 6.96875V9.03125C19.6875 9.58353 19.2398 10.0312 18.6875 10.0312H13.4375C12.8852 10.0312 12.4375 9.58353 12.4375 9.03125V6.96875Z"
fill="#DED7E6"
/>
<path
d="M27 29V27H7C6.44772 27 6 27.4477 6 28C6 28.5523 6.44772 29 7 29H27Z"
fill="url(#paint5_linear_18_20913)"
/>
<path
d="M27 29V27H7C6.44772 27 6 27.4477 6 28C6 28.5523 6.44772 29 7 29H27Z"
fill="url(#paint6_linear_18_20913)"
/>
<path
d="M27 29V27H7C6.44772 27 6 27.4477 6 28C6 28.5523 6.44772 29 7 29H27Z"
fill="url(#paint7_radial_18_20913)"
/>
<rect
width={1}
height={4.07812}
transform="matrix(1 0 0 -1 23.0469 30)"
fill="url(#paint8_linear_18_20913)"
/>
<rect
x={23.0469}
y={2}
width={1}
height={23.9219}
fill="url(#paint9_linear_18_20913)"
/>
<defs>
<filter
id="filter0_i_18_20913"
x={5}
y={26}
width={22}
height={4.1}
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.1} />
<feGaussianBlur stdDeviation={0.15} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.294118 0 0 0 0 0.133333 0 0 0 0 0.419608 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_20913"
/>
</filter>
<filter
id="filter1_f_18_20913"
x={22.3151}
y={1.82812}
width={1.73175}
height={24.5938}
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_18_20913"
/>
</filter>
<filter
id="filter2_f_18_20913"
x={22.3151}
y={25.4219}
width={2}
height={4.9375}
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_18_20913"
/>
</filter>
<linearGradient
id="paint0_linear_18_20913"
x1={17.5}
y1={2}
x2={17.5}
y2={26}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#5D4573" />
<stop offset={1} stopColor="#4B3E59" />
</linearGradient>
<linearGradient
id="paint1_linear_18_20913"
x1={28.69}
y1={5.38238}
x2={25.9803}
y2={5.47916}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.408703} stopColor="#7B698D" />
<stop offset={1} stopColor="#7B698D" stopOpacity={0} />
</linearGradient>
<linearGradient
id="paint2_linear_18_20913"
x1={5.20532}
y1={16.7376}
x2={8}
y2={16.7376}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#50475B" />
<stop offset={1} stopColor="#453C4F" />
</linearGradient>
<radialGradient
id="paint3_radial_18_20913"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(5.39887 26.6735) rotate(-90) scale(6.6454 1.17096)"
>
<stop stopColor="#51475C" />
<stop offset={1} stopColor="#51475C" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint4_linear_18_20913"
x1={6.43117}
y1={28.9639}
x2={27}
y2={28.9316}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#512F70" />
<stop offset={1} stopColor="#4F2D6D" />
</linearGradient>
<linearGradient
id="paint5_linear_18_20913"
x1={6.7215}
y1={28.4155}
x2={26.819}
y2={28.4155}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#D5BCEB" />
<stop offset={1} stopColor="#DCCCED" />
<stop offset={1} stopColor="#E3D3F2" />
</linearGradient>
<linearGradient
id="paint6_linear_18_20913"
x1={16.25}
y1={26.738}
x2={16.25}
y2={28.1574}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#9F84AE" />
<stop offset={1} stopColor="#C5B1D6" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint7_radial_18_20913"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(23.1562 27.2188) rotate(90) scale(3.03125 0.749998)"
>
<stop stopColor="#937BAD" />
<stop offset={1} stopColor="#B9A2C9" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint8_linear_18_20913"
x1={0}
y1={1.81047}
x2={1}
y2={1.81047}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.339349} stopColor="#7D56C2" />
<stop offset={0.788086} stopColor="#8C6CCC" />
</linearGradient>
<linearGradient
id="paint9_linear_18_20913"
x1={23.0469}
y1={13.1976}
x2={24.2837}
y2={13.1976}
gradientUnits="userSpaceOnUse"
>
<stop offset={0.373321} stopColor="#8168B6" />
<stop offset={0.868068} stopColor="#A38AD4" />
</linearGradient>
</defs>
</svg>
);
module.exports = NotebookIcon;