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