UNPKG

@jstnmthw/react-fluentui-emoji

Version:

Fluent Emoji SVG icons for UI react development.

183 lines (182 loc) 5.23 kB
const React = require("react"); const GreenBookIcon = ({ 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_20807)"> <path d="M6.625 2H25C26.1046 2 27 2.89543 27 4V26H6.625V2Z" fill="url(#paint0_linear_18_20807)" /> <path d="M6.625 2H25C26.1046 2 27 2.89543 27 4V26H6.625V2Z" fill="url(#paint1_linear_18_20807)" /> </g> <path d="M5.5 26.5H27V29H26.5L26 29.5H5.5V26.5Z" fill="url(#paint2_linear_18_20807)" /> <path d="M5.5 26.5H27V29H26.5L26 29.5H5.5V26.5Z" fill="url(#paint3_linear_18_20807)" /> <path d="M6.5 2C5.67157 2 5 2.67157 5 3.5V28H6C6 27.4477 6.44772 27 7 27H8V2H6.5Z" fill="url(#paint4_linear_18_20807)" /> <g filter="url(#filter1_i_18_20807)"> <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(#paint5_linear_18_20807)" /> </g> <defs> <filter id="filter0_i_18_20807" x={6.625} y={2} width={20.375} height={24.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.25} /> <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} /> <feColorMatrix type="matrix" values="0 0 0 0 0.623529 0 0 0 0 0.858824 0 0 0 0 0.290196 0 0 0 1 0" /> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_18_20807" /> </filter> <filter id="filter1_i_18_20807" 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.113725 0 0 0 0 0.435294 0 0 0 0 0.439216 0 0 0 1 0" /> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_18_20807" /> </filter> <linearGradient id="paint0_linear_18_20807" x1={17.5} y1={2} x2={17.5} y2={26} gradientUnits="userSpaceOnUse" > <stop stopColor="#A6E051" /> <stop offset={1} stopColor="#74D891" /> </linearGradient> <linearGradient id="paint1_linear_18_20807" x1={27.1562} y1={5.53125} x2={25.1875} y2={5.8125} gradientUnits="userSpaceOnUse" > <stop offset={0.0135725} stopColor="#C0FA7C" /> <stop offset={1} stopColor="#B0ED5B" stopOpacity={0} /> </linearGradient> <linearGradient id="paint2_linear_18_20807" 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="paint3_linear_18_20807" 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> <linearGradient id="paint4_linear_18_20807" x1={5.20532} y1={16.7376} x2={7.5625} y2={16.75} gradientUnits="userSpaceOnUse" > <stop stopColor="#63B33B" /> <stop offset={1} stopColor="#429B5B" /> </linearGradient> <linearGradient id="paint5_linear_18_20807" x1={6.43117} y1={28.9639} x2={27} y2={28.9316} gradientUnits="userSpaceOnUse" > <stop stopColor="#2E7671" /> <stop offset={1} stopColor="#2E7172" /> </linearGradient> </defs> </svg> ); module.exports = GreenBookIcon;