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.76 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'DesktopPulse24Filled', 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: 'M6 21.25c0 .414.336.75.75.75h10.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V13H17a1.75 1.75 0 0 1-1.434-.746l-.192-.274l-1.867 3.16a1.75 1.75 0 0 1-3.132-.24l-1.468-3.67l-.33.737A1.75 1.75 0 0 1 6.98 13H2v2.752l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6 21.25zm3.998-3.248h4l.001 2.498h-4l-.001-2.498zm12-12.752V9.5h-4.087l-1.227-1.753a1.75 1.75 0 0 0-2.94.113l-1.44 2.437l-1.68-4.197a1.75 1.75 0 0 0-3.22-.066L5.847 9.5H2V5.25a2.25 2.25 0 0 1 2.096-2.245L4.25 3h15.499a2.25 2.25 0 0 1 2.245 2.096l.005.154zM9.697 6.472a.75.75 0 0 0-1.38-.029L6.494 10.5H2.75a.75.75 0 0 0 0 1.5h4.23a.75.75 0 0 0 .684-.443L8.96 8.67l2.344 5.859a.75.75 0 0 0 1.342.103l2.657-4.498l1.083 1.546c.14.201.37.32.614.32h4.25a.75.75 0 0 0 0-1.5h-3.86l-1.526-2.18a.75.75 0 0 0-1.26.049l-2.474 4.187l-2.434-6.084z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })