@marigold/icons 1.0.5 → 1.1.1

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
@@ -268,7 +268,7 @@ var Logout = (0, import_react12.forwardRef)((props, ref) => /* @__PURE__ */ impo
268
268
  viewBox: "0 0 24 24",
269
269
  ref
270
270
  }, /* @__PURE__ */ import_react12.default.createElement("path", {
271
- d: "M13 3h-2v10h2V3Zm4.83 2.17-1.42 1.42A6.92 6.92 0 0 1 19 12c0 3.87-3.13 7-7 7A6.995 6.995 0 0 1 7.58 6.58L6.17 5.17A8.932 8.932 0 0 0 3 12a9 9 0 0 0 18 0c0-2.74-1.23-5.18-3.17-6.83Z"
271
+ d: "M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h7v2H5v14h7v2Zm11-4-1.375-1.45 2.55-2.55H9v-2h8.175l-2.55-2.55L16 7l5 5Z"
272
272
  })));
273
273
 
274
274
  // src/action/Pause.tsx
package/dist/index.mjs CHANGED
@@ -130,7 +130,7 @@ var Logout = forwardRef12((props, ref) => /* @__PURE__ */ React12.createElement(
130
130
  viewBox: "0 0 24 24",
131
131
  ref
132
132
  }, /* @__PURE__ */ React12.createElement("path", {
133
- d: "M13 3h-2v10h2V3Zm4.83 2.17-1.42 1.42A6.92 6.92 0 0 1 19 12c0 3.87-3.13 7-7 7A6.995 6.995 0 0 1 7.58 6.58L6.17 5.17A8.932 8.932 0 0 0 3 12a9 9 0 0 0 18 0c0-2.74-1.23-5.18-3.17-6.83Z"
133
+ d: "M5 21q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h7v2H5v14h7v2Zm11-4-1.375-1.45 2.55-2.55H9v-2h8.175l-2.55-2.55L16 7l5 5Z"
134
134
  })));
135
135
 
136
136
  // src/action/Pause.tsx
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marigold/icons",
3
3
  "description": "Marigold Icons",
4
- "version": "1.0.5",
4
+ "version": "1.1.1",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "marigold",
@@ -22,7 +22,7 @@
22
22
  "directory": "packages/icons"
23
23
  },
24
24
  "dependencies": {
25
- "@marigold/system": "2.2.0"
25
+ "@marigold/system": "3.0.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "17.x || 18.x"