UNPKG

google-material-icons

Version:

A google material icon library package for React applications

43 lines (39 loc) 1.33 kB
/** * @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 SpatialAudioOff = createIcon("SpatialAudioOff", [ [ "path", { d: "M9.5 14C11.71 14 13.5 12.21 13.5 10C13.5 7.79 11.71 6 9.5 6C7.29 6 5.5 7.79 5.5 10C5.5 12.21 7.29 14 9.5 14ZM9.5 8C10.6 8 11.5 8.9 11.5 10C11.5 11.1 10.6 12 9.5 12C8.4 12 7.5 11.1 7.5 10C7.5 8.9 8.4 8 9.5 8Z", key: "1cppnu" } ], [ "path", { d: "M15.89 16.56C14.21 15.7 12.03 15 9.5 15C6.97 15 4.79 15.7 3.11 16.56C2.11 17.07 1.5 18.1 1.5 19.22V22H17.5V19.22C17.5 18.1 16.89 17.07 15.89 16.56ZM15.5 20H3.5V19.22C3.5 18.84 3.7 18.5 4.02 18.34C5.21 17.73 7.13 17 9.5 17C11.87 17 13.79 17.73 14.98 18.34C15.3 18.5 15.5 18.84 15.5 19.22V20Z", key: "zy9mcf" } ], [ "path", { d: "M19.86 2L18.45 3.41C21.18 6.14 21.18 10.58 18.45 13.31L19.86 14.72C23.38 11.21 23.38 5.51 19.86 2Z", key: "2sflji" } ], [ "path", { d: "M17.04 11.9C18.99 9.95 18.99 6.78 17.04 4.83L15.63 6.24C16.8 7.41 16.8 9.31 15.63 10.48L17.04 11.9Z", key: "ez62nq" } ] ]); export { SpatialAudioOff as default }; //# sourceMappingURL=spatial_audio_off.js.map