@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 484 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var Target = createReactComponent("target", "Target", [["path", { "d": "M12 17.25a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5", "key": "svg-0" }], ["path", { "d": "M12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3", "key": "svg-1" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-2" }]]);
export { Target as default };
//# sourceMappingURL=Target.js.map