bellnotificationalertringringingsoundalarmanimated bell icon
Bell Ring
Animated bell ring icon
import Bell RingIcon from "cssvg-icons/bell-ring";
export default function App() {
return (
<Bell RingIcon
color="#ffffff"
strokeWidth={2}
size={56}
/>
);
}