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