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.21 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowCounterclockwise28Regular', 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: 'M8.168 6.5A9.457 9.457 0 0 1 14 4.5A9.5 9.5 0 1 1 4.5 14c0-.452.03-.659.1-1.139l.001-.002a.75.75 0 0 0-1.484-.218l-.002.012C3.043 13.143 3 13.438 3 14c0 6.075 4.925 11 11 11s11-4.925 11-11S20.075 3 14 3c-2.66 0-5.099.944-7 2.514V3.75a.75.75 0 0 0-1.5 0v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H8.168z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })