import { CSSProperties } from "react"; export function VolumeUpIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }