google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.01 kB
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 RecordVoiceOver = createIcon("RecordVoiceOver", [
[
"path",
{
d: "M9.00098 13.5C11.2101 13.5 13.001 11.7091 13.001 9.5C13.001 7.29086 11.2101 5.5 9.00098 5.5C6.79184 5.5 5.00098 7.29086 5.00098 9.5C5.00098 11.7091 6.79184 13.5 9.00098 13.5Z",
key: "1y6hdc"
}
],
[
"path",
{
d: "M9.00098 15.5C6.33098 15.5 1.00098 16.84 1.00098 19.5V21.5H17.001V19.5C17.001 16.84 11.671 15.5 9.00098 15.5ZM16.761 5.86L15.081 7.55C15.921 8.73 15.921 10.26 15.081 11.44L16.761 13.13C18.781 11.11 18.781 8.06 16.761 5.86ZM20.071 2.5L18.441 4.13C21.211 7.15 21.211 11.69 18.441 14.87L20.071 16.5C23.971 12.61 23.981 6.55 20.071 2.5Z",
key: "1369zo"
}
]
]);
export { RecordVoiceOver as default };
//# sourceMappingURL=record_voice_over.js.map