aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-05 17:23:41 +0200
committercodecalm <codecalm@gmail.com>2020-06-05 17:23:41 +0200
commit8a9f03d444e4716cb1c755680358c2695e879b17 (patch)
treec8de8a2a679460eab95858fbf2691fe5beeb9cad
parent`chrome` icon fix (diff)
downloadtabler-icons-8a9f03d444e4716cb1c755680358c2695e879b17.tar.xz
3 new icons: `brand-gitlab`, `brand-opera`, `brand-safari`
-rw-r--r--src/_icons/brand-gitlab.svg5
-rw-r--r--src/_icons/brand-opera.svg7
-rw-r--r--src/_icons/brand-safari.svg7
3 files changed, 19 insertions, 0 deletions
diff --git a/src/_icons/brand-gitlab.svg b/src/_icons/brand-gitlab.svg
new file mode 100644
index 0000000..0a7decb
--- /dev/null
+++ b/src/_icons/brand-gitlab.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M21 14l-9 7-9-7L6 3l3 7h6l3-7z"/>
+</svg>
diff --git a/src/_icons/brand-opera.svg b/src/_icons/brand-opera.svg
new file mode 100644
index 0000000..1785e65
--- /dev/null
+++ b/src/_icons/brand-opera.svg
@@ -0,0 +1,7 @@
+---
+tags: [navigation, compass, travel, direction, discover]
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <ellipse cx="12" cy="12" rx="3" ry="5"/>
+</svg>
diff --git a/src/_icons/brand-safari.svg b/src/_icons/brand-safari.svg
new file mode 100644
index 0000000..d977bfe
--- /dev/null
+++ b/src/_icons/brand-safari.svg
@@ -0,0 +1,7 @@
+---
+tags: [navigation, compass, travel, direction, discover]
+---
+<svg>
+ <polyline points="8 16 10 10 16 8 14 14 8 16" />
+ <circle cx="12" cy="12" r="9" />
+</svg>