UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 743 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 RamenDining = createIcon("RamenDining", [ [ "path", { d: "M19.66 14C19 15.92 17.42 17.54 15.26 18.39L14 18.89V20H10V18.89L8.73 18.39C6.57 17.54 4.99 15.92 4.33 14H19.66ZM22 2L4 3.99V12H2C2 15.69 4.47 18.86 8 20.25V22H16V20.25C19.53 18.86 22 15.69 22 12H10.5V8H22V6.5H10.5V4.78L22 3.51V2ZM8 6.5V5.06L9 4.95V6.5H8ZM5.5 6.5V5.34L6.5 5.23V6.5H5.5ZM8 12V8H9V12H8ZM5.5 12V8H6.5V12H5.5Z", key: "1ksm00" } ] ]); export { RamenDining as default }; //# sourceMappingURL=ramen_dining.js.map