// @flow
import * as React from "react";

import { Props } from "../Icon";

declare const Restaurant: React.FunctionComponent<Props>;
export { Restaurant, Restaurant as default };
