@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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: 'ReadAloud20Regular',
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: 'M12.061 2.26a.5.5 0 0 1 .678-.199c1.914 1.044 4.733 3.161 5.258 7.884a.5.5 0 0 1-.994.11c-.475-4.277-2.99-6.16-4.742-7.116a.5.5 0 0 1-.2-.678zM8.463 4.31a.5.5 0 0 0-.926 0l-4.5 11a.5.5 0 1 0 .926.38L5.5 11.931V12h5v-.068l1.537 3.757a.5.5 0 1 0 .926-.378l-4.5-11zM10.119 11H5.88l2.12-5.18L10.118 11zm2.13-6.434a.5.5 0 0 0-.497.868c1.599.914 2.522 2.519 2.753 4.137a.5.5 0 0 0 .99-.142c-.269-1.882-1.346-3.777-3.247-4.863z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})