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