@central-icons-react/square-outlined-radius-0-stroke-2
Version:
A collection of square outlined React icons with 0px radius and 2px stroke width, designed for use in React applications.
4 lines (2 loc) • 1.52 kB
JavaScript
import r from"react";var s=({children:e,size:t=24,ariaLabel:l,color:a,ariaHidden:n=!0,style:p,mode:L="masked",maskId:i,...m})=>{let d=L!=="raw"&&!!i;return r.createElement("svg",{...m,"aria-hidden":n,role:n?void 0:"img",width:typeof t==="number"?`${t}px`:t,height:typeof t==="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...p}},l&&!n&&r.createElement("title",null,l),d?r.createElement(r.Fragment,null,r.createElement("mask",{id:i,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement("rect",{width:"24",height:"24",fill:"#000"}),r.createElement("g",{fill:"none",style:{color:"#fff"}},e)),r.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${i})`})):e)};import o from"react";var g=o.memo((e)=>{return o.createElement(s,{...e,ariaLabel:"magic-edit, magic-writing",maskId:"square-outlined-radius-0-stroke-2-IconMagicEdit"},o.createElement("path",{d:"M16 4L20 8L8 20H4V16L16 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement("path",{d:"M5 5L4 7L2 8L4 9L5 11L6 9L8 8L6 7L5 5Z",fill:"currentColor"}),o.createElement("path",{d:"M9 2L8.33333 3.33333L7 4L8.33333 4.66667L9 6L9.66667 4.66667L11 4L9.66667 3.33333L9 2Z",fill:"currentColor"}),o.createElement("path",{d:"M18.5 15L17.6667 16.6667L16 17.5L17.6667 18.3333L18.5 20L19.3333 18.3333L21 17.5L19.3333 16.6667L18.5 15Z",fill:"currentColor"}))}),w=g;export{w as default,g as IconMagicEdit};
//# debugId=C44B50AFA9053D0364756E2164756E21