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