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.97 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: 'PhoneSpanIn24Regular', 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: 'M6 16.069a1.736 1.736 0 0 0 1.5.012v3.669c0 .38.282.694.648.743l.102.007h7.5a.75.75 0 0 0 .743-.648l.007-.102v-3.68c.494.23 1.039.228 1.5.011v3.669a2.25 2.25 0 0 1-2.096 2.245L15.75 22h-7.5a2.25 2.25 0 0 1-2.245-2.096L6 19.75v-3.681zm11.781-7.1a.75.75 0 0 1 .073.976l-.073.085l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H16.56l1.221 1.221a.75.75 0 0 1 .073.977l-.073.084a.75.75 0 0 1-.976.073l-.084-.073l-2.37-2.367A.77.77 0 0 1 14 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0zM7.195 8.895l.085.073l2.37 2.367A.77.77 0 0 1 10 12a.786.786 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.882l.08-.094l1.221-1.222H3.656l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007H7.44l-1.221-1.22l-.073-.083a.75.75 0 0 1 1.05-1.05zM15.75 2a2.25 2.25 0 0 1 2.245 2.096L18 4.25l.001 3.668a1.755 1.755 0 0 0-1.501 0V4.25a.75.75 0 0 0-.648-.743L15.75 3.5h-7.5a.75.75 0 0 0-.743.648L7.5 4.25l.001 3.668A1.755 1.755 0 0 0 6 7.916V4.25a2.25 2.25 0 0 1 2.096-2.245L8.25 2h7.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })