google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 539 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 Restaurant = createIcon("Restaurant", [
[
"path",
{
d: "M16 6V14H19V22H21V2C18.24 2 16 4.24 16 6ZM11 9H9V2H7V9H5V2H3V9C3 11.21 4.79 13 7 13V22H9V13C11.21 13 13 11.21 13 9V2H11V9Z",
key: "7hyc02"
}
]
]);
export { Restaurant as default };
//# sourceMappingURL=restaurant.js.map