UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.96 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowCounterclockwiseDashes24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M13.871 3.195a9.033 9.033 0 0 0-3.742 0a.75.75 0 0 0 .31 1.467a7.534 7.534 0 0 1 3.122 0a.75.75 0 1 0 .31-1.467zM8.135 4.67a.75.75 0 0 0-1.038-.22A9.033 9.033 0 0 0 6 5.292V4.25a.75.75 0 0 0-1.5 0v3c0 .414.336.75.75.75h3a.75.75 0 0 0 0-1.5H6.9a7.536 7.536 0 0 1 1.015-.791a.75.75 0 0 0 .22-1.038zM4.5 12v-.75a.75.75 0 0 0-1.5 0V12c0 .64.067 1.267.195 1.871a.75.75 0 1 0 1.467-.31A7.534 7.534 0 0 1 4.5 12zm11.365-7.329a.75.75 0 0 0 .22 1.038a7.546 7.546 0 0 1 2.206 2.206a.75.75 0 1 0 1.258-.818a9.043 9.043 0 0 0-2.646-2.646a.75.75 0 0 0-1.038.22zm3.473 5.768a.75.75 0 1 1 1.467-.31a9.035 9.035 0 0 1 0 3.742a.75.75 0 0 1-1.467-.31a7.538 7.538 0 0 0 0-3.122zM4.67 15.865a.75.75 0 0 0-.22 1.038a9.043 9.043 0 0 0 2.646 2.646a.75.75 0 0 0 .818-1.258a7.546 7.546 0 0 1-2.206-2.206a.75.75 0 0 0-1.038-.22zm13.62.22a.75.75 0 1 1 1.258.818a9.043 9.043 0 0 1-2.646 2.646a.75.75 0 0 1-.818-1.258a7.548 7.548 0 0 0 2.206-2.206zm-3.841 3.831a.75.75 0 0 0-.89-.578a7.538 7.538 0 0 1-3.12 0a.75.75 0 1 0-.311 1.467a9.035 9.035 0 0 0 3.742 0a.75.75 0 0 0 .579-.889z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })