UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.68 kB
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: 'PhoneLinkSetup24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M17.5 12c.293 0 .58.024.86.072l.174.716a2 2 0 0 0 2.413 1.475l.098-.026l.601-.179c.363.467.653.997.854 1.57l-.447.43a2 2 0 0 0-.17 2.7l.142.156l.475.457c-.2.574-.49 1.103-.853 1.57l-.602-.178a2 2 0 0 0-2.485 1.351l-.026.098l-.173.716a5.178 5.178 0 0 1-1.723 0l-.172-.716a2 2 0 0 0-2.413-1.475l-.098.026l-.602.178a5.546 5.546 0 0 1-.853-1.57l.447-.43a2 2 0 0 0 .17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2 2 0 0 0 2.485-1.351l.026-.098l.172-.716c.28-.047.569-.072.862-.072zM13.75 2A2.25 2.25 0 0 1 16 4.25v6.924A6.503 6.503 0 0 0 11.02 18H8.75a.75.75 0 0 0-.102 1.493l.102.007h2.5l.062-.003A6.496 6.496 0 0 0 12.81 22L6.25 22A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2h7.5zm3.75 14c-.8 0-1.45.672-1.45 1.5S16.7 19 17.5 19c.8 0 1.45-.672 1.45-1.5S18.3 16 17.5 16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })