@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
2 lines • 1.08 kB
JavaScript
import r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:s,...i})=>l.createElement("svg",{...i,"aria-hidden":e,role:e?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:a,...s}},n&&!e&&l.createElement("title",null,n),t);var d=t=>r.createElement(p,{...t,ariaLabel:"dot-grid-1x3-horizontal, menu, drag, grab"},r.createElement("path",{d:"M2.75 11H4.75V13H2.75V11Z",fill:"currentColor"}),r.createElement("path",{d:"M13 11H11V13H13V11Z",fill:"currentColor"}),r.createElement("path",{d:"M19.25 11H21.25V13H19.25V11Z",fill:"currentColor"}),r.createElement("path",{d:"M2.75 11H4.75V13H2.75V11Z",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M13 11H11V13H13V11Z",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M19.25 11H21.25V13H19.25V11Z",stroke:"currentColor",strokeWidth:"1.5"})),C=d;export{d as IconDotGrid1x3Horizontal,C as default};
//# sourceMappingURL=index.mjs.map