@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.62 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: 'CallAdd24Filled',
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: 'M9.367 3.312l.86 2.027c.374.883.166 1.922-.514 2.568L7.818 9.705c.117 1.076.479 2.135 1.085 3.178a8.678 8.678 0 0 0 2.27 2.594l2.276-.759c.863-.287 1.802.043 2.33.82l1.233 1.81c.615.904.504 2.15-.259 2.917l-.817.82c-.814.818-1.977 1.114-3.052.779c-2.54-.792-4.873-3.144-7.003-7.054c-2.133-3.916-2.886-7.239-2.258-9.968c.264-1.148 1.081-2.063 2.149-2.404l1.076-.344c1.009-.322 2.087.199 2.519 1.218zm7.781-1.31l.102-.006a.75.75 0 0 1 .743.648l.007.102V6h3.252a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743l-.102.007H18v3.248a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.648l-.007-.102V7.5h-3.252a.75.75 0 0 1-.743-.647l-.007-.102a.75.75 0 0 1 .649-.743L13.248 6H16.5V2.745a.75.75 0 0 1 .648-.743l.102-.007l-.102.007z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})