diff --git a/README.md b/README.md index 4ce6b7b1a78f..a3aabb541938 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,27 @@ Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for e These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed. +#### CDN with colors + +We also provide a CDN service which allows you to use colors. + +```html + + +``` + +Where `[COLOR]` is optional, and can be replaced by the [hex colors](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) or [CSS keywords](https://www.w3.org/wiki/CSS/Properties/color/keywords) of the icon you want to you use. The color is defaulted to the HEX color of the icon shown in [simpleicons.org website](https://simpleicons.org). For example: + +```html + + + + + + + +``` + ### Node Usage NodeNode The icons are also available through our npm package. To install, simply run: diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 1f4ca3724555..2d05c73749cc 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -241,6 +241,12 @@ "source": "https://adonisjs.com/", "guidelines": "https://www.notion.so/adonisjs/Welcome-to-the-AdonisJS-Brand-Assets-Guidelines-a042a6d0be7640c6bc78eb32e1bbaaa1" }, + { + "title": "ADP", + "hex": "D0271D", + "source": "https://www.adp.com/", + "guidelines": "https://www.adp.com/legal.aspx" + }, { "title": "Adyen", "hex": "0ABF53", diff --git a/icons/adp.svg b/icons/adp.svg new file mode 100644 index 000000000000..a861e7347778 --- /dev/null +++ b/icons/adp.svg @@ -0,0 +1 @@ +ADP \ No newline at end of file diff --git a/package.json b/package.json index 0a288bef6835..fc6884d1f4db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-icons", - "version": "7.19.0", + "version": "7.20.0", "description": "SVG icons for popular brands https://simpleicons.org", "homepage": "https://simpleicons.org", "keywords": [ diff --git a/slugs.md b/slugs.md index 7f6a3a910afc..a57c14f77b2f 100644 --- a/slugs.md +++ b/slugs.md @@ -54,6 +54,7 @@ update the script at 'scripts/release/update-slugs-table.js'. | `Adobe Premiere Pro` | `adobepremierepro` | | `Adobe XD` | `adobexd` | | `AdonisJS` | `adonisjs` | +| `ADP` | `adp` | | `Adyen` | `adyen` | | `Aer Lingus` | `aerlingus` | | `Aeroflot` | `aeroflot` |