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