@gitlab/svgs 2.6.0 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tool-versions +2 -2
- package/README.md +1 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +3 -2
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +5 -1
- package/dist/illustrations/empty-state/empty-state-clusters.svg +1 -1
- package/dist/illustrations/third-party-logos/kontra.svg +1 -0
- package/dist/illustrations/third-party-logos/secure_code_warrior.svg +1 -0
- package/dist/illustrations.json +10 -2
- package/dist/sprite_icons/license-sm.svg +1 -0
- package/package.json +3 -3
package/.tool-versions
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
nodejs 16.14.0
|
|
2
|
+
yarn 1.22.17
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ All output is saved to the `dist` folder where it’s referenced from our main a
|
|
|
59
59
|
|
|
60
60
|
### Adding third-party logos or trademarks
|
|
61
61
|
|
|
62
|
-
1. See the [process for adding third-party trademarks to GitLab](https://about.gitlab.com/handbook/legal/policies/third-party-
|
|
62
|
+
1. See the [process for adding third-party trademarks to GitLab](https://about.gitlab.com/handbook/legal/policies/product-third-party-trademarks-guidelines/#process-for-adding-third-party-trademarks-to-gitlab) in the handbook.
|
|
63
63
|
1. Place approved assets in the `/illustrations/third-party-logos` directory.
|
|
64
64
|
|
|
65
65
|
### Exporting icons from Figma
|