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.32 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ArrowSyncCircle16Filled', 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: 'M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2zM5.5 8H7l.09.008A.5.5 0 0 1 7 9h-.333a1.667 1.667 0 0 0 2.533.156a.5.5 0 1 1 .72.694A2.665 2.665 0 0 1 6 9.764v.237l-.008.09a.5.5 0 0 1-.992-.09V8.5l.008-.09A.5.5 0 0 1 5.5 8zM8 5.334c.788 0 1.508.344 2 .903v-.234l.008-.09a.5.5 0 0 1 .992.09V7.5l-.008.09A.5.5 0 0 1 10.5 8H9.004l-.09-.008A.5.5 0 0 1 9.004 7h.329a1.667 1.667 0 0 0-2.537-.152a.5.5 0 0 1-.723-.691A2.66 2.66 0 0 1 8 5.334z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })