diff options
author | codecalm <codecalm@gmail.com> | 2020-06-05 17:23:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-05 17:23:41 +0200 |
commit | 8a9f03d444e4716cb1c755680358c2695e879b17 (patch) | |
tree | c8de8a2a679460eab95858fbf2691fe5beeb9cad /src/_icons | |
parent | `chrome` icon fix (diff) | |
download | tabler-icons-8a9f03d444e4716cb1c755680358c2695e879b17.tar.xz |
3 new icons: `brand-gitlab`, `brand-opera`, `brand-safari`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-gitlab.svg | 5 | ||||
-rw-r--r-- | src/_icons/brand-opera.svg | 7 | ||||
-rw-r--r-- | src/_icons/brand-safari.svg | 7 |
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 00000000..0a7decbb --- /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 00000000..1785e65b --- /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 00000000..d977bfe7 --- /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> |