@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.2 kB
JavaScript
import t from"react";var l=({children:r,size:o=24,ariaLabel:a,color:m,ariaHidden:n=!0,style:i,mode:p="masked",maskId:s,...d})=>{let u=p!=="raw"&&!!s;return t.createElement("svg",{...d,"aria-hidden":n,role:n?void 0:"img",width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},a&&!n&&t.createElement("title",null,a),u?t.createElement(t.Fragment,null,t.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.createElement("rect",{width:"24",height:"24",fill:"#000"}),t.createElement("g",{fill:"none",style:{color:"#fff"}},r)),t.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):r)};import e from"react";var h=e.memo((r)=>{return e.createElement(l,{...r,ariaLabel:"layout-bottom, margin, padding",maskId:"square-outlined-radius-0-stroke-2-IconLayoutBottom"},e.createElement("path",{d:"M20 4L20 16L4 16V4L20 4Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M21 20H3",stroke:"currentColor",strokeWidth:"2"}))}),w=h;export{w as default,h as IconLayoutBottom};
//# debugId=8A9C2CEFD077D3A164756E2164756E21