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.73 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'DesktopPulse28Filled', 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 25h11.5l.102-.007a.75.75 0 0 0 .648-.743l-.007-.102a.75.75 0 0 0-.743-.648h-1.752v-2.498h5.75a2.25 2.25 0 0 0 2.25-2.25V14.5H19.75a1.75 1.75 0 0 1-1.565-.967l-.13-.26l-1.97 4.217a1.75 1.75 0 0 1-3.21-.09l-2.441-6.104l-.934 2.151A1.75 1.75 0 0 1 7.894 14.5H2v4.252a2.25 2.25 0 0 0 2.25 2.25H10V23.5H8.25l-.102.007A.75.75 0 0 0 8.25 25zm3.25-3.998h4.998V23.5H11.5v-2.498zM20.832 11h5.167V5.25A2.25 2.25 0 0 0 23.749 3H4.25A2.25 2.25 0 0 0 2 5.25V11h4.746l2.149-4.947a1.75 1.75 0 0 1 3.23.047l2.499 6.247l1.79-3.837a1.75 1.75 0 0 1 3.151-.042L20.832 11zm-9.636-4.528a.75.75 0 0 0-1.384-.02L7.402 12H2.75a.75.75 0 0 0 0 1.5h5.144a.75.75 0 0 0 .688-.451l1.89-4.35l3.332 8.33a.75.75 0 0 0 1.376.038l2.843-6.093l1.056 2.112a.75.75 0 0 0 .671.414h5.5a.75.75 0 0 0 0-1.5h-5.037l-1.542-3.085a.75.75 0 0 0-1.35.018l-2.768 5.93l-3.357-8.391z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })