@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 953 B
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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTrashBin16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.5 2h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5M5 3v-.5A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h2.5a.5.5 0 0 1 0 1H13v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a.5.5 0 0 1 0-1zM4 4v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4zm2 7V6a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0m3-5v5a.5.5 0 0 0 1 0V6a.5.5 0 0 0-1 0",
clipRule: "evenodd"
}
)
}
);
}
const i = t(n);
export {
i as default
};
//# sourceMappingURL=IconTrashBin16.es.js.map