UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 667 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 RiceBowl = createIcon("RiceBowl", [ [ "path", { d: "M22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12C2 15.69 4.47 18.86 8 20.25V22H16V20.25C19.53 18.86 22 15.69 22 12ZM20 12H16V5.08C18.39 6.47 20 9.05 20 12ZM14 4.26V12H10V4.26C10.64 4.1 11.31 4 12 4C12.69 4 13.36 4.1 14 4.26ZM4 12C4 9.05 5.61 6.47 8 5.08V12H4Z", key: "1nn1gv" } ] ]); export { RiceBowl as default }; //# sourceMappingURL=rice_bowl.js.map