@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 452 B
JavaScript
/**
* @mynaui/icons-react v0.4.1 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var NineCircle = createReactComponent("nine-circle", "NineCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M10.5 16h1a3 3 0 0 0 3-3v-2.5m0 0a2.5 2.5 0 0 0-5 0c0 1.38 1.12 2 2.5 2s2.5-.62 2.5-2", "key": "svg-1" }]]);
export { NineCircle as default };
//# sourceMappingURL=NineCircle.js.map