Impactby Kenney <https://kenney.nl>
Impact Metal Heavy 000
A distinct, heavy metallic thud, suitable for indicating a strong impact, a robust action, or a significant, weighty UI confirmation.
0.17s2KBCC0impact, metal, heavy, 000
Install
Command
npx shadcn@latest add @soundcn/use-sound @soundcn/impact-metal-heavy-000Usage
import { useSound } from "@/hooks/use-sound";
import { impactMetalHeavy000Sound } from "@/sounds/impact-metal-heavy-000";
const [play] = useSound(impactMetalHeavy000Sound);