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