@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 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: 'CallEnd16Regular',
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: 'M14.93 9.378l.032-.156a2.661 2.661 0 0 0-.821-2.408C12.81 5.594 10.758 5 7.998 5c-2.755 0-4.805.592-6.135 1.808a2.662 2.662 0 0 0-.791 2.577l.137.577a1.926 1.926 0 0 0 2.067 1.48l1.222-.125a1.93 1.93 0 0 0 1.68-1.495l.286-1.25l.01-.028l.064-.034c.044-.022.112-.052.21-.082c.28-.086.7-.133 1.25-.133c.745 0 1.244.087 1.469.226c.04.024.068.064.079.11l.272 1.19a1.93 1.93 0 0 0 1.682 1.495l1.228.126a1.927 1.927 0 0 0 2.068-1.487l.134-.577zM7.998 6.06c2.522 0 4.33.523 5.436 1.538c.393.36.578.894.497 1.418l-.023.121l-.134.576a.876.876 0 0 1-.94.677l-1.228-.126a.877.877 0 0 1-.764-.68l-.273-1.19a1.235 1.235 0 0 0-.555-.776c-.43-.265-1.093-.38-2.016-.38c-1.404 0-2.254.261-2.517.966l-.03.096l-.296 1.285a.877.877 0 0 1-.764.68l-1.221.125a.876.876 0 0 1-.94-.673l-.137-.577a1.597 1.597 0 0 1 .475-1.546C3.675 6.58 5.48 6.059 7.998 6.059z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})