From 1daca87b3dc9768050b4fc02b6b431ba9b8b96a6 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Fri, 28 May 2021 19:56:19 +0530 Subject: [PATCH] Add original icons for reference (along with appropriate credit!) --- README.md | 3 + src/pics/cookie.svg | 138 ++++++++++++++++++++++++++++++++++++ src/pics/cookies.svg | 1 + src/pics/email-baker.svg | 126 ++++++++++++++++++++++++++++++++ src/pics/mail-inbox-app.svg | 1 + src/pics/microwave.svg | 1 + 6 files changed, 270 insertions(+) create mode 100644 src/pics/cookie.svg create mode 100644 src/pics/cookies.svg create mode 100644 src/pics/email-baker.svg create mode 100644 src/pics/mail-inbox-app.svg create mode 100644 src/pics/microwave.svg diff --git a/README.md b/README.md index 2fb9ad6..fc2ceae 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ You can run the newly built app with `yarn start`. This uses [sirv](https://gith ## Credits * Favicon created by [Freepik](https://www.freepik.com/) from [Flaticon.com](https://www.flaticon.com) +* Cookie pile icon created by [ultimatearm](https://www.freepik.com/authors/ultimatearm) from [Flaticon.com](https://www.flaticon.com) +* Microwave icon created by [Freepik](https://www.freepik.com/) from [Flaticon.com](https://www.flaticon.com) +* The main ChipChoc icon is a combination of the aforementioned microwave and cookie-pile icons This is made from a project template for [Svelte](https://svelte.dev) apps. You can find the original template at https://github.com/sveltejs/template. diff --git a/src/pics/cookie.svg b/src/pics/cookie.svg new file mode 100644 index 0000000..b179bf1 --- /dev/null +++ b/src/pics/cookie.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pics/cookies.svg b/src/pics/cookies.svg new file mode 100644 index 0000000..6cf9130 --- /dev/null +++ b/src/pics/cookies.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pics/email-baker.svg b/src/pics/email-baker.svg new file mode 100644 index 0000000..30dc837 --- /dev/null +++ b/src/pics/email-baker.svg @@ -0,0 +1,126 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pics/mail-inbox-app.svg b/src/pics/mail-inbox-app.svg new file mode 100644 index 0000000..92f6752 --- /dev/null +++ b/src/pics/mail-inbox-app.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pics/microwave.svg b/src/pics/microwave.svg new file mode 100644 index 0000000..a8e3f33 --- /dev/null +++ b/src/pics/microwave.svg @@ -0,0 +1 @@ + \ No newline at end of file