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