google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 960 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Transcribe = createIcon("Transcribe", [
[
"path",
{
d: "M17.97 16.5L19.6 14.87C16.83 11.85 16.83 7.31 19.6 4.13L17.97 2.5C14.07 6.39 14.06 12.45 17.97 16.5ZM22.96 11.45C22.12 10.27 22.12 8.74 22.96 7.56L21.28 5.87C19.26 7.89 19.26 10.94 21.28 13.14L22.96 11.45ZM9.04004 13.5C11.25 13.5 13.04 11.71 13.04 9.5C13.04 7.29 11.25 5.5 9.04004 5.5C6.83004 5.5 5.04004 7.29 5.04004 9.5C5.04004 11.71 6.83004 13.5 9.04004 13.5ZM15.43 16.06C13.75 15.2 11.57 14.5 9.04004 14.5C6.51004 14.5 4.33004 15.2 2.65004 16.06C1.65004 16.57 1.04004 17.6 1.04004 18.72V21.5H17.04V18.72C17.04 17.6 16.43 16.57 15.43 16.06Z",
key: "1ljiot"
}
]
]);
export { Transcribe as default };
//# sourceMappingURL=transcribe.js.map