google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 609 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 UploadFile = createIcon("UploadFile", [
[
"path",
{
d: "M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20ZM8 15.01L9.41 16.42L11 14.84V19H13V14.84L14.59 16.43L16 15.01L12.01 11L8 15.01Z",
key: "nx6z3b"
}
]
]);
export { UploadFile as default };
//# sourceMappingURL=upload_file.js.map