From 42bf6b81b092d45c1d3a0629bc4372dbb6cef8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Tue, 6 Dec 2022 08:40:09 +0100 Subject: [PATCH] 72 new brands, browsers logos update (#1401) --- src/static/brands/amazon.svg | 1 + src/static/brands/android.svg | 1 + src/static/brands/app-store.svg | 1 + src/static/brands/apple-podcast.svg | 1 + src/static/brands/apple.svg | 1 + src/static/brands/behance.svg | 1 + src/static/brands/discord.svg | 1 + src/static/brands/dribbble.svg | 1 + src/static/brands/dropbox.svg | 1 + src/static/brands/ever-green.svg | 1 + src/static/brands/facebook.svg | 1 + src/static/brands/figma.svg | 1 + src/static/brands/font-awesome.svg | 1 + src/static/brands/google-ads.svg | 1 + src/static/brands/google-adsense.svg | 1 + src/static/brands/google-analytics.svg | 1 + src/static/brands/google-cloud.svg | 1 + src/static/brands/google-drive.svg | 1 + src/static/brands/google-fit.svg | 1 + src/static/brands/google-home.svg | 1 + src/static/brands/google-maps.svg | 1 + src/static/brands/google-meet.svg | 1 + src/static/brands/google-photos.svg | 1 + src/static/brands/google-play.svg | 1 + src/static/brands/google-shopping.svg | 1 + src/static/brands/google-teams.svg | 1 + src/static/brands/google.svg | 1 + src/static/brands/instagram.svg | 1 + src/static/brands/klarna.svg | 1 + src/static/brands/linkedin.svg | 1 + src/static/brands/mailchimp.svg | 1 + src/static/brands/medium.svg | 1 + src/static/brands/messenger.svg | 1 + src/static/brands/meta.svg | 1 + src/static/brands/monday.svg | 1 + src/static/brands/netflix.svg | 1 + src/static/brands/notion.svg | 1 + src/static/brands/office-365.svg | 1 + src/static/brands/opera.svg | 1 + src/static/brands/paypal.svg | 1 + src/static/brands/petreon.svg | 1 + src/static/brands/pinterest.svg | 1 + src/static/brands/play-store.svg | 1 + src/static/brands/quora.svg | 1 + src/static/brands/reddit.svg | 1 + src/static/brands/shopify.svg | 1 + src/static/brands/skype.svg | 1 + src/static/brands/slack.svg | 1 + src/static/brands/snapchat.svg | 1 + src/static/brands/soundcloud.svg | 1 + src/static/brands/spotify.svg | 1 + src/static/brands/stripe.svg | 1 + src/static/brands/telegram.svg | 1 + src/static/brands/tiktok.svg | 1 + src/static/brands/tinder.svg | 1 + src/static/brands/trello.svg | 1 + src/static/brands/truth.svg | 1 + src/static/brands/tumblr.svg | 1 + src/static/brands/twitch.svg | 1 + src/static/brands/twitter.svg | 1 + src/static/brands/vimeo.svg | 1 + src/static/brands/vk.svg | 1 + src/static/brands/watppad.svg | 1 + src/static/brands/webflow.svg | 1 + src/static/brands/whatsapp.svg | 1 + src/static/brands/wordpress.svg | 1 + src/static/brands/xing.svg | 1 + src/static/brands/yelp.svg | 1 + src/static/brands/youtube.svg | 1 + src/static/brands/zapier.svg | 1 + src/static/brands/zendesk.svg | 1 + src/static/brands/zoom.svg | 1 + src/static/browsers/brave.svg | 2 +- src/static/browsers/chrome.svg | 2 +- src/static/browsers/edge.svg | 2 +- src/static/browsers/electron.svg | 2 +- src/static/browsers/firefox.svg | 2 +- src/static/browsers/internet-explorer.svg | 1 + src/static/browsers/opera.svg | 2 +- src/static/browsers/safari.svg | 2 +- src/static/browsers/vivaldi.svg | 2 +- 81 files changed, 81 insertions(+), 8 deletions(-) create mode 100644 src/static/brands/amazon.svg create mode 100644 src/static/brands/android.svg create mode 100644 src/static/brands/app-store.svg create mode 100644 src/static/brands/apple-podcast.svg create mode 100644 src/static/brands/apple.svg create mode 100644 src/static/brands/behance.svg create mode 100644 src/static/brands/discord.svg create mode 100644 src/static/brands/dribbble.svg create mode 100644 src/static/brands/dropbox.svg create mode 100644 src/static/brands/ever-green.svg create mode 100644 src/static/brands/facebook.svg create mode 100644 src/static/brands/figma.svg create mode 100644 src/static/brands/font-awesome.svg create mode 100644 src/static/brands/google-ads.svg create mode 100644 src/static/brands/google-adsense.svg create mode 100644 src/static/brands/google-analytics.svg create mode 100644 src/static/brands/google-cloud.svg create mode 100644 src/static/brands/google-drive.svg create mode 100644 src/static/brands/google-fit.svg create mode 100644 src/static/brands/google-home.svg create mode 100644 src/static/brands/google-maps.svg create mode 100644 src/static/brands/google-meet.svg create mode 100644 src/static/brands/google-photos.svg create mode 100644 src/static/brands/google-play.svg create mode 100644 src/static/brands/google-shopping.svg create mode 100644 src/static/brands/google-teams.svg create mode 100644 src/static/brands/google.svg create mode 100644 src/static/brands/instagram.svg create mode 100644 src/static/brands/klarna.svg create mode 100644 src/static/brands/linkedin.svg create mode 100644 src/static/brands/mailchimp.svg create mode 100644 src/static/brands/medium.svg create mode 100644 src/static/brands/messenger.svg create mode 100644 src/static/brands/meta.svg create mode 100644 src/static/brands/monday.svg create mode 100644 src/static/brands/netflix.svg create mode 100644 src/static/brands/notion.svg create mode 100644 src/static/brands/office-365.svg create mode 100644 src/static/brands/opera.svg create mode 100644 src/static/brands/paypal.svg create mode 100644 src/static/brands/petreon.svg create mode 100644 src/static/brands/pinterest.svg create mode 100644 src/static/brands/play-store.svg create mode 100644 src/static/brands/quora.svg create mode 100644 src/static/brands/reddit.svg create mode 100644 src/static/brands/shopify.svg create mode 100644 src/static/brands/skype.svg create mode 100644 src/static/brands/slack.svg create mode 100644 src/static/brands/snapchat.svg create mode 100644 src/static/brands/soundcloud.svg create mode 100644 src/static/brands/spotify.svg create mode 100644 src/static/brands/stripe.svg create mode 100644 src/static/brands/telegram.svg create mode 100644 src/static/brands/tiktok.svg create mode 100644 src/static/brands/tinder.svg create mode 100644 src/static/brands/trello.svg create mode 100644 src/static/brands/truth.svg create mode 100644 src/static/brands/tumblr.svg create mode 100644 src/static/brands/twitch.svg create mode 100644 src/static/brands/twitter.svg create mode 100644 src/static/brands/vimeo.svg create mode 100644 src/static/brands/vk.svg create mode 100644 src/static/brands/watppad.svg create mode 100644 src/static/brands/webflow.svg create mode 100644 src/static/brands/whatsapp.svg create mode 100644 src/static/brands/wordpress.svg create mode 100644 src/static/brands/xing.svg create mode 100644 src/static/brands/yelp.svg create mode 100644 src/static/brands/youtube.svg create mode 100644 src/static/brands/zapier.svg create mode 100644 src/static/brands/zendesk.svg create mode 100644 src/static/brands/zoom.svg create mode 100644 src/static/browsers/internet-explorer.svg diff --git a/src/static/brands/amazon.svg b/src/static/brands/amazon.svg new file mode 100644 index 000000000..a698b1281 --- /dev/null +++ b/src/static/brands/amazon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/android.svg b/src/static/brands/android.svg new file mode 100644 index 000000000..085617836 --- /dev/null +++ b/src/static/brands/android.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/app-store.svg b/src/static/brands/app-store.svg new file mode 100644 index 000000000..4707904f1 --- /dev/null +++ b/src/static/brands/app-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/apple-podcast.svg b/src/static/brands/apple-podcast.svg new file mode 100644 index 000000000..050f7417b --- /dev/null +++ b/src/static/brands/apple-podcast.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/apple.svg b/src/static/brands/apple.svg new file mode 100644 index 000000000..11402beb3 --- /dev/null +++ b/src/static/brands/apple.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/behance.svg b/src/static/brands/behance.svg new file mode 100644 index 000000000..197a20746 --- /dev/null +++ b/src/static/brands/behance.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/discord.svg b/src/static/brands/discord.svg new file mode 100644 index 000000000..3f498f29d --- /dev/null +++ b/src/static/brands/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/dribbble.svg b/src/static/brands/dribbble.svg new file mode 100644 index 000000000..6d7958a06 --- /dev/null +++ b/src/static/brands/dribbble.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/dropbox.svg b/src/static/brands/dropbox.svg new file mode 100644 index 000000000..83697c8d6 --- /dev/null +++ b/src/static/brands/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/ever-green.svg b/src/static/brands/ever-green.svg new file mode 100644 index 000000000..75cc43c57 --- /dev/null +++ b/src/static/brands/ever-green.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/facebook.svg b/src/static/brands/facebook.svg new file mode 100644 index 000000000..32156e077 --- /dev/null +++ b/src/static/brands/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/figma.svg b/src/static/brands/figma.svg new file mode 100644 index 000000000..ff65324c7 --- /dev/null +++ b/src/static/brands/figma.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/font-awesome.svg b/src/static/brands/font-awesome.svg new file mode 100644 index 000000000..06fa55f00 --- /dev/null +++ b/src/static/brands/font-awesome.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-ads.svg b/src/static/brands/google-ads.svg new file mode 100644 index 000000000..f205ff108 --- /dev/null +++ b/src/static/brands/google-ads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-adsense.svg b/src/static/brands/google-adsense.svg new file mode 100644 index 000000000..1a2d468f8 --- /dev/null +++ b/src/static/brands/google-adsense.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-analytics.svg b/src/static/brands/google-analytics.svg new file mode 100644 index 000000000..f60ffe5eb --- /dev/null +++ b/src/static/brands/google-analytics.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-cloud.svg b/src/static/brands/google-cloud.svg new file mode 100644 index 000000000..4a4f7585f --- /dev/null +++ b/src/static/brands/google-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-drive.svg b/src/static/brands/google-drive.svg new file mode 100644 index 000000000..1493d11c6 --- /dev/null +++ b/src/static/brands/google-drive.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-fit.svg b/src/static/brands/google-fit.svg new file mode 100644 index 000000000..b5c6e06e7 --- /dev/null +++ b/src/static/brands/google-fit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-home.svg b/src/static/brands/google-home.svg new file mode 100644 index 000000000..a422ca533 --- /dev/null +++ b/src/static/brands/google-home.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-maps.svg b/src/static/brands/google-maps.svg new file mode 100644 index 000000000..8a68d2bd4 --- /dev/null +++ b/src/static/brands/google-maps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-meet.svg b/src/static/brands/google-meet.svg new file mode 100644 index 000000000..ad83346e5 --- /dev/null +++ b/src/static/brands/google-meet.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-photos.svg b/src/static/brands/google-photos.svg new file mode 100644 index 000000000..ce78fa016 --- /dev/null +++ b/src/static/brands/google-photos.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-play.svg b/src/static/brands/google-play.svg new file mode 100644 index 000000000..d210d3a03 --- /dev/null +++ b/src/static/brands/google-play.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-shopping.svg b/src/static/brands/google-shopping.svg new file mode 100644 index 000000000..7881a55ab --- /dev/null +++ b/src/static/brands/google-shopping.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google-teams.svg b/src/static/brands/google-teams.svg new file mode 100644 index 000000000..f1dd463ad --- /dev/null +++ b/src/static/brands/google-teams.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/google.svg b/src/static/brands/google.svg new file mode 100644 index 000000000..0ceea25d1 --- /dev/null +++ b/src/static/brands/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/instagram.svg b/src/static/brands/instagram.svg new file mode 100644 index 000000000..e367f436f --- /dev/null +++ b/src/static/brands/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/klarna.svg b/src/static/brands/klarna.svg new file mode 100644 index 000000000..f59d64fcf --- /dev/null +++ b/src/static/brands/klarna.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/linkedin.svg b/src/static/brands/linkedin.svg new file mode 100644 index 000000000..559867949 --- /dev/null +++ b/src/static/brands/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/mailchimp.svg b/src/static/brands/mailchimp.svg new file mode 100644 index 000000000..257db016e --- /dev/null +++ b/src/static/brands/mailchimp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/medium.svg b/src/static/brands/medium.svg new file mode 100644 index 000000000..ff151144c --- /dev/null +++ b/src/static/brands/medium.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/messenger.svg b/src/static/brands/messenger.svg new file mode 100644 index 000000000..085ae2861 --- /dev/null +++ b/src/static/brands/messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/meta.svg b/src/static/brands/meta.svg new file mode 100644 index 000000000..e37ea5b3a --- /dev/null +++ b/src/static/brands/meta.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/monday.svg b/src/static/brands/monday.svg new file mode 100644 index 000000000..c4f058f50 --- /dev/null +++ b/src/static/brands/monday.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/netflix.svg b/src/static/brands/netflix.svg new file mode 100644 index 000000000..9fd9bf8cf --- /dev/null +++ b/src/static/brands/netflix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/notion.svg b/src/static/brands/notion.svg new file mode 100644 index 000000000..16224b3e0 --- /dev/null +++ b/src/static/brands/notion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/office-365.svg b/src/static/brands/office-365.svg new file mode 100644 index 000000000..804d18f52 --- /dev/null +++ b/src/static/brands/office-365.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/opera.svg b/src/static/brands/opera.svg new file mode 100644 index 000000000..0ab350721 --- /dev/null +++ b/src/static/brands/opera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/paypal.svg b/src/static/brands/paypal.svg new file mode 100644 index 000000000..3706599f4 --- /dev/null +++ b/src/static/brands/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/petreon.svg b/src/static/brands/petreon.svg new file mode 100644 index 000000000..6bcb8482d --- /dev/null +++ b/src/static/brands/petreon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/pinterest.svg b/src/static/brands/pinterest.svg new file mode 100644 index 000000000..b0693794c --- /dev/null +++ b/src/static/brands/pinterest.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/play-store.svg b/src/static/brands/play-store.svg new file mode 100644 index 000000000..457a437ff --- /dev/null +++ b/src/static/brands/play-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/quora.svg b/src/static/brands/quora.svg new file mode 100644 index 000000000..28e52b548 --- /dev/null +++ b/src/static/brands/quora.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/reddit.svg b/src/static/brands/reddit.svg new file mode 100644 index 000000000..b33fc44a3 --- /dev/null +++ b/src/static/brands/reddit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/shopify.svg b/src/static/brands/shopify.svg new file mode 100644 index 000000000..eb633b848 --- /dev/null +++ b/src/static/brands/shopify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/skype.svg b/src/static/brands/skype.svg new file mode 100644 index 000000000..a972a6319 --- /dev/null +++ b/src/static/brands/skype.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/slack.svg b/src/static/brands/slack.svg new file mode 100644 index 000000000..7510e87f8 --- /dev/null +++ b/src/static/brands/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/snapchat.svg b/src/static/brands/snapchat.svg new file mode 100644 index 000000000..a60dac687 --- /dev/null +++ b/src/static/brands/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/soundcloud.svg b/src/static/brands/soundcloud.svg new file mode 100644 index 000000000..7106c51c3 --- /dev/null +++ b/src/static/brands/soundcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/spotify.svg b/src/static/brands/spotify.svg new file mode 100644 index 000000000..85931c437 --- /dev/null +++ b/src/static/brands/spotify.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/stripe.svg b/src/static/brands/stripe.svg new file mode 100644 index 000000000..49630147d --- /dev/null +++ b/src/static/brands/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/telegram.svg b/src/static/brands/telegram.svg new file mode 100644 index 000000000..9956551f5 --- /dev/null +++ b/src/static/brands/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tiktok.svg b/src/static/brands/tiktok.svg new file mode 100644 index 000000000..e48529e23 --- /dev/null +++ b/src/static/brands/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tinder.svg b/src/static/brands/tinder.svg new file mode 100644 index 000000000..292ea9921 --- /dev/null +++ b/src/static/brands/tinder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/trello.svg b/src/static/brands/trello.svg new file mode 100644 index 000000000..417f32c61 --- /dev/null +++ b/src/static/brands/trello.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/truth.svg b/src/static/brands/truth.svg new file mode 100644 index 000000000..6b1eabfc7 --- /dev/null +++ b/src/static/brands/truth.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/tumblr.svg b/src/static/brands/tumblr.svg new file mode 100644 index 000000000..240bee6b3 --- /dev/null +++ b/src/static/brands/tumblr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/twitch.svg b/src/static/brands/twitch.svg new file mode 100644 index 000000000..eed2a7353 --- /dev/null +++ b/src/static/brands/twitch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/twitter.svg b/src/static/brands/twitter.svg new file mode 100644 index 000000000..1d34f4a63 --- /dev/null +++ b/src/static/brands/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/vimeo.svg b/src/static/brands/vimeo.svg new file mode 100644 index 000000000..452f317cb --- /dev/null +++ b/src/static/brands/vimeo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/vk.svg b/src/static/brands/vk.svg new file mode 100644 index 000000000..651e80c48 --- /dev/null +++ b/src/static/brands/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/watppad.svg b/src/static/brands/watppad.svg new file mode 100644 index 000000000..5c88563fd --- /dev/null +++ b/src/static/brands/watppad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/webflow.svg b/src/static/brands/webflow.svg new file mode 100644 index 000000000..602bc5cd9 --- /dev/null +++ b/src/static/brands/webflow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/whatsapp.svg b/src/static/brands/whatsapp.svg new file mode 100644 index 000000000..35eca31f0 --- /dev/null +++ b/src/static/brands/whatsapp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/wordpress.svg b/src/static/brands/wordpress.svg new file mode 100644 index 000000000..bd470df6c --- /dev/null +++ b/src/static/brands/wordpress.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/xing.svg b/src/static/brands/xing.svg new file mode 100644 index 000000000..948e5e401 --- /dev/null +++ b/src/static/brands/xing.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/yelp.svg b/src/static/brands/yelp.svg new file mode 100644 index 000000000..cd2581e69 --- /dev/null +++ b/src/static/brands/yelp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/youtube.svg b/src/static/brands/youtube.svg new file mode 100644 index 000000000..65d39f90f --- /dev/null +++ b/src/static/brands/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zapier.svg b/src/static/brands/zapier.svg new file mode 100644 index 000000000..782c3e76e --- /dev/null +++ b/src/static/brands/zapier.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zendesk.svg b/src/static/brands/zendesk.svg new file mode 100644 index 000000000..71bde23f7 --- /dev/null +++ b/src/static/brands/zendesk.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/brands/zoom.svg b/src/static/brands/zoom.svg new file mode 100644 index 000000000..819bc094b --- /dev/null +++ b/src/static/brands/zoom.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/brave.svg b/src/static/browsers/brave.svg index 1956cd07d..0bb889329 100644 --- a/src/static/browsers/brave.svg +++ b/src/static/browsers/brave.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/chrome.svg b/src/static/browsers/chrome.svg index 56fd5ffe8..67a40c205 100644 --- a/src/static/browsers/chrome.svg +++ b/src/static/browsers/chrome.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/edge.svg b/src/static/browsers/edge.svg index 375d0acc9..12f3661cc 100644 --- a/src/static/browsers/edge.svg +++ b/src/static/browsers/edge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/electron.svg b/src/static/browsers/electron.svg index 692b12688..f7ee7316e 100644 --- a/src/static/browsers/electron.svg +++ b/src/static/browsers/electron.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/firefox.svg b/src/static/browsers/firefox.svg index 9b493af50..b36a75b9d 100644 --- a/src/static/browsers/firefox.svg +++ b/src/static/browsers/firefox.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/internet-explorer.svg b/src/static/browsers/internet-explorer.svg new file mode 100644 index 000000000..ff1896d46 --- /dev/null +++ b/src/static/browsers/internet-explorer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/browsers/opera.svg b/src/static/browsers/opera.svg index fd142af31..b5a958b79 100644 --- a/src/static/browsers/opera.svg +++ b/src/static/browsers/opera.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/safari.svg b/src/static/browsers/safari.svg index ec2265687..d1b51a95b 100644 --- a/src/static/browsers/safari.svg +++ b/src/static/browsers/safari.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/static/browsers/vivaldi.svg b/src/static/browsers/vivaldi.svg index 616ce6a17..ab698abd2 100644 --- a/src/static/browsers/vivaldi.svg +++ b/src/static/browsers/vivaldi.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file