@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.49 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: 'VoicemailArrowBack16Filled',
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: 'M4 5.75a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0zM9.25 4a1.75 1.75 0 0 1 1.586 1.01A5.468 5.468 0 0 1 13 5.6V2.5A1.5 1.5 0 0 0 11.5 1h-9A1.5 1.5 0 0 0 1 2.5V9a1.5 1.5 0 0 0 1.5 1.5H5c0-1.933.997-3.633 2.505-4.614A1.776 1.776 0 0 1 7.668 5H6.332A1.75 1.75 0 1 1 4.75 4h4.5zm-.618 1.325c.304-.11.621-.193.948-.248a.747.747 0 0 0-.948.248zM10.5 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm-.896-6.396l-.897.896h1.543A2.75 2.75 0 0 1 13 12.25v.25a.5.5 0 0 1-1 0v-.25a1.75 1.75 0 0 0-1.75-1.75H8.707l.897.896a.5.5 0 0 1-.708.708L7.144 10.35a.498.498 0 0 1 .002-.705l1.75-1.75a.5.5 0 1 1 .708.708z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})