@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.95 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialTextToSpeechW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextToSpeechW100Filled', short_name: 'TextToSpeech', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-132q-24.75 0-42.37-17.63Q132-167.25 132-192v-576q0-24.75 17.63-42.38Q167.25-828 192-828h191q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H192q-14 0-23 9t-9 23v576q0 14 9 23t23 9h376q14 0 23-9t9-23v-60q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v60q0 24.75-17.62 42.37Q592.75-132 568-132H192Zm88-134q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h200q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H280Zm0-108q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h120q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H280Zm96-162q-12.5 0-21.25-8.75T346-566v-88q0-12.5 8.75-21.25T376-684h75l85-85q3-3 6.5-4.5t8.5-1.5q9 0 16 6.44t7 15.56v286q0 9.12-7 15.56-7 6.44-16 6.44-5 0-8.5-1.5T536-451l-85-85h-75Zm332-74q0 24-7.5 47T678-521q-6.4 8-15.2 4-8.8-4-8.8-15v-156q0-10 9-14t15 3q16 19 23 42t7 47Zm80 0q0-69-31-129.5T668-836q-6.11-3.08-8.56-9.04-2.44-5.96.56-10.8 3-5.16 9-6.16t11 2q65 40 100.5 107T816-610q0 76-35.5 143T680-360q-5 3-11 2t-9-6.16q-3-4.84-.56-10.8 2.45-5.96 8.56-9.04 58-36 89-96.5T788-610Z" }) })));
});
IconMaterialTextToSpeechW100Filled.displayName = 'OnesyIconMaterialTextToSpeechW100Filled';
exports.default = IconMaterialTextToSpeechW100Filled;
;