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