UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 561 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 FileDownload = createIcon("FileDownload", [ [ "path", { d: "M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM17 11L15.59 9.59L13 12.17V4H11V12.17L8.41 9.59L7 11L12 16L17 11Z", key: "d0jyni" } ] ]); export { FileDownload as default }; //# sourceMappingURL=file_download.js.map