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