google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 832 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 19H22L20 21H4L2 19ZM5 6H6V7H5V6ZM5 4H6V5H5V4ZM9 4V5H7V4H9ZM9 7H7V6H9V7ZM6 15.23C5.64 15.34 5.31 15.51 5 15.7V8H6V15.23ZM4 16.52C3.62 16.96 3.32 17.45 3.16 18H19.98C19.99 17.84 20.01 17.67 20.01 17.5C20.01 14.46 17.55 12 14.51 12C12.22 12 10.26 13.4 9.43 15.4C8.84 15.15 8.19 15 7.5 15C7.33 15 7.17 15.02 7 15.04V8H9C10.03 8.06 10.9 7.04 11 6H21V5H11C10.9 3.95 10.03 3.03 9 3H3V4H4V5H3V6H4V7H3V8H4V16.52Z",
key: "j4mquo"
}
]
]);
export { DinnerDining as default };
//# sourceMappingURL=dinner_dining.js.map