@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.07 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:a,...d})=>s.createElement("svg",{...d,"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,...a}},n&&!e&&s.createElement("title",null,n),o);var i=o=>r.createElement(p,{...o,ariaLabel:"dot-grid-2x3, menu, drag, grab"},r.createElement("path",{d:"M8 4H10V6H8V4Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M8 11H10V13H8V11Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M10 18H8V20H10V18Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14 4H16V6H14V4Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M16 11H14V13H16V11Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M14 18H16V20H14V18Z",stroke:"currentColor",strokeWidth:"2"})),C=i;export{i as IconDotGrid2x3,C as default};
//# sourceMappingURL=index.mjs.map