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