@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.31 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'SurfaceHub24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})