@gitlab/svgs 1.229.0 → 1.230.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/README.md CHANGED
@@ -20,6 +20,10 @@ All output is saved to the `dist` folder where it’s referenced from our main a
20
20
  ## Adding icons or illustrations
21
21
 
22
22
  - If you're adding a third-party logo or trademark, refer to [this section](#adding-third-party-logos-or-trademarks).
23
+ - Review the following documentation:
24
+ - [Iconography design guidelines](https://design.gitlab.com/product-foundations/iconography)
25
+ - [Illustration design guidelines](https://design.gitlab.com/product-foundations/illustration)
26
+ - [Illustration contribution guidelines](https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/doc/illustration-contribution.md)
23
27
  - Make sure you have the latest from the `main` branch in your local copy of the **gitlab-svgs** repository, then create a new local branch.
24
28
  ```bash
25
29
  # Retrieve the latest updates
@@ -43,7 +47,7 @@ All output is saved to the `dist` folder where it’s referenced from our main a
43
47
  ```
44
48
  - Test icons by changing the settings in the **Icon configuration** panel of the local preview site and ensuring that the icon changes color and size (there are a few icons that intentionally don’t change color).
45
49
 
46
- ![Icon configuration panel](./docs/icon-configuration-panel.png)
50
+ ![Icon configuration panel](./doc/icon-configuration-panel.png)
47
51
 
48
52
  - If you are happy with the new/modified SVG, commit and push all changes (including the ones to the `dist` folder) and create a merge request.
49
53
  ```bash
@@ -0,0 +1 @@
1
+ <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.85 12H66a4 4 0 014 4v40a4 4 0 01-4 4H6a4 4 0 01-4-4V16a4 4 0 014-4h1.624" stroke="#6E49CB" stroke-width="4" stroke-linecap="round"/><rect x="50" y="42" width="12" height="10" rx="3" fill="#E58615"/><path d="M10 47h10m4 0h5m4 0h9" stroke="#B0B3B9" stroke-width="2" stroke-linecap="round"/><path d="M4 23h64" stroke="#6E49CB" stroke-width="4" stroke-linecap="square"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 8a6 6 0 016-6h28a6 6 0 016 6v3H16V8z" fill="#6E49CB" fill-opacity=".24"/><path d="M29 2h23a4 4 0 014 4v60a4 4 0 01-4 4H20a4 4 0 01-4-4V6a4 4 0 014-4h1" stroke="#6E49CB" stroke-width="4" stroke-linecap="round"/><circle cx="36" cy="62" r="3" fill="#6E49CB"/><path d="M32 7h8m-24 4h40" stroke="#6E49CB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 233,
2
+ "illustrationCount": 235,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -101,6 +101,10 @@
101
101
  "name": "illustrations/convdev/i2p_step_9.svg",
102
102
  "size": 1892
103
103
  },
104
+ {
105
+ "name": "illustrations/credit-card-sm.svg",
106
+ "size": 480
107
+ },
104
108
  {
105
109
  "name": "illustrations/deploy-boards.svg",
106
110
  "size": 1947
@@ -553,6 +557,10 @@
553
557
  "name": "illustrations/milestone_removing-page.svg",
554
558
  "size": 841
555
559
  },
560
+ {
561
+ "name": "illustrations/mobile-sm.svg",
562
+ "size": 479
563
+ },
556
564
  {
557
565
  "name": "illustrations/monitoring/getting_started.svg",
558
566
  "size": 3773
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "1.229.0",
3
+ "version": "1.230.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",