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