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