aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-19 22:32:57 +0200
committercodecalm <codecalm@gmail.com>2020-08-19 22:32:57 +0200
commitf2f3e49eeb3a420bf41b7fd7e58891e9b4cd3bb0 (patch)
tree368f898dafc0eab6f39737d26618f2bbfda71620
parentsketch files fix #27 (diff)
downloadtabler-icons-f2f3e49eeb3a420bf41b7fd7e58891e9b4cd3bb0.tar.xz
paypal, dribble fix
-rw-r--r--gulpfile.js2
-rw-r--r--src/_icons/brand-dribbble.svg2
-rw-r--r--src/_icons/brand-paypal.svg2
3 files changed, 3 insertions, 3 deletions
diff --git a/gulpfile.js b/gulpfile.js
index c003943..6bf8b40 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -415,7 +415,7 @@ gulp.task('optimize', function (cb) {
.replace(/\s?\/>/g, ' />')
.replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1")
.replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"')
- .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8')
+ .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8')
.replace(/\n\n+/g, "\n")
.replace(/<path d="M([0-9.]*) ([0-9.]*)l([-0-9.]*) ([-0-9.]*)"/g, function(f, r1, r2, r3, r4){
diff --git a/src/_icons/brand-dribbble.svg b/src/_icons/brand-dribbble.svg
index 0ca7277..2f71222 100644
--- a/src/_icons/brand-dribbble.svg
+++ b/src/_icons/brand-dribbble.svg
@@ -3,7 +3,7 @@ category: Brand
---
<svg>
<circle cx="12" cy="12" r="9" />
- <path d="M9 3.6c5 6 7 1 0 .5 7.5 16.2" />
+ <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/brand-paypal.svg b/src/_icons/brand-paypal.svg
index e74e52b..4b59824 100644
--- a/src/_icons/brand-paypal.svg
+++ b/src/_icons/brand-paypal.svg
@@ -2,5 +2,5 @@
category: Brand
---
<svg>
- <path d="M10 13l2.538-.003c2.46 0 4.962-2.497 4.962-4.997 0-3-1.89-5-4.962-5H7c-.5 0-1 .5-1 1L4 18c0 .5.5 1 1 1h2.846L9 14c.089-.564.43-1 1-1zm7.467-5.837C19.204 8.153 20 1 0 20 12c0 2.467-2.54 4.505-5 4.505h.021-2.629l-.576 3.65a.998.998 0 01-.988.844l-2.712-.002a.5.5 0 01-.494-.578L7.846 19" />
+ <path d="M10 13l2.538-.003c2.46 0 4.962-2.497 4.962-4.997 0-3-1.89-5-4.962-5H7c-.5 0-1 .5-1 1L4 18c0 .5.5 1 1 1h2.846L9 14c.089-.564.43-1 1-1zm7.467-5.837C19.204 8.153 20 10 20 12c0 2.467-2.54 4.505-5 4.505h.021-2.629l-.576 3.65a.998.998 0 01-.988.844l-2.712-.002a.5.5 0 01-.494-.578L7.846 19" />
</svg>