chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { BoltIcon } from "@heroicons/react/20/solid";
|
||||
|
||||
export function TriggerIcon({ className }: { className?: string }) {
|
||||
return <BoltIcon className={className} />;
|
||||
}
|
||||
Reference in New Issue
Block a user