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.27 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 48 48' } export default defineComponent({ name: 'ArrowCounterclockwise48Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M24 39c-8.284 0-15-6.716-15-15c0-.483.023-.96.067-1.43c.078-.817-.534-1.57-1.354-1.57c-.845 0-1.576.61-1.647 1.452C6.022 22.962 6 23.478 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6a17.936 17.936 0 0 0-12.25 4.811V8.25a1.5 1.5 0 0 0-3 0v6.5a1.5 1.5 0 0 0 1.5 1.5h6.5a1.5 1.5 0 0 0 0-3h-3.211A14.951 14.951 0 0 1 24 9c8.284 0 15 6.716 15 15c0 8.284-6.716 15-15 15z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })