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