@central-icons-react/square-outlined-radius-0-stroke-2
Version:
A collection of square outlined React icons with 0px radius and 2px stroke width, designed for use in React applications.
2 lines • 1.13 kB
JavaScript
import r from"react";import a from"react";var p=({children:e,size:t=24,ariaLabel:n,color:s,ariaHidden:o=!0,style:l,...i})=>a.createElement("svg",{...i,"aria-hidden":o,role:o?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:s,...l}},n&&!o&&a.createElement("title",null,n),e);var C=e=>r.createElement(p,{...e,ariaLabel:"math-multiplication"},r.createElement("path",{d:"M5 12H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M11.9 6.5H12H12.1M12.5 6.5C12.5 6.77614 12.2761 7 12 7C11.7239 7 11.5 6.77614 11.5 6.5C11.5 6.22386 11.7239 6 12 6C12.2761 6 12.5 6.22386 12.5 6.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M11.9 17.5H12H12.1M12.5 17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5C11.5 17.2239 11.7239 17 12 17C12.2761 17 12.5 17.2239 12.5 17.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=C;export{C as IconMathMultiplication,d as default};
//# sourceMappingURL=index.mjs.map