5 lines
246 B
TypeScript
5 lines
246 B
TypeScript
import * as React from 'react';
|
|
import { IconProps } from './types';
|
|
export declare const RotateCounterClockwiseIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
export default RotateCounterClockwiseIcon;
|