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