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.69 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: 'DesktopPulse48Regular', 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.25v9.048c.083-.006.166-.008.25-.008H6.5V9.25c0-.966.784-1.75 1.75-1.75h31.5c.967 0 1.75.784 1.75 1.75v9.04h2.25c.084 0 .167.002.25.008V9.25A4.25 4.25 0 0 0 39.75 5H8.25zM4 32.75v-6.969c.083.006.166.009.25.009H6.5v6.96c0 .967.784 1.75 1.75 1.75h31.5a1.75 1.75 0 0 0 1.75-1.75v-6.96h2.25c.084 0 .167-.003.25-.009v6.969A4.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 */ ) ]) ) ) } })