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