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