google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 935 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 Scoreboard = createIcon("Scoreboard", [
[
"path",
{
d: "M17.5 14.5H16V11.5H17.5V14.5ZM20 5H17V3H15V5H9V3H7V5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM9.5 12.5C9.5 13.05 9.05 13.5 8.5 13.5H6.5V14.5H9.5V16H5V13.5C5 12.95 5.45 12.5 6 12.5H8V11.5H5V10H8.5C9.05 10 9.5 10.45 9.5 11V12.5ZM12.75 19H11.25V17.5H12.75V19ZM12.75 15.5H11.25V14H12.75V15.5ZM12.75 12H11.25V10.5H12.75V12ZM12.75 8.5H11.25V7H12.75V8.5ZM19 15C19 15.55 18.55 16 18 16H15.5C14.95 16 14.5 15.55 14.5 15V11C14.5 10.45 14.95 10 15.5 10H18C18.55 10 19 10.45 19 11V15Z",
key: "1sea04"
}
]
]);
export { Scoreboard as default };
//# sourceMappingURL=scoreboard.js.map