@meistericons/vue
Version:
Vue icon library for meistericons.
13 lines (9 loc) • 862 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 SearchCross = createMeisterIcons("search-cross", [["path", { "fill": "currentColor", "d": "M4.3 11.55a7.25 7.25 0 1 1 14.5 0 7.25 7.25 0 0 1-14.5 0m7.25-8.75a8.75 8.75 0 1 0 5.634 15.445l2.736 2.735a.75.75 0 0 0 1.06-1.06l-2.735-2.736A8.75 8.75 0 0 0 11.55 2.8M8.82 8.82a.75.75 0 0 1 1.06 0l1.62 1.62 1.62-1.62a.75.75 0 0 1 1.06 1.06l-1.62 1.62 1.62 1.62a.75.75 0 0 1-1.06 1.06l-1.62-1.62-1.62 1.62a.75.75 0 1 1-1.06-1.06l1.62-1.62-1.62-1.62a.75.75 0 0 1 0-1.06", "key": "f44eafefcb501b5b244a8d478667ad6a8902761e", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { SearchCross as default };
//# sourceMappingURL=SearchCross.js.map