@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.58 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ReadAloud24Filled',
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.592 2.081a1 1 0 0 1 1.327-.489c.264.134.001 0 .001 0l.001.001l.003.002l.007.003l.022.01a4.892 4.892 0 0 1 .306.16c.199.109.474.27.799.488a12.272 12.272 0 0 1 2.315 2.017c1.652 1.859 3.164 4.765 2.618 8.86a1 1 0 0 1-1.982-.265c.454-3.406-.783-5.75-2.131-7.266a10.27 10.27 0 0 0-1.935-1.686a8.704 8.704 0 0 0-.82-.487a2.252 2.252 0 0 0-.038-.019l-.006-.003a1 1 0 0 1-.487-1.326zM9.931 4.635a1 1 0 0 0-1.861 0l-5.5 14a1 1 0 0 0 1.861.73L6.146 15h5.708l1.716 4.365a1 1 0 0 0 1.861-.73l-5.5-14zM11.069 13H6.932L9 7.735L11.07 13zm4.378-7.394a1 1 0 0 0-.894 1.789c.29.145.792.576 1.227 1.263c.422.669.72 1.486.72 2.342a1 1 0 0 0 2 0c0-1.314-.452-2.496-1.03-3.41c-.565-.895-1.313-1.63-2.023-1.984z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})