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