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