UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.77 kB
'use strict' 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: 'MobileOptimized24Regular', 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-.75 1.5H8.002V17h8V7.003zm-6.25 5.511h2.502a.75.75 0 0 1 .102 1.493l-.102.007H9.75a.75.75 0 0 1-.102-1.493l.102-.007h2.502H9.75zm0-3.014h4.502a.75.75 0 0 1 .102 1.493l-.102.007H9.75a.75.75 0 0 1-.102-1.493L9.75 9.5h4.502H9.75zm-5-7.5a.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 */ ) ]) ) ) } })