UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 883 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 21.5H9V23.5H7V21.5ZM12 12.5C13.66 12.5 15 11.16 15 9.5V3.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 3.5C11 2.95 11.45 2.5 12 2.5C12.55 2.5 13 2.95 13 3.5V9.5C13 10.06 12.56 10.5 12 10.5C11.45 10.5 11 10.05 11 9.5V3.5ZM11 21.5H13V23.5H11V21.5ZM15 21.5H17V23.5H15V21.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: "s33nd2" } ] ]); export { SettingsVoice as default }; //# sourceMappingURL=settings_voice.js.map