@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.05 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: 'CallAdd24Regular',
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.525 3.572l.902 2.006a2.75 2.75 0 0 1-.633 3.139L8.3 10.11a.25.25 0 0 0-.078.155c-.044.397.225 1.17.845 2.245c.451.781.86 1.33 1.207 1.637c.242.215.375.261.432.245l2.01-.615a2.75 2.75 0 0 1 3.035 1.02l1.28 1.776a2.75 2.75 0 0 1-.339 3.605l-.886.84a3.75 3.75 0 0 1-3.587.889c-2.754-.769-5.223-3.093-7.435-6.924c-2.215-3.836-2.992-7.14-2.276-9.913a3.75 3.75 0 0 1 2.548-2.652l1.167-.351a2.75 2.75 0 0 1 3.302 1.505zm-2.869-.07l-1.167.353a2.25 2.25 0 0 0-1.529 1.59c-.602 2.332.087 5.261 2.123 8.788c2.033 3.522 4.222 5.582 6.54 6.23a2.25 2.25 0 0 0 2.151-.534l.887-.84a1.25 1.25 0 0 0 .154-1.639l-1.28-1.775a1.25 1.25 0 0 0-1.38-.464l-2.015.617c-1.17.348-2.232-.593-3.372-2.568C7 11.93 6.642 10.9 6.731 10.099c.047-.416.24-.8.546-1.086L8.771 7.62a1.25 1.25 0 0 0 .288-1.427l-.902-2.006a1.25 1.25 0 0 0-1.5-.684zm10.492-1.498l.102-.007a.75.75 0 0 1 .743.649l.007.101v3.254l3.252.001a.75.75 0 0 1 .743.648l.007.102a.75.75 0 0 1-.648.743l-.102.007H18v3.248a.75.75 0 0 1-.648.744l-.102.006a.75.75 0 0 1-.743-.648l-.007-.102V7.501l-3.252.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .649-.743l.101-.007H16.5V2.746a.75.75 0 0 1 .648-.743l.102-.007l-.102.007z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})