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