UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.36 kB
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: 'PhoneDesktop24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M8.255 9c.967 0 1.75.783 1.75 1.75v9.5A1.75 1.75 0 0 1 8.255 22H3.751a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.967.783-1.75 1.75-1.75h4.504zm-2.002 9.495h-.5l-.102.007a.75.75 0 0 0 0 1.486l.102.007h.5l.102-.007a.75.75 0 0 0 0-1.486l-.102-.007zM19.75 2a2.25 2.25 0 0 1 2.245 2.096L22 4.25v9a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-3.746v2h1.246a.75.75 0 0 1 .102 1.493L17.25 19H11v-1.5h3.504v-2H11v-5a2.5 2.5 0 0 0-2.335-2.495L8.5 8H4V4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2h13.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })