google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 500 B
JavaScript
/**
* @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: "M16 11V3H8V9H2V21H22V11H16ZM10 5H14V19H10V5ZM4 11H8V19H4V11ZM20 19H16V13H20V19Z",
key: "8f2k4f"
}
]
]);
export { Leaderboard as default };
//# sourceMappingURL=leaderboard.js.map