@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.37 kB
JavaScript
import { jsx as t, jsxs as r } from "react/jsx-runtime";
import { memo as l } from "react";
function o(e) {
return /* @__PURE__ */ t(
"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: "IconStrikethroughBox12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r("g", { fill: "none", children: [
/* @__PURE__ */ t("g", { clipPath: "url(#StrikethroughBox12)", children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.854.854a.5.5 0 0 0-.708-.708l-1.13 1.13A2 2 0 0 0 9 1H3a2 2 0 0 0-2 2v6c0 .37.101.718.277 1.016l-1.13 1.13a.5.5 0 0 0 .707.708l1.13-1.13A2 2 0 0 0 3 11h6a2 2 0 0 0 2-2V3c0-.37-.101-.718-.277-1.016zm-2.595 1.18A1 1 0 0 0 9 2H3a1 1 0 0 0-1 1v6q0 .135.034.259zM2.741 9.966l7.225-7.225Q10 2.866 10 3v6a1 1 0 0 1-1 1H3q-.135 0-.259-.034",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "StrikethroughBox12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = l(o);
export {
c as default
};
//# sourceMappingURL=IconStrikethroughBox12.es.js.map