@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.33 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ReadAloud20Filled',
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: 'M11.842 2.141a.75.75 0 0 1 1.017-.3c1.954 1.067 4.85 3.243 5.386 8.076a.75.75 0 1 1-1.49.166c-.463-4.167-2.901-5.99-4.614-6.924a.75.75 0 0 1-.3-1.018zM8.694 4.216a.75.75 0 0 0-1.388 0l-4.5 11a.75.75 0 0 0 1.388.568L5.64 12.25h4.72l1.446 3.534a.75.75 0 0 0 1.388-.568l-4.5-11zm1.053 6.534H6.254L8 6.48l1.747 4.27zm2.625-6.401a.75.75 0 0 0-.744 1.302c1.523.87 2.408 2.403 2.63 3.955a.75.75 0 1 0 1.484-.212c-.278-1.948-1.393-3.916-3.37-5.045z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})