@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 492 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const r = e("TextFormatStrikethrough", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M4.5 4H20v3.75a.75.75 0 01-1.5 0V5.5H13V9a.75.75 0 01-1.5 0V5.5H6v2.25a.75.75 0 01-1.5 0zM13 16.5a.75.75 0 00-1.5 0v2H9.25a.75.75 0 000 1.5h6a.75.75 0 000-1.5H13zM5.25 12a.75.75 0 000 1.5h14a.75.75 0 000-1.5z", "clip-rule": "evenodd" }]]);
export {
r as IconTextFormatStrikethrough
};
//# sourceMappingURL=fondue-icons331.js.map