@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.58 kB
JavaScript
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 16 16'
}
export default defineComponent({
name: 'DesktopSync16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6 5.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0zm6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h.468a1.982 1.982 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 12 3.152V3a.5.5 0 0 1 .5-.5zm-.876 5.532A3 3 0 0 1 9 7.848V8a.5.5 0 0 1-1 0V6.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 2.382-.336a.5.5 0 1 1 .707.707a3 3 0 0 1-.997.66zM10.5 11c.058 0 .117 0 .174-.003H12a1 1 0 0 0 .89-.542c.399-.193.771-.432 1.11-.712v.254a2 2 0 0 1-2 2h-1.997V13h1.5a.5.5 0 1 1 0 1H4.505a.5.5 0 0 1 0-1h1.499v-1.003H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2.257A5.508 5.508 0 0 0 5.6 3H4a1 1 0 0 0-1 1v5.997a1 1 0 0 0 1 1h6.326c.057.002.116.003.174.003zm-1.497.997H7.005V13h1.998v-1.003z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})