UNPKG

@jstnmthw/react-fluentui-emoji

Version:

Fluent Emoji SVG icons for UI react development.

124 lines (123 loc) 3.84 kB
const React = require("react"); const WhiteLargeSquareIcon = ({ 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_iiii_18590_2811)"> <path d="M2.33643 4C2.33643 2.89543 3.23186 2 4.33643 2H28.3364C29.441 2 30.3364 2.89543 30.3364 4V28C30.3364 29.1046 29.441 30 28.3364 30H4.33643C3.23186 30 2.33643 29.1046 2.33643 28V4Z" fill="url(#paint0_linear_18590_2811)" /> </g> <defs> <filter id="filter0_iiii_18590_2811" x={1.33643} y={1} width={30} height={30} 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={-1} /> <feGaussianBlur stdDeviation={0.5} /> <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} /> <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.996078 0 0 0 0 1 0 0 0 1 0" /> <feBlend mode="normal" in2="shape" result="effect1_innerShadow_18590_2811" /> <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} /> <feGaussianBlur stdDeviation={0.5} /> <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} /> <feColorMatrix type="matrix" values="0 0 0 0 0.658824 0 0 0 0 0.6 0 0 0 0 0.721569 0 0 0 1 0" /> <feBlend mode="normal" in2="effect1_innerShadow_18590_2811" result="effect2_innerShadow_18590_2811" /> <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={1} /> <feGaussianBlur stdDeviation={0.5} /> <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} /> <feColorMatrix type="matrix" values="0 0 0 0 0.972549 0 0 0 0 0.952941 0 0 0 0 0.992157 0 0 0 1 0" /> <feBlend mode="normal" in2="effect2_innerShadow_18590_2811" result="effect3_innerShadow_18590_2811" /> <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={-1} /> <feGaussianBlur stdDeviation={0.5} /> <feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} /> <feColorMatrix type="matrix" values="0 0 0 0 0.611765 0 0 0 0 0.439216 0 0 0 0 0.760784 0 0 0 1 0" /> <feBlend mode="normal" in2="effect3_innerShadow_18590_2811" result="effect4_innerShadow_18590_2811" /> </filter> <linearGradient id="paint0_linear_18590_2811" x1={16.3364} y1={2} x2={16.3364} y2={30} gradientUnits="userSpaceOnUse" > <stop stopColor="#F6E8FF" /> <stop offset={1} stopColor="#BBA4D2" /> </linearGradient> </defs> </svg> ); module.exports = WhiteLargeSquareIcon;