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