@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.72 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: 'MobileOptimized24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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 */
)
])
)
)
}
})