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.47 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'PhoneSpanIn28Filled', 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.75 2A2.75 2.75 0 0 0 6 4.75v5.129a2.25 2.25 0 0 1 2.841.28l3 3a2.25 2.25 0 0 1 0 3.182l-3 3a2.25 2.25 0 0 1-2.841.28v3.629A2.75 2.75 0 0 0 8.75 26h10.5A2.75 2.75 0 0 0 22 23.25V19.62a2.25 2.25 0 0 1-2.841-.28l-3-3a2.25 2.25 0 0 1 0-3.182l3-3A2.25 2.25 0 0 1 22 9.879V4.75A2.75 2.75 0 0 0 19.25 2H8.75zM6.72 12.28L8.44 14H3.75a.75.75 0 0 0 0 1.5h4.69l-1.72 1.72a.75.75 0 1 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06zm14.56 0L19.56 14h4.69a.75.75 0 0 1 0 1.5h-4.69l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 1 1 1.06 1.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })