UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 652 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 Score = createIcon("Score", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM12 5H13.5V8L15.5 5H17.2L15.2 8L17.2 11H15.5L13.5 8V11H12V5ZM7 7.25H9.5V6.5H7V5H11V8.75H8.5V9.5H11V11H7V7.25ZM19 13L13 19L9 15L5 19V16.5L9 12.5L13 16.5L19 10.5V13Z", key: "1ccvtw" } ] ]); export { Score as default }; //# sourceMappingURL=score.js.map