@meistericons/vue
Version:
Vue icon library for meistericons.
13 lines (9 loc) • 666 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 ChevronLeft = createMeisterIcons("chevron-left", [["path", { "fill": "currentColor", "d": "M15.18 5.82a.75.75 0 0 1 0 1.06l-5 5a.24.24 0 0 0-.08.17.24.24 0 0 0 .078.168l4.997 4.896a.75.75 0 1 1-1.05 1.072L9.12 13.28a1.716 1.716 0 0 1 0-2.461l5-5a.75.75 0 0 1 1.06 0", "key": "97f46dd9b0f16d6ad5a3a2d4dcbb31dc9216d8f6", "fillRule": "evenodd", "clipRule": "evenodd" }]]);
export { ChevronLeft as default };
//# sourceMappingURL=ChevronLeft.js.map