@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
JavaScript
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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesktopPulse32Regular',
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: 'M5.25 3A3.25 3.25 0 0 0 2 6.25v7.25h2V6.25C4 5.56 4.56 5 5.25 5h21.5c.69 0 1.25.56 1.25 1.25v7.25h2V6.25A3.25 3.25 0 0 0 26.75 3H5.25zM2 21.75V18.5h2v3.25c0 .69.56 1.25 1.25 1.25h21.5c.69 0 1.25-.56 1.25-1.25V18.5h2v3.25A3.25 3.25 0 0 1 26.75 25h-6.744v2.001h2.998a1 1 0 1 1 0 1.999H9.012a1 1 0 1 1 0-1.999h2.998V25H5.25A3.25 3.25 0 0 1 2 21.75zM18.006 25H14.01v2.001h3.996V25zM13.949 7.684a1 1 0 0 0-1.885-.035L9.307 15H3a1 1 0 1 0 0 2h7a1 1 0 0 0 .936-.649l2.008-5.355l3.107 9.32a1 1 0 0 0 1.865.085l2.696-6.162l1.266 2.251a1 1 0 0 0 .872.51H29a1 1 0 1 0 0-2h-5.665l-1.963-3.49a1 1 0 0 0-1.788.09l-2.458 5.617l-3.177-9.533z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})