UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.2 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } export default defineComponent({ name: 'ArrowCounterclockwise28Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })