UNPKG

google-material-icons

Version:

A google material icon library package for React applications

25 lines (21 loc) 723 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 PlaylistAddCheck = createIcon("PlaylistAddCheck", [ ["path", { d: "M13.5 9.5H2.5V11.5H13.5V9.5Z", key: "g0yqg1" }], ["path", { d: "M13.5 5.5H2.5V7.5H13.5V5.5Z", key: "1bblcm" }], ["path", { d: "M9.5 13.5H2.5V15.5H9.5V13.5Z", key: "1s7x5x" }], [ "path", { d: "M20.09 11.43L15.84 15.67L13.72 13.55L12.31 14.96L15.84 18.5L21.5 12.84L20.09 11.43Z", key: "18deeg" } ] ]); export { PlaylistAddCheck as default }; //# sourceMappingURL=playlist_add_check.js.map