From f6f419811c257f1937870d59cb9682fc4f714c07 Mon Sep 17 00:00:00 2001
From: codecalm <codecalm@gmail.com>
Date: Tue, 2 Jun 2020 00:22:31 +0200
Subject: [PATCH] 2 new icons: `dribbble`, `twitter`

---
 src/_icons/dribbble.svg | 8 ++++++++
 src/_icons/twitter.svg  | 5 +++++
 src/editor.html         | 2 +-
 3 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 src/_icons/dribbble.svg
 create mode 100644 src/_icons/twitter.svg

diff --git a/src/_icons/dribbble.svg b/src/_icons/dribbble.svg
new file mode 100644
index 000000000..eff0a1dd0
--- /dev/null
+++ b/src/_icons/dribbble.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+  <circle cx="12" cy="12" r="9" />
+  <path d="M9 3.6c5 6 7 10.5 7.5 16.2" />
+  <path d="M6.4 19c3.5-3.5 6-6.5 14.5-6.4" />
+  <path d="M3.1 10.75c5 0 9.814-.38 15.314-5" />
+</svg>
diff --git a/src/_icons/twitter.svg b/src/_icons/twitter.svg
new file mode 100644
index 000000000..0dc252bec
--- /dev/null
+++ b/src/_icons/twitter.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+  <path d="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497 -3.753C20.18 7.773 21.692 5.25 22 4.009z" />
+</svg>
diff --git a/src/editor.html b/src/editor.html
index 34ef9d72f..6d0937a9f 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -71,7 +71,7 @@ layout: default
 		</div>
 
 		<div class="mb">
-			{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case,clear-formatting|parentheses,brackets,braces,terminal' %}
+			{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case,clear-formatting|parentheses,brackets,braces,terminal|github,facebook,twitter,dribbble' %}
 			{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,truck,forklift,tir,firetruck,ambulance,tractor' %}
 		</div>