UNPKG

google-material-icons

Version:

A google material icon library package for React applications

42 lines (38 loc) 1.91 kB
/** * @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 LunchDining = createIcon("LunchDining", [ [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.9922 10C22.3122 6.72 17.7122 4 12.0022 4C6.29219 4 1.69219 6.72 2.01219 10H21.9922Z", key: "1mjw5h" } ], [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.34219 13.5C5.89219 13.5 6.12219 13.64 6.49219 13.86C6.94219 14.13 7.56219 14.5 8.67219 14.5C9.78219 14.5 10.4022 14.13 10.8522 13.86C11.2222 13.63 11.4422 13.5 12.0022 13.5C12.5522 13.5 12.7822 13.64 13.1522 13.86C13.6022 14.13 14.2222 14.5 15.3322 14.5C16.4422 14.5 17.0622 14.13 17.5122 13.86C17.8822 13.63 18.1022 13.5 18.6622 13.5C19.2122 13.5 19.4422 13.64 19.8122 13.86C20.2622 14.13 20.8822 14.49 21.9822 14.5V12.52C21.9822 12.52 21.1922 12.36 20.8222 12.14C20.3722 11.87 19.7522 11.5 18.6422 11.5C17.5322 11.5 16.9122 11.87 16.4622 12.14C16.0922 12.37 15.8622 12.5 15.3122 12.5C14.7622 12.5 14.5322 12.36 14.1622 12.14C13.7122 11.87 13.0922 11.5 11.9822 11.5C10.8722 11.5 10.2522 11.87 9.80219 12.14C9.43219 12.37 9.21219 12.5 8.65219 12.5C8.10219 12.5 7.87219 12.36 7.50219 12.14C7.05219 11.87 6.43219 11.5 5.32219 11.5C4.21219 11.5 3.59219 11.87 3.14219 12.14C2.77219 12.37 2.55219 12.5 1.99219 12.5V14.5C3.10219 14.5 3.72219 14.13 4.20219 13.86C4.57219 13.63 4.79219 13.5 5.34219 13.5Z", key: "d7slil" } ], [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99219 16V18C1.99219 19.1 2.89219 20 3.99219 20H19.9922C21.0922 20 21.9922 19.1 21.9922 18V16H1.99219Z", key: "75a3rj" } ] ]); export { LunchDining as default }; //# sourceMappingURL=lunch_dining.js.map