right-rotation-forty-five-degrees-single.d.ts 277 B

1234
  1. /// <reference types="react" />
  2. import { IconProps } from '../icon';
  3. export declare const RightRotationFortyFiveDegreesSingle: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
  4. export default RightRotationFortyFiveDegreesSingle;