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