@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.
2 lines • 1.21 kB
JavaScript
import r from"react";import p from"react";var l=({children:o,size:t=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:i,...a})=>p.createElement("svg",{...a,"aria-hidden":e,role:e?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:s,...i}},n&&!e&&p.createElement("title",null,n),o);var h=o=>r.createElement(l,{...o,ariaLabel:"components, figma"},r.createElement("g",{"clip-path":"url(#clip0_10805_28777)"},r.createElement("path",{d:"M8.5 5.75L12 2.25L15.5 5.75L12 9.25L8.5 5.75Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M2.25 12L5.75 8.5L9.25 12L5.75 15.5L2.25 12Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14.75 12L18.25 8.5L21.75 12L18.25 15.5L14.75 12Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M8.5 18.25L12 14.75L15.5 18.25L12 21.75L8.5 18.25Z",stroke:"currentColor",strokeWidth:"2"})),r.createElement("defs",null,r.createElement("clipPath",{id:"clip0_10805_28777"},r.createElement("rect",{width:"24",height:"24",fill:"white"})))),C=h;export{h as IconComponents,C as default};
//# sourceMappingURL=index.mjs.map