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