@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.28 kB
JavaScript
import e from"react";var a=({children:t,size:r=24,ariaLabel:l,color:m,ariaHidden:o=!0,style:i,mode:p="masked",maskId:n,...c})=>{let C=p!=="raw"&&!!n;return e.createElement("svg",{...c,"aria-hidden":o,role:o?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...i}},l&&!o&&e.createElement("title",null,l),C?e.createElement(e.Fragment,null,e.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},t)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import s from"react";var f=s.memo((t)=>{return s.createElement(a,{...t,ariaLabel:"central-icon-system",maskId:"square-outlined-radius-0-stroke-2-IconCentralIconSystem"},s.createElement("path",{d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.0751 22 21.2672 18.2193 21.9136 13.3208H15.5849L12 16.9057L7.09434 12L12 7.09434L15.5849 10.6792H21.9136C21.2672 5.78066 17.0751 2 12 2Z",fill:"currentColor"}))}),y=f;export{y as default,f as IconCentralIconSystem};
//# debugId=3BECB0201A47CEFA64756E2164756E21