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