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

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

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