From f207e07d4fb575d821990f407ba2a0a9167e4ffd Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 7 Jul 2020 17:27:42 -0500 Subject: add alterhuman symbols --- 20-create-archives.sh | 1 + alterhuman_symbol_emojis/Readme.md | 19 +++ alterhuman_symbol_emojis/ah_alterhuman.png | Bin 0 -> 3016 bytes alterhuman_symbol_emojis/ah_furry.png | Bin 0 -> 3865 bytes alterhuman_symbol_emojis/ah_otherhearted.png | Bin 0 -> 5516 bytes alterhuman_symbol_emojis/ah_otherkin.png | Bin 0 -> 5224 bytes alterhuman_symbol_emojis/ah_plural.png | Bin 0 -> 6903 bytes alterhuman_symbol_emojis/ah_therian.png | Bin 0 -> 5119 bytes alterhuman_symbol_emojis/ah_transhuman.png | Bin 0 -> 5266 bytes alterhuman_symbol_emojis/ah_treblesand.png | Bin 0 -> 5092 bytes alterhuman_symbol_emojis/altkey.svg | 210 ++++++++++++++++++++++++ alterhuman_symbol_emojis/diamondheart.svg | 184 +++++++++++++++++++++ alterhuman_symbol_emojis/elvenstar.svg | 163 +++++++++++++++++++ alterhuman_symbol_emojis/hplus.svg | 232 +++++++++++++++++++++++++++ alterhuman_symbol_emojis/phipaw.svg | 198 +++++++++++++++++++++++ alterhuman_symbol_emojis/pluralcircles.svg | 218 +++++++++++++++++++++++++ alterhuman_symbol_emojis/thetadelta.svg | 190 ++++++++++++++++++++++ alterhuman_symbol_emojis/treblesand.svg | 164 +++++++++++++++++++ 18 files changed, 1579 insertions(+) create mode 100755 alterhuman_symbol_emojis/Readme.md create mode 100755 alterhuman_symbol_emojis/ah_alterhuman.png create mode 100755 alterhuman_symbol_emojis/ah_furry.png create mode 100755 alterhuman_symbol_emojis/ah_otherhearted.png create mode 100755 alterhuman_symbol_emojis/ah_otherkin.png create mode 100755 alterhuman_symbol_emojis/ah_plural.png create mode 100755 alterhuman_symbol_emojis/ah_therian.png create mode 100755 alterhuman_symbol_emojis/ah_transhuman.png create mode 100755 alterhuman_symbol_emojis/ah_treblesand.png create mode 100755 alterhuman_symbol_emojis/altkey.svg create mode 100755 alterhuman_symbol_emojis/diamondheart.svg create mode 100755 alterhuman_symbol_emojis/elvenstar.svg create mode 100755 alterhuman_symbol_emojis/hplus.svg create mode 100755 alterhuman_symbol_emojis/phipaw.svg create mode 100755 alterhuman_symbol_emojis/pluralcircles.svg create mode 100755 alterhuman_symbol_emojis/thetadelta.svg create mode 100755 alterhuman_symbol_emojis/treblesand.svg diff --git a/20-create-archives.sh b/20-create-archives.sh index cd71736..d747dfa 100755 --- a/20-create-archives.sh +++ b/20-create-archives.sh @@ -15,3 +15,4 @@ tar -czf out/treblesand.tar.gz treblesand-edits/*.png tar -czf out/existing.tar.gz unknown-source/*.png tar -czf out/worm-on-a-string.tar.gz worm_on_a_string/*.png tar -czf out/potions.tar.gz potions/*.png +tar -czf out/ah.tar.gz alterhuman_symbol_emojis/*.png diff --git a/alterhuman_symbol_emojis/Readme.md b/alterhuman_symbol_emojis/Readme.md new file mode 100755 index 0000000..3dc8ecf --- /dev/null +++ b/alterhuman_symbol_emojis/Readme.md @@ -0,0 +1,19 @@ +these emoji are public domain! do what you want with em + +#### symbol credits || references + +the alt key symbol is a unicode symbol :v but as far as i'm aware i was the one who first proposed using it to represent alterhumanity + +the diamond heart was made by [aestherians on tumblr](https://aestherians.tumblr.com/post/164095918594/the-results-are-in) + +as far as i'm aware the elven star was [first used to represent elfkind in 1986 (pg 23)](http://frameacloud.com/wp-content/uploads/2015/01/Scribner_Timeline2p0.pdf) and has come to more generally represent otherkin over time + +the h+ symbol is one take on [the abbreviation which has represented transhumanism since at least 2002](https://hpluspedia.org/wiki/H%2B) + +the phi paw was [proposed by users on yiffstar](https://en.wikifur.com/wiki/PhiPaw) (don't worry, the link just goes to wikifur) + +the entwined circles [were created by oure gaiya](http://www.ouregaiya.com/activism.html) + +the theta delta [was created by werelist and awereness forum members](https://therian.fandom.com/wiki/Theta-Delta) + +the treblesand was created by [an anonymous user on pillowfort](https://www.pillowfort.social/posts/1068941) \ No newline at end of file diff --git a/alterhuman_symbol_emojis/ah_alterhuman.png b/alterhuman_symbol_emojis/ah_alterhuman.png new file mode 100755 index 0000000..bafe614 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_alterhuman.png differ diff --git a/alterhuman_symbol_emojis/ah_furry.png b/alterhuman_symbol_emojis/ah_furry.png new file mode 100755 index 0000000..fdd0ab3 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_furry.png differ diff --git a/alterhuman_symbol_emojis/ah_otherhearted.png b/alterhuman_symbol_emojis/ah_otherhearted.png new file mode 100755 index 0000000..0061325 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_otherhearted.png differ diff --git a/alterhuman_symbol_emojis/ah_otherkin.png b/alterhuman_symbol_emojis/ah_otherkin.png new file mode 100755 index 0000000..a03142b Binary files /dev/null and b/alterhuman_symbol_emojis/ah_otherkin.png differ diff --git a/alterhuman_symbol_emojis/ah_plural.png b/alterhuman_symbol_emojis/ah_plural.png new file mode 100755 index 0000000..7477886 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_plural.png differ diff --git a/alterhuman_symbol_emojis/ah_therian.png b/alterhuman_symbol_emojis/ah_therian.png new file mode 100755 index 0000000..23c9ec6 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_therian.png differ diff --git a/alterhuman_symbol_emojis/ah_transhuman.png b/alterhuman_symbol_emojis/ah_transhuman.png new file mode 100755 index 0000000..8a7810b Binary files /dev/null and b/alterhuman_symbol_emojis/ah_transhuman.png differ diff --git a/alterhuman_symbol_emojis/ah_treblesand.png b/alterhuman_symbol_emojis/ah_treblesand.png new file mode 100755 index 0000000..8faf929 Binary files /dev/null and b/alterhuman_symbol_emojis/ah_treblesand.png differ diff --git a/alterhuman_symbol_emojis/altkey.svg b/alterhuman_symbol_emojis/altkey.svg new file mode 100755 index 0000000..015f7b3 --- /dev/null +++ b/alterhuman_symbol_emojis/altkey.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/diamondheart.svg b/alterhuman_symbol_emojis/diamondheart.svg new file mode 100755 index 0000000..055905d --- /dev/null +++ b/alterhuman_symbol_emojis/diamondheart.svg @@ -0,0 +1,184 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/elvenstar.svg b/alterhuman_symbol_emojis/elvenstar.svg new file mode 100755 index 0000000..5f5c3b1 --- /dev/null +++ b/alterhuman_symbol_emojis/elvenstar.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/hplus.svg b/alterhuman_symbol_emojis/hplus.svg new file mode 100755 index 0000000..2a5d036 --- /dev/null +++ b/alterhuman_symbol_emojis/hplus.svg @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/phipaw.svg b/alterhuman_symbol_emojis/phipaw.svg new file mode 100755 index 0000000..62688a7 --- /dev/null +++ b/alterhuman_symbol_emojis/phipaw.svg @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/pluralcircles.svg b/alterhuman_symbol_emojis/pluralcircles.svg new file mode 100755 index 0000000..3201cd3 --- /dev/null +++ b/alterhuman_symbol_emojis/pluralcircles.svg @@ -0,0 +1,218 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/thetadelta.svg b/alterhuman_symbol_emojis/thetadelta.svg new file mode 100755 index 0000000..871391b --- /dev/null +++ b/alterhuman_symbol_emojis/thetadelta.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/alterhuman_symbol_emojis/treblesand.svg b/alterhuman_symbol_emojis/treblesand.svg new file mode 100755 index 0000000..8c409b8 --- /dev/null +++ b/alterhuman_symbol_emojis/treblesand.svg @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + -- cgit