import type { SVGProps } from "react"; const SvgAccountSettingIcon = (props: SVGProps) => ( ); export default SvgAccountSettingIcon;