UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 543 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 PlaylistAdd = createIcon("PlaylistAdd", [ [ "path", { d: "M13.5 9H2.5V11H13.5V9ZM13.5 5H2.5V7H13.5V5ZM17.5 13V9H15.5V13H11.5V15H15.5V19H17.5V15H21.5V13H17.5ZM2.5 15H9.5V13H2.5V15Z", key: "76ptfi" } ] ]); export { PlaylistAdd as default }; //# sourceMappingURL=playlist_add.js.map