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