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.52 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: 'DesktopPulse16Filled', 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: 'M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h-2.073l-.585-1.17a1.5 1.5 0 0 0-2.684 0l-.506 1.012l-.76-1.9a1.5 1.5 0 0 0-2.734-.113L3.573 6H2V4zm9 5h3v.997a2 2 0 0 1-2 2h-1.997v1.01h1.5a.5.5 0 1 1 0 1l-6.997.001a.5.5 0 0 1 0-1h1.499v-1.01H4a2 2 0 0 1-2-2V9h2.5a1.5 1.5 0 0 0 1.342-.83l.006-.012l.76 1.9a1.5 1.5 0 0 0 2.734.113l.741-1.484A1.5 1.5 0 0 0 11 9zm-1.997 4.008v-1.01H7.005v1.01h1.998zM6.464 4.314a.5.5 0 0 0-.911-.038L4.19 7H2.485a.5.5 0 0 0 0 1H4.5a.5.5 0 0 0 .447-.276L5.95 5.719l1.587 3.967a.5.5 0 0 0 .911.038L10 6.618l.553 1.106A.5.5 0 0 0 11 8h2.5a.5.5 0 0 0 0-1h-2.191l-.862-1.724a.5.5 0 0 0-.894 0L8.05 8.281L6.464 4.314z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })