UNPKG

@jstnmthw/react-fluentui-emoji

Version:

Fluent Emoji SVG icons for UI react development.

183 lines (182 loc) 5.42 kB
const React = require("react"); const OrangeBookIcon = ({ 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_20839)"> <path d="M6.625 1.6842H25C26.1046 1.6842 27 2.57963 27 3.6842V25.6842H6.625V1.6842Z" fill="url(#paint0_linear_18_20839)" /> <path d="M6.625 1.6842H25C26.1046 1.6842 27 2.57963 27 3.6842V25.6842H6.625V1.6842Z" fill="url(#paint1_linear_18_20839)" /> </g> <path d="M5.5 26.1842H27V28.6842H26.5L26 29.1842H5.5V26.1842Z" fill="url(#paint2_linear_18_20839)" /> <path d="M5.5 26.1842H27V28.6842H26.5L26 29.1842H5.5V26.1842Z" fill="url(#paint3_linear_18_20839)" /> <path d="M6.5 1.6842C5.67157 1.6842 5 2.35578 5 3.1842V27.6842H6C6 27.1319 6.44772 26.6842 7 26.6842H8V1.6842H6.5Z" fill="url(#paint4_linear_18_20839)" /> <g filter="url(#filter1_i_18_20839)"> <path d="M6.5 25.6842C5.67157 25.6842 5 26.3558 5 27.1842V28.1842C5 29.0126 5.67157 29.6842 6.5 29.6842H25.9077C26.5608 29.6842 27 29.3497 27 28.6842H7C6.44772 28.6842 6 28.2365 6 27.6842C6 27.1319 6.44772 26.6842 7 26.6842H27V25.6842H6.5Z" fill="url(#paint5_linear_18_20839)" /> </g> <defs> <filter id="filter0_i_18_20839" x={6.625} y={1.6842} 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.839216 0 0 0 0 0.384314 0 0 0 0 0.0745098 0 0 0 1 0" /> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_18_20839" /> </filter> <filter id="filter1_i_18_20839" x={5} y={25.6842} 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.635294 0 0 0 0 0 0 0 0 0 0.337255 0 0 0 1 0" /> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_18_20839" /> </filter> <linearGradient id="paint0_linear_18_20839" x1={17.5} y1={1.6842} x2={17.5} y2={25.6842} gradientUnits="userSpaceOnUse" > <stop stopColor="#E6752E" /> <stop offset={1} stopColor="#E34F2F" /> </linearGradient> <linearGradient id="paint1_linear_18_20839" x1={27.1562} y1={5.21545} x2={25.1875} y2={5.4967} gradientUnits="userSpaceOnUse" > <stop offset={0.0135725} stopColor="#FF9865" /> <stop offset={1} stopColor="#F68345" stopOpacity={0} /> </linearGradient> <linearGradient id="paint2_linear_18_20839" x1={6.7215} y1={28.0997} x2={26.819} y2={28.0997} gradientUnits="userSpaceOnUse" > <stop stopColor="#D5BCEB" /> <stop offset={1} stopColor="#DCCCED" /> <stop offset={1} stopColor="#E3D3F2" /> </linearGradient> <linearGradient id="paint3_linear_18_20839" x1={16.25} y1={26.4222} x2={16.25} y2={27.8416} gradientUnits="userSpaceOnUse" > <stop stopColor="#9F84AE" /> <stop offset={1} stopColor="#C5B1D6" stopOpacity={0} /> </linearGradient> <linearGradient id="paint4_linear_18_20839" x1={5.20532} y1={16.4218} x2={7.5625} y2={16.4342} gradientUnits="userSpaceOnUse" > <stop stopColor="#BE2C53" /> <stop offset={1} stopColor="#C02D56" /> </linearGradient> <linearGradient id="paint5_linear_18_20839" x1={6.43117} y1={28.6481} x2={27} y2={28.6158} gradientUnits="userSpaceOnUse" > <stop stopColor="#A71A59" /> <stop offset={1} stopColor="#A51B5A" /> </linearGradient> </defs> </svg> ); module.exports = OrangeBookIcon;