Release 2 new icons (v3.6.0)

# New Icons

- Hack Club (#3465)
- Ubiquiti (#3119)
This commit is contained in:
github-actions[bot] 2020-08-24 07:51:41 +00:00 committed by GitHub
commit 07e6d762c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 352 additions and 335 deletions

View File

@ -2660,6 +2660,11 @@
"hex": "77A2B6",
"source": "https://habr.com/"
},
{
"title": "Hack Club",
"hex": "EC3750",
"source": "https://hackclub.com/brand"
},
{
"title": "Hackaday",
"hex": "1A1A1A",
@ -6290,6 +6295,11 @@
"hex": "5FB709",
"source": "https://about.ubereats.com/en/logo/"
},
{
"title": "Ubiquiti",
"hex": "0559C9",
"source": "https://www.ui.com/marketing/#logos"
},
{
"title": "Ubisoft",
"hex": "000000",

1
icons/hackclub.svg Normal file
View File

@ -0,0 +1 @@
<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Hack Club icon</title><path d="M12 0C2.4 0 0 2.4 0 12s2.4 12 12 12 12-2.4 12-12S21.6 0 12 0zm4.5 19.5094h-3.3094V13.003c0-.975-.1875-1.6218-.8343-1.6218-.7125 0-1.575 1.003-1.575 2.625v5.503H7.5V4.9689l3.2906-.5625v5.428c.7125-.6468 1.7063-.928 2.7188-.928 2.1562 0 2.9906 1.4156 2.9906 3.628z"/></svg>

After

Width:  |  Height:  |  Size: 381 B

1
icons/ubiquiti.svg Normal file
View File

@ -0,0 +1 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Ubiquiti icon</title><path d="M5.331 3.987H4.012v-1.32h1.32zm7.605 16.001c-1.78-.08-3.15-.532-4.21-1.185.718 3.118 3.405 4.65 3.535 4.723l.792.437c6.063-.405 9.611-4.318 9.611-9.436v-1.109c-1.441 4.7-4.795 6.793-9.728 6.57M4.006 9.605h1.332v2.94h1.336V7.627H8.01v9.612C8.009 21.8 12 24 12 24c-6.705 0-10.664-4.065-10.664-9.473V3.65H2.67v7.274h1.336zM2.67 1.334H1.336V0H2.67zm2.661 6.953h-1.32v-1.32h1.32zm1.334-1.98h-1.32v-1.32h1.32zm1.343-1.66H6.674v-1.32h1.335zM6.674 2.654H5.338v-1.32h1.336zM22.147 13.26l.517-1.688V.015c-6.045 0-6.674 2.317-6.674 4.531V17.24c0 .657-.064 1.354-.197 2.037 3.205-.583 5.296-2.565 6.354-6.016Z"/></svg>

After

Width:  |  Height:  |  Size: 714 B

669
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "simple-icons",
"version": "3.5.0",
"version": "3.6.0",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
@ -19,13 +19,13 @@
"license": "CC0-1.0",
"devDependencies": {
"editorconfig-checker": "3.1.0",
"jest": "26.2.2",
"jest": "26.4.2",
"jsonlint2": "1.7.1",
"npm-run-all": "4.1.5",
"svg-path-bounding-box": "1.0.4",
"svglint": "1.0.5",
"svgo": "1.3.2",
"uglify-js": "3.10.1"
"uglify-js": "3.10.2"
},
"scripts": {
"build": "node scripts/build-package.js",