UNPKG

@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
'use strict' 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: 'ReadAloud28Regular', 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.57 2.933a.75.75 0 0 1 .997-.363c2.587 1.205 7.232 5.02 6.933 12.211a.75.75 0 1 1-1.5-.062c.267-6.409-3.849-9.756-6.067-10.789a.75.75 0 0 1-.363-.997zm-6.118 1.552a.75.75 0 0 0-1.403 0l-7 18.5a.75.75 0 1 0 1.403.53L6.539 18h8.423l2.087 5.515a.75.75 0 0 0 1.403-.53l-7-18.5zM14.394 16.5H7.106l3.644-9.63l3.644 9.63zm3.792-9.86a.75.75 0 1 0-.872 1.22c1.68 1.2 3.186 2.683 3.186 5.39a.75.75 0 1 0 1.5 0c0-3.437-1.994-5.31-3.814-6.61z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })