UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.03 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: 'PhoneSpanIn24Filled', 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: 'M15.75 2a2.25 2.25 0 0 1 2.245 2.096L18 4.25l.001 3.668a1.75 1.75 0 0 0-1.988.344l-2.18 2.218c-.52.314-.833.896-.833 1.52l.007.155c.038.462.248.89.585 1.187l.116.094l2.306 2.303l.137.122c.574.428 1.276.49 1.85.22L18 19.75a2.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.681a1.728 1.728 0 0 0 1.791-.163l.142-.119l2.358-2.352l.117-.093A1.79 1.79 0 0 0 11 11.999l-.007-.155a1.782 1.782 0 0 0-.584-1.187l-.113-.09l-2.31-2.306A1.75 1.75 0 0 0 6 7.916V4.25a2.25 2.25 0 0 1 2.096-2.245L8.25 2h7.5zm2.031 6.969a.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.05z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })