@catalystsoftware/icons 1.0.16 → 1.0.17

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
@@ -1623,7 +1623,10 @@ var Cookie = createIcon(
1623
1623
 
1624
1624
  // src/icons/Copy.tsx
1625
1625
  var Copy = createIcon(
1626
- "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
1626
+ [
1627
+ "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z",
1628
+ "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1"
1629
+ ],
1627
1630
  "Copy"
1628
1631
  );
1629
1632
 
package/dist/index.mjs CHANGED
@@ -1115,7 +1115,10 @@ var Cookie = createIcon(
1115
1115
 
1116
1116
  // src/icons/Copy.tsx
1117
1117
  var Copy = createIcon(
1118
- "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
1118
+ [
1119
+ "M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z",
1120
+ "M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1"
1121
+ ],
1119
1122
  "Copy"
1120
1123
  );
1121
1124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catalystsoftware/icons",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "A flexible icon library for React",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",