aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-27 00:21:57 +0200
committercodecalm <codecalm@gmail.com>2021-04-27 00:21:57 +0200
commit288df48b406f541049bf1c947c7679fa543c2a94 (patch)
treeb5a3c7e17bb9d3649b761029b288b69161ab1c32
parentRelease 1.41.0 (diff)
downloadtabler-icons-288df48b406f541049bf1c947c7679fa543c2a94.tar.xz
update versions
-rw-r--r--gulpfile.js2
-rw-r--r--src/_icons/ad-2.svg1
-rw-r--r--src/_icons/angle.svg1
-rw-r--r--src/_icons/apple.svg1
-rw-r--r--src/_icons/border-style-2.svg1
-rw-r--r--src/_icons/box-model-2.svg1
-rw-r--r--src/_icons/brand-vercel.svg1
-rw-r--r--src/_icons/car-crane.svg1
-rw-r--r--src/_icons/cheese.svg1
-rw-r--r--src/_icons/crane.svg1
-rw-r--r--src/_icons/cup.svg1
-rw-r--r--src/_icons/dog-bowl.svg1
-rw-r--r--src/_icons/fence.svg1
-rw-r--r--src/_icons/fish.svg1
-rw-r--r--src/_icons/microphone-2.svg1
-rw-r--r--src/_icons/radio.svg1
-rw-r--r--src/_icons/soup.svg1
-rw-r--r--src/_icons/transfer-in.svg1
-rw-r--r--src/_icons/transfer-out.svg1
-rw-r--r--tags.json38
20 files changed, 38 insertions, 20 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 63573eb5..34cc828b 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -717,7 +717,7 @@ const setVersions = function(version, files) {
if(!svgFile.match(/version: ([0-9.]+)/i)) {
svgFile = svgFile.replace(/---\n<svg>/i, function(m){
- return `version: "${version}\n${m}"`;
+ return `version: "${version}"\n${m}`;
});
fs.writeFileSync(`src/_icons/${file}.svg`, svgFile);
diff --git a/src/_icons/ad-2.svg b/src/_icons/ad-2.svg
index 29db9e08..71317bef 100644
--- a/src/_icons/ad-2.svg
+++ b/src/_icons/ad-2.svg
@@ -1,5 +1,6 @@
---
category: Design
+version: "1.41"
---
<svg>
<path d="M11.933 5h-6.933v16h13v-8" />
diff --git a/src/_icons/angle.svg b/src/_icons/angle.svg
index 4abddb2a..f26f957e 100644
--- a/src/_icons/angle.svg
+++ b/src/_icons/angle.svg
@@ -1,5 +1,6 @@
---
category: Design
+version: "1.41"
---
<svg>
<path d="M21 19h-18l9 -15" />
diff --git a/src/_icons/apple.svg b/src/_icons/apple.svg
index bba3b8f1..ccf3c54d 100644
--- a/src/_icons/apple.svg
+++ b/src/_icons/apple.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<circle cx="12" cy="14" r="7" />
diff --git a/src/_icons/border-style-2.svg b/src/_icons/border-style-2.svg
index 82fb68fc..12201fd9 100644
--- a/src/_icons/border-style-2.svg
+++ b/src/_icons/border-style-2.svg
@@ -1,5 +1,6 @@
---
category: Design
+version: "1.41"
---
<svg>
<path d="M4 18v.01" />
diff --git a/src/_icons/box-model-2.svg b/src/_icons/box-model-2.svg
index d0c7947d..ac900926 100644
--- a/src/_icons/box-model-2.svg
+++ b/src/_icons/box-model-2.svg
@@ -1,5 +1,6 @@
---
category: Design
+version: "1.41"
---
<svg>
<path d="M8 8h8v8h-8z" />
diff --git a/src/_icons/brand-vercel.svg b/src/_icons/brand-vercel.svg
index eac777c7..3e1d5486 100644
--- a/src/_icons/brand-vercel.svg
+++ b/src/_icons/brand-vercel.svg
@@ -1,5 +1,6 @@
---
category: Brand
+version: "1.41"
---
<svg>
<path d="M3 19h18l-9 -15z" />
diff --git a/src/_icons/car-crane.svg b/src/_icons/car-crane.svg
index b81756cb..4cf3aebf 100644
--- a/src/_icons/car-crane.svg
+++ b/src/_icons/car-crane.svg
@@ -1,5 +1,6 @@
---
category: Vehicles
+version: "1.41"
---
<svg>
<circle cx="5" cy="17" r="2" />
diff --git a/src/_icons/cheese.svg b/src/_icons/cheese.svg
index 9bef0cc3..e14fc9bc 100644
--- a/src/_icons/cheese.svg
+++ b/src/_icons/cheese.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<path d="M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722" />
diff --git a/src/_icons/crane.svg b/src/_icons/crane.svg
index 1bf9c304..c5d55ecf 100644
--- a/src/_icons/crane.svg
+++ b/src/_icons/crane.svg
@@ -1,5 +1,6 @@
---
category: Vehicles
+version: "1.41"
---
<svg>
<path d="M6 21h6" />
diff --git a/src/_icons/cup.svg b/src/_icons/cup.svg
index 4911afb6..b839c6e3 100644
--- a/src/_icons/cup.svg
+++ b/src/_icons/cup.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<path d="M5 11h14v-3h-14z" />
diff --git a/src/_icons/dog-bowl.svg b/src/_icons/dog-bowl.svg
index e7811d26..a0a7da35 100644
--- a/src/_icons/dog-bowl.svg
+++ b/src/_icons/dog-bowl.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<path d="M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586" />
diff --git a/src/_icons/fence.svg b/src/_icons/fence.svg
index a0187f10..d38bfd38 100644
--- a/src/_icons/fence.svg
+++ b/src/_icons/fence.svg
@@ -1,5 +1,6 @@
---
category: Buildings
+version: "1.41"
---
<svg>
<path d="M4 12v4h16v-4z" />
diff --git a/src/_icons/fish.svg b/src/_icons/fish.svg
index 0bebb0fd..e09e71c3 100644
--- a/src/_icons/fish.svg
+++ b/src/_icons/fish.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<path d="M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571" />
diff --git a/src/_icons/microphone-2.svg b/src/_icons/microphone-2.svg
index 7630ca8c..5ae04486 100644
--- a/src/_icons/microphone-2.svg
+++ b/src/_icons/microphone-2.svg
@@ -1,5 +1,6 @@
---
category: Media
+version: "1.41"
---
<svg>
<path d="M15.002 12.9a5 5 0 1 0 -3.902 -3.9" />
diff --git a/src/_icons/radio.svg b/src/_icons/radio.svg
index 7f1c954f..85aa7029 100644
--- a/src/_icons/radio.svg
+++ b/src/_icons/radio.svg
@@ -1,5 +1,6 @@
---
category: Media
+version: "1.41"
---
<svg>
<path d="M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5" />
diff --git a/src/_icons/soup.svg b/src/_icons/soup.svg
index f567dcda..fbbb58e3 100644
--- a/src/_icons/soup.svg
+++ b/src/_icons/soup.svg
@@ -1,5 +1,6 @@
---
category: Food
+version: "1.41"
---
<svg>
<path d="M3 19h18" />
diff --git a/src/_icons/transfer-in.svg b/src/_icons/transfer-in.svg
index 9e459f86..4b05421c 100644
--- a/src/_icons/transfer-in.svg
+++ b/src/_icons/transfer-in.svg
@@ -1,5 +1,6 @@
---
category: E-commerce
+version: "1.41"
---
<svg>
<path d="M4 18v3h16v-14l-8 -4l-8 4v3" />
diff --git a/src/_icons/transfer-out.svg b/src/_icons/transfer-out.svg
index a8bbc62d..ce40cde2 100644
--- a/src/_icons/transfer-out.svg
+++ b/src/_icons/transfer-out.svg
@@ -1,5 +1,6 @@
---
category: E-commerce
+version: "1.41"
---
<svg>
<path d="M4 19v2h16v-14l-8 -4l-8 4v2" />
diff --git a/tags.json b/tags.json
index 5ad0cbcb..4e3e1626 100644
--- a/tags.json
+++ b/tags.json
@@ -96,7 +96,7 @@
"ad",
"2"
],
- "version": ""
+ "version": "1.41"
},
"ad": {
"category": "Design",
@@ -326,7 +326,7 @@
"tags": [
"angle"
],
- "version": ""
+ "version": "1.41"
},
"antenna-bars-1": {
"category": "Devices",
@@ -414,7 +414,7 @@
"tags": [
"apple"
],
- "version": ""
+ "version": "1.41"
},
"apps": {
"category": "",
@@ -2178,7 +2178,7 @@
"style",
"2"
],
- "version": ""
+ "version": "1.41"
},
"border-style": {
"category": "Design",
@@ -2250,7 +2250,7 @@
"model",
"2"
],
- "version": ""
+ "version": "1.41"
},
"box-model": {
"category": "Design",
@@ -3789,7 +3789,7 @@
"brand",
"vercel"
],
- "version": ""
+ "version": "1.41"
},
"brand-vimeo": {
"category": "Brand",
@@ -4645,7 +4645,7 @@
"car",
"crane"
],
- "version": ""
+ "version": "1.41"
},
"car": {
"category": "Vehicles",
@@ -5246,7 +5246,7 @@
"tags": [
"cheese"
],
- "version": ""
+ "version": "1.41"
},
"chevron-down-left": {
"category": "Arrows",
@@ -6446,7 +6446,7 @@
"tags": [
"crane"
],
- "version": ""
+ "version": "1.41"
},
"credit-card-off": {
"category": "",
@@ -6532,7 +6532,7 @@
"tags": [
"cup"
],
- "version": ""
+ "version": "1.41"
},
"curly-loop": {
"category": "",
@@ -7721,7 +7721,7 @@
"dog",
"bowl"
],
- "version": ""
+ "version": "1.41"
},
"dots-circle-horizontal": {
"category": "System",
@@ -8190,7 +8190,7 @@
"tags": [
"fence"
],
- "version": ""
+ "version": "1.41"
},
"file-alert": {
"category": "Document",
@@ -8648,7 +8648,7 @@
"tags": [
"fish"
],
- "version": ""
+ "version": "1.41"
},
"flag-2": {
"category": "Map",
@@ -11600,7 +11600,7 @@
"microphone",
"2"
],
- "version": ""
+ "version": "1.41"
},
"microphone-off": {
"category": "Media",
@@ -13334,7 +13334,7 @@
"tags": [
"radio"
],
- "version": ""
+ "version": "1.41"
},
"radioactive": {
"category": "Symbols",
@@ -14968,7 +14968,7 @@
"tags": [
"soup"
],
- "version": ""
+ "version": "1.41"
},
"space": {
"category": "Text",
@@ -16480,7 +16480,7 @@
"transfer",
"in"
],
- "version": ""
+ "version": "1.41"
},
"transfer-out": {
"category": "E-commerce",
@@ -16488,7 +16488,7 @@
"transfer",
"out"
],
- "version": ""
+ "version": "1.41"
},
"trash-off": {
"category": "System",
@@ -17818,4 +17818,4 @@
"version": "1.37",
"unicode": "edeb"
}
-} \ No newline at end of file
+}