@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 418 B
JavaScript
import { createFondueIcon as o } from "./fondue-icons2.js";
const e = o("Superscript", [["g", { fill: "none", stroke: "currentColor", "stroke-linecap": "round", "stroke-width": "1.5" }, [["path", { "stroke-linejoin": "round", d: "M3.817 17.126 14.069 6.874m-10.252 0 10.252 10.252" }], ["path", { d: "m18.68 4.297 1.576-.358V8.34" }]]]]);
export {
e as IconSuperscript
};
//# sourceMappingURL=fondue-icons353.js.map