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