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