UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 771 B
/** * @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 SettingsVoice = createIcon("SettingsVoice", [ [ "path", { d: "M7 23.5H9V21.5H7V23.5ZM12 12.5C13.66 12.5 14.99 11.16 14.99 9.5L15 3.5C15 1.84 13.66 0.5 12 0.5C10.34 0.5 9 1.84 9 3.5V9.5C9 11.16 10.34 12.5 12 12.5ZM11 23.5H13V21.5H11V23.5ZM15 23.5H17V21.5H15V23.5ZM19 9.5H17.3C17.3 12.5 14.76 14.6 12 14.6C9.24 14.6 6.7 12.5 6.7 9.5H5C5 12.91 7.72 15.73 11 16.22V19.5H13V16.22C16.28 15.73 19 12.91 19 9.5Z", key: "1utgom" } ] ]); export { SettingsVoice as default }; //# sourceMappingURL=settings_voice.js.map