UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 470 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 Leaderboard = createIcon("Leaderboard", [ [ "path", { d: "M7.5 21H2V9H7.5V21ZM14.75 3H9.25V21H14.75V3ZM22 11H16.5V21H22V11Z", key: "c3mtsk" } ] ]); export { Leaderboard as default }; //# sourceMappingURL=leaderboard.js.map