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