UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 500 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Leaderboard = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", { d: "M7.5,21H2V9h5.5V21z M14.75,3h-5.5v18h5.5V3z M22,11h-5.5v10H22V11z" }))), name: 'Leaderboard' }); export default Leaderboard;