@mynaui/icons-react
Version:
1180+ beautifully crafted open source icons for your next project.
11 lines (7 loc) • 536 B
JavaScript
/**
* @mynaui/icons-react v0.3.2 - MIT
*/
import createReactComponent from '../createReactComponent.js';
var ContactlessCircle = createReactComponent("contactless-circle", "ContactlessCircle", [["path", { "d": "M8 9.99a9 9 0 0 1 0 4.02m2.975-5.59a13 13 0 0 1 .5 3.58 13 13 0 0 1-.5 3.58m3.25-8.72c.513 1.621.79 3.348.79 5.14s-.277 3.519-.79 5.14", "key": "svg-0" }], ["path", { "d": "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0", "key": "svg-1" }]]);
export { ContactlessCircle as default };
//# sourceMappingURL=ContactlessCircle.js.map