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.29 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: 'ArrowClockwise48Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M24 39.5c8.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.146c.063.61.095 1.228.095 1.854c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6a17.94 17.94 0 0 1 12.5 5.048V8.25a1.25 1.25 0 1 1 2.5 0v6.5c0 .69-.56 1.25-1.25 1.25h-6.5a1.25 1.25 0 1 1 0-2.5h4.152A15.46 15.46 0 0 0 24 8.5C15.44 8.5 8.5 15.44 8.5 24c0 8.56 6.94 15.5 15.5 15.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })