@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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 32 32'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Call32Regular',
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: 'M7.427 10.515C7.046 8.003 8.82 5.741 11.53 4.911a1.976 1.976 0 0 1 2.429 1.197l.869 2.32a2 2 0 0 1-.521 2.175l-2.585 2.371a1.003 1.003 0 0 0-.304.94l.023.104l.064.261c.057.22.143.53.264.9c.24.735.623 1.723 1.193 2.71c.57.987 1.234 1.813 1.75 2.388a14.718 14.718 0 0 0 .842.864l.08.074a1 1 0 0 0 .964.205l3.346-1.053a2 2 0 0 1 2.144.637l1.583 1.922c.66.8.582 1.976-.177 2.683c-2.074 1.933-4.926 2.33-6.91.734a25.464 25.464 0 0 1-6.048-7.057a24.865 24.865 0 0 1-3.109-8.77zm6.086 3.53l2.146-1.968a4 4 0 0 0 1.042-4.35l-.87-2.32a3.976 3.976 0 0 0-4.886-2.408C7.58 4.029 4.878 7.046 5.45 10.815c.4 2.633 1.323 5.98 3.357 9.477a27.461 27.461 0 0 0 6.523 7.61c2.975 2.39 6.949 1.575 9.528-.83a3.962 3.962 0 0 0 .357-5.417l-1.583-1.922a4 4 0 0 0-4.289-1.274l-2.777.874a13.15 13.15 0 0 1-.365-.391a12.537 12.537 0 0 1-1.507-2.053a12.544 12.544 0 0 1-1.025-2.332a13.09 13.09 0 0 1-.156-.512z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})