UNPKG

@anoki/fse-ui

Version:

FSE UI components library

36 lines (35 loc) 980 B
import { j as r } from "./index.es244.js"; import { clsx as v } from "./index.es246.js"; const t = ({ width: e = 20, height: l = 20, className: s, fillColor: h = "#B3261E", decorative: a = !0, ariaLabel: o = "Delete" }) => /* @__PURE__ */ r.jsx( "svg", { width: e, height: l, viewBox: `0 0 ${e + 2} ${l + 2}`, fill: "none", xmlns: "http://www.w3.org/2000/svg", className: v(s), "aria-hidden": a, "aria-label": a ? void 0 : o, children: /* @__PURE__ */ r.jsx( "path", { fill: h, 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 { t as DeleteTrash }; //# sourceMappingURL=index.es205.js.map