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