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