@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 • 683 B
JavaScript
import p from"react";import o from"react";var l=({children:t,size:e=24,ariaLabel:n,color:a,ariaHidden:r=!0,style:s,...i})=>o.createElement("svg",{...i,"aria-hidden":r,role:r?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:a,...s}},n&&!r&&o.createElement("title",null,n),t);var m=t=>p.createElement(l,{...t,ariaLabel:"alignment-center"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4H21V5H3V4ZM7 11.5H17V12.5H7V11.5ZM3 19H21V20H3V19Z",fill:"currentColor"})),g=m;export{m as IconAlignmentCenter,g as default};
//# sourceMappingURL=index.mjs.map