Skip to content

Commit f0d1502

Browse files
committed
New loading icon.
1 parent a64db74 commit f0d1502

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

app/lib/loading.tsx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
import React from "react";
2+
import { LightningBoltIcon } from "@heroicons/react/solid";
23

34
export function Loading() {
45
return (
56
<div className="grid place-items-center h-80">
6-
<svg
7-
className="animate-bounce w-12 h-12 text-green-400"
8-
viewBox="0 0 20 20"
9-
xmlns="http://www.w3.org/2000/svg"
10-
>
11-
<path
12-
fill="currentColor"
13-
fillRule="evenodd"
14-
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
15-
clipRule="evenodd"
16-
></path>
17-
</svg>{" "}
7+
<LightningBoltIcon className="animate-bounce w-12 h-12 text-green-400" />
188
</div>
199
);
2010
}

0 commit comments

Comments
 (0)