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