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