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