@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.01 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: 'CallForward24Regular',
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: 'M9.98 2.054l.222.046l.816.191a2.75 2.75 0 0 1 2.107 2.955L12.947 7a2.75 2.75 0 0 1-2.118 2.402l-1.685.39a.25.25 0 0 0-.157.113c-.197.32-.32 1.033-.32 2.097c0 .786.066 1.386.188 1.786c.043.14.085.238.116.301l.049.09l.04.015l1.77.408a2.75 2.75 0 0 1 2.117 2.401l.178 1.746a2.75 2.75 0 0 1-2.097 2.953l-.817.195a3.75 3.75 0 0 1-3.65-1.13C4.838 18.867 4 15.938 4 12.002c0-3.942.842-6.874 2.569-8.774A3.75 3.75 0 0 1 9.98 2.054zM7.68 4.237C6.24 5.818 5.5 8.4 5.5 12.002c0 3.597.739 6.176 2.172 7.758a2.25 2.25 0 0 0 2.19.678l.817-.195a1.25 1.25 0 0 0 .953-1.342l-.177-1.746a1.25 1.25 0 0 0-.963-1.091l-1.82-.422l-.135-.043c-.999-.376-1.37-1.591-1.37-3.597c0-1.318.164-2.265.54-2.88a1.75 1.75 0 0 1 1.1-.792l1.685-.39c.521-.12.908-.559.962-1.091l.178-1.754a1.25 1.25 0 0 0-.957-1.343l-.817-.192l-.17-.034a2.25 2.25 0 0 0-2.01.71zm7.968 3.067l.073-.084a.75.75 0 0 1 .976-.073l.084.073l3.997 3.997a.75.75 0 0 1 .073.976l-.073.085l-3.996 4.003a.75.75 0 0 1-1.134-.975l.072-.085l2.711-2.716H12a.75.75 0 0 1-.743-.648l-.006-.102a.75.75 0 0 1 .648-.743l.102-.007h6.442L15.72 8.28a.75.75 0 0 1-.073-.976l.073-.084l-.073.084z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})