@manychat/icons 4.34.0 → 4.34.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.es.js +10 -4
- package/dist/index.js +10 -4
- package/package.json +1 -1
- package/umd/mcicons.js +10 -4
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11725,18 +11725,24 @@ const Renew = _ref => {
|
|
|
11725
11725
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11726
11726
|
width: size,
|
|
11727
11727
|
height: size,
|
|
11728
|
-
viewBox: "0 0
|
|
11728
|
+
viewBox: "0 0 24 24",
|
|
11729
11729
|
fill: "none",
|
|
11730
11730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11731
11731
|
preserveAspectRatio: "xMidYMid meet"
|
|
11732
11732
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11733
|
-
d: "
|
|
11733
|
+
d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
|
|
11734
|
+
fill: color
|
|
11735
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11736
|
+
d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
|
|
11737
|
+
fill: color
|
|
11738
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11739
|
+
d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
|
|
11734
11740
|
fill: color
|
|
11735
11741
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11736
|
-
d: "
|
|
11742
|
+
d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
|
|
11737
11743
|
fill: color
|
|
11738
11744
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11739
|
-
d: "
|
|
11745
|
+
d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
|
|
11740
11746
|
fill: color
|
|
11741
11747
|
}));
|
|
11742
11748
|
};
|
package/dist/index.js
CHANGED
|
@@ -11731,18 +11731,24 @@ const Renew = _ref => {
|
|
|
11731
11731
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11732
11732
|
width: size,
|
|
11733
11733
|
height: size,
|
|
11734
|
-
viewBox: "0 0
|
|
11734
|
+
viewBox: "0 0 24 24",
|
|
11735
11735
|
fill: "none",
|
|
11736
11736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11737
11737
|
preserveAspectRatio: "xMidYMid meet"
|
|
11738
11738
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11739
|
-
d: "
|
|
11739
|
+
d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
|
|
11740
|
+
fill: color
|
|
11741
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11742
|
+
d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
|
|
11743
|
+
fill: color
|
|
11744
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11745
|
+
d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
|
|
11740
11746
|
fill: color
|
|
11741
11747
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11742
|
-
d: "
|
|
11748
|
+
d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
|
|
11743
11749
|
fill: color
|
|
11744
11750
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11745
|
-
d: "
|
|
11751
|
+
d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
|
|
11746
11752
|
fill: color
|
|
11747
11753
|
}));
|
|
11748
11754
|
};
|
package/package.json
CHANGED
package/umd/mcicons.js
CHANGED
|
@@ -11692,18 +11692,24 @@
|
|
|
11692
11692
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11693
11693
|
width: size,
|
|
11694
11694
|
height: size,
|
|
11695
|
-
viewBox: "0 0
|
|
11695
|
+
viewBox: "0 0 24 24",
|
|
11696
11696
|
fill: "none",
|
|
11697
11697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11698
11698
|
preserveAspectRatio: "xMidYMid meet"
|
|
11699
11699
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
11700
|
-
d: "
|
|
11700
|
+
d: "M8.62667 12H6.57333L4.91111 10.1538L3.15111 11.8974H1L4.91111 8L8.62667 12Z",
|
|
11701
|
+
fill: color
|
|
11702
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11703
|
+
d: "M5.2002 12C5.2002 16.7 8.24 20.5 12 20.5C14.2156 20.5 16.198 19.1219 17.4434 17H18.9189C17.5304 19.9829 14.9453 22 12 22C7.6 22 4 17.5 4 12H5.2002Z",
|
|
11704
|
+
fill: color
|
|
11705
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11706
|
+
d: "M12 2C16.4 2 19.92 6.5 20 12H18.7998C18.7998 7.3 15.76 3.40039 12 3.40039C9.72422 3.40039 7.7143 4.82992 6.48047 7H5.08203C6.47063 4.01732 9.05485 2 12 2Z",
|
|
11701
11707
|
fill: color
|
|
11702
11708
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11703
|
-
d: "
|
|
11709
|
+
d: "M15.3733 12H17.4267L19.0889 13.8462L20.8489 12.1026L23 12.1026L19.0889 16L15.3733 12Z",
|
|
11704
11710
|
fill: color
|
|
11705
11711
|
}), /*#__PURE__*/React.createElement("path", {
|
|
11706
|
-
d: "
|
|
11712
|
+
d: "M12.5693 6.76953C13.1678 6.85503 13.6809 7.11163 14.1084 7.53906C14.7068 8.052 15.0487 8.82142 15.0488 9.59082H13.6807C13.6805 9.24887 13.5098 8.82136 13.168 8.47949C12.9115 8.22306 12.5694 7.96639 11.8857 8.05176C11.1162 8.05176 10.3467 8.47989 10.3467 9.33496C10.3468 10.1044 10.945 10.7883 12.2275 11.2158C14.0231 11.8998 14.9638 12.926 14.9639 14.2939C14.9639 15.491 14.194 16.6888 12.5693 16.9453V17.7998H11.2871V16.9453C9.40605 16.6033 8.55087 15.0639 8.55078 13.6104H9.83301C9.83309 14.5509 10.3467 15.6621 11.8857 15.6621C13.2534 15.662 13.5956 14.7221 13.5957 14.209C13.5957 13.4394 12.9115 12.8402 11.6289 12.3271C9.49151 11.5576 9.06353 10.2755 9.06348 9.33496C9.06348 8.13786 10.0045 7.11199 11.2871 6.85547V6H12.5693V6.76953Z",
|
|
11707
11713
|
fill: color
|
|
11708
11714
|
}));
|
|
11709
11715
|
};
|