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.6 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: 'PhoneSpanIn28Regular', 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.129c.45-.301.983-.423 1.5-.365V4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.764a2.25 2.25 0 0 1 1.5.365V4.75A2.75 2.75 0 0 0 19.25 2H8.75zM25 14.75a.75.75 0 0 0-.75-.75h-4.69l1.72-1.72a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-1.72-1.72h4.69a.75.75 0 0 0 .75-.75zm-3 4.871c-.45.301-.983.423-1.5.365v3.264c0 .69-.56 1.25-1.25 1.25H8.75c-.69 0-1.25-.56-1.25-1.25v-3.264a2.249 2.249 0 0 1-1.5-.365v3.629A2.75 2.75 0 0 0 8.75 26h10.5A2.75 2.75 0 0 0 22 23.25V19.62zM7.5 11.043a.75.75 0 0 0-.78 1.237L8.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.747.747 0 0 0-.28-.177z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })