UNPKG

@mynaui/icons-react

Version:

1180+ beautifully crafted open source icons for your next project.

11 lines (7 loc) 432 B
/** * @mynaui/icons-react v0.3.2 - MIT */ import createReactComponent from '../createReactComponent.js'; var SearchDot = createReactComponent("search-dot", "SearchDot", [["path", { "d": "M19 11.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0m-2.107 5.42 3.08 3.08", "key": "svg-0" }], ["path", { "d": "M11.5 13.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4", "key": "svg-1" }]]); export { SearchDot as default }; //# sourceMappingURL=SearchDot.js.map