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