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