@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 • 974 B
JavaScript
import r from"react";import a from"react";var s=({children:t,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:l,...i})=>a.createElement("svg",{...i,"aria-hidden":o,role:o?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:p,...l}},n&&!o&&a.createElement("title",null,n),t);var m=t=>r.createElement(s,{...t,ariaLabel:"trash-can-simple, delete, remove, garbage, waste"},r.createElement("path",{d:"M5 6.5L6 21H18L19 6.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M3.5 6H20.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M8.07092 5.74621C8.42347 3.89745 10.0485 2.5 12 2.5C13.9515 2.5 15.5765 3.89745 15.9291 5.74621",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=m;export{m as IconTrashCanSimple,d as default};
//# sourceMappingURL=index.mjs.map