Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish 7 new icons and 3 updated icons #8586

Merged
merged 15 commits into from
Apr 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install dependencies
run: npm i
- name: Deploy to NPM
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
github:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ docker run -it --rm --entrypoint "/bin/ash" simple-icons

## Developing Third-Party Extensions

A SDK is included in the `simple-icons/sdk` entrypoint of the npm package to make it easier the development of third party extensions with Javascript and Typescript.
A SDK is included in the `simple-icons/sdk` entrypoint of the npm package to make it easier the development of third party extensions with JavaScript and TypeScript.

```typescript
import { getIconsData, type IconData } from 'simple-icons/sdk';
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:19-alpine
FROM node:20-alpine

RUN apk add --no-cache \
git

WORKDIR /simple-icons
COPY package*.json /simple-icons/
RUN npm install
COPY package.json /simple-icons/
RUN npm install --ignore-scripts

COPY . .

Expand Down
42 changes: 39 additions & 3 deletions _data/simple-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@
"hex": "000000",
"source": "https://commons.wikimedia.org/wiki/File:AEW_Logo_(simplified).svg"
},
{
"title": "AFFiNE",
"hex": "1E96EB",
"source": "https://affine.pro/"
},
{
"title": "Affinity",
"hex": "222324",
Expand Down Expand Up @@ -1012,6 +1017,11 @@
"source": "https://www.arangodb.com",
"guidelines": "https://www.arangodb.com/resources/logos"
},
{
"title": "ArcGIS",
"hex": "2C7AC3",
"source": "https://www.esri.com/en-us/arcgis/products/arcgis-pro/overview"
},
{
"title": "Arch Linux",
"hex": "1793D1",
Expand Down Expand Up @@ -1927,6 +1937,11 @@
"hex": "FF9C42",
"source": "https://www.carthrottle.com/"
},
{
"title": "Cardano",
"hex": "0133AD",
"source": "https://cardano.org/brand-assets/"
},
{
"title": "Carrefour",
"hex": "004E9F",
Expand Down Expand Up @@ -2527,6 +2542,12 @@
"hex": "575757",
"source": "https://cncf-branding.netlify.app/projects/containerd/"
},
{
"title": "Contao",
"hex": "F47C00",
"source": "https://contao.org",
"guidelines": "https://contao.org/en/media"
},
{
"title": "Contentful",
"hex": "2478CC",
Expand Down Expand Up @@ -3598,6 +3619,11 @@
"hex": "E7352C",
"source": "https://www.espressif.com/"
},
{
"title": "ESRI",
"hex": "000000",
"source": "https://www.esri.com/en-us/arcgis/products/arcgis-pro/overview"
},
{
"title": "etcd",
"hex": "419EDA",
Expand Down Expand Up @@ -3966,7 +3992,7 @@
},
{
"title": "Flathub",
"hex": "4A86CF",
"hex": "000000",
"source": "https://flathub.org/"
},
{
Expand Down Expand Up @@ -7326,6 +7352,11 @@
"hex": "47A248",
"source": "https://www.mongodb.com/pressroom"
},
{
"title": "Mongoose",
"hex": "880000",
"source": "https://github.com/Automattic/mongoose/blob/7971a4dbd55888f0b005e65b06024109af8352f7/docs/images/mongoose.svg"
},
{
"title": "Monica",
"hex": "2C2B29",
Expand Down Expand Up @@ -9990,6 +10021,11 @@
"hex": "E9573F",
"source": "https://rubygems.org/pages/about"
},
{
"title": "Ruff",
"hex": "FCC21B",
"source": "https://github.com/charliermarsh/ruff/blob/e04ef423344837c916e75a7b09ea674711a104e0/assets/badge/v1.json"
},
{
"title": "Runkeeper",
"hex": "001E62",
Expand Down Expand Up @@ -11196,8 +11232,8 @@
},
{
"title": "Supabase",
"hex": "3ECF8E",
"source": "https://github.com/supabase/supabase/blob/2a983c3290148d17cfce9e34c0a39102b22fdf78/web/static/img/showcase-logo/supabase-logo.svg"
"hex": "3FCF8E",
"source": "https://github.com/supabase/supabase/blob/4031a7549f5d46da7bc79c01d56be4177dc7c114/packages/common/assets/images/supabase-logo-wordmark--light.svg"
},
{
"title": "Super User",
Expand Down
1 change: 1 addition & 0 deletions icons/affine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/arcgis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/cardano.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/contao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/esri.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading