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: 'ArrowClockwise28Regular', 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: 'M19.832 6.5A9.457 9.457 0 0 0 14 4.5a9.5 9.5 0 1 0 9.5 9.5c0-.452-.03-.659-.1-1.139l-.001-.002a.75.75 0 1 1 1.484-.218l.002.012c.072.49.115.785.115 1.347c0 6.075-4.925 11-11 11S3 20.075 3 14S7.925 3 14 3c2.66 0 5.099.944 7 2.514V3.75a.75.75 0 0 1 1.5 0v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1 0-1.5h1.582z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })