@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 kB
JavaScript
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: 'PhoneSpanOut28Filled',
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.75v4.878A2.25 2.25 0 0 1 8.872 12.5h1.378a2.25 2.25 0 0 1 0 4.5H8.872A2.25 2.25 0 0 1 6 19.872v3.378A2.75 2.75 0 0 0 8.75 26h10.5A2.75 2.75 0 0 0 22 23.25v-3.378A2.25 2.25 0 0 1 19.128 17H17.75a2.25 2.25 0 0 1 0-4.5h1.378A2.25 2.25 0 0 1 22 9.628V4.75A2.75 2.75 0 0 0 19.25 2H8.75zM6.22 18.28l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 1.06L5.56 14h4.69a.75.75 0 0 1 0 1.5H5.56l1.72 1.72a.75.75 0 1 1-1.06 1.06zm15.56-7.06l3 3a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 0 1-1.06-1.06l1.72-1.72h-4.69a.75.75 0 0 1 0-1.5h4.69l-1.72-1.72a.75.75 0 1 1 1.06-1.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})