UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 625 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 QueueMusic = createIcon("QueueMusic", [ [ "path", { d: "M14.5 5H2.5V7H14.5V5ZM14.5 9H2.5V11H14.5V9ZM2.5 15H10.5V13H2.5V15ZM16.5 5V13.18C16.19 13.07 15.85 13 15.5 13C13.84 13 12.5 14.34 12.5 16C12.5 17.66 13.84 19 15.5 19C17.16 19 18.5 17.66 18.5 16V7H21.5V5H16.5Z", key: "1dzbgy" } ] ]); export { QueueMusic as default }; //# sourceMappingURL=queue_music.js.map