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