@meistericons/vue
Version:
Vue icon library for meistericons.
13 lines (9 loc) • 769 B
JavaScript
/**
* @license @meistericons/vue v0.5.1 - ISC
* The source code is licensed under the ISC license.
* See the root directory for the LICENSE file.
*/
import createMeisterIcons from '../createMeisterIcons.js';
const SearchCircle = createMeisterIcons("search-circle", [["path", { "fill": "currentColor", "d": "M11.55 4.3a7.25 7.25 0 1 0 0 14.5 7.25 7.25 0 0 0 0-14.5M2.8 11.55a8.75 8.75 0 1 1 15.445 5.634l2.735 2.736a.75.75 0 0 1-1.06 1.06l-2.736-2.735A8.75 8.75 0 0 1 2.8 11.55m6.5 0a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0m2.25-3.75a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5", "key": "68541e4f4841bb9a224027ed1da28d771aa551c7", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { SearchCircle as default };
//# sourceMappingURL=SearchCircle.js.map