@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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: "
|
|
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: "
|
|
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.
|
|
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": "
|
|
25
|
+
"@marigold/system": "3.0.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": "17.x || 18.x"
|