import { ReactIconComponentType } from '../types';

declare const ThumbUpAlt: ReactIconComponentType;
export default ThumbUpAlt;
            