@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.63 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: 'ReadAloud16Regular',
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: 'M10.032 1.325a.5.5 0 0 1 .644-.293l.003.001l.004.002l.013.005a2.246 2.246 0 0 1 .19.083c.123.059.294.147.498.27c.406.245.944.632 1.48 1.202C13.945 3.744 15 5.615 15 8.5a.5.5 0 0 1-1 0c0-2.614-.945-4.244-1.864-5.22a6.067 6.067 0 0 0-1.27-1.032a4.626 4.626 0 0 0-.539-.279h-.003l-.001-.001a.5.5 0 0 1-.291-.643zm-3.068 1.99a.5.5 0 0 0-.928 0l-4 10a.5.5 0 1 0 .928.37L4.04 11h4.923l1.074 2.686a.5.5 0 1 0 .928-.372l-4-10zM8.562 10H4.439L6.5 4.847L8.562 10zm1.662-6.447a.5.5 0 0 0-.45.893l.01.006l.048.027a3.597 3.597 0 0 1 .794.666c.436.49.874 1.252.874 2.355a.5.5 0 0 0 1 0c0-1.396-.562-2.385-1.126-3.02a4.596 4.596 0 0 0-1.034-.863a2.529 2.529 0 0 0-.08-.045l-.024-.012l-.007-.004l-.003-.002h-.001s.158.09-.001-.001zm-.45.893l.002.001z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})