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