// This file is generated by running the "icons" bin script. // Manual changes might be lost - proceed with caution! import React, { forwardRef } from 'react' import Icon, { IconComponent } from '..' const CaretRightIcon = forwardRef((props, ref) => { const { 'aria-label': ariaLabel, ...rest } = props return ( ) }) as IconComponent CaretRightIcon.displayName = "CaretRightIcon" CaretRightIcon.colors = Icon.colors CaretRightIcon.sizes = Icon.sizes export { CaretRightIcon }