2
0

(dashboard): 💅 Add access to v1 banner

This commit is contained in:
Baptiste Arnaud
2022-02-14 16:55:06 +01:00
parent 56bd5fafc3
commit 1fbe324e43
3 changed files with 50 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import React, { SVGProps } from "react";
import React, { SVGProps } from 'react'
export const CloseIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
@ -10,4 +10,4 @@ export const CloseIcon = (props: SVGProps<SVGSVGElement>) => (
<title>Close Circle</title>
<path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm75.31 260.69a16 16 0 11-22.62 22.62L256 278.63l-52.69 52.68a16 16 0 01-22.62-22.62L233.37 256l-52.68-52.69a16 16 0 0122.62-22.62L256 233.37l52.69-52.68a16 16 0 0122.62 22.62L278.63 256z" />
</svg>
);
)