UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.44 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'ReadAloud24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.861 2.092a.75.75 0 1 0-.719 1.316c1.854 1.013 3.216 2.286 4.102 3.821c.887 1.536 1.308 3.352 1.258 5.464a.75.75 0 0 0 1.5.035c.056-2.376-.429-4.464-1.459-6.249c-1.03-1.784-2.596-3.247-4.682-4.387zm-.237 3.6a.75.75 0 1 0-.718 1.318c.721.393 1.297.963 1.735 1.722c.438.76.644 1.543.624 2.365a.75.75 0 0 0 1.5.036c.026-1.101-.25-2.156-.825-3.15c-.574-.995-1.35-1.763-2.316-2.29zM9 4a.75.75 0 0 1 .697.473l5.75 14.501a.75.75 0 0 1-1.394.553L12.258 15H5.742l-1.795 4.527a.75.75 0 1 1-1.394-.553l5.75-14.5A.75.75 0 0 1 9 3.998zm0 2.784L6.337 13.5h5.326L9 6.783z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })