@central-icons-react/square-outlined-radius-0-stroke-1.5
Version:
A collection of square outlined React icons with 0px radius and 1.5px stroke width, designed for use in React applications.
2 lines • 1 kB
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:"M4.75 6.5L5.78571 21.25H18.2143L19.25 6.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M3.25 5.75H20.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),r.createElement("path",{d:"M8.5246 5.58289C8.73079 3.84652 10.2081 2.5 12 2.5C13.7919 2.5 15.2692 3.84652 15.4754 5.58289",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),d=m;export{m as IconTrashCanSimple,d as default};
//# sourceMappingURL=index.mjs.map