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.52 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: 'PhoneTablet24Regular', 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: 'M8.255 7c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 8.255 20H3.751a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.967.783-1.75 1.75-1.75h4.504zm0 1.5H3.751a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h4.504a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25zM6.253 16a.75.75 0 0 1 .102 1.493l-.102.007h-.5a.75.75 0 0 1-.102-1.493L5.753 16h.5zM19.75 4a2.25 2.25 0 0 1 2.245 2.096L22 6.25v8.5a2.25 2.25 0 0 1-2.096 2.245L19.75 17H11v-1.5h8.75a.75.75 0 0 0 .744-.648l.006-.102v-8.5a.75.75 0 0 0-.648-.743L19.75 5.5H8.25a.75.75 0 0 0-.707.5H6.014a2.25 2.25 0 0 1 2.072-1.994L8.25 4h11.5zm-4.5 9a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 1 1 0-1.5h2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })