import React from "react"; import { Icon, IconProps } from "../Icon"; /** * @group Icons */ export const TextRotationAngledownIcon = React.forwardRef((props, ref) => { return }); TextRotationAngledownIcon.displayName = "TextRotationAngledownIcon";