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.3 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: 'ArrowCounterclockwise48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M24 39.5c-8.56 0-15.5-6.94-15.5-15.5c0-.551.029-1.095.085-1.631c.074-.714-.462-1.369-1.18-1.369c-.667 0-1.243.482-1.31 1.146C6.031 22.756 6 23.374 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6a17.94 17.94 0 0 0-12.5 5.048V8.25a1.25 1.25 0 1 0-2.5 0v6.5c0 .69.56 1.25 1.25 1.25h6.5a1.25 1.25 0 1 0 0-2.5h-4.152A15.46 15.46 0 0 1 24 8.5c8.56 0 15.5 6.94 15.5 15.5c0 8.56-6.94 15.5-15.5 15.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })