UNPKG

@meistericons/vue

Version:

Vue icon library for meistericons.

13 lines (9 loc) 1.16 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 ArrowCircleLeft = createMeisterIcons("arrow-circle-left", [["path", { "fill": "currentColor", "d": "M12 20.25a8.25 8.25 0 1 0 0-16.5 8.25 8.25 0 0 0 0 16.5M21.75 12c0 5.385-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12 6.615 2.25 12 2.25s9.75 4.365 9.75 9.75", "key": "18b0ec804126326faccd1844e8223f36736eb128", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M15.75 12a.75.75 0 0 1-.75.75H8.4a.75.75 0 0 1 0-1.5H15a.75.75 0 0 1 .75.75", "key": "c56c72261d66e03240a9e6af668a9db73816475f", "fillRule": "evenodd", "clipRule": "evenodd" }], ["path", { "fill": "currentColor", "d": "M11.53 15.53a.75.75 0 0 1-1.06 0l-2.5-2.5a1.233 1.233 0 0 1 0-1.76l2.5-2.5a.75.75 0 1 1 1.06 1.06l-2.32 2.32 2.32 2.32a.75.75 0 0 1 0 1.06", "key": "f586628767fe00960e2e0fe916d0a6ff8bc3035c", "fillRule": "evenodd", "clipRule": "evenodd" }]]); export { ArrowCircleLeft as default }; //# sourceMappingURL=ArrowCircleLeft.js.map