UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 598 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 Inventory2 = createIcon("Inventory2", [ [ "path", { d: "M20 2H4C3 2 2 2.9 2 4V7.01C2 7.73 2.43 8.35 3 8.7V20C3 21.1 4.1 22 5 22H19C19.9 22 21 21.1 21 20V8.7C21.57 8.35 22 7.73 22 7.01V4C22 2.9 21 2 20 2ZM15 14H9V12H15V14ZM20 7H4V4H20V7Z", key: "123xvz" } ] ]); export { Inventory2 as default }; //# sourceMappingURL=inventory_2.js.map