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