@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.5 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'DesktopPulse20Filled',
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: 'M2 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4h-2.573l-1.085-2.17a1.5 1.5 0 0 0-2.684 0l-1.336 2.672l-1.39-4.45a1.5 1.5 0 0 0-2.825-.109L4.485 8H2V4zm12.5 7H18v2a2 2 0 0 1-2 2h-3v2h1.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1H7v-2H4a2 2 0 0 1-2-2v-2h3.5a1.5 1.5 0 0 0 1.394-.943l.433-1.083l1.241 3.973a1.5 1.5 0 0 0 2.774.224L13 9.854l.158.317A1.5 1.5 0 0 0 14.5 11zM12 17v-2H8v2h4zM7.977 4.35a.5.5 0 0 0-.941-.036L5.162 9H2.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .465-.314L7.442 5.99l2.08 6.658a.5.5 0 0 0 .925.075L13 7.618l1.053 2.106A.5.5 0 0 0 14.5 10h3a.5.5 0 0 0 0-1h-2.691l-1.362-2.724a.5.5 0 0 0-.894 0l-2.446 4.891l-2.13-6.816z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})