@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CallForward16Filled',
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: 'M6.7 1.173l-.754-.138a2.266 2.266 0 0 0-2.063.71C2.623 3.117 1.996 5.26 2 8.174c.004 2.91.636 4.988 1.895 6.234c.533.528 1.324.72 2.075.505l.754-.216c.704-.202 1.175-.883 1.1-1.594l-.149-1.424A1.35 1.35 0 0 0 6.55 10.48l-1.604-.274A5.49 5.49 0 0 1 4.43 8.01c-.024-.787.103-1.508.382-2.162l1.714-.442a1.532 1.532 0 0 0 1.14-1.315l.144-1.432A1.354 1.354 0 0 0 6.7 1.173zm5.154 2.973a.5.5 0 0 0-.708.708L13.293 7H8.5a.5.5 0 0 0 0 1h4.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})