UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 495 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 FileDownloadDone = createIcon("FileDownloadDone", [ [ "path", { d: "M5 18H19V20H5V18ZM9.6 15.3L5 10.7L7 8.8L9.6 11.4L17 4L19 6L9.6 15.3Z", key: "c6ag7h" } ] ]); export { FileDownloadDone as default }; //# sourceMappingURL=file_download_done.js.map