@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallForward20Regular',
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: 'M8.926 2.08l-.176-.036a2.966 2.966 0 0 0-2.71.938C4.668 4.502 4 6.848 4 10.002c0 3.148.666 5.492 2.034 7.012a2.965 2.965 0 0 0 2.9.904l.648-.156a2.199 2.199 0 0 0 1.665-2.363l-.14-1.396a2.195 2.195 0 0 0-1.682-1.921l-1.406-.327l-.032-.011l-.039-.073a1.625 1.625 0 0 1-.091-.24c-.097-.32-.15-.8-.15-1.43c0-.85.098-1.42.254-1.677a.199.199 0 0 1 .125-.09l1.338-.312A2.195 2.195 0 0 0 11.106 6l.142-1.403c.11-1.1-.606-2.111-1.674-2.364l-.648-.153zM5.19 10.002c0-2.882.589-4.947 1.73-6.213a1.78 1.78 0 0 1 1.596-.568l.136.027l.649.153a1 1 0 0 1 .76 1.075l-.141 1.403a.998.998 0 0 1-.765.874l-1.339.31a1.39 1.39 0 0 0-.873.635c-.299.492-.428 1.25-.428 2.304c0 1.604.294 2.576 1.087 2.877l.108.035l1.446.337a.998.998 0 0 1 .764.873l.141 1.396a1 1 0 0 1-.757 1.074l-.649.157a1.78 1.78 0 0 1-1.74-.543c-1.138-1.265-1.725-3.329-1.725-6.206zm9.163-4.356a.5.5 0 0 0-.708.708L16.293 9H10.5a.5.5 0 0 0 0 1h5.793l-2.647 2.646a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})