UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 933 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 NoMeals = createIcon("NoMeals", [ [ "path", { d: "M16.7045 13.3457V5.3457C16.7045 3.5857 18.9445 1.3457 21.7045 1.3457V17.5157L19.7045 15.5157V13.3457H16.7045ZM21.1945 22.6557L10.7245 12.1957C10.3945 12.2857 10.0645 12.3457 9.70453 12.3457V21.3457H7.70453V12.3457C5.49453 12.3457 3.70453 10.5557 3.70453 8.3457V5.1757L1.39453 2.8557L2.80453 1.4457L22.6045 21.2457L21.1945 22.6557ZM6.87453 8.3457L5.70453 7.1757V8.3457H6.87453ZM9.70453 1.3457H7.70453V3.5157L9.70453 5.5157V1.3457ZM13.7045 8.3457V1.3457H11.7045V7.5157L13.5545 9.3657C13.6445 9.0357 13.7045 8.7057 13.7045 8.3457Z", key: "50wutc" } ] ]); export { NoMeals as default }; //# sourceMappingURL=no_meals.js.map