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