import "./Toggle.css"; import { IconProps } from "./Icon"; export function ToggleSwitch(props: Omit) { const size = props.size || 20; return ( ); }