UNPKG

@anoki/fse-ui

Version:

FSE UI components library

36 lines (35 loc) 980 B
import { j as s } from "./index.es237.js"; import { clsx as v } from "./index.es238.js"; const m = ({ width: e = 20, height: l = 20, className: h, fillColor: o = "#B3261E", decorative: a = !1, ariaLabel: r = "Delete" }) => /* @__PURE__ */ s.jsx( "svg", { width: e, height: l, viewBox: `0 0 ${e + 2} ${l + 2}`, fill: "none", xmlns: "http://www.w3.org/2000/svg", className: v(h), "aria-hidden": a, "aria-label": a ? void 0 : r, children: /* @__PURE__ */ s.jsx( "path", { fill: o, fillRule: "evenodd", d: "M15.5 3.5V4H21v1h-2v15.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 5 20.5V5H3V4h5.5v-.5A1.5 1.5 0 0 1 10 2h4a1.5 1.5 0 0 1 1.5 1.5M10 3a.5.5 0 0 0-.5.5V4h5v-.5A.5.5 0 0 0 14 3zm8 17.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V5h12zM12.5 8h-1v10h1zM9 8v10H8V8zm7 10V8h-1v10z", clipRule: "evenodd" } ) } ); export { m as DeleteTrash }; //# sourceMappingURL=index.es184.js.map