@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.36 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SurfaceHub24Regular',
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: 'M19.25 2a.75.75 0 0 1 .75.727l-.004.102l-1 9.5a.75.75 0 0 1-.643.664L18.25 13h-.729l1.467 8.118l.011.102a.75.75 0 0 1-1.462.264l-.025-.1L16.9 18h-2.797l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101l.56-3.119H8.103l-.607 3.384a.75.75 0 0 1-1.488-.164l.011-.101L7.478 13H4.75a.75.75 0 0 1-.75-.727l.004-.101l1-9.5a.75.75 0 0 1 .643-.665L5.75 2h13.5zm-5.772 11H9.002l-.629 3.5h4.476l.629-3.5zm2.518 0h-.994l-.629 3.5h2.255l-.632-3.5zm2.42-9.5H6.425l-.842 8h11.993l.842-8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})