google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 590 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 DownloadDone = createIcon("DownloadDone", [
[
"path",
{
d: "M20.1301 5.41L18.7201 4L9.53012 13.19L5.28012 8.95L3.87012 10.36L9.53012 16.02L20.1301 5.41Z",
key: "5quth4"
}
],
["path", { d: "M19.0001 18H5.00012V20H19.0001V18Z", key: "27q849" }]
]);
export { DownloadDone as default };
//# sourceMappingURL=download_done.js.map