google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 486 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 Done = createIcon("Done", [
[
"path",
{
d: "M8.8002 15.9L4.6002 11.7L3.2002 13.1L8.8002 18.7L20.8002 6.70005L19.4002 5.30005L8.8002 15.9Z",
key: "2iqw1l"
}
]
]);
export { Done as default };
//# sourceMappingURL=done.js.map