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