From b150118cfa9b204142d03ed9253c543fb078ad9c Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 23 Sep 2022 13:39:35 +0200 Subject: [PATCH] 18 new icons: `brand-bunpo`, `brand-ctemplar`, `brand-cupra`, `brand-days-counter`, `brand-deliveroo`, `brand-dolby-digital`, `brand-drops`, `brand-flightradar24`, `brand-my-oppo`, `brand-nextcloud`, `brand-picsart`, `brand-revolut`, `brand-samsungpass`, `brand-sharik`, `brand-windy`, `brand-zulip`, `e-passport`, `tex` --- gulpfile.js | 4 ++++ src/_icons/brand-bunpo.svg | 6 ++++++ src/_icons/brand-ctemplar.svg | 9 +++++++++ src/_icons/brand-cupra.svg | 7 +++++++ src/_icons/brand-days-counter.svg | 8 ++++++++ src/_icons/brand-deliveroo.svg | 8 ++++++++ src/_icons/brand-dolby-digital.svg | 7 +++++++ src/_icons/brand-drops.svg | 7 +++++++ src/_icons/brand-flightradar24.svg | 9 +++++++++ src/_icons/brand-my-oppo.svg | 7 +++++++ src/_icons/brand-nextcloud.svg | 8 ++++++++ src/_icons/brand-picsart.svg | 8 ++++++++ src/_icons/brand-revolut.svg | 7 +++++++ src/_icons/brand-samsungpass.svg | 8 ++++++++ src/_icons/brand-sharik.svg | 6 ++++++ src/_icons/brand-windy.svg | 7 +++++++ src/_icons/brand-zulip.svg | 7 +++++++ src/_icons/e-passport.svg | 8 ++++++++ src/_icons/tex.svg | 11 +++++++++++ 19 files changed, 142 insertions(+) create mode 100644 src/_icons/brand-bunpo.svg create mode 100644 src/_icons/brand-ctemplar.svg create mode 100644 src/_icons/brand-cupra.svg create mode 100644 src/_icons/brand-days-counter.svg create mode 100644 src/_icons/brand-deliveroo.svg create mode 100644 src/_icons/brand-dolby-digital.svg create mode 100644 src/_icons/brand-drops.svg create mode 100644 src/_icons/brand-flightradar24.svg create mode 100644 src/_icons/brand-my-oppo.svg create mode 100644 src/_icons/brand-nextcloud.svg create mode 100644 src/_icons/brand-picsart.svg create mode 100644 src/_icons/brand-revolut.svg create mode 100644 src/_icons/brand-samsungpass.svg create mode 100644 src/_icons/brand-sharik.svg create mode 100644 src/_icons/brand-windy.svg create mode 100644 src/_icons/brand-zulip.svg create mode 100644 src/_icons/e-passport.svg create mode 100644 src/_icons/tex.svg diff --git a/gulpfile.js b/gulpfile.js index 5b03023a9..fdab25025 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -865,6 +865,10 @@ gulp.task('import', gulp.series((cb) => { throw new Error(`File ${file} has \`transform\` in code!!`) } + if (filename.match(/\s/)) { + throw new Error(`File ${file} has space in name!!`) + } + fileData = fileData.replace(/---/g, '') .replace(/fill="none"/g, '') .replace(/fill="#D8D8D8"/gi, '') diff --git a/src/_icons/brand-bunpo.svg b/src/_icons/brand-bunpo.svg new file mode 100644 index 000000000..007b0876f --- /dev/null +++ b/src/_icons/brand-bunpo.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-ctemplar.svg b/src/_icons/brand-ctemplar.svg new file mode 100644 index 000000000..72486305b --- /dev/null +++ b/src/_icons/brand-ctemplar.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- + + + + + + diff --git a/src/_icons/brand-cupra.svg b/src/_icons/brand-cupra.svg new file mode 100644 index 000000000..5f51977f6 --- /dev/null +++ b/src/_icons/brand-cupra.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-days-counter.svg b/src/_icons/brand-days-counter.svg new file mode 100644 index 000000000..b609dd5cd --- /dev/null +++ b/src/_icons/brand-days-counter.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-deliveroo.svg b/src/_icons/brand-deliveroo.svg new file mode 100644 index 000000000..b9f70ff72 --- /dev/null +++ b/src/_icons/brand-deliveroo.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-dolby-digital.svg b/src/_icons/brand-dolby-digital.svg new file mode 100644 index 000000000..e078f3ff9 --- /dev/null +++ b/src/_icons/brand-dolby-digital.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-drops.svg b/src/_icons/brand-drops.svg new file mode 100644 index 000000000..907c967c1 --- /dev/null +++ b/src/_icons/brand-drops.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-flightradar24.svg b/src/_icons/brand-flightradar24.svg new file mode 100644 index 000000000..6a423451c --- /dev/null +++ b/src/_icons/brand-flightradar24.svg @@ -0,0 +1,9 @@ +--- +category: Brand +--- + + + + + + diff --git a/src/_icons/brand-my-oppo.svg b/src/_icons/brand-my-oppo.svg new file mode 100644 index 000000000..1d3de2a93 --- /dev/null +++ b/src/_icons/brand-my-oppo.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-nextcloud.svg b/src/_icons/brand-nextcloud.svg new file mode 100644 index 000000000..65de05553 --- /dev/null +++ b/src/_icons/brand-nextcloud.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-picsart.svg b/src/_icons/brand-picsart.svg new file mode 100644 index 000000000..5c0301dcc --- /dev/null +++ b/src/_icons/brand-picsart.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-revolut.svg b/src/_icons/brand-revolut.svg new file mode 100644 index 000000000..beb4086a9 --- /dev/null +++ b/src/_icons/brand-revolut.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-samsungpass.svg b/src/_icons/brand-samsungpass.svg new file mode 100644 index 000000000..8428f0ba8 --- /dev/null +++ b/src/_icons/brand-samsungpass.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- + + + + + diff --git a/src/_icons/brand-sharik.svg b/src/_icons/brand-sharik.svg new file mode 100644 index 000000000..9c91b8ff0 --- /dev/null +++ b/src/_icons/brand-sharik.svg @@ -0,0 +1,6 @@ +--- +category: Brand +--- + + + diff --git a/src/_icons/brand-windy.svg b/src/_icons/brand-windy.svg new file mode 100644 index 000000000..deb97366c --- /dev/null +++ b/src/_icons/brand-windy.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/brand-zulip.svg b/src/_icons/brand-zulip.svg new file mode 100644 index 000000000..5d4bd0e32 --- /dev/null +++ b/src/_icons/brand-zulip.svg @@ -0,0 +1,7 @@ +--- +category: Brand +--- + + + + diff --git a/src/_icons/e-passport.svg b/src/_icons/e-passport.svg new file mode 100644 index 000000000..e68868344 --- /dev/null +++ b/src/_icons/e-passport.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/tex.svg b/src/_icons/tex.svg new file mode 100644 index 000000000..51268393f --- /dev/null +++ b/src/_icons/tex.svg @@ -0,0 +1,11 @@ +--- +category: Text +--- + + + + + + + +