@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.28 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: 'Call24Filled',
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.772 2.439l1.076-.344c1.009-.322 2.087.199 2.519 1.217l.86 2.028c.374.883.166 1.922-.514 2.568L9.818 9.706c.117 1.076.479 2.135 1.085 3.177a8.677 8.677 0 0 0 2.27 2.595l2.276-.76c.862-.287 1.802.044 2.33.821l1.233 1.81c.615.904.504 2.15-.259 2.916l-.817.821c-.814.817-1.977 1.114-3.052.778c-2.54-.792-4.873-3.143-7.003-7.053c-2.133-3.916-2.886-7.24-2.258-9.968c.264-1.148 1.081-2.063 2.149-2.404z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})