@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.63 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'CallInbound24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9.367 3.313l.86 2.027c.375.884.167 1.923-.514 2.569L7.82 9.707c.117 1.075.478 2.134 1.084 3.177a8.678 8.678 0 0 0 2.271 2.594l2.276-.758c.862-.288 1.801.042 2.33.82l1.232 1.81c.616.904.505 2.15-.258 2.916l-.818.82c-.814.818-1.976 1.114-3.052.779c-2.539-.792-4.873-3.143-7.003-7.054c-2.133-3.916-2.885-7.238-2.258-9.967c.264-1.149 1.082-2.063 2.15-2.404l1.076-.344c1.008-.323 2.086.198 2.518 1.217zm5.131 5.126l6.22-6.223a.75.75 0 0 1 1.134.976l-.072.084L15.56 9.5h4.69a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743L20.25 11h-6.555l-.098-.014l-.095-.026l-.068-.029a.721.721 0 0 1-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75 0 0 1 1.493-.102l.007.102V8.44l6.22-6.223l-6.22 6.223z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})