@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 726 B
JavaScript
import { createFondueIcon as l } from "./fondue-icons2.js";
const e = l("Subscript", [["g", { fill: "none" }, [["g", { "clip-path": "url(#svgID0)" }, [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M14.6 7.404a.75.75 0 10-1.06-1.06l-4.597 4.595-4.596-4.595a.75.75 0 10-1.06 1.06L7.883 12l-4.596 4.596a.75.75 0 101.06 1.06l4.596-4.595 4.596 4.596a.75.75 0 001.06-1.061L10.005 12z", "clip-rule": "evenodd" }], ["path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-width": "1.5", d: "m18.68 15.297 1.576-.357v4.4" }]]], ["defs", {}, [["clipPath", { id: "svgID0" }, [["path", { fill: "#fff", d: "M0 0h24v24H0z" }]]]]]]]]);
export {
e as IconSubscript
};
//# sourceMappingURL=fondue-icons350.js.map