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.49 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'Iot20Regular', 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: 'M16 3.991a2 2 0 0 1-2.647 1.893l-1.284 1.943c.571.544.928 1.311.931 2.162l1.17.202a2 2 0 1 1-.162.987l-1.17-.203a3.01 3.01 0 0 1-1.426 1.673l.444 1.357a2 2 0 1 1-.948.319l-.445-1.36a2.996 2.996 0 0 1-2.874-1.18l-1.635.788a2 2 0 1 1-.452-.892l1.633-.787a2.999 2.999 0 0 1 .637-2.902l-.935-1.174a2 2 0 1 1 .775-.632l.944 1.185C8.984 7.134 9.476 7 10 7c.442 0 .862.095 1.24.267l1.278-1.933A2 2 0 1 1 16 3.99zm-1 0a1 1 0 1 0-2 0a1 1 0 0 0 2 0zM6 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm4 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm-5 1a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm8 3a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm3-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })