import * as React from 'react'; export interface ThumbUp32Props extends React.SVGProps { ariaLabel?: string } export default function ThumbUp32({ ariaLabel, ...props }: ThumbUp32Props) { return ( ); }