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