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

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

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