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