aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-08-10 12:55:36 +0200
committercodecalm <codecalm@gmail.com>2022-08-10 12:55:36 +0200
commit350b6787344c8d2389bf960ac10c27abdc9bed05 (patch)
tree38dfd6148418d5e6945c21fe16c977b24efd4a4b
parentRelease 1.79.0 (diff)
downloadtabler-icons-350b6787344c8d2389bf960ac10c27abdc9bed05.tar.xz
18 new icons: `box-align-bottom`, `box-align-left`, `box-align-right`, `box-align-top`, `brand-unity`, `playstation-circle`, `playstation-square`, `playstation-triangle`, `playstation-x`, `text-size`, `transition-bottom`, `transition-left`, `transition-right`, `transition-top`, `xbox-a`, `xbox-b`, `xbox-x`, `xbox-y`
-rw-r--r--src/_icons/box-align-bottom.svg12
-rw-r--r--src/_icons/box-align-left.svg12
-rw-r--r--src/_icons/box-align-right.svg12
-rw-r--r--src/_icons/box-align-top.svg12
-rw-r--r--src/_icons/brand-unity.svg10
-rw-r--r--src/_icons/playstation-circle.svg7
-rw-r--r--src/_icons/playstation-square.svg7
-rw-r--r--src/_icons/playstation-triangle.svg7
-rw-r--r--src/_icons/playstation-x.svg8
-rw-r--r--src/_icons/text-size.svg11
-rw-r--r--src/_icons/transition-bottom.svg9
-rw-r--r--src/_icons/transition-left.svg9
-rw-r--r--src/_icons/transition-right.svg9
-rw-r--r--src/_icons/transition-top.svg9
-rw-r--r--src/_icons/xbox-a.svg8
-rw-r--r--src/_icons/xbox-b.svg9
-rw-r--r--src/_icons/xbox-x.svg8
-rw-r--r--src/_icons/xbox-y.svg8
18 files changed, 167 insertions, 0 deletions
diff --git a/src/_icons/box-align-bottom.svg b/src/_icons/box-align-bottom.svg
new file mode 100644
index 00000000..3f8cfe31
--- /dev/null
+++ b/src/_icons/box-align-bottom.svg
@@ -0,0 +1,12 @@
+---
+category: Design
+---
+<svg>
+ <path d="M4 14h16v5a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-5z" />
+ <path d="M4 9v.01" />
+ <path d="M4 4v.01" />
+ <path d="M9 4v.01" />
+ <path d="M15 4v.01" />
+ <path d="M20 4v.01" />
+ <path d="M20 9v.01" />
+</svg>
diff --git a/src/_icons/box-align-left.svg b/src/_icons/box-align-left.svg
new file mode 100644
index 00000000..a81677eb
--- /dev/null
+++ b/src/_icons/box-align-left.svg
@@ -0,0 +1,12 @@
+---
+category: Design
+---
+<svg>
+ <path d="M9.752 19.753v-16h-5a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h5z" />
+ <path d="M14.752 19.753h-.01" />
+ <path d="M19.753 19.753h-.011" />
+ <path d="M19.753 14.752h-.011" />
+ <path d="M19.753 8.752h-.011" />
+ <path d="M19.753 3.752h-.011" />
+ <path d="M14.752 3.752h-.01" />
+</svg>
diff --git a/src/_icons/box-align-right.svg b/src/_icons/box-align-right.svg
new file mode 100644
index 00000000..46d0fa6c
--- /dev/null
+++ b/src/_icons/box-align-right.svg
@@ -0,0 +1,12 @@
+---
+category: Design
+---
+<svg>
+ <path d="M14.248 19.753v-16h5a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-5z" />
+ <path d="M9.248 19.753h.01" />
+ <path d="M4.247 19.753h.011" />
+ <path d="M4.247 14.752h.011" />
+ <path d="M4.247 8.752h.011" />
+ <path d="M4.247 3.752h.011" />
+ <path d="M9.248 3.752h.01" />
+</svg>
diff --git a/src/_icons/box-align-top.svg b/src/_icons/box-align-top.svg
new file mode 100644
index 00000000..1ec1f10c
--- /dev/null
+++ b/src/_icons/box-align-top.svg
@@ -0,0 +1,12 @@
+---
+category: Design
+---
+<svg>
+ <path d="M4 9.505h16v-5a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v5z" />
+ <path d="M4 14.505v-.01" />
+ <path d="M4 19.505v-.01" />
+ <path d="M9 19.505v-.01" />
+ <path d="M15 19.505v-.01" />
+ <path d="M20 19.505v-.01" />
+ <path d="M20 14.505v-.01" />
+</svg>
diff --git a/src/_icons/brand-unity.svg b/src/_icons/brand-unity.svg
new file mode 100644
index 00000000..06e45940
--- /dev/null
+++ b/src/_icons/brand-unity.svg
@@ -0,0 +1,10 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M2 13h11l5 -10" />
+ <path d="M6.5 18l-4.5 -5l4.5 -5" />
+ <path d="M13 13l5 8" />
+ <path d="M11.5 4l6.5 -1l2 6" />
+ <path d="M20 15l-2 6l-6.5 -.5" />
+</svg>
diff --git a/src/_icons/playstation-circle.svg b/src/_icons/playstation-circle.svg
new file mode 100644
index 00000000..0d6439e5
--- /dev/null
+++ b/src/_icons/playstation-circle.svg
@@ -0,0 +1,7 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <circle cx="12" cy="12" r="4.5" />
+</svg>
diff --git a/src/_icons/playstation-square.svg b/src/_icons/playstation-square.svg
new file mode 100644
index 00000000..ff1054a5
--- /dev/null
+++ b/src/_icons/playstation-square.svg
@@ -0,0 +1,7 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <rect x="8" y="8" width="8" height="8" rx="1" />
+</svg>
diff --git a/src/_icons/playstation-triangle.svg b/src/_icons/playstation-triangle.svg
new file mode 100644
index 00000000..2deb55dd
--- /dev/null
+++ b/src/_icons/playstation-triangle.svg
@@ -0,0 +1,7 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M7.5 15h9l-4.5 -8z" />
+</svg>
diff --git a/src/_icons/playstation-x.svg b/src/_icons/playstation-x.svg
new file mode 100644
index 00000000..435c1f52
--- /dev/null
+++ b/src/_icons/playstation-x.svg
@@ -0,0 +1,8 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M8.5 8.5l7 7" />
+ <path d="M8.5 15.5l7 -7" />
+</svg>
diff --git a/src/_icons/text-size.svg b/src/_icons/text-size.svg
new file mode 100644
index 00000000..9f445b84
--- /dev/null
+++ b/src/_icons/text-size.svg
@@ -0,0 +1,11 @@
+---
+category: Text
+---
+<svg>
+ <path d="M3 7v-2h13v2" />
+ <path d="M10 5v14" />
+ <path d="M12 19h-4" />
+ <path d="M15 13v-1h6v1" />
+ <path d="M18 12v7" />
+ <path d="M17 19h2" />
+</svg>
diff --git a/src/_icons/transition-bottom.svg b/src/_icons/transition-bottom.svg
new file mode 100644
index 00000000..caf9419a
--- /dev/null
+++ b/src/_icons/transition-bottom.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" />
+ <rect x="3" y="3" width="18" height="6" rx="3" />
+ <path d="M12 9v8" />
+ <path d="M9 14l3 3l3 -3" />
+</svg>
diff --git a/src/_icons/transition-left.svg b/src/_icons/transition-left.svg
new file mode 100644
index 00000000..6b62152c
--- /dev/null
+++ b/src/_icons/transition-left.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3" />
+ <path d="M21 6v12a3 3 0 0 1 -6 0v-12a3 3 0 0 1 6 0z" />
+ <path d="M15 12h-8" />
+ <path d="M10 9l-3 3l3 3" />
+</svg>
diff --git a/src/_icons/transition-right.svg b/src/_icons/transition-right.svg
new file mode 100644
index 00000000..69f7ad5e
--- /dev/null
+++ b/src/_icons/transition-right.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" />
+ <path d="M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0z" />
+ <path d="M9 12h8" />
+ <path d="M14 15l3 -3l-3 -3" />
+</svg>
diff --git a/src/_icons/transition-top.svg b/src/_icons/transition-top.svg
new file mode 100644
index 00000000..b30c191f
--- /dev/null
+++ b/src/_icons/transition-top.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M21 6a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3" />
+ <path d="M6 21h12a3 3 0 0 0 0 -6h-12a3 3 0 0 0 0 6z" />
+ <path d="M12 15v-8" />
+ <path d="M9 10l3 -3l3 3" />
+</svg>
diff --git a/src/_icons/xbox-a.svg b/src/_icons/xbox-a.svg
new file mode 100644
index 00000000..de108fd5
--- /dev/null
+++ b/src/_icons/xbox-a.svg
@@ -0,0 +1,8 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M15 16l-3 -8l-3 8" />
+ <path d="M14 14h-4" />
+</svg>
diff --git a/src/_icons/xbox-b.svg b/src/_icons/xbox-b.svg
new file mode 100644
index 00000000..e75398b4
--- /dev/null
+++ b/src/_icons/xbox-b.svg
@@ -0,0 +1,9 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M13 12a2 2 0 1 1 0 4h-3v-4" />
+ <path d="M13 12h-3" />
+ <path d="M13 12a2 2 0 1 0 0 -4h-3v4" />
+</svg>
diff --git a/src/_icons/xbox-x.svg b/src/_icons/xbox-x.svg
new file mode 100644
index 00000000..43f27d4d
--- /dev/null
+++ b/src/_icons/xbox-x.svg
@@ -0,0 +1,8 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M9 8l6 8" />
+ <path d="M15 8l-6 8" />
+</svg>
diff --git a/src/_icons/xbox-y.svg b/src/_icons/xbox-y.svg
new file mode 100644
index 00000000..27273bf0
--- /dev/null
+++ b/src/_icons/xbox-y.svg
@@ -0,0 +1,8 @@
+---
+category: Devices
+---
+<svg>
+ <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />
+ <path d="M9 8l3 4" />
+ <path d="M15 8l-2.988 3.984l-.012 4.016" />
+</svg>