UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 510 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 Check = createIcon("Check", [ [ "path", { d: "M8.79508 15.8749L4.62508 11.7049L3.20508 13.1149L8.79508 18.7049L20.7951 6.70492L19.3851 5.29492L8.79508 15.8749Z", key: "5stcsf" } ] ]); export { Check as default }; //# sourceMappingURL=check.js.map