@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.81 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PhoneLinkSetup24Regular',
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: '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.454 6.454 0 0 0-1.5.558V4.25a.75.75 0 0 0-.75-.75h-7.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75l5.483.001c.287.551.651 1.056 1.077 1.5L6.25 22A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2h7.5zM8.749 17.504L11 17.499c0 .517.06 1.02.174 1.5l-2.423.005a.75.75 0 0 1-.002-1.5zM17.5 16c-.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 */
)
])
)
)
}
})