import { Button } from "@/examples/base/ui/button" import { Toggle } from "@/examples/base/ui/toggle" import { BoldIcon, ItalicIcon, UnderlineIcon } from "lucide-react" export function ToggleWithButtonIcon() { return (
) }