UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 767 B
/** * @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 ClockCircle = createMeisterIcons("clock-circle", [["path", { "fill": "currentColor", "d": "M3.75 12a8.25 8.25 0 1 1 16.5 0 8.25 8.25 0 0 1-16.5 0M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25M12.75 6a.75.75 0 0 0-1.5 0v5.2c0 .705.284 1.394.82 1.93l2.4 2.4a.75.75 0 1 0 1.06-1.06l-2.4-2.4a1.23 1.23 0 0 1-.38-.87z", "key": "9fdf5d6fcd7e5ce6b1a73f20af5fc2703d10e642", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { ClockCircle as default }; //# sourceMappingURL=ClockCircle.js.map