@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.01 kB
JavaScript
import r from"react";import s from"react";var a=({children:t,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:i,...l})=>s.createElement("svg",{...l,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...i}},n&&!o&&s.createElement("title",null,n),t);var c=t=>r.createElement(a,{...t,ariaLabel:"line-height, spacing, eleborate"},r.createElement("path",{d:"M2.75 4.75H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M2.75 19.25H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M9.75 10L12 7.75L14.25 10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M9.75 14.25L12 16.5L14.25 14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=c;export{c as IconLineHeight,d as default};
//# sourceMappingURL=index.mjs.map