@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.55 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 28 28'
}
export default defineComponent({
name: 'PhoneSpanOut28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.75 2A2.75 2.75 0 0 0 6 4.75v4.878a2.26 2.26 0 0 1 1.5 0V4.75c0-.69.56-1.25 1.25-1.25h10.5c.69 0 1.25.56 1.25 1.25v4.878a2.26 2.26 0 0 1 1.5 0V4.75A2.75 2.75 0 0 0 19.25 2H8.75zm13.03 9.22a.75.75 0 1 0-1.06 1.06L22.44 14h-4.69a.75.75 0 0 0 0 1.5h4.69l-1.72 1.72a.747.747 0 0 0 0 1.06a.75.75 0 0 0 1.06 0l3-3a.75.75 0 0 0 0-1.06l-3-3zm-1.28 8.652a2.26 2.26 0 0 0 1.5 0v3.378A2.75 2.75 0 0 1 19.25 26H8.75A2.75 2.75 0 0 1 6 23.25v-3.378a2.26 2.26 0 0 0 1.5 0v3.378c0 .69.56 1.25 1.25 1.25h10.5c.69 0 1.25-.56 1.25-1.25v-3.378zM5.56 15.5h4.69a.75.75 0 0 0 0-1.5H5.56l1.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 0 0 1.06-1.06L5.56 15.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})