google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 646 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 BackupTable = createIcon("BackupTable", [
["path", { d: "M20 6V20H6V22H20C21.1 22 22 21.1 22 20V6H20Z", key: "j1rp7e" }],
[
"path",
{
d: "M16 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H16C17.1 18 18 17.1 18 16V4C18 2.9 17.1 2 16 2ZM9 16H4V11H9V16ZM16 16H11V11H16V16ZM16 9H4V4H16V9Z",
key: "13hwzu"
}
]
]);
export { BackupTable as default };
//# sourceMappingURL=backup_table.js.map