import React from "react"; import { SvgProps } from "../../../components/Svg/types"; interface SettingProps extends SvgProps { isDark: boolean; } declare const Icon: React.FC; export default Icon;