@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.87 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallForward28Regular',
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: 'M13.777 2.82c-2.276-1.317-5.416-1.223-6.892 1.336C5.665 6.272 4.5 9.48 4.5 14.001c0 4.52 1.164 7.729 2.385 9.844c1.476 2.56 4.616 2.653 6.892 1.336l.141-.082a2.75 2.75 0 0 0 1.332-2.851l-.384-2.207a3.75 3.75 0 0 0-3.199-3.075l-1.043-.139c-.095-.012-.133-.063-.142-.086c-.614-1.55-.772-3.78-.223-5.276a.066.066 0 0 1 .024-.03a.22.22 0 0 1 .093-.039l1.466-.274a3.75 3.75 0 0 0 3.004-3.044l.404-2.324a2.75 2.75 0 0 0-1.332-2.851l-.14-.082zM8.184 4.907c.909-1.576 2.986-1.861 4.842-.787l.14.082c.454.262.696.78.606 1.296l-.404 2.324a2.25 2.25 0 0 1-1.802 1.826l-1.466.275c-.52.098-1.036.443-1.25 1.026c-.702 1.915-.48 4.532.237 6.345c.235.593.777.946 1.34 1.021l1.042.14a2.25 2.25 0 0 1 1.92 1.844l.383 2.207a1.25 1.25 0 0 1-.605 1.296l-.142.082c-1.855 1.074-3.932.789-4.841-.787C7.09 21.2 6 18.25 6 14c0-4.25 1.091-7.2 2.184-9.095zM19.78 8.72a.75.75 0 1 0-1.06 1.061l3.22 3.22h-8.19a.75.75 0 0 0 0 1.5h8.19l-3.22 3.22a.75.75 0 0 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06l-4.5-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})