@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.34 kB
JavaScript
import { jsx as e, jsxs as r } from "react/jsx-runtime";
import { memo as t } from "react";
function a(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconEraser12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ r("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Eraser12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6.74 2.355 1.015 1.014-3.312 3.312-1.015-1.015zM5.15 7.388l3.312-3.311 1.015 1.015-3.312 3.311zM2.721 6.373l-.711.712a.5.5 0 0 0 0 .707l2.03 2.03a.5.5 0 0 0 .707 0l.711-.712zM6.74.94l.707.708 2.737 2.736.707.708-.707.707-4.73 4.73a1.5 1.5 0 0 1-2.122 0l-2.03-2.03a1.5 1.5 0 0 1 0-2.121l4.73-4.73zm.915 9.14a.5.5 0 0 0 0 1h2.965a.5.5 0 1 0 0-1z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Eraser12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = t(a);
export {
c as default
};
//# sourceMappingURL=IconEraser12.es.js.map