@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 926 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatStrikethrough20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 3H17v3.367a.75.75 0 0 1-1.5 0V4.5H11v2.958a.75.75 0 0 1-1.5 0V4.5H5v1.867a.75.75 0 0 1-1.5 0zM11 14.002a.75.75 0 0 0-1.5 0V15.5H7.75a.75.75 0 0 0 0 1.5h4.999a.75.75 0 0 0 0-1.5H11zM4.5 9.98a.75.75 0 0 0 0 1.5H16a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = r(o);
export {
l as default
};
//# sourceMappingURL=IconTextFormatStrikethrough20.es.js.map