@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.33 kB
JavaScript
import r from"react";import s from"react";var p=({children:o,size:t=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:h,...i})=>s.createElement("svg",{...i,"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:l,...h}},n&&!e&&s.createElement("title",null,n),o);var d=o=>r.createElement(p,{...o,ariaLabel:"chip-simple, processor"},r.createElement("path",{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M15 9H9V15H15V9Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M10 4V1",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14 4V1",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M10 23V20",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14 23V20",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M4 10H1",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M4 14H1",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M23 10H20",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M23 14H20",stroke:"currentColor",strokeWidth:"2"})),m=d;export{d as IconChipSimple,m as default};
//# sourceMappingURL=index.mjs.map