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