aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-26 23:35:33 +0200
committercodecalm <codecalm@gmail.com>2021-04-26 23:35:33 +0200
commitc3dabe1eff9baf8d60fd5c4fe038c68a82b5b421 (patch)
treed7738911e19e2233dd4da56fa37ee5058bd4dea1
parentnew version fix (diff)
downloadtabler-icons-c3dabe1eff9baf8d60fd5c4fe038c68a82b5b421.tar.xz
18 new icons: `ad-2`, `angle`, `apple`, `border-style-2`, `box-model-2`, `brand-vercel`, `car-crane`, `cheese`, `crane`, `cup`, `dog-bowl`, `fence`, `fish`, `microphone-2`, `radio`, `soup`, `transfer-in`, `transfer-out`
Fixed icons: `ad`, `border-style`
-rw-r--r--src/_icons/ad-2.svg11
-rw-r--r--src/_icons/ad.svg1
-rw-r--r--src/_icons/angle.svg10
-rw-r--r--src/_icons/apple.svg8
-rw-r--r--src/_icons/border-style-2.svg14
-rw-r--r--src/_icons/border-style.svg1
-rw-r--r--src/_icons/box-model-2.svg7
-rw-r--r--src/_icons/brand-vercel.svg6
-rw-r--r--src/_icons/car-crane.svg12
-rw-r--r--src/_icons/cheese.svg11
-rw-r--r--src/_icons/crane.svg9
-rw-r--r--src/_icons/cup.svg9
-rw-r--r--src/_icons/dog-bowl.svg8
-rw-r--r--src/_icons/fence.svg8
-rw-r--r--src/_icons/fish.svg9
-rw-r--r--src/_icons/microphone-2.svg7
-rw-r--r--src/_icons/radio.svg10
-rw-r--r--src/_icons/soup.svg10
-rw-r--r--src/_icons/transfer-in.svg8
-rw-r--r--src/_icons/transfer-out.svg8
20 files changed, 167 insertions, 0 deletions
diff --git a/src/_icons/ad-2.svg b/src/_icons/ad-2.svg
new file mode 100644
index 00000000..e9706e79
--- /dev/null
+++ b/src/_icons/ad-2.svg
@@ -0,0 +1,11 @@
+---
+category: Design
+---
+<svg>
+ <path d="M11.933 5H5v16h13v-8"/>
+ <path d="M14 17H9"/>
+ <path d="M9 13h5V9H9z"/>
+ <path d="M15 5V3"/>
+ <path d="M18 6l2-2"/>
+ <path d="M19 9h2"/>
+</svg>
diff --git a/src/_icons/ad.svg b/src/_icons/ad.svg
index 98f6c5a6..eba4de96 100644
--- a/src/_icons/ad.svg
+++ b/src/_icons/ad.svg
@@ -1,4 +1,5 @@
---
+category: Design
tags: [advert, advertisement, marketing, commercial, traffic]
version: "1.1"
---
diff --git a/src/_icons/angle.svg b/src/_icons/angle.svg
new file mode 100644
index 00000000..ef3804eb
--- /dev/null
+++ b/src/_icons/angle.svg
@@ -0,0 +1,10 @@
+---
+category: Design
+---
+<svg>
+ <path d="M21 19H3l9-15"/>
+ <path d="M20.615 15.171h.015"/>
+ <path d="M19.515 11.771h.015"/>
+ <path d="M17.715 8.671h.015"/>
+ <path d="M15.415 5.971h.015"/>
+</svg>
diff --git a/src/_icons/apple.svg b/src/_icons/apple.svg
new file mode 100644
index 00000000..22831b2e
--- /dev/null
+++ b/src/_icons/apple.svg
@@ -0,0 +1,8 @@
+---
+category: Food
+---
+<svg>
+ <circle cx="12" cy="14" r="7"/>
+ <path d="M12 11V5a2 2 0 0 1 2-2h2v1a2 2 0 0 1-2 2h-2"/>
+ <path d="M10 10.5c1.333.667 2.667.667 4 0"/>
+</svg>
diff --git a/src/_icons/border-style-2.svg b/src/_icons/border-style-2.svg
new file mode 100644
index 00000000..36ea96f0
--- /dev/null
+++ b/src/_icons/border-style-2.svg
@@ -0,0 +1,14 @@
+---
+category: Design
+---
+<svg>
+ <path d="M4 18v.01"/>
+ <path d="M8 18v.01"/>
+ <path d="M12 18v.01"/>
+ <path d="M16 18v.01"/>
+ <path d="M20 18v.01"/>
+ <path d="M18 12h2"/>
+ <path d="M11 12h2"/>
+ <path d="M4 12h2"/>
+ <path d="M4 6h16"/>
+</svg>
diff --git a/src/_icons/border-style.svg b/src/_icons/border-style.svg
index 54f2d998..c259cda5 100644
--- a/src/_icons/border-style.svg
+++ b/src/_icons/border-style.svg
@@ -1,4 +1,5 @@
---
+category: Design
tags: [google, excel, sheets, sheets]
version: "1.39"
---
diff --git a/src/_icons/box-model-2.svg b/src/_icons/box-model-2.svg
new file mode 100644
index 00000000..869a0114
--- /dev/null
+++ b/src/_icons/box-model-2.svg
@@ -0,0 +1,7 @@
+---
+category: Design
+---
+<svg>
+ <path d="M8 8h8v8H8z"/>
+ <rect x="4" y="4" width="16" height="16" rx="2"/>
+</svg>
diff --git a/src/_icons/brand-vercel.svg b/src/_icons/brand-vercel.svg
new file mode 100644
index 00000000..375358c2
--- /dev/null
+++ b/src/_icons/brand-vercel.svg
@@ -0,0 +1,6 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M3 19h18L12 4z"/>
+</svg>
diff --git a/src/_icons/car-crane.svg b/src/_icons/car-crane.svg
new file mode 100644
index 00000000..de3dacc0
--- /dev/null
+++ b/src/_icons/car-crane.svg
@@ -0,0 +1,12 @@
+---
+category: Vehicles
+---
+<svg>
+ <circle cx="5" cy="17" r="2"/>
+ <circle cx="17" cy="17" r="2"/>
+ <path d="M7 18h8m4 0h2v-6a5 5 0 0 0-5-5h-1l1.5 5H21"/>
+ <path d="M12 18V7h3"/>
+ <path d="M3 17v-5h9"/>
+ <path d="M4 12V6l18-3v2"/>
+ <path d="M8 12V8L4 6"/>
+</svg>
diff --git a/src/_icons/cheese.svg b/src/_icons/cheese.svg
new file mode 100644
index 00000000..37257eca
--- /dev/null
+++ b/src/_icons/cheese.svg
@@ -0,0 +1,11 @@
+---
+category: Food
+---
+<svg>
+ <path d="M4.519 20.008L21 20v-3.5a2 2 0 1 1 0-4V9H4.278"/>
+ <path d="M21 9l-9.385-4.992c-2.512.12-4.758 1.42-6.327 3.425C3.865 9.253 3 11.654 3 14.287c0 2.117.56 4.085 1.519 5.721"/>
+ <path d="M15 13v.01"/>
+ <path d="M8 13v.01"/>
+ <path d="M11 16v.01"/>
+</svg>
+
diff --git a/src/_icons/crane.svg b/src/_icons/crane.svg
new file mode 100644
index 00000000..68f03284
--- /dev/null
+++ b/src/_icons/crane.svg
@@ -0,0 +1,9 @@
+---
+category: Vehicles
+---
+<svg>
+ <path d="M6 21h6"/>
+ <path d="M9 21V3L3 9h18"/>
+ <path d="M9 3l10 6"/>
+ <path d="M17 9v4a2 2 0 1 1-2 2"/>
+</svg>
diff --git a/src/_icons/cup.svg b/src/_icons/cup.svg
new file mode 100644
index 00000000..d2f28eac
--- /dev/null
+++ b/src/_icons/cup.svg
@@ -0,0 +1,9 @@
+---
+category: Food
+---
+<svg>
+ <path d="M5 11h14V8H5z"/>
+ <path d="M17.5 11L16 21H8L6.5 11"/>
+ <path d="M6 8V7a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"/>
+ <path d="M15 5V3"/>
+</svg>
diff --git a/src/_icons/dog-bowl.svg b/src/_icons/dog-bowl.svg
new file mode 100644
index 00000000..91323ba8
--- /dev/null
+++ b/src/_icons/dog-bowl.svg
@@ -0,0 +1,8 @@
+---
+category: Food
+---
+<svg>
+ <path d="M10 15l5.586-5.585A2 2 0 1 1 19 8a2 2 0 1 1-1.413 3.414L14 15"/>
+ <path d="M12 13L8.414 9.415A2 2 0 1 0 5 8a2 2 0 1 0 1.413 3.414L10 15"/>
+ <path d="M3 20h18c-.175-1.671-.046-3.345-2-5H5c-1.333 1-2 2.667-2 5z"/>
+</svg>
diff --git a/src/_icons/fence.svg b/src/_icons/fence.svg
new file mode 100644
index 00000000..0f60ef21
--- /dev/null
+++ b/src/_icons/fence.svg
@@ -0,0 +1,8 @@
+---
+category: Buildings
+---
+<svg>
+ <path d="M4 12v4h16v-4z"/>
+ <path d="M6 16v4h4v-4m0-4V6L8 4 6 6v6"/>
+ <path d="M14 16v4h4v-4m0-4V6l-2-2-2 2v6"/>
+</svg>
diff --git a/src/_icons/fish.svg b/src/_icons/fish.svg
new file mode 100644
index 00000000..16e3e674
--- /dev/null
+++ b/src/_icons/fish.svg
@@ -0,0 +1,9 @@
+---
+category: Food
+---
+<svg>
+ <path d="M16.69 7.44A6.973 6.973 0 0 0 15 12c0 1.747.64 3.345 1.699 4.571"/>
+ <path d="M2 9.504c7.715 8.647 14.75 10.265 20 2.498C16.75 4.241 9.715 5.86 2 14.506"/>
+ <path d="M18 11v.01"/>
+ <path d="M11.5 10.5c-.667 1-.667 2 0 3"/>
+</svg>
diff --git a/src/_icons/microphone-2.svg b/src/_icons/microphone-2.svg
new file mode 100644
index 00000000..d6d3ea97
--- /dev/null
+++ b/src/_icons/microphone-2.svg
@@ -0,0 +1,7 @@
+---
+category: Media
+---
+<svg>
+ <path d="M15.002 12.9A5 5 0 1 0 11.1 9"/>
+ <path d="M15.002 12.9L11.1 9.001l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588-7.515z"/>
+</svg>
diff --git a/src/_icons/radio.svg b/src/_icons/radio.svg
new file mode 100644
index 00000000..64f793a5
--- /dev/null
+++ b/src/_icons/radio.svg
@@ -0,0 +1,10 @@
+---
+category: Media
+---
+<svg>
+ <path d="M14 3L4.629 6.749A1 1 0 0 0 4 7.677V19a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H4.5"/>
+ <path d="M4 12h16"/>
+ <path d="M7 12v-2"/>
+ <path d="M17 16v.01"/>
+ <path d="M13 16v.01"/>
+</svg>
diff --git a/src/_icons/soup.svg b/src/_icons/soup.svg
new file mode 100644
index 00000000..dc044f18
--- /dev/null
+++ b/src/_icons/soup.svg
@@ -0,0 +1,10 @@
+---
+category: Food
+---
+<svg>
+ <path d="M3 19h18"/>
+ <path d="M3 11h18a8 8 0 0 1-8 8h-2a8 8 0 0 1-8-8z"/>
+ <path d="M9 8V5"/>
+ <path d="M12 5v3"/>
+ <path d="M15 5v3"/>
+</svg>
diff --git a/src/_icons/transfer-in.svg b/src/_icons/transfer-in.svg
new file mode 100644
index 00000000..a98276a9
--- /dev/null
+++ b/src/_icons/transfer-in.svg
@@ -0,0 +1,8 @@
+---
+category: E-commerce
+---
+<svg>
+ <path d="M4 18v3h16V7l-8-4-8 4v3"/>
+ <path d="M4 14h9"/>
+ <path d="M10 11l3 3-3 3"/>
+</svg>
diff --git a/src/_icons/transfer-out.svg b/src/_icons/transfer-out.svg
new file mode 100644
index 00000000..dbe281b3
--- /dev/null
+++ b/src/_icons/transfer-out.svg
@@ -0,0 +1,8 @@
+---
+category: E-commerce
+---
+<svg>
+ <path d="M4 19v2h16V7l-8-4-8 4v2"/>
+ <path d="M13 14H4"/>
+ <path d="M7 11l-3 3 3 3"/>
+</svg>