UNPKG

google-material-icons

Version:

A google material icon library package for React applications

30 lines (26 loc) 1.03 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 SpeakerGroup = createIcon("SpeakerGroup", [ [ "path", { d: "M18.2 1H9.8C8.81 1 8 1.81 8 2.8V17.2C8 18.19 8.81 18.99 9.8 18.99L18.2 19C19.19 19 20 18.19 20 17.2V2.8C20 1.81 19.19 1 18.2 1ZM14 3C15.1 3 16 3.89 16 5C16 6.11 15.1 7 14 7C12.9 7 12 6.11 12 5C12 3.89 12.9 3 14 3ZM14 16.5C11.79 16.5 10 14.71 10 12.5C10 10.29 11.79 8.5 14 8.5C16.21 8.5 18 10.29 18 12.5C18 14.71 16.21 16.5 14 16.5Z", key: "1oezhr" } ], [ "path", { d: "M14 15C15.3807 15 16.5 13.8807 16.5 12.5C16.5 11.1193 15.3807 10 14 10C12.6193 10 11.5 11.1193 11.5 12.5C11.5 13.8807 12.6193 15 14 15Z", key: "3uywg" } ], ["path", { d: "M6 5H4V21C4 22.1 4.89 23 6 23H16V21H6V5Z", key: "lyyc0r" }] ]); export { SpeakerGroup as default }; //# sourceMappingURL=speaker_group.js.map