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