diff --git a/Frontend/components/FastPocketBadge.tsx b/Frontend/components/FastPocketBadge.tsx new file mode 100644 index 0000000..a126e6d --- /dev/null +++ b/Frontend/components/FastPocketBadge.tsx @@ -0,0 +1,44 @@ +import * as React from "react"; +const SvgComponent = (props: any) => ( + + + + + + + + + + +); +export default SvgComponent;