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.66 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'DesktopPulse48Filled', 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.25 5A4.25 4.25 0 0 0 4 9.25V19h7.533l3.156-8.842a3.25 3.25 0 0 1 6.156.1l3.718 11.6l3.492-7.482a3.25 3.25 0 0 1 5.94.11L35.898 19H44V9.25A4.25 4.25 0 0 0 39.75 5H8.25zM4 32.75V25.5h9.824a3.25 3.25 0 0 0 3.06-2.157l.7-1.961l3.321 10.36a3.25 3.25 0 0 0 6.04.382l3.911-8.38a3.25 3.25 0 0 0 2.887 1.756H44v7.25A4.25 4.25 0 0 1 39.75 37H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75zM28.5 37h-9v3.5h9V37zm-9.56-26.132a1.25 1.25 0 0 0-2.367-.038L12.943 21H5.25a1.25 1.25 0 1 0 0 2.5h8.574c.528 0 1-.332 1.177-.83l2.685-7.523L22.81 31.13a1.25 1.25 0 0 0 2.323.148l5.81-12.45l1.648 3.907c.196.463.65.764 1.152.764h9.007a1.25 1.25 0 1 0 0-2.5h-8.178l-2.42-5.736a1.25 1.25 0 0 0-2.285-.043l-5.65 12.11l-5.277-16.463z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })