@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 436 B
JavaScript
import { createFondueIcon as n } from "./fondue-icons2.js";
const e = n("AnnotationLines", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M17.5 8.5a2 2 0 100-4 2 2 0 000 4m0 1.5a3.5 3.5 0 10-2.965-1.64l-6.174 6.175a3.5 3.5 0 101.07 1.051l6.155-6.155c.55.36 1.208.569 1.914.569m-11 9.5a2 2 0 100-4 2 2 0 000 4", "clip-rule": "evenodd" }]]);
export {
e as IconAnnotationLines
};
//# sourceMappingURL=fondue-icons7.js.map