@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.55 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesktopPulse16Regular',
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: 'M4.012 2a1.998 1.998 0 0 0-1.997 1.999v1.499h.998v-1.5a1 1 0 0 1 1-.999h7.99c.551 0 .998.448.998 1v1.499H14v-1.5A1.998 1.998 0 0 0 12.002 2h-7.99zM2.015 9.992v-.747h.998v.747c0 .552.448 1 1 1h7.99a1 1 0 0 0 .998-1v-.747H14v.747a1.998 1.998 0 0 1-1.998 1.999h-1.994V13h1.497a.5.5 0 0 1 0 .999H4.518a.5.5 0 0 1 0-1h1.497v-1.01H4.012a1.998 1.998 0 0 1-1.997-1.998zm6.994 1.999H7.014V13h1.995v-1.01zM6.473 4.313a.5.5 0 0 0-.91-.038l-1.36 2.722H2.499a.5.5 0 0 0 0 .999h2.013a.5.5 0 0 0 .446-.276L5.96 5.717l1.585 3.964a.5.5 0 0 0 .91.037l1.55-3.103l.553 1.105a.5.5 0 0 0 .447.276H13.5a.5.5 0 0 0 0-1h-2.189l-.86-1.722a.5.5 0 0 0-.894 0l-1.5 3.002l-1.585-3.963z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})