@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.53 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallForward48Filled',
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.28 4.704c2.12-.31 4.433.3 6.35 1.737a4.231 4.231 0 0 1 1.638 4.062l-.7 4.316a4.625 4.625 0 0 1-3.723 3.808l-2.033.376c-1.064.197-1.893.851-2.105 1.755c-.467 1.994-.459 4.506.003 6.483c.21.904 1.039 1.558 2.102 1.755l2.033.376a4.625 4.625 0 0 1 3.723 3.807l.655 4.04a4.514 4.514 0 0 1-1.899 4.441c-1.883 1.295-4.109 1.882-6.16 1.617c-2.067-.267-3.94-1.4-5.044-3.496c-1.82-3.458-3.495-8.49-3.495-15.281c0-6.847 1.702-12.221 3.529-16.016c1.069-2.22 2.99-3.467 5.125-3.78zm15.854 9.162a1.25 1.25 0 0 0-1.768 1.767L37.732 22H23.75a1.25 1.25 0 0 0 0 2.5h13.982l-6.366 6.366a1.25 1.25 0 0 0 1.768 1.767l8.5-8.5a1.25 1.25 0 0 0 0-1.767l-8.5-8.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})