@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 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: 'MobileOptimized24Filled',
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 18.5h2a.75.75 0 0 1 .102 1.493L21.25 20H20v1.25a.75.75 0 0 1-1.493.102l-.007-.102v-2a.75.75 0 0 1 .648-.743l.102-.007h2h-2zm-16.5 0h2a.75.75 0 0 1 .743.648l.007.102v2a.75.75 0 0 1-1.493.102L4 21.25V20H2.75a.75.75 0 0 1-.102-1.493l.102-.007h2h-2zm14-12.997a.75.75 0 0 1 .75.75V17.75a.75.75 0 0 1-.75.75H7.252a.75.75 0 0 1-.75-.75V6.253a.75.75 0 0 1 .75-.75h9.5zm-4.498 7.011H9.75l-.102.007a.75.75 0 0 0 0 1.486l.102.007h2.502l.102-.007a.75.75 0 0 0-.102-1.493zm2-3.014H9.75l-.102.007a.75.75 0 0 0 0 1.486L9.75 11h4.502l.102-.007a.75.75 0 0 0-.102-1.493zM4.75 2a.75.75 0 0 1 .743.648l.007.102v2a.75.75 0 0 1-.648.743L4.75 5.5h-2a.75.75 0 0 1-.102-1.493L2.75 4H4V2.75A.75.75 0 0 1 4.75 2zm14.5 0a.75.75 0 0 1 .743.648L20 2.75V4h1.25a.75.75 0 0 1 .102 1.493l-.102.007h-2a.75.75 0 0 1-.743-.648L18.5 4.75v-2a.75.75 0 0 1 .75-.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})