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