@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:o,size:t=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 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:a,...s}},n&&!e&&l.createElement("title",null,n),o);var d=o=>r.createElement(p,{...o,ariaLabel:"dot-grid-1x3-vertical, menu, drag, grab"},r.createElement("path",{d:"M11 2.75H13V4.75H11V2.75Z",fill:"currentColor"}),r.createElement("path",{d:"M13 11H11V13H13V11Z",fill:"currentColor"}),r.createElement("path",{d:"M11 19.25H13V21.25H11V19.25Z",fill:"currentColor"}),r.createElement("path",{d:"M11 2.75H13V4.75H11V2.75Z",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M13 11H11V13H13V11Z",stroke:"currentColor",strokeWidth:"1.5"}),r.createElement("path",{d:"M11 19.25H13V21.25H11V19.25Z",stroke:"currentColor",strokeWidth:"1.5"})),c=d;export{d as IconDotGrid1x3Vertical,c as default};
//# sourceMappingURL=index.mjs.map