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