import { CassetteTape, Cube, Virus, ThumbsUp } from "@phosphor-icons/react"; import { RecipeProps } from "../Recipe"; const animation: RecipeProps = { title: "Hand Drawn", url: "https://stackblitz.com/edit/react-ts-f7q7gs?file=App.tsx,style.css", Example() { return (
); }, }; export default animation;