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

import * as React from "react";

import Icon from "../../Icon";
/**
 * @title Custom Color
 */
export default function IconCustomColor(): React.Node {
  return <Icon iconName="attention" color="red40" />;
}
