@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.26 kB
JavaScript
import r from"react";var l=({children:e,size:o=24,ariaLabel:a,color:i,ariaHidden:t=!0,style:m,mode:p="masked",maskId:n,...c})=>{let u=p!=="raw"&&!!n;return r.createElement("svg",{...c,"aria-hidden":t,role:t?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:i,...m}},a&&!t&&r.createElement("title",null,a),u?r.createElement(r.Fragment,null,r.createElement("mask",{id:n,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(#${n})`})):e)};import s from"react";var d=s.memo((e)=>{return s.createElement(l,{...e,ariaLabel:"focus-macro",maskId:"square-outlined-radius-0-stroke-2-IconFocusMacro"},s.createElement("path",{d:"M8 20H4V16M16 20H20V16M4 8V4H8M16 4H20V8M12 14V16M12 14C10.3431 14 9 12.6569 9 11V8.75L10.75 9.5L12 8.25L13.25 9.5L15 8.75V11C15 12.6569 13.6569 14 12 14Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),w=d;export{w as default,d as IconFocusMacro};
//# debugId=F3D9DA14E9C1DAAA64756E2164756E21