@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 648 B
JavaScript
import { createFondueIcon as o } from "./fondue-icons2.js";
const r = o("StrikethroughBox", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M21.53 3.53a.75.75 0 00-1.06-1.06l-1.946 1.945A3 3 0 0017 4H7a3 3 0 00-3 3v10c0 .556.151 1.077.415 1.524L2.47 20.47a.75.75 0 101.06 1.06l1.946-1.945c.447.264.968.415 1.524.415h10a3 3 0 003-3V7c0-.556-.151-1.077-.415-1.524zm-4.142 2.02A1.5 1.5 0 0017 5.5H7A1.5 1.5 0 005.5 7v10q.001.202.05.389zM6.612 18.45 18.45 6.61q.05.187.051.389v10a1.5 1.5 0 01-1.5 1.5H7q-.202-.001-.389-.05", "clip-rule": "evenodd" }]]);
export {
r as IconStrikethroughBox
};
//# sourceMappingURL=fondue-icons349.js.map