google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 557 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 Grading = createIcon("Grading", [
[
"path",
{
d: "M4 7H20V9H4V7ZM4 13H20V11H4V13ZM4 17H11V15H4V17ZM4 21H11V19H4V21ZM15.41 18.17L14 16.75L12.59 18.16L15.41 21L20 16.42L18.58 15L15.41 18.17ZM4 3V5H20V3H4Z",
key: "192m13"
}
]
]);
export { Grading as default };
//# sourceMappingURL=grading.js.map