UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 1.17 kB
/** * @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 ArrowCircleRight = createMeisterIcons("arrow-circle-right", [["path", { "fill": "currentColor", "d": "M12 3.75a8.25 8.25 0 1 0 0 16.5 8.25 8.25 0 0 0 0-16.5M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12", "key": "db90ec30f35b8a70aed6f4d174e901b59b3f911d", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M8.25 12a.75.75 0 0 1 .75-.75h6.6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75", "key": "c3102f5e5a2aefa8aab373d31433f96766bd1d6d", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M12.47 8.62a.75.75 0 0 1 1.06 0l2.5 2.5a1.233 1.233 0 0 1 0 1.76l-2.5 2.5a.75.75 0 1 1-1.06-1.06L14.79 12l-2.32-2.32a.75.75 0 0 1 0-1.06", "key": "12c1bab5b7e678b7a4ffa819765e3d4120fd4fdd", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { ArrowCircleRight as default }; //# sourceMappingURL=ArrowCircleRight.js.map