@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 534 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var ImageCircle = createReactComponent("image-circle", "ImageCircle", [["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-0" }], ["path", { "d": "M7 9a2 2 0 1 0 4 0 2 2 0 0 0-4 0m13.718 1.08c-6.38-.75-11.85 3.906-11.716 10.144", "key": "svg-1" }], ["path", { "d": "M3.2 13.04c2.7-.294 5.107 1.036 6.424 3.126", "key": "svg-2" }]]);
export { ImageCircle as default };
//# sourceMappingURL=ImageCircle.js.map