@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.07 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"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: "IconStrikethroughBox24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M21.53 3.53a.75.75 0 0 0-1.06-1.06l-1.946 1.945A3 3 0 0 0 17 4H7a3 3 0 0 0-3 3v10c0 .556.151 1.077.415 1.524L2.47 20.47a.75.75 0 1 0 1.06 1.06l1.946-1.945c.447.264.968.415 1.524.415h10a3 3 0 0 0 3-3V7c0-.556-.151-1.077-.415-1.524zm-4.142 2.02A1.5 1.5 0 0 0 17 5.5H7A1.5 1.5 0 0 0 5.5 7v10q.001.202.05.389zM6.612 18.45 18.45 6.61q.05.187.051.389v10a1.5 1.5 0 0 1-1.5 1.5H7q-.202-.001-.389-.05",
clipRule: "evenodd"
}
)
}
);
}
const a = o(r);
export {
a as default
};
//# sourceMappingURL=IconStrikethroughBox24.es.js.map