google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 498 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 Storage = createIcon("Storage", [
[
"path",
{
d: "M2 20H22V16H2V20ZM4 17H6V19H4V17ZM2 4V8H22V4H2ZM6 7H4V5H6V7ZM2 14H22V10H2V14ZM4 11H6V13H4V11Z",
key: "2wwi4x"
}
]
]);
export { Storage as default };
//# sourceMappingURL=storage.js.map