UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 602 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: "M9 6H8V4.65L9 4.53V6ZM9 12H8V7H9V12ZM6 7H7V12H6V7ZM6 4.88L7 4.76V6H6V4.88ZM22 3V2L5 4V12H2C2 15.69 4.47 18.86 8 20.25V22H16V20.25C19.53 18.86 22 15.69 22 12H10V7H22V6H10V4.41L22 3Z", key: "1w18fy" } ] ]); export { RamenDining as default }; //# sourceMappingURL=ramen_dining.js.map