@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.43 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: 'CallForward28Filled',
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.881 3.805c1.11-1.51 3.098-1.618 4.711-.854l.89.421a2.25 2.25 0 0 1 1.254 2.42l-.383 2.2a3.25 3.25 0 0 1-2.603 2.637l-1.466.275c-.236.044-.423.19-.495.387c-.6 1.636-.42 3.995.228 5.633c.085.213.29.364.541.398l1.043.139a3.25 3.25 0 0 1 2.772 2.665l.352 2.023a2.25 2.25 0 0 1-1.33 2.453l-1.227.526c-1.664.713-3.673.506-4.693-1.1C6.293 22.164 5 18.985 5 14C5 8.865 6.531 5.644 7.881 3.805zm11.9 4.914a.75.75 0 1 0-1.061 1.06L21.94 13h-8.19a.75.75 0 0 0 0 1.5h8.19l-3.22 3.22a.75.75 0 1 0 1.06 1.06l4.5-4.5a.75.75 0 0 0 0-1.06l-4.5-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})