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