@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function n(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTrashBin24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10.5 4.5h3a.5.5 0 0 1 .5.5v1h-4V5a.5.5 0 0 1 .5-.5M8.5 6V5a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v1H19a.75.75 0 0 1 0 1.5h-.5V18a3 3 0 0 1-3 3h-7a3 3 0 0 1-3-3V7.5H5A.75.75 0 0 1 5 6zm7 1.5H7V18a1.5 1.5 0 0 0 1.5 1.5h7A1.5 1.5 0 0 0 17 18V7.5zm-6 9.5v-6.5a.75.75 0 0 1 1.5 0V17a.75.75 0 0 1-1.5 0m3.5-6.5V17a.75.75 0 0 0 1.5 0v-6.5a.75.75 0 0 0-1.5 0",
clipRule: "evenodd"
}
)
}
);
}
const i = t(n);
export {
i as default
};
//# sourceMappingURL=IconTrashBin24.es.js.map