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