diff --git a/src/assets/icons/BygulIcon.jsx b/src/assets/icons/BygulIcon.jsx new file mode 100644 index 0000000..bd757d5 --- /dev/null +++ b/src/assets/icons/BygulIcon.jsx @@ -0,0 +1,10 @@ +import React from 'react'; + +export const BygulIcon = () => ( + DragonsChild Logo +); \ No newline at end of file diff --git a/src/assets/icons/CheckArrowIcon.jsx b/src/assets/icons/CheckArrowIcon.jsx new file mode 100644 index 0000000..61b6a7b --- /dev/null +++ b/src/assets/icons/CheckArrowIcon.jsx @@ -0,0 +1,13 @@ +export const CheckArrowIcon = () => ( +
+ + + +
+); \ No newline at end of file diff --git a/src/assets/icons/CloseIcon.jsx b/src/assets/icons/CloseIcon.jsx new file mode 100644 index 0000000..3d706fd --- /dev/null +++ b/src/assets/icons/CloseIcon.jsx @@ -0,0 +1,5 @@ +export const CloseIcon = () => ( + + + +); \ No newline at end of file diff --git a/src/assets/icons/GithubIcon.jsx b/src/assets/icons/GithubIcon.jsx new file mode 100644 index 0000000..6d56691 --- /dev/null +++ b/src/assets/icons/GithubIcon.jsx @@ -0,0 +1,9 @@ +export const GithubIcon = () => ( + + + +); \ No newline at end of file diff --git a/src/assets/icons/InstagramIcon.jsx b/src/assets/icons/InstagramIcon.jsx new file mode 100644 index 0000000..a05e52a --- /dev/null +++ b/src/assets/icons/InstagramIcon.jsx @@ -0,0 +1,10 @@ +export const InstagramIcon = () => ( + + + +); \ No newline at end of file