UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 632 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 Kitchen = createIcon("Kitchen", [ [ "path", { d: "M8 5H10V8H8V5ZM8 12H10V17H8V12ZM18 2.01L6 2C5.46957 2 4.96086 2.21071 4.58579 2.58579C4.21071 2.96086 4 3.46957 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V4C20 2.89 19.1 2.01 18 2.01ZM18 20H6V10.98H18V20ZM18 9H6V4H18V9Z", key: "l5xtm4" } ] ]); export { Kitchen as default }; //# sourceMappingURL=kitchen.js.map