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