From ef0b02e2659310103c0772990f7e8f7fe77de63a Mon Sep 17 00:00:00 2001 From: Tyler Flowers Date: Mon, 4 Dec 2023 18:23:33 -0500 Subject: Make Slider + Card and add to index --- apps/website/src/components/icons/impl/chatting.svg | 5 +++++ apps/website/src/components/icons/impl/damage-tint.svg | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 apps/website/src/components/icons/impl/chatting.svg create mode 100644 apps/website/src/components/icons/impl/damage-tint.svg (limited to 'apps/website/src/components/icons/impl') diff --git a/apps/website/src/components/icons/impl/chatting.svg b/apps/website/src/components/icons/impl/chatting.svg new file mode 100644 index 0000000..6ccac14 --- /dev/null +++ b/apps/website/src/components/icons/impl/chatting.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/apps/website/src/components/icons/impl/damage-tint.svg b/apps/website/src/components/icons/impl/damage-tint.svg new file mode 100644 index 0000000..88ba6a7 --- /dev/null +++ b/apps/website/src/components/icons/impl/damage-tint.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + -- cgit