@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.66 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSpeechToTextW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SpeechToTextW100Filled",
short_name: "SpeechToText",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M654.19-566Q632-566 616-581.53q-16-15.52-16-38.47v-180q0-22.95 15.87-38.47Q631.75-854 654.04-854q22.96 0 38.46 15.53Q708-822.95 708-800v180q0 22.95-15.47 38.47Q677.06-566 654.19-566ZM232-132q-24.75 0-42.37-17.63Q172-167.25 172-192v-576q0-24.75 17.63-42.38Q207.25-828 232-828h248q5.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 4H232q-14 0-23 9t-9 23v576q0 14 9 23t23 9h376q14 0 23-9t9-23v-48q0-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.98v48q0 24.75-17.62 42.37Q632.75-132 608-132H232Zm282-122H326q-8.5 0-14.25-5.75T306-274q0-8.5 5.75-14.25T326-294h188q8.5 0 14.25 5.75T534-274q0 8.5-5.75 14.25T514-254Zm-74-120H320q-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 4Zm213.63-100q62.95 0 110.16-36Q811-546 819-603q1-7 5.14-12t10-5q5.86 0 9.86 5 4 5 3 12-7 66-58.5 109T668-446v86q0 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.98v-86q-68-5-119.5-48T461-601q-1-8 2.5-13.5t10-5.5q6.5 0 10.5 5t5 12q8 57 55.5 93t109.13 36Z"
}));
});
IconMaterialSpeechToTextW100Filled.displayName = 'OnesyIconMaterialSpeechToTextW100Filled';
export default IconMaterialSpeechToTextW100Filled;