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