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

import * as React from "react";

import Icon from "../../Icon";

/**
 * @title Custom Size
 */
export default function IconCustomSize(): React.Node {
  return <Icon iconName="staticShip" customSize={96} />;
}
