UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 631 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 PlaylistPlay = createIcon("PlaylistPlay", [ ["path", { d: "M13.5 8.5H2.5V10.5H13.5V8.5Z", key: "1v82i6" }], ["path", { d: "M13.5 4.5H2.5V6.5H13.5V4.5Z", key: "wp23p3" }], ["path", { d: "M9.5 12.5H2.5V14.5H9.5V12.5Z", key: "ugev44" }], ["path", { d: "M15.5 11.5V19.5L21.5 15.5L15.5 11.5Z", key: "1cut0c" }] ]); export { PlaylistPlay as default }; //# sourceMappingURL=playlist_play.js.map