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