@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 505 B
JavaScript
import { createFondueIcon as o } from "./fondue-icons2.js";
const n = o("AnnotationNumbers", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M5.996 8.155v7.272h1.536v-8.4H4.76L3.044 10.82h1.608L5.78 8.155zM10.75 9.5a.75.75 0 000 1.5h8.5a.75.75 0 100-1.5zM10 16.25a.75.75 0 01.75-.75h8.5a.75.75 0 110 1.5h-8.5a.75.75 0 01-.75-.75m.75-3.75a.75.75 0 000 1.5h4.5a.75.75 0 100-1.5z", "clip-rule": "evenodd" }]]);
export {
n as IconAnnotationNumbers
};
//# sourceMappingURL=fondue-icons8.js.map