@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 854 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as r } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatStrikethrough32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 6h18v4a1 1 0 1 1-2 0V8h-6v4a1 1 0 1 1-2 0V8H9v2a1 1 0 1 1-2 0zm10 14.5a1 1 0 1 0-2 0V24h-3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-3zM8 15a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const n = r(o);
export {
n as default
};
//# sourceMappingURL=IconTextFormatStrikethrough32.es.js.map