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