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