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