google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 549 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 FileUpload = createIcon("FileUpload", [
[
"path",
{
d: "M18 15V18H6V15H4V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V15H18ZM7 9L8.41 10.41L11 7.83V16H13V7.83L15.59 10.41L17 9L12 4L7 9Z",
key: "15wo9v"
}
]
]);
export { FileUpload as default };
//# sourceMappingURL=file_upload.js.map