@central-icons-react/square-filled-radius-0-stroke-1
Version:
A collection of square filled React icons with 0px radius and 1px stroke width, designed for use in React applications.
2 lines • 763 B
JavaScript
import o from"react";import l from"react";var p=({children:r,size:t=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:i,...m})=>l.createElement("svg",{...m,"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,...i}},n&&!e&&l.createElement("title",null,n),r);var s=r=>o.createElement(p,{...r,ariaLabel:"horizontal-alignment-bottom"},o.createElement("path",{d:"M6 3V18H11V3H6Z",fill:"currentColor"}),o.createElement("path",{d:"M13 7V18H18V7H13Z",fill:"currentColor"}),o.createElement("path",{d:"M3 20V21H21V20H3Z",fill:"currentColor"})),g=s;export{s as IconHorizontalAlignmentBottom,g as default};
//# sourceMappingURL=index.mjs.map