From 3d877982a4ca57a5959167be9a3984678ce2fb8a Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Mon, 10 Oct 2022 16:29:36 -0700 Subject: [PATCH] icons: port tall icons into react components --- components/icons/TallCard/app.js | 13 +++++++++++++ components/icons/TallCard/env.js | 9 +++++++++ components/icons/TallCard/full.js | 7 +++++++ components/icons/TallCard/hoon.js | 19 +++++++++++++++++++ public/images/app.svg | 10 ---------- public/images/environment.svg | 6 ------ public/images/fullstack.svg | 4 ---- public/images/hoon.svg | 16 ---------------- 8 files changed, 48 insertions(+), 36 deletions(-) create mode 100644 components/icons/TallCard/app.js create mode 100644 components/icons/TallCard/env.js create mode 100644 components/icons/TallCard/full.js create mode 100644 components/icons/TallCard/hoon.js delete mode 100644 public/images/app.svg delete mode 100644 public/images/environment.svg delete mode 100644 public/images/fullstack.svg delete mode 100644 public/images/hoon.svg diff --git a/components/icons/TallCard/app.js b/components/icons/TallCard/app.js new file mode 100644 index 0000000..625fa3f --- /dev/null +++ b/components/icons/TallCard/app.js @@ -0,0 +1,13 @@ +export default function AppIcon({ className }) { + return + + + + + + + + + + +} \ No newline at end of file diff --git a/components/icons/TallCard/env.js b/components/icons/TallCard/env.js new file mode 100644 index 0000000..83e6e7b --- /dev/null +++ b/components/icons/TallCard/env.js @@ -0,0 +1,9 @@ +export default function EnvironmentIcon({ className }) { + return + + + + + + +} \ No newline at end of file diff --git a/components/icons/TallCard/full.js b/components/icons/TallCard/full.js new file mode 100644 index 0000000..128b3e3 --- /dev/null +++ b/components/icons/TallCard/full.js @@ -0,0 +1,7 @@ +export default function FullStackIcon({ className }) { + return + + + + +} \ No newline at end of file diff --git a/components/icons/TallCard/hoon.js b/components/icons/TallCard/hoon.js new file mode 100644 index 0000000..e9ef4c0 --- /dev/null +++ b/components/icons/TallCard/hoon.js @@ -0,0 +1,19 @@ +export default function HoonIcon({ className }) { + return + + + + + + + + + + + + + + + + +} \ No newline at end of file diff --git a/public/images/app.svg b/public/images/app.svg deleted file mode 100644 index 261bf5a..0000000 --- a/public/images/app.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/public/images/environment.svg b/public/images/environment.svg deleted file mode 100644 index db38482..0000000 --- a/public/images/environment.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/public/images/fullstack.svg b/public/images/fullstack.svg deleted file mode 100644 index fda9754..0000000 --- a/public/images/fullstack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/public/images/hoon.svg b/public/images/hoon.svg deleted file mode 100644 index 25647de..0000000 --- a/public/images/hoon.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - -