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 SetMeal = createIcon("SetMeal", [ [ "path", { d: "M21.05 17.5698L3.08 18.5098L3 17.0098L20.98 16.0698L21.05 17.5698ZM21 19.4898H3V20.9898H21V19.4898ZM22 5.00977V12.0098C22 13.1098 21.1 14.0098 20 14.0098H4C2.9 14.0098 2 13.1098 2 12.0098V5.00977C2 3.90977 2.9 3.00977 4 3.00977H20C21.1 3.00977 22 3.90977 22 5.00977ZM20 6.00977C18.32 6.00977 16.96 6.98977 16.79 8.23977C16.15 7.50977 14.06 5.50977 10.25 5.50977C5.58 5.50977 3.5 8.50977 3.5 8.50977C3.5 8.50977 5.58 11.5098 10.25 11.5098C14.06 11.5098 16.15 9.50977 16.79 8.77977C16.96 10.0298 18.32 11.0098 20 11.0098V6.00977Z", key: "1fuo66" } ] ]); export { SetMeal as default }; //# sourceMappingURL=set_meal.js.map