google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 559 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: "M11 9H9V2H7V9H5V2H3V9C3 11.12 4.66 12.84 6.75 12.97V22H9.25V12.97C11.34 12.84 13 11.12 13 9V2H11V9ZM16 6V14H18.5V22H21V2C18.24 2 16 4.24 16 6Z",
key: "1dacol"
}
]
]);
export { Restaurant as default };
//# sourceMappingURL=restaurant.js.map