google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 975 B
JavaScript
/**
* @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 DinnerDining = createIcon("DinnerDining", [
["path", { d: "M2 19L4 21H20L22 19H2Z", key: "9ehkau" }],
[
"path",
{
d: "M3 18H19.97C20.26 14.74 17.69 12 14.49 12C12.14 12 10.14 13.48 9.35 15.55C8.94 15.32 8.48 15.17 8 15.08V9H9.75C10.99 9 12 7.99 12 6.75H21V5.25H12C12 4.01 10.99 3 9.75 3H3V4.5H4V5.25H3V6.75H4V7.5H3V9H4V16.39C3.56 16.85 3.22 17.39 3 18ZM14.5 14C15.49 14 16.41 14.4 17.08 15.14C17.32 15.4 17.52 15.69 17.66 16H11.34C11.92 14.79 13.15 14 14.5 14ZM8 4.5H10V5.25H8V4.5ZM8 6.75H10V7.5H8V6.75ZM5.5 4.5H6.5V5.25H5.5V4.5ZM5.5 6.75H6.5V7.5H5.5V6.75ZM5.5 9H6.5V15.06C6.15 15.12 5.82 15.23 5.5 15.36V9Z",
key: "1gwbkj"
}
]
]);
export { DinnerDining as default };
//# sourceMappingURL=dinner_dining.js.map