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