From c2e3ba9697cd4e7345c53405017107e897a0c5cc Mon Sep 17 00:00:00 2001 From: Riesi Date: Fri, 28 Jun 2019 17:23:48 +0200 Subject: [PATCH] =?UTF-8?q?frogs=20=F0=9F=90=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐸 --- LICENSE | 19 + README.md | 5 +- svg/FrogOS_assets/frogmouse.svg | 122 +++++++ svg/FrogOS_assets/pointyfrogmouse.svg | 205 +++++++++++ svg/easterfrog.svg | 111 ++++++ svg/frog.svg | 2 + svg/frog_tongue_out.svg | 108 ++++++ svg/frogartist.svg | 181 ++++++++++ svg/frogbeer.svg | 271 ++++++++++++++ svg/frogbeercan.svg | 234 ++++++++++++ svg/frogcat.svg | 139 ++++++++ svg/frogcoin.svg | 192 ++++++++++ svg/frogcoins.svg | 495 ++++++++++++++++++++++++++ svg/frogjoy.svg | 108 ++++++ svg/frogkillme.svg | 82 +++++ svg/frogkiss.svg | 99 ++++++ svg/frogpray.svg | 142 ++++++++ svg/frogrip.svg | 234 ++++++++++++ svg/frogru.svg | 152 ++++++++ svg/frogshrug.svg | 161 +++++++++ svg/frogsleepy.svg | 127 +++++++ svg/frogstalker.svg | 223 ++++++++++++ svg/froguwu.svg | 126 +++++++ svg/frogweary.svg | 102 ++++++ svg/hipsterfrog.svg | 110 ++++++ svg/okfrog.svg | 147 ++++++++ svg/pingufrog.svg | 184 ++++++++++ svg/pinkfrog.svg | 78 ++++ svg/pointyfrog.svg | 187 ++++++++++ svg/poisonfrog.svg | 188 ++++++++++ svg/pregnantfrog.svg | 192 ++++++++++ svg/sadfrog.svg | 125 +++++++ svg/thumbsupfrog.svg | 99 ++++++ svg/tkgfrog.svg | 104 ++++++ 34 files changed, 5053 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 svg/FrogOS_assets/frogmouse.svg create mode 100644 svg/FrogOS_assets/pointyfrogmouse.svg create mode 100644 svg/easterfrog.svg create mode 100644 svg/frog.svg create mode 100644 svg/frog_tongue_out.svg create mode 100644 svg/frogartist.svg create mode 100644 svg/frogbeer.svg create mode 100644 svg/frogbeercan.svg create mode 100644 svg/frogcat.svg create mode 100644 svg/frogcoin.svg create mode 100644 svg/frogcoins.svg create mode 100644 svg/frogjoy.svg create mode 100644 svg/frogkillme.svg create mode 100644 svg/frogkiss.svg create mode 100644 svg/frogpray.svg create mode 100644 svg/frogrip.svg create mode 100644 svg/frogru.svg create mode 100644 svg/frogshrug.svg create mode 100644 svg/frogsleepy.svg create mode 100644 svg/frogstalker.svg create mode 100644 svg/froguwu.svg create mode 100644 svg/frogweary.svg create mode 100644 svg/hipsterfrog.svg create mode 100644 svg/okfrog.svg create mode 100644 svg/pingufrog.svg create mode 100644 svg/pinkfrog.svg create mode 100644 svg/pointyfrog.svg create mode 100644 svg/poisonfrog.svg create mode 100644 svg/pregnantfrog.svg create mode 100644 svg/sadfrog.svg create mode 100644 svg/thumbsupfrog.svg create mode 100644 svg/tkgfrog.svg diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9aabe2d --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2018 Twitter, Inc and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index f8401ba..7fe413f 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -frog_emojis +All theses frogs are based on the SVGs of the twitter emoji set (https://twemoji.twitter.com). +The license is the same as of the twitter emoji's and can be found in the LICENSE file. + +🐸 diff --git a/svg/FrogOS_assets/frogmouse.svg b/svg/FrogOS_assets/frogmouse.svg new file mode 100644 index 0000000..e96ad5b --- /dev/null +++ b/svg/FrogOS_assets/frogmouse.svg @@ -0,0 +1,122 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/FrogOS_assets/pointyfrogmouse.svg b/svg/FrogOS_assets/pointyfrogmouse.svg new file mode 100644 index 0000000..522467a --- /dev/null +++ b/svg/FrogOS_assets/pointyfrogmouse.svg @@ -0,0 +1,205 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/easterfrog.svg b/svg/easterfrog.svg new file mode 100644 index 0000000..468fd68 --- /dev/null +++ b/svg/easterfrog.svg @@ -0,0 +1,111 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frog.svg b/svg/frog.svg new file mode 100644 index 0000000..c4ae8f6 --- /dev/null +++ b/svg/frog.svg @@ -0,0 +1,2 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frog_tongue_out.svg b/svg/frog_tongue_out.svg new file mode 100644 index 0000000..fc08f5b --- /dev/null +++ b/svg/frog_tongue_out.svg @@ -0,0 +1,108 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogartist.svg b/svg/frogartist.svg new file mode 100644 index 0000000..b04b34b --- /dev/null +++ b/svg/frogartist.svg @@ -0,0 +1,181 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogbeer.svg b/svg/frogbeer.svg new file mode 100644 index 0000000..8ca9769 --- /dev/null +++ b/svg/frogbeer.svg @@ -0,0 +1,271 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogbeercan.svg b/svg/frogbeercan.svg new file mode 100644 index 0000000..b420d47 --- /dev/null +++ b/svg/frogbeercan.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/frogcat.svg b/svg/frogcat.svg new file mode 100644 index 0000000..b1d35e1 --- /dev/null +++ b/svg/frogcat.svg @@ -0,0 +1,139 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogcoin.svg b/svg/frogcoin.svg new file mode 100644 index 0000000..d067a74 --- /dev/null +++ b/svg/frogcoin.svg @@ -0,0 +1,192 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogcoins.svg b/svg/frogcoins.svg new file mode 100644 index 0000000..8ebd28e --- /dev/null +++ b/svg/frogcoins.svg @@ -0,0 +1,495 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogjoy.svg b/svg/frogjoy.svg new file mode 100644 index 0000000..0cbc695 --- /dev/null +++ b/svg/frogjoy.svg @@ -0,0 +1,108 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogkillme.svg b/svg/frogkillme.svg new file mode 100644 index 0000000..cca1772 --- /dev/null +++ b/svg/frogkillme.svg @@ -0,0 +1,82 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogkiss.svg b/svg/frogkiss.svg new file mode 100644 index 0000000..bc84562 --- /dev/null +++ b/svg/frogkiss.svg @@ -0,0 +1,99 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogpray.svg b/svg/frogpray.svg new file mode 100644 index 0000000..6c7d6fe --- /dev/null +++ b/svg/frogpray.svg @@ -0,0 +1,142 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogrip.svg b/svg/frogrip.svg new file mode 100644 index 0000000..44262fb --- /dev/null +++ b/svg/frogrip.svg @@ -0,0 +1,234 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogru.svg b/svg/frogru.svg new file mode 100644 index 0000000..6d4c09a --- /dev/null +++ b/svg/frogru.svg @@ -0,0 +1,152 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogshrug.svg b/svg/frogshrug.svg new file mode 100644 index 0000000..a19b1f5 --- /dev/null +++ b/svg/frogshrug.svg @@ -0,0 +1,161 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogsleepy.svg b/svg/frogsleepy.svg new file mode 100644 index 0000000..e2dcf8e --- /dev/null +++ b/svg/frogsleepy.svg @@ -0,0 +1,127 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogstalker.svg b/svg/frogstalker.svg new file mode 100644 index 0000000..ed46547 --- /dev/null +++ b/svg/frogstalker.svg @@ -0,0 +1,223 @@ + +image/svg+xmlprint area + + +print area + + + \ No newline at end of file diff --git a/svg/froguwu.svg b/svg/froguwu.svg new file mode 100644 index 0000000..5f70938 --- /dev/null +++ b/svg/froguwu.svg @@ -0,0 +1,126 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/frogweary.svg b/svg/frogweary.svg new file mode 100644 index 0000000..01c5454 --- /dev/null +++ b/svg/frogweary.svg @@ -0,0 +1,102 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/hipsterfrog.svg b/svg/hipsterfrog.svg new file mode 100644 index 0000000..1d3b19a --- /dev/null +++ b/svg/hipsterfrog.svg @@ -0,0 +1,110 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/okfrog.svg b/svg/okfrog.svg new file mode 100644 index 0000000..77e6c54 --- /dev/null +++ b/svg/okfrog.svg @@ -0,0 +1,147 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/pingufrog.svg b/svg/pingufrog.svg new file mode 100644 index 0000000..abc14c2 --- /dev/null +++ b/svg/pingufrog.svg @@ -0,0 +1,184 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/pinkfrog.svg b/svg/pinkfrog.svg new file mode 100644 index 0000000..7a1468d --- /dev/null +++ b/svg/pinkfrog.svg @@ -0,0 +1,78 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/pointyfrog.svg b/svg/pointyfrog.svg new file mode 100644 index 0000000..e365dc2 --- /dev/null +++ b/svg/pointyfrog.svg @@ -0,0 +1,187 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/poisonfrog.svg b/svg/poisonfrog.svg new file mode 100644 index 0000000..3e7e7b0 --- /dev/null +++ b/svg/poisonfrog.svg @@ -0,0 +1,188 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/pregnantfrog.svg b/svg/pregnantfrog.svg new file mode 100644 index 0000000..ffe8d87 --- /dev/null +++ b/svg/pregnantfrog.svg @@ -0,0 +1,192 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/sadfrog.svg b/svg/sadfrog.svg new file mode 100644 index 0000000..dcfc012 --- /dev/null +++ b/svg/sadfrog.svg @@ -0,0 +1,125 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/thumbsupfrog.svg b/svg/thumbsupfrog.svg new file mode 100644 index 0000000..6b0dafc --- /dev/null +++ b/svg/thumbsupfrog.svg @@ -0,0 +1,99 @@ + +image/svg+xml \ No newline at end of file diff --git a/svg/tkgfrog.svg b/svg/tkgfrog.svg new file mode 100644 index 0000000..fc5f2c7 --- /dev/null +++ b/svg/tkgfrog.svg @@ -0,0 +1,104 @@ + +image/svg+xml \ No newline at end of file