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

import * as React from "react";

import Icon from "../../Icon";
/**
 * @title Adjustments
 */
export default function IconAdjustments(): React.Node {
  return <Icon iconName="plane" size="xl" />;
}
