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