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