@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 • 653 B
JavaScript
import o from"react";import p from"react";var l=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...m})=>p.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...s}},n&&!t&&p.createElement("title",null,n),e);var i=e=>o.createElement(l,{...e,ariaLabel:"pause"},o.createElement("path",{d:"M4 3V21H10V3H4Z",fill:"currentColor"}),o.createElement("path",{d:"M14 3V21H20V3H14Z",fill:"currentColor"})),g=i;export{i as IconPause,g as default};
//# sourceMappingURL=index.mjs.map