@catalystsoftware/icons 1.0.57 → 1.0.58

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/dist/index.js CHANGED
@@ -8484,10 +8484,7 @@ var Theta = createIcon(
8484
8484
 
8485
8485
  // src/icons/Tiwaz.tsx
8486
8486
  var Tiwaz = createIcon(
8487
- [
8488
- "path27971",
8489
- "path27973"
8490
- ],
8487
+ "M 3.253 2.250 C -1.723 5.729, -0.535 7.707, 4.535 4.385 L 7 2.770 7 13.385 C 7 19.795, 7.396 24, 8 24 C 8.603 24, 9 19.833, 9 13.500 C 9 7.725, 9.302 3, 9.671 3 C 10.040 3, 11.149 3.730, 12.134 4.621 C 13.985 6.296, 17 5.894, 17 3.972 C 17 3.373, 16.603 3.127, 16.118 3.427 C 15.632 3.727, 14.099 3.079, 12.710 1.986 C 9.444 -0.583, 7.216 -0.520, 3.253 2.250 M -0 5 C -0 5.733, 0.300 6.033, 0.667 5.667 C 1.033 5.300, 1.033 4.700, 0.667 4.333 C 0.300 3.967, -0 4.267, -0 5",
8491
8488
  "Tiwaz",
8492
8489
  true
8493
8490
  );
package/dist/index.mjs CHANGED
@@ -7725,10 +7725,7 @@ var Theta = createIcon(
7725
7725
 
7726
7726
  // src/icons/Tiwaz.tsx
7727
7727
  var Tiwaz = createIcon(
7728
- [
7729
- "path27971",
7730
- "path27973"
7731
- ],
7728
+ "M 3.253 2.250 C -1.723 5.729, -0.535 7.707, 4.535 4.385 L 7 2.770 7 13.385 C 7 19.795, 7.396 24, 8 24 C 8.603 24, 9 19.833, 9 13.500 C 9 7.725, 9.302 3, 9.671 3 C 10.040 3, 11.149 3.730, 12.134 4.621 C 13.985 6.296, 17 5.894, 17 3.972 C 17 3.373, 16.603 3.127, 16.118 3.427 C 15.632 3.727, 14.099 3.079, 12.710 1.986 C 9.444 -0.583, 7.216 -0.520, 3.253 2.250 M -0 5 C -0 5.733, 0.300 6.033, 0.667 5.667 C 1.033 5.300, 1.033 4.700, 0.667 4.333 C 0.300 3.967, -0 4.267, -0 5",
7732
7729
  "Tiwaz",
7733
7730
  true
7734
7731
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catalystsoftware/icons",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "A flexible icon library for React",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",