@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.23 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'PhoneSpanOut24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M15.75 2a2.25 2.25 0 0 1 2.245 2.096L18 4.25v3.517a1.748 1.748 0 0 0-1.488.495a1.728 1.728 0 0 0-.427 1.742l.055.153l.042.092h-1.525c-.848 0-1.505.65-1.634 1.459l-.017.144l-.006.147c0 .799.514 1.513 1.333 1.71l.157.03l.166.01h1.515l-.017.034a1.769 1.769 0 0 0 .047 1.512l.09.162l.098.143l.123.138a1.72 1.72 0 0 0 1.488.485v3.527a2.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.528a1.718 1.718 0 0 0 1.488-.485l.123-.137l.097-.143a1.785 1.785 0 0 0 .138-1.675l-.017-.034h1.515l.166-.01c.91-.138 1.49-.891 1.49-1.74l-.006-.147c-.07-.875-.754-1.603-1.65-1.603H7.818l.042-.092a1.735 1.735 0 0 0-.372-1.895A1.747 1.747 0 0 0 6 7.766L6 4.25a2.25 2.25 0 0 1 2.096-2.245L8.25 2h7.5zM6.781 8.968a.75.75 0 0 1 .073.977l-.073.084l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H5.56l1.221 1.222a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367A.77.77 0 0 1 3 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0zm10.438-.003a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.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.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75 0 0 1 .073-.977z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})