/**
 * TEAM: frontend_infra
 * @flow
 */

import * as React from "react";

import Icon from "../../Icon";
/**
 * @title Basic Usage
 */
export default function IconBasicUsage(): React.Node {
  return <Icon iconName="ship" />;
}
