google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 478 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: "M5 18H19V20H5V18ZM9.6 15.3L5 10.7L7 8.8L9.6 11.4L17 4L19 6L9.6 15.3Z", key: "c6ag7h" }
]
]);
export { DownloadDone as default };
//# sourceMappingURL=download_done.js.map