diff options
-rw-r--r-- | src/_icons/brand-chrome.svg (renamed from src/_icons/chrome.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-dribbble.svg (renamed from src/_icons/dribbble.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-facebook.svg (renamed from src/_icons/social-facebook.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-github.svg (renamed from src/_icons/social-github.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-google-drive.svg (renamed from src/_icons/social-google-drive.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-google.svg (renamed from src/_icons/social-google.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-instagram.svg (renamed from src/_icons/social-instagram.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-paypal.svg (renamed from src/_icons/social-paypal.svg) | 0 | ||||
-rw-r--r-- | src/_icons/brand-sketch.svg | 5 | ||||
-rw-r--r-- | src/_icons/brand-snapchat.svg | 5 | ||||
-rw-r--r-- | src/_icons/brand-twitter.svg (renamed from src/_icons/twitter.svg) | 0 | ||||
-rw-r--r-- | src/editor.html | 4 |
12 files changed, 12 insertions, 2 deletions
diff --git a/src/_icons/chrome.svg b/src/_icons/brand-chrome.svg index 5f571cb..5f571cb 100644 --- a/src/_icons/chrome.svg +++ b/src/_icons/brand-chrome.svg diff --git a/src/_icons/dribbble.svg b/src/_icons/brand-dribbble.svg index eff0a1d..eff0a1d 100644 --- a/src/_icons/dribbble.svg +++ b/src/_icons/brand-dribbble.svg diff --git a/src/_icons/social-facebook.svg b/src/_icons/brand-facebook.svg index 579aeda..579aeda 100644 --- a/src/_icons/social-facebook.svg +++ b/src/_icons/brand-facebook.svg diff --git a/src/_icons/social-github.svg b/src/_icons/brand-github.svg index 399b07c..399b07c 100644 --- a/src/_icons/social-github.svg +++ b/src/_icons/brand-github.svg diff --git a/src/_icons/social-google-drive.svg b/src/_icons/brand-google-drive.svg index 10d49d4..10d49d4 100644 --- a/src/_icons/social-google-drive.svg +++ b/src/_icons/brand-google-drive.svg diff --git a/src/_icons/social-google.svg b/src/_icons/brand-google.svg index 9ce8aff..9ce8aff 100644 --- a/src/_icons/social-google.svg +++ b/src/_icons/brand-google.svg diff --git a/src/_icons/social-instagram.svg b/src/_icons/brand-instagram.svg index d760ed8..d760ed8 100644 --- a/src/_icons/social-instagram.svg +++ b/src/_icons/brand-instagram.svg diff --git a/src/_icons/social-paypal.svg b/src/_icons/brand-paypal.svg index 4731210..4731210 100644 --- a/src/_icons/social-paypal.svg +++ b/src/_icons/brand-paypal.svg diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg new file mode 100644 index 0000000..08d2e14 --- /dev/null +++ b/src/_icons/brand-sketch.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M3.262 10.878l7.991 8.789c.4.44 1.091.44 1.491 0l7.993-8.79c.313-.344.349-.859.087-1.243L17.287 4.44a.996.996 0 00-.823-.436H7.538a.996.996 0 00-.823.436 2713782426.663 2713782426.663 0 01-3.54 5.192c-.263.385-.227.901.087 1.246z" /> +</svg> diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg new file mode 100644 index 0000000..8d7f5d2 --- /dev/null +++ b/src/_icons/brand-snapchat.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273-.213 6.409-4.118 8.118 2 .882 2 .882 3 3 3 0 4 2 6 2s3-2 6-2c1-2.118 1-2.118 3-3-3.906-1.709-4.118-3.845-4.118-8.118h0zM3 15.961c4-2.118 4-4.118 1-7.118m17 7.118c-4-2.118-4-4.118-1-7.118" /> +</svg> diff --git a/src/_icons/twitter.svg b/src/_icons/brand-twitter.svg index 0dc252b..0dc252b 100644 --- a/src/_icons/twitter.svg +++ b/src/_icons/brand-twitter.svg diff --git a/src/editor.html b/src/editor.html index 3f07672..2570d35 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,12 +71,12 @@ 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|github,facebook,twitter,dribbble,google' %} + {% 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='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen|bike,car,bus,truck,forklift,tir,firetruck,ambulance,tractor' %} {% assign social-icons = '' %} {% for icon in icons %} - {% if icon.slug contains 'social-' %} + {% if icon.slug contains 'brand-' %} {% assign social-icons = social-icons | append: icon.slug | append: ',' %} {% endif %} {% endfor %} |