Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-02-20 05:28:35 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-20 05:59:01 +0300
commitb219e091be432ea1070882c6132a8f5bcb2bd084 (patch)
treef950d3c8e37e3d24747375f94874539e0ec7309b
parent62aa6aa30d1bc5a61ac1d30ccf54637d8a109a56 (diff)
svg: Create left/right speech bubbles
Derivative work of the original Emoji One Eye in Speech Bubble.
-rw-r--r--assets/svg/1f5e8.svg1
-rw-r--r--assets/svg/1f5e9.svg1
-rw-r--r--assets/svg/README.md21
3 files changed, 18 insertions, 5 deletions
diff --git a/assets/svg/1f5e8.svg b/assets/svg/1f5e8.svg
new file mode 100644
index 0000000..df3b4a6
--- /dev/null
+++ b/assets/svg/1f5e8.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="#42ade2"><path d="M55.58 38.75v18L41 47.38z"/><path d="M62 30.25c0 5.902-13.432 23-30 23-16.567 0-30-17.1-30-23 0-5.903 13.433-23 30-23 16.568 0 30 17.1 30 23"/></g></svg> \ No newline at end of file
diff --git a/assets/svg/1f5e9.svg b/assets/svg/1f5e9.svg
new file mode 100644
index 0000000..bf2fe81
--- /dev/null
+++ b/assets/svg/1f5e9.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><g fill="#42ade2"><path d="M8.42 38.75v18L23 47.38z"/><path d="M2 30.25c0 5.902 13.432 23 30 23 16.567 0 30-17.1 30-23 0-5.903-13.433-23-30-23-16.568 0-30 17.1-30 23"/></g></svg> \ No newline at end of file
diff --git a/assets/svg/README.md b/assets/svg/README.md
index 5f92d26..191419d 100644
--- a/assets/svg/README.md
+++ b/assets/svg/README.md
@@ -1,8 +1,19 @@
-SVGs to fill in where the Emoji One is missing characters needed to create a complete font.
+## Additional SVG files
-* 1f1e6 -> 1f1ff: Heavily modified Regional Indicators from twemoji.
-* 1f468-1f469-1f466.svg -> ../emojione-svg/1f46a.svg: Symbolic link for *family: man, woman, boy*
-* 1f469-2764-1f468.svg -> ../emojione-svg/1f491.svg: Symbolic link for *couple with heart: woman, man*
-* 1f469-2764-1f48b-1f468.svg -> ../emojione-svg/1f48f.svg: Symbolic link for *kiss: woman, man*
+SVGs to fill in where the Emoji One is missing characters needed to create a
+complete font.
+* 🇦 - `1f1e6.svg - 1f1ff.svg`: Heavily modified *Regional Indicators* from twemoji.
+* ‍👪 - `1f468-1f469-1f466.svg -> ../emojione-svg/1f46a.svg`: Symbolic link for
+ *family: man, woman, boy*.
+* ‍💑 - `1f469-2764-1f468.svg -> ../emojione-svg/1f491.svg`: Symbolic link for
+ *couple with heart: woman, man*.
+* 💏 - `1f469-2764-1f48b-1f468.svg -> ../emojione-svg/1f48f.svg`: Symbolic link
+ for *kiss: woman, man*.
+* 🗨 - `1f5e8.svg`: *left Speech Bubble* from modified *Eye in Speech Bubble*
+ `../emojione-svg/1f441-1f538.svg`
+* 🗩 - `1f5e9.svg`: *Right Speech Bubble* from modified *Eye in Speech Bubble*
+ `../emojione-svg/1f441-1f538.svg`
+### Todo
+1. Replace symlinks with substitutions.