@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.88 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: 'CallInbound16Regular',
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: 'M13.854 2.146a.5.5 0 0 1 0 .708L10.707 6h1.796a.5.5 0 1 1 0 1H9.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v1.793l3.147-3.147a.5.5 0 0 1 .707 0zm-9.48-.026a1.75 1.75 0 0 1 2.196.886l.585 1.228a1.5 1.5 0 0 1-.192 1.592l-.945 1.16a4.13 4.13 0 0 0 .475 1.28a4.133 4.133 0 0 0 .877 1.038l1.506-.276a1.5 1.5 0 0 1 1.354.437l.809.844a1.75 1.75 0 0 1-.062 2.483l-.296.28c-1.126 1.063-2.88 1.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83 2.071-3.337l.263-.1zm2.862 7.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a1.76 1.76 0 0 1-.127-.1A5.132 5.132 0 0 1 5.63 8.77a5.129 5.129 0 0 1-.636-1.857L4.993 6.9v-.005l.496-.052l-.497.05a.5.5 0 0 1 .11-.366l1.086-1.334a.5.5 0 0 0 .064-.53l-.585-1.229a.75.75 0 0 0-.94-.38l-.264.1c-.985.37-1.586 1.286-1.435 2.244c.199 1.261.61 2.86 1.444 4.17c.773 1.213 1.817 2.236 2.713 2.98c.804.668 1.989.57 2.81-.204l.295-.28a.75.75 0 0 0 .027-1.064l-.809-.844a.5.5 0 0 0-.451-.146l-1.73.318a.5.5 0 0 1-.38-.084l.29-.408z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})