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