@generation/icons 1.1.1 → 1.1.2

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
@@ -5,15 +5,19 @@
5
5
  ### Easy build all
6
6
  1. Add the SVG file to the assets folder
7
7
 
8
- 2. Run `npm run build-all`
8
+ 2. Change the fill value property to `currentColor`
9
+
10
+ 3. Run `npm run build-all`
9
11
 
10
12
  ### Run the build-all step by step instead
11
13
  1. Add the SVG file to the assets folder
12
14
 
13
- 2. Run `npm run transform`
15
+ 2. Change the fill value property to `currentColor`
16
+
17
+ 3. Run `npm run transform`
14
18
  This should generate the React components for the SVGs in the `src/Icons`
15
19
 
16
- 3. Run `npm run create`
20
+ 4. Run `npm run create`
17
21
  This should create the imports for the React components in the index
18
22
 
19
23
 
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <g>
3
+ <path d="M21.9996 2L19.4996 3.4L16.9996 2L18.3996 4.5L16.9996 7L19.4996 5.6L21.9996 7L20.5996 4.5L21.9996 2ZM14.3696 7.29C13.9796 6.9 13.3496 6.9 12.9596 7.29L1.28957 18.96C0.89957 19.35 0.89957 19.98 1.28957 20.37L3.62957 22.71C4.01957 23.1 4.64957 23.1 5.03957 22.71L16.6996 11.05C17.0896 10.66 17.0896 10.03 16.6996 9.64L14.3696 7.29ZM13.3396 12.78L11.2196 10.66L13.6596 8.22L15.7796 10.34L13.3396 12.78Z" fill="currentColor"/>
4
+ </g>
5
+ </svg>