@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 • 934 B
JavaScript
import r from"react";import n from"react";var p=({children:t,size:o=24,ariaLabel:l,color:a,ariaHidden:e=!0,style:s,...i})=>n.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}},l&&!e&&n.createElement("title",null,l),t);var V=t=>r.createElement(p,{...t,ariaLabel:"text-block"},r.createElement("path",{d:"M3 4V10H9V4H3Z",fill:"currentColor"}),r.createElement("path",{d:"M12 5V6H21V5H12Z",fill:"currentColor"}),r.createElement("path",{d:"M12 8V9H18V8H12Z",fill:"currentColor"}),r.createElement("path",{d:"M3 14V20H9V14H3Z",fill:"currentColor"}),r.createElement("path",{d:"M12 15V16H21V15H12Z",fill:"currentColor"}),r.createElement("path",{d:"M12 18V19H18V18H12Z",fill:"currentColor"})),u=V;export{V as IconTextBlock,u as default};
//# sourceMappingURL=index.mjs.map