google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 828 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 BrunchDining = createIcon("BrunchDining", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18 8H20V4H18V8ZM15.51 22H2.49C2.22 22 2 21.78 2 21.5V20H16V21.5C16 21.78 15.78 22 15.51 22ZM18 15.89L17.6 15.47C16.58 14.39 16 12.95 16 11.47V2H22V11.51C22 12.97 21.46 14.38 20.47 15.45L20 15.97V20H22V22H18V15.89ZM7 16V14H11V16H15.5C15.78 16 16 16.22 16 16.5V17.5C16 17.78 15.78 18 15.5 18H2.5C2.22 18 2 17.78 2 17.5V16.5C2 16.22 2.22 16 2.5 16H7Z",
key: "14dy1s"
}
]
]);
export { BrunchDining as default };
//# sourceMappingURL=brunch_dining.js.map