@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.37 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ReadAloud28Filled',
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: 'M17.594 2.578a1 1 0 0 1 1.329-.484C21.571 3.327 26.304 7.22 26 14.54a1 1 0 0 1-1.998-.083c.26-6.278-3.767-9.547-5.924-10.551a1 1 0 0 1-.484-1.329zm-5.907 2.071a1 1 0 0 0-1.873 0l-6.75 18a1 1 0 0 0 1.873.702L6.943 18h7.614l2.007 5.35a1 1 0 0 0 1.873-.701l-6.75-18zM13.807 16H7.693l3.057-8.15l3.057 8.15zm4.775-9.813a1 1 0 0 0-1.163 1.628c.794.567 1.424 1.195 1.863 1.987c.436.789.719 1.804.719 3.199a1 1 0 0 0 2 0c0-1.677-.343-3.037-.97-4.167c-.623-1.127-1.493-1.964-2.45-2.647z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})