diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3751c9a1776..c37513358cc4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,10 +47,9 @@ jobs: - name: Get release title and body id: release run: | - COMMIT_MSG="$(printf "${{ steps.commit.outputs.git-message }}")" - RELEASE_TITLE="$(printf "$COMMIT_MSG" | head -n 1)" + RELEASE_TITLE=$(echo "${{ steps.commit.outputs.git-message }}" | head -n 1) echo "::set-output name=title::$RELEASE_TITLE" - RELEASE_BODY="$(printf "$COMMIT_MSG" | tail -n +3)" + RELEASE_BODY=$(echo "${{ steps.commit.outputs.git-message }}" | tail -n +3) echo "::set-output name=body::$RELEASE_BODY" - name: Get release version id: get-version diff --git a/.svglint-ignored.json b/.svglint-ignored.json index 365f9d573ff6..1443311df40f 100644 --- a/.svglint-ignored.json +++ b/.svglint-ignored.json @@ -26,7 +26,6 @@ }, "ineffective-segments": { "M16.047 5.32L24 13.273l-2.707 2.711-5.246-5.246-1.844 1.852-2.715-2.711zm-5.395 5.399l2.707 2.715 2.547 2.539-2.715 2.707-5.238-5.239-4.176 4.176-1.07 1.063L0 15.973 7.953 8.02zm0 0": "Code Climate", - "M19.0863 5.6694v-2.875a.6101.6101 0 0 0-.6114-.6073H5.5235a.6101.6101 0 0 0-.6156.6074v2.834l8.3905-3.052a.5938.5938 0 0 1 .7422.3895l.5448 1.4981zM23.582 7.343l-8.8032-2.3683.7518 2.066h5.5837a.6142.6142 0 0 1 .6128.6128v8.795l2.247-8.366a.5924.5924 0 0 0-.3921-.7395zM2.27 7.6535a.6156.6156 0 0 1 .613-.6128h12.1546l-1.2693-3.4905a.5951.5951 0 0 0-.7435-.3827L.3674 7.7748a.5938.5938 0 0 0-.3227.775l2.2253 6.112zm0 0a.6156.6156 0 0 1 .613-.6128h12.1546l-1.2693-3.4905a.5951.5951 0 0 0-.7435-.3827L.3674 7.7748a.5938.5938 0 0 0-.3227.775l2.2253 6.112zM21.2668 21.2a.6142.6142 0 0 1-.6129.6129H3.3445a.6142.6142 0 0 1-.6129-.6129V8.1153a.6142.6142 0 0 1 .6129-.6129h17.3093a.6142.6142 0 0 1 .6129.6129zm-3.0315-3.4196v-1.1958a.0804.0804 0 0 0-.0804-.0803h-5.3726v1.3619h5.3726a.0817.0817 0 0 0 .0804-.0858zm.817-2.5876v-1.2012a.0804.0804 0 0 0-.0803-.0817h-6.1897v1.3619h6.1897a.079.079 0 0 0 .0804-.0817zm-.817-2.5875v-1.2067a.0804.0804 0 0 0-.0804-.0803h-5.3726v1.3619h5.3726a.0817.0817 0 0 0 .0804-.079zm-10.086 1.4395v1.2256h1.7704c-.1457.749-.8049 1.2925-1.7704 1.2925a1.976 1.976 0 0 1 0-3.9495 1.7704 1.7704 0 0 1 1.2529.4903l.9342-.9329a3.1405 3.1405 0 0 0-2.1871-.8525 3.2685 3.2685 0 1 0 0 6.537c1.8889 0 3.1323-1.3279 3.1323-3.1977a3.9576 3.9576 0 0 0-.0518-.6183Z": "Google News", "M16.433 12.329A16.188 16.188 0 0 1 22.118.009L17.684 0a16.2 16.2 0 0 0-4.776 11.374V24h3.525zm-8.869 0A16.174 16.174 0 0 0 1.882.009L6.319 0a16.238 16.238 0 0 1 4.773 11.374V24H7.564zm0 0Z": "Guangzhou Metro", "M5.66 9.553V5.2542a6.7943 6.7943 0 00-4.0537 11.0861C3.9847 15.1881 5.648 12.5846 5.66 9.553zm1.1323 4.1148c-.4231 1.7523-1.6874 3.2496-3.2626 4.2448a6.7603 6.7603 0 003.2616.8332 6.7723 6.7723 0 003.2626-.8332c-1.5753-.9952-2.8386-2.4935-3.2616-4.2448zm5.185-6.1031a6.7903 6.7903 0 00-4.0528-2.3105V9.52c0 3.0446 1.6663 5.663 4.0517 6.8183a6.7673 6.7673 0 01-1.6073-4.3868 6.7553 6.7553 0 011.6083-4.3868zm0 0c1.0031 1.1832 1.6552 2.7145 1.6552 4.3878 0 1.6733-.652 3.2026-1.6553 4.3878l-.001-.001.001.001c2.3785-1.1512 4.0878-3.7557 4.0998-6.7873V5.2542a6.9013 6.9013 0 00-4.0998 2.3105zM18.3413 9.52c0 3.0456 1.6663 5.663 4.0528 6.8193a6.7933 6.7933 0 00-4.0528-11.084zm-1.1322 4.1478c-.423 1.7523-1.6873 3.2496-3.2626 4.2448a6.7603 6.7603 0 003.2616.8332 6.7723 6.7723 0 003.2626-.8332c-1.5743-.9952-2.8385-2.4935-3.2616-4.2448z": "Renren", "M20.89 15.311v1.164h1.983c.406 0 1.103-.315 1.127-1.196v-.45c0-.752-.582-1.196-1.127-1.196h-.989v-.54h1.959v-1.17h-1.88c-.485 0-1.133.424-1.133 1.215v.405c0 .79.642 1.196 1.133 1.196 1.364.006-.327 0 .934 0v.566zm-10.62-.283s1.06-.096 1.06-1.55c0-1.452-1.285-1.587-1.285-1.587H7.729v4.584h1.164v-1.106L9.9 16.475h1.722zm-.45-.938h-.927v-1.048h.934s.26.102.26.52c0 .418-.266.528-.266.528zm4.384-2.167H13.02c-.842 0-1.127.81-1.127 1.196v3.356h1.182v-.804h1.11v.804h1.145v-3.356c0-.978-.836-1.196-1.127-1.196zm-.019 2.45H13.07V13.26s0-.25.37-.25h.406c.327 0 .333.25.333.25v1.112zm1.686-2.45h1.23v4.552h-1.23zm2.958 3.375v-3.375h-1.224v4.552h2.88v-1.177zM.424 16.475h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.764.167-3.934 1.871-5.207 4.122C.606 14.572.424 16.474.424 16.474zm0 0h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.764.167-3.934 1.871-5.207 4.122C.606 14.572.424 16.474.424 16.474zm0 0h4.79s-.916-4.43 2.115-6.224c.66-.34 2.764-1.614 6.208 1.087.109-.097.212-.174.212-.174S10.597 7.827 7.086 8.2c-1.77.167-3.94 1.871-5.213 4.122C.6 14.572.424 16.474.424 16.474zm9.979-7.915l.024-.43c-.055-.033-.206-.11-.588-.226l-.024.425c.2.07.394.148.588.231zm-.576 1.363l-.025.405c.2.007.4.033.6.078l.025-.4a4.06 4.06 0 00-.6-.083zM7.584 7.917h.06l-.121-.392a4.57 4.57 0 00-.582.039l.115.379c.176-.02.352-.026.528-.026zm.29 2.366l.14.444c.176-.09.352-.167.527-.225l-.133-.424a4.24 4.24 0 00-.533.205zm-2.752-1.69l-.272-.444a9.49 9.49 0 00-.473.276l.279.45c.157-.103.309-.2.466-.283zm1.243 2.893l.291.463c.103-.161.224-.31.358-.457l-.273-.437a3.487 3.487 0 00-.376.43zm-.879 2.07l.491.411a5.417 5.417 0 01.127-.752l-.436-.366a6.41 6.41 0 00-.182.707zm-2.655-3.054l-.43-.399c-.158.161-.31.322-.45.482l.468.425a6.423 6.423 0 01.412-.508zM1 13.376l-.697-.27a17.22 17.22 0 00-.303.771l.697.27c.079-.218.206-.533.303-.771zm4.395 1.813c.012.34.043.617.073.81l.727.277a8.962 8.962 0 01-.145-.836z": "Ruby on Rails", diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 44e6af299c65..c48596922faf 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -210,6 +210,11 @@ "hex": "006272", "source": "https://www.aerlingus.com/" }, + { + "title": "Aeroméxico", + "hex": "0B2343", + "source": "https://www.aeromexico.com/" + }, { "title": "Affinity", "hex": "222324", @@ -250,6 +255,11 @@ "hex": "F01428", "source": "https://www.aircanada.com/" }, + { + "title": "Air China", + "hex": "E30E17", + "source": "http://www.airchina.com.cn/en/investor_relations/" + }, { "title": "Air France", "hex": "002157", @@ -295,6 +305,11 @@ "hex": "5468FF", "source": "https://www.algolia.com/press/?section=brand-guidelines" }, + { + "title": "Alibaba Cloud", + "hex": "FF6A00", + "source": "https://www.alibabagroup.com/en/ir/reports" + }, { "title": "AliExpress", "hex": "FF4747", @@ -360,6 +375,11 @@ "hex": "66459B", "source": "https://aws.amazon.com/lumberyard/support" }, + { + "title": "Amazon Pay", + "hex": "FF9900", + "source": "https://pay.amazon.com/" + }, { "title": "Amazon Prime", "hex": "00A8E1", @@ -392,7 +412,7 @@ }, { "title": "Anchor", - "hex": "8940FA", + "hex": "5000B9", "source": "https://anchor.fm/" }, { @@ -895,6 +915,12 @@ "hex": "00AEFF", "source": "https://www.blizzard.com/en-gb/" }, + { + "title": "BBC", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:BBC.svg", + "guidelines": "https://www.bbc.co.uk/branding/logo-use" + }, { "title": "BBC iPlayer", "hex": "F54997", @@ -1285,6 +1311,16 @@ "hex": "1EABE2", "source": "https://cevo.com/" }, + { + "title": "Chainlink", + "hex": "375BD2", + "source": "https://chain.link/brand-assets" + }, + { + "title": "Chakra UI", + "hex": "319795", + "source": "https://github.com/chakra-ui/chakra-ui/blob/327e1624d22936abb43068e1f57054e43c9c6819/logo/logomark-colored.svg" + }, { "title": "ChartMogul", "hex": "13324B", @@ -1315,6 +1351,11 @@ "hex": "CD9834", "source": "https://www.chevrolet.com/content/dam/chevrolet/na/us/english/index/shopping-tools/download-catalog/02-pdf/2019-chevrolet-corvette-catalog.pdf" }, + { + "title": "China Southern Airlines", + "hex": "008BCB", + "source": "https://www.csair.com/en/about/investor/yejibaogao/2020/" + }, { "title": "Chocolatey", "hex": "80B5E3", @@ -1667,6 +1708,11 @@ "hex": "000000", "source": "https://en.wikipedia.org/wiki/File:CS-GO_Logo.svg" }, + { + "title": "CountingWorks PRO", + "hex": "2E3084", + "source": "https://www.countingworks.com/blog" + }, { "title": "Coursera", "hex": "0056D2", @@ -1882,6 +1928,11 @@ "hex": "EE1F35", "source": "https://www.embarcadero.com/news/logo" }, + { + "title": "Delta", + "hex": "003366", + "source": "https://news.delta.com/delta-air-lines-logos-brand-guidelines" + }, { "title": "Deno", "hex": "000000", @@ -2237,6 +2288,11 @@ "hex": "52B54B", "source": "https://emby.media/" }, + { + "title": "Emirates", + "hex": "D71921", + "source": "https://www.emirates.com/ie/english/" + }, { "title": "Emlakjet", "hex": "0AE524", @@ -2392,6 +2448,11 @@ "hex": "EC1C24", "source": "https://facepunch.com/img/brand/default-light.svg" }, + { + "title": "Falcon", + "hex": "F0AD4E", + "source": "https://falconframework.org/" + }, { "title": "Fandango", "hex": "FF7300", @@ -2957,7 +3018,7 @@ { "title": "Google AdSense", "hex": "4285F4", - "source": "https://commons.wikimedia.org/wiki/File:AdSense_Logo.svg" + "source": "https://www.google.com/adsense/" }, { "title": "Google Analytics", @@ -3072,7 +3133,7 @@ { "title": "Google News", "hex": "174EA6", - "source": "https://partnermarketinghub.withgoogle.com/#/brands/" + "source": "https://thepartnermarketinghub.withgoogle.com/brands/google-news/" }, { "title": "Google Optimize", @@ -3127,7 +3188,7 @@ { "title": "Google Translate", "hex": "4285F4", - "source": "https://en.wikipedia.org/wiki/Google_Translate" + "source": "https://commons.wikimedia.org/wiki/File:Google_Translate_logo.svg" }, { "title": "GOV.UK", @@ -3764,6 +3825,11 @@ "hex": "004027", "source": "https://www.jamesonwhiskey.com/" }, + { + "title": "Jamstack", + "hex": "F0047F", + "source": "https://github.com/jamstack/jamstack.org/tree/main/src/site/img/logo" + }, { "title": "Jasmine", "hex": "8A4182", @@ -4395,6 +4461,11 @@ "hex": "E95420", "source": "https://design.ubuntu.com/downloads/" }, + { + "title": "macOS", + "hex": "000000", + "source": "https://commons.wikimedia.org/wiki/File:MacOS_wordmark_(2017).svg" + }, { "title": "Macy’s", "hex": "E21A2C", @@ -4910,6 +4981,11 @@ "hex": "DE3723", "source": "https://www.namecheap.com/" }, + { + "title": "NASA", + "hex": "E03C31", + "source": "https://commons.wikimedia.org/wiki/File:NASA_Worm_logo.svg" + }, { "title": "National Grid", "hex": "00148C", @@ -5105,6 +5181,11 @@ "hex": "CB3837", "source": "https://github.com/npm/logos" }, + { + "title": "Nrwl", + "hex": "96D7E8", + "source": "https://nrwl.io/assets/nrwl-logo-white.svg" + }, { "title": "Nubank", "hex": "8A05BE", @@ -5190,6 +5271,11 @@ "hex": "0500BE", "source": "https://okcupid.com/press" }, + { + "title": "Okta", + "hex": "007DC1", + "source": "https://www.okta.com/press-room/media-assets/" + }, { "title": "OnePlus", "hex": "F5010C", @@ -5203,7 +5289,7 @@ { "title": "Opel", "hex": "F7D900", - "source": "https://de.wikipedia.org/wiki/Opel" + "source": "https://medialibrary.groupe-psa.com/corporate/media?mediaId=1900667" }, { "title": "Open Access", @@ -5375,6 +5461,11 @@ "hex": "000000", "source": "https://github.com/OWASP/www-event-2020-07-virtual/blob/eefbef6c1afdd1dee2af11e7f44ad005b25ad48c/assets/images/logo.svg" }, + { + "title": "OYO", + "hex": "EE2E24", + "source": "https://www.oyorooms.com/" + }, { "title": "p5.js", "hex": "ED225D", @@ -5790,6 +5881,11 @@ "hex": "FAB040", "source": "https://github.com/pre-commit/pre-commit.github.io" }, + { + "title": "Premier League", + "hex": "360D3A", + "source": "https://www.premierleague.com" + }, { "title": "PrestaShop", "hex": "DF0067", @@ -6160,6 +6256,11 @@ "hex": "764ABC", "source": "https://github.com/reactjs/redux/tree/master/logo" }, + { + "title": "Redux-Saga", + "hex": "999999", + "source": "https://github.com/redux-saga/redux-saga/blob/9d2164946f402e594a0dfe453c6d20fb6f14858f/logo/3840/Redux-Saga-Logo.png" + }, { "title": "RedwoodJS", "hex": "BF4722", @@ -6460,6 +6561,11 @@ "hex": "4D97FF", "source": "https://github.com/LLK/scratch-link/blob/027e3754ba6db976495e905023d5ac5e730dccfc/Assets/Windows/SVG/Windows%20Tray%20400x400.svg" }, + { + "title": "Screencastify", + "hex": "FF8282", + "source": "https://www.screencastify.com/" + }, { "title": "Scribd", "hex": "1A7BBA", @@ -6555,6 +6661,11 @@ "hex": "FD5750", "source": "https://serverless.com/" }, + { + "title": "SFML", + "hex": "8CC445", + "source": "https://www.sfml-dev.org/download/goodies/" + }, { "title": "Shanghai Metro", "hex": "EC1C24", @@ -7035,6 +7146,11 @@ "hex": "172B4D", "source": "https://www.atlassian.com/company/news/press-kit" }, + { + "title": "Statuspal", + "hex": "4934BF", + "source": "https://statuspal.io/" + }, { "title": "Steam", "hex": "000000", @@ -7130,6 +7246,11 @@ "hex": "DB7093", "source": "https://www.styled-components.com/" }, + { + "title": "stylelint", + "hex": "263238", + "source": "https://github.com/stylelint/stylelint/blob/1f7bbb2d189b3e27b42de25f2948e3e5eec1b759/identity/stylelint-icon-black.svg" + }, { "title": "StyleShare", "hex": "212121", @@ -7260,6 +7381,11 @@ "hex": "1675BC", "source": "https://www.talend.com/" }, + { + "title": "Tampermonkey", + "hex": "00485B", + "source": "https://commons.wikimedia.org/wiki/File:Tampermonkey_logo.svg" + }, { "title": "Taobao", "hex": "E94F20", @@ -7666,6 +7792,11 @@ "hex": "840010", "source": "https://github.com/tutao/tutanota/blob/8ff5f0e7d78834ac8fcb0f2357c394b757ea4793/resources/images/logo-solo-red.svg" }, + { + "title": "TV Time", + "hex": "FFD400", + "source": "https://www.tvtime.com/" + }, { "title": "Twilio", "hex": "F22F46", @@ -7866,6 +7997,16 @@ "hex": "184D66", "source": "https://commons.wikimedia.org/wiki/File:VBulletin.svg" }, + { + "title": "Vector Logo Zone", + "hex": "184D66", + "source": "https://www.vectorlogo.zone/" + }, + { + "title": "Vectorworks", + "hex": "000000", + "source": "https://www.vectorworks.net/en-US" + }, { "title": "Veeam", "hex": "00B336", @@ -8561,6 +8702,11 @@ "hex": "C8202B", "source": "https://www.zoho.com/branding/" }, + { + "title": "Zoiper", + "hex": "F47920", + "source": "https://www.zoiper.com/en/products" + }, { "title": "Zomato", "hex": "E23744", diff --git a/icons/aeromexico.svg b/icons/aeromexico.svg new file mode 100644 index 000000000000..51efeaf71e99 --- /dev/null +++ b/icons/aeromexico.svg @@ -0,0 +1 @@ +Aeroméxico icon \ No newline at end of file diff --git a/icons/airchina.svg b/icons/airchina.svg new file mode 100644 index 000000000000..d1680d78d8c7 --- /dev/null +++ b/icons/airchina.svg @@ -0,0 +1 @@ +Air China icon \ No newline at end of file diff --git a/icons/alibabacloud.svg b/icons/alibabacloud.svg new file mode 100644 index 000000000000..9a6299317a8b --- /dev/null +++ b/icons/alibabacloud.svg @@ -0,0 +1 @@ +Alibaba Cloud icon \ No newline at end of file diff --git a/icons/amazonpay.svg b/icons/amazonpay.svg new file mode 100644 index 000000000000..eac96bc3a9ba --- /dev/null +++ b/icons/amazonpay.svg @@ -0,0 +1 @@ +Amazon Pay icon \ No newline at end of file diff --git a/icons/anchor.svg b/icons/anchor.svg index 51e282788143..150f1cbad3a0 100644 --- a/icons/anchor.svg +++ b/icons/anchor.svg @@ -1 +1 @@ -Anchor icon \ No newline at end of file +Anchor icon \ No newline at end of file diff --git a/icons/bbc.svg b/icons/bbc.svg new file mode 100644 index 000000000000..920c87f24669 --- /dev/null +++ b/icons/bbc.svg @@ -0,0 +1 @@ +BBC icon \ No newline at end of file diff --git a/icons/chainlink.svg b/icons/chainlink.svg new file mode 100644 index 000000000000..fa50fd77cff5 --- /dev/null +++ b/icons/chainlink.svg @@ -0,0 +1 @@ +Chainlink icon \ No newline at end of file diff --git a/icons/chakraui.svg b/icons/chakraui.svg new file mode 100644 index 000000000000..0ac9fce10b9f --- /dev/null +++ b/icons/chakraui.svg @@ -0,0 +1 @@ +Chakra UI icon \ No newline at end of file diff --git a/icons/chinasouthernairlines.svg b/icons/chinasouthernairlines.svg new file mode 100644 index 000000000000..45964bdc79ef --- /dev/null +++ b/icons/chinasouthernairlines.svg @@ -0,0 +1 @@ +China Southern Airlines icon \ No newline at end of file diff --git a/icons/countingworkspro.svg b/icons/countingworkspro.svg new file mode 100644 index 000000000000..f092030d4acb --- /dev/null +++ b/icons/countingworkspro.svg @@ -0,0 +1 @@ +CountingWorks PRO icon \ No newline at end of file diff --git a/icons/delta.svg b/icons/delta.svg new file mode 100644 index 000000000000..298837282132 --- /dev/null +++ b/icons/delta.svg @@ -0,0 +1 @@ +Delta icon \ No newline at end of file diff --git a/icons/emirates.svg b/icons/emirates.svg new file mode 100644 index 000000000000..3778b57f4311 --- /dev/null +++ b/icons/emirates.svg @@ -0,0 +1 @@ +Emirates icon \ No newline at end of file diff --git a/icons/falcon.svg b/icons/falcon.svg new file mode 100644 index 000000000000..817b3e6da194 --- /dev/null +++ b/icons/falcon.svg @@ -0,0 +1 @@ +Falcon icon \ No newline at end of file diff --git a/icons/googleadsense.svg b/icons/googleadsense.svg index 04404c7e5a3f..ecdbb0a036a8 100644 --- a/icons/googleadsense.svg +++ b/icons/googleadsense.svg @@ -1 +1 @@ -Google AdSense icon \ No newline at end of file +Google AdSense icon \ No newline at end of file diff --git a/icons/googlenews.svg b/icons/googlenews.svg index 99aa8b470750..e290783f6db8 100644 --- a/icons/googlenews.svg +++ b/icons/googlenews.svg @@ -1 +1 @@ -Google News icon \ No newline at end of file +Google News icon \ No newline at end of file diff --git a/icons/googlescholar.svg b/icons/googlescholar.svg index 3b37efe984ec..f2a9609260db 100644 --- a/icons/googlescholar.svg +++ b/icons/googlescholar.svg @@ -1 +1 @@ -Google Scholar icon \ No newline at end of file +Google Scholar icon \ No newline at end of file diff --git a/icons/googletranslate.svg b/icons/googletranslate.svg index a2327434193b..28b051fc5d0c 100644 --- a/icons/googletranslate.svg +++ b/icons/googletranslate.svg @@ -1 +1 @@ -Google Translate icon +Google Translate icon \ No newline at end of file diff --git a/icons/jamstack.svg b/icons/jamstack.svg new file mode 100644 index 000000000000..42d16369dfbe --- /dev/null +++ b/icons/jamstack.svg @@ -0,0 +1 @@ +Jamstack icon \ No newline at end of file diff --git a/icons/macos.svg b/icons/macos.svg new file mode 100644 index 000000000000..7bd751da22fd --- /dev/null +++ b/icons/macos.svg @@ -0,0 +1 @@ +macOS icon \ No newline at end of file diff --git a/icons/nasa.svg b/icons/nasa.svg new file mode 100644 index 000000000000..e29c133fba39 --- /dev/null +++ b/icons/nasa.svg @@ -0,0 +1 @@ +NASA icon \ No newline at end of file diff --git a/icons/nrwl.svg b/icons/nrwl.svg new file mode 100644 index 000000000000..25aa947e38e7 --- /dev/null +++ b/icons/nrwl.svg @@ -0,0 +1 @@ +Nrwl icon \ No newline at end of file diff --git a/icons/okta.svg b/icons/okta.svg new file mode 100644 index 000000000000..70adc87d47a5 --- /dev/null +++ b/icons/okta.svg @@ -0,0 +1 @@ +Okta icon \ No newline at end of file diff --git a/icons/opel.svg b/icons/opel.svg index b57b27b42d98..3c2090cf413c 100644 --- a/icons/opel.svg +++ b/icons/opel.svg @@ -1 +1 @@ -Opel icon \ No newline at end of file +Opel icon \ No newline at end of file diff --git a/icons/oyo.svg b/icons/oyo.svg new file mode 100644 index 000000000000..24f77184a255 --- /dev/null +++ b/icons/oyo.svg @@ -0,0 +1 @@ +OYO icon \ No newline at end of file diff --git a/icons/premierleague.svg b/icons/premierleague.svg new file mode 100644 index 000000000000..0675428e3234 --- /dev/null +++ b/icons/premierleague.svg @@ -0,0 +1 @@ +Premier League icon \ No newline at end of file diff --git a/icons/redux-saga.svg b/icons/redux-saga.svg new file mode 100644 index 000000000000..e52e885c8324 --- /dev/null +++ b/icons/redux-saga.svg @@ -0,0 +1 @@ +Redux-Saga icon \ No newline at end of file diff --git a/icons/screencastify.svg b/icons/screencastify.svg new file mode 100644 index 000000000000..9d88a2f67bfd --- /dev/null +++ b/icons/screencastify.svg @@ -0,0 +1 @@ +Screencastify icon \ No newline at end of file diff --git a/icons/sfml.svg b/icons/sfml.svg new file mode 100644 index 000000000000..0391dffcb331 --- /dev/null +++ b/icons/sfml.svg @@ -0,0 +1 @@ +SFML icon \ No newline at end of file diff --git a/icons/statuspal.svg b/icons/statuspal.svg new file mode 100644 index 000000000000..0d3b747a83f5 --- /dev/null +++ b/icons/statuspal.svg @@ -0,0 +1 @@ +Statuspal icon \ No newline at end of file diff --git a/icons/stylelint.svg b/icons/stylelint.svg new file mode 100644 index 000000000000..b60fd624eeba --- /dev/null +++ b/icons/stylelint.svg @@ -0,0 +1 @@ +stylelint icon \ No newline at end of file diff --git a/icons/tampermonkey.svg b/icons/tampermonkey.svg new file mode 100644 index 000000000000..59b5ef7270a9 --- /dev/null +++ b/icons/tampermonkey.svg @@ -0,0 +1 @@ +Tampermonkey icon \ No newline at end of file diff --git a/icons/tvtime.svg b/icons/tvtime.svg new file mode 100644 index 000000000000..ee1c0449256f --- /dev/null +++ b/icons/tvtime.svg @@ -0,0 +1 @@ +TV Time icon \ No newline at end of file diff --git a/icons/vectorlogozone.svg b/icons/vectorlogozone.svg new file mode 100644 index 000000000000..7f6564d69a0d --- /dev/null +++ b/icons/vectorlogozone.svg @@ -0,0 +1 @@ +Vector Logo Zone icon \ No newline at end of file diff --git a/icons/vectorworks.svg b/icons/vectorworks.svg new file mode 100644 index 000000000000..297cfcc131ac --- /dev/null +++ b/icons/vectorworks.svg @@ -0,0 +1 @@ +Vectorworks icon diff --git a/icons/zoiper.svg b/icons/zoiper.svg new file mode 100644 index 000000000000..6481e5849f9b --- /dev/null +++ b/icons/zoiper.svg @@ -0,0 +1 @@ +Zoiper icon \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7dff7e35306d..cd0bbce5ac0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "4.8.0", + "version": "4.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5786,9 +5786,9 @@ } }, "uglify-js": { - "version": "3.12.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.4.tgz", - "integrity": "sha512-L5i5jg/SHkEqzN18gQMTWsZk3KelRsfD1wUVNqtq0kzqWQqcJjyL8yc1o8hJgRrWqrAl2mUFbhfznEIoi7zi2A==", + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.5.tgz", + "integrity": "sha512-SgpgScL4T7Hj/w/GexjnBHi3Ien9WS1Rpfg5y91WXMj9SY997ZCQU76mH4TpLwwfmMvoOU8wiaRkIf6NaH3mtg==", "dev": true }, "underscore": { diff --git a/package.json b/package.json index aa0b57eaa602..2699f8720417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "4.8.0", + "version": "4.9.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://www.simpleicons.org", "keywords": [ @@ -27,7 +27,7 @@ "svglint": "1.0.7", "svgo": "1.3.2", "svgpath": "2.3.0", - "uglify-js": "3.12.4" + "uglify-js": "3.12.5" }, "scripts": { "build": "node scripts/build-package.js",