UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 697 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 SpeakerNotesOff = createIcon("SpeakerNotesOff", [ [ "path", { d: "M2.27 1L1 2.27L3.01 4.28L3 21.27L7 17.27H16L21.73 23L23 21.73L2.27 1ZM9 13.27H7V11.27H9V13.27ZM7 10.27V8.27L9 10.27H7ZM21 1.27H5.08L11 7.19V5.27H19V7.27H11.08L12.08 8.27H19V10.27H14.08L21.07 17.26C22.14 17.22 23 16.35 23 15.27V3.27C23 2.17 22.1 1.27 21 1.27Z", key: "p5j3lk" } ] ]); export { SpeakerNotesOff as default }; //# sourceMappingURL=speaker_notes_off.js.map