@manychat/icons 4.0.0 → 4.2.0
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.d.ts +5 -0
- package/dist/index.es.js +220 -48
- package/dist/index.js +224 -47
- package/package.json +1 -1
- package/umd/mcicons.js +214 -47
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -287,6 +287,11 @@ export const Telegram: Icon
|
|
|
287
287
|
export const Tap: Icon
|
|
288
288
|
export const NewOrphanMobile: Icon
|
|
289
289
|
export const Export: Icon
|
|
290
|
+
export const Ai: Icon
|
|
291
|
+
export const Bigcommerce: Icon
|
|
292
|
+
export const Woocommerce: Icon
|
|
293
|
+
export const Amazon: Icon
|
|
294
|
+
export const Hotmart: Icon
|
|
290
295
|
export const InstagramChannel2: Icon
|
|
291
296
|
export const PopularFilled: Icon
|
|
292
297
|
export const Bricks: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -5735,7 +5735,7 @@ const User = props => {
|
|
|
5735
5735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5736
5736
|
preserveAspectRatio: "xMidYMid meet"
|
|
5737
5737
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5738
|
-
d: "M11.9517 12.4737C9.24525 12.4737 7.11877 10.2947 7.11877 7.73684C7.11877 5.08421 9.3419 3 11.9517 3C14.5614 3 16.7846 5.17895 16.7846 7.73684C16.7846 10.3895 14.5614 12.4737 11.9517 12.4737ZM11.9517 4.42105C10.0185 4.42105 8.56864 5.93684 8.56864 7.73684C8.56864 9.53684 10.1152 11.0526 11.9517 11.0526C13.7882 11.0526 15.3347 9.63158 15.3347 7.73684C15.3347 5.93684 13.7882 4.42105 11.9517 4.42105ZM5.6689 20.8105C5.47558 19.8632 5.28226 19.0105 5.37892 18.3474C5.76555 15.5053 9.
|
|
5738
|
+
d: "M11.9517 12.4737C9.24525 12.4737 7.11877 10.2947 7.11877 7.73684C7.11877 5.08421 9.3419 3 11.9517 3C14.5614 3 16.7846 5.17895 16.7846 7.73684C16.7846 10.3895 14.5614 12.4737 11.9517 12.4737ZM11.9517 4.42105C10.0185 4.42105 8.56864 5.93684 8.56864 7.73684C8.56864 9.53684 10.1152 11.0526 11.9517 11.0526C13.7882 11.0526 15.3347 9.63158 15.3347 7.73684C15.3347 5.93684 13.7882 4.42105 11.9517 4.42105ZM5.6689 20.8105C5.47558 19.8632 5.28226 19.0105 5.37892 18.3474C5.76555 15.5053 9.72853 14.7474 11.855 14.7474C11.855 14.7474 11.855 14.7474 11.9517 14.7474C14.0781 14.7474 18.1378 15.5053 18.5244 18.3474C18.6211 19.0105 18.4278 19.9579 18.2344 20.9053H19.6843C19.8776 19.9579 20.0709 19.0105 19.9743 18.2526C19.491 14.3684 14.6581 13.4211 12.0483 13.4211H11.9517C9.3419 13.4211 4.509 14.4632 4.02571 18.3474C3.92905 19.1053 4.12237 20.0526 4.31568 21H5.6689V20.8105Z",
|
|
5739
5739
|
fill: color
|
|
5740
5740
|
}));
|
|
5741
5741
|
};
|
|
@@ -8679,31 +8679,28 @@ const Analytics = props => {
|
|
|
8679
8679
|
fill: "none",
|
|
8680
8680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8681
8681
|
preserveAspectRatio: "xMidYMid meet"
|
|
8682
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8682
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8683
|
+
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8684
|
+
fill: "white"
|
|
8685
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8686
|
+
d: "M2.70728 11.7071V21H6.64667V11.7071H2.70728Z",
|
|
8687
|
+
fill: "white"
|
|
8688
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8689
|
+
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8690
|
+
fill: "white"
|
|
8691
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8692
|
+
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8687
8693
|
stroke: color,
|
|
8688
8694
|
strokeWidth: "1.5"
|
|
8689
8695
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8690
|
-
d: "M2.70728 11.
|
|
8691
|
-
fill: "white",
|
|
8696
|
+
d: "M2.70728 11.7071V21H6.64667V11.7071H2.70728Z",
|
|
8692
8697
|
stroke: color,
|
|
8693
8698
|
strokeWidth: "1.5"
|
|
8694
8699
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8695
|
-
d: "M17.
|
|
8696
|
-
fill: "white",
|
|
8700
|
+
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8697
8701
|
stroke: color,
|
|
8698
8702
|
strokeWidth: "1.5"
|
|
8699
|
-
}))
|
|
8700
|
-
id: "clip0_7619_1736"
|
|
8701
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
8702
|
-
width: "20",
|
|
8703
|
-
height: "20",
|
|
8704
|
-
fill: "white",
|
|
8705
|
-
transform: "translate(2 2)"
|
|
8706
|
-
}))));
|
|
8703
|
+
}));
|
|
8707
8704
|
};
|
|
8708
8705
|
|
|
8709
8706
|
Analytics.propTypes = {
|
|
@@ -9740,13 +9737,188 @@ Export.defaultProps = {
|
|
|
9740
9737
|
|
|
9741
9738
|
const _excluded$4n = ["color", "size"];
|
|
9742
9739
|
|
|
9743
|
-
const
|
|
9740
|
+
const Ai = props => {
|
|
9744
9741
|
const {
|
|
9745
9742
|
color,
|
|
9746
9743
|
size
|
|
9747
9744
|
} = props,
|
|
9748
9745
|
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
9749
9746
|
|
|
9747
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9748
|
+
width: size,
|
|
9749
|
+
height: size,
|
|
9750
|
+
viewBox: "0 0 24 24",
|
|
9751
|
+
fill: "none",
|
|
9752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9753
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9754
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9755
|
+
d: "M6.86941 11.7578C6.75563 11.7578 6.66077 11.6818 6.62279 11.5681C6.20548 9.87997 4.85888 8.53323 3.18973 8.13499C3.07581 8.11594 3 8.00215 3 7.88838C3 7.7746 3.07594 7.67973 3.18973 7.64176C4.89674 7.22455 6.20551 5.89671 6.62279 4.18973C6.64184 4.07581 6.75563 4 6.86941 4C6.98319 4 7.0971 4.07594 7.11602 4.18973C7.51427 5.89678 8.84211 7.22448 10.5491 7.64176C10.663 7.66081 10.7388 7.7746 10.7388 7.88838C10.7388 8.00215 10.6629 8.09702 10.5491 8.13499C8.87991 8.53323 7.5144 9.87997 7.11602 11.5681C7.09697 11.682 6.98319 11.7578 6.86941 11.7578Z",
|
|
9756
|
+
fill: color
|
|
9757
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9758
|
+
d: "M20.8104 10.5626C18.5153 10.0884 16.7325 8.28655 16.2583 5.99148C16.2394 5.8777 16.1445 5.80176 16.0117 5.80176C15.8979 5.80176 15.803 5.87757 15.7651 5.99148C15.2909 8.28659 13.489 10.0884 11.2129 10.5626C11.0991 10.5815 11.0232 10.6764 11.0232 10.8092C11.0232 10.923 11.099 11.0178 11.2129 11.0558C13.508 11.53 15.2909 13.3318 15.7651 15.6079C15.784 15.7217 15.8788 15.7977 16.0117 15.7977C16.1255 15.7977 16.2203 15.7219 16.2583 15.6079C16.7325 13.3128 18.5343 11.53 20.8104 11.0558C20.9242 11.0369 21.0001 10.942 21.0001 10.8092C21.0001 10.6764 20.9243 10.5815 20.8104 10.5626Z",
|
|
9759
|
+
fill: color
|
|
9760
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9761
|
+
d: "M13.1668 15.9115C11.3269 15.5322 9.88547 14.0906 9.50609 12.2318C9.48717 12.137 9.41123 12.0801 9.31636 12.0801C9.2215 12.0801 9.14569 12.137 9.12664 12.2318C8.74733 14.0906 7.30572 15.5322 5.46596 15.9115C5.3711 15.9304 5.31421 16.0063 5.31421 16.1012C5.31421 16.1961 5.3711 16.2719 5.46596 16.2909C7.30578 16.6702 8.74726 18.1118 9.12664 19.9516C9.14556 20.0465 9.2215 20.1034 9.31636 20.1034C9.41123 20.1034 9.48704 20.0465 9.50609 19.9516C9.8854 18.1118 11.327 16.6703 13.1668 16.2909C13.2616 16.272 13.3185 16.1961 13.3185 16.1012C13.3185 16.0063 13.2616 15.9305 13.1668 15.9115Z",
|
|
9762
|
+
fill: color
|
|
9763
|
+
}));
|
|
9764
|
+
};
|
|
9765
|
+
|
|
9766
|
+
Ai.propTypes = {
|
|
9767
|
+
color: PropTypes.string,
|
|
9768
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9769
|
+
};
|
|
9770
|
+
Ai.defaultProps = {
|
|
9771
|
+
color: 'currentColor',
|
|
9772
|
+
size: '24'
|
|
9773
|
+
};
|
|
9774
|
+
|
|
9775
|
+
const _excluded$4o = ["color", "size"];
|
|
9776
|
+
|
|
9777
|
+
const Bigcommerce = props => {
|
|
9778
|
+
const {
|
|
9779
|
+
color,
|
|
9780
|
+
size
|
|
9781
|
+
} = props,
|
|
9782
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
9783
|
+
|
|
9784
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9785
|
+
width: size,
|
|
9786
|
+
height: size,
|
|
9787
|
+
viewBox: "0 0 24 24",
|
|
9788
|
+
fill: "none",
|
|
9789
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9790
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9791
|
+
}, otherProps), /*#__PURE__*/React.createElement("g", {
|
|
9792
|
+
clipPath: "url(#clip0_8716_546)"
|
|
9793
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9794
|
+
d: "M12.645 13.6621H15.6724C16.5334 13.6621 17.0786 13.1885 17.0786 12.4246C17.0786 11.7072 16.5334 11.1871 15.6724 11.1871H12.645C12.5445 11.1871 12.4586 11.2734 12.4586 11.3596V13.4832C12.4729 13.5837 12.5449 13.6557 12.645 13.6557V13.6621ZM12.645 18.5551H15.7725C16.734 18.5551 17.3077 18.0676 17.3077 17.2062C17.3077 16.4562 16.7625 15.8574 15.7725 15.8574H12.645C12.5445 15.8574 12.4586 15.9436 12.4586 16.0299V18.3687C12.4729 18.4835 12.5449 18.5551 12.645 18.5551ZM23.7214 0.0601037L14.7682 8.9851H16.2319C18.5134 8.9851 19.8619 10.4199 19.8619 11.984C19.8619 13.2215 19.0294 14.1215 18.1369 14.5235C17.9932 14.5809 17.9932 14.786 18.1511 14.8392C19.1842 15.2405 19.9159 16.3167 19.9159 17.5797C19.9159 19.3587 18.7249 20.7792 16.4149 20.7792H10.0762C9.97574 20.7792 9.88986 20.693 9.88986 20.6067V13.8489L0.0614858 23.6337C-0.0675142 23.7627 0.0183608 23.9926 0.205111 23.9926H23.8361C23.9224 23.9926 23.9936 23.9176 23.9936 23.8351V0.189479C24.0367 0.0319787 23.8361 -0.0542713 23.721 0.0604787L23.7214 0.0601037Z",
|
|
9795
|
+
fill: "#34313F"
|
|
9796
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
9797
|
+
id: "clip0_8716_546"
|
|
9798
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
9799
|
+
width: "24",
|
|
9800
|
+
height: "24",
|
|
9801
|
+
fill: "white"
|
|
9802
|
+
}))));
|
|
9803
|
+
};
|
|
9804
|
+
|
|
9805
|
+
Bigcommerce.propTypes = {
|
|
9806
|
+
color: PropTypes.string,
|
|
9807
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9808
|
+
};
|
|
9809
|
+
Bigcommerce.defaultProps = {
|
|
9810
|
+
color: 'currentColor',
|
|
9811
|
+
size: '24'
|
|
9812
|
+
};
|
|
9813
|
+
|
|
9814
|
+
const _excluded$4p = ["color", "size"];
|
|
9815
|
+
|
|
9816
|
+
const Woocommerce = props => {
|
|
9817
|
+
const {
|
|
9818
|
+
color,
|
|
9819
|
+
size
|
|
9820
|
+
} = props,
|
|
9821
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
9822
|
+
|
|
9823
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9824
|
+
width: size,
|
|
9825
|
+
height: size,
|
|
9826
|
+
viewBox: "0 0 24 24",
|
|
9827
|
+
fill: "none",
|
|
9828
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9829
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9830
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9831
|
+
d: "M21.5 5.5H2.5C1.3955 5.5 0.5 6.3955 0.5 7.5V15.5C0.5 16.6045 1.3955 17.5 2.5 17.5H12L16 19.5L15 17.5H21.5C22.6045 17.5 23.5 16.6045 23.5 15.5V7.5C23.5 6.3955 22.6045 5.5 21.5 5.5Z",
|
|
9832
|
+
fill: "#A64A7B"
|
|
9833
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9834
|
+
d: "M20.2215 9.5C20.242 9.5 20.2875 9.5025 20.36 9.519C20.531 9.5575 20.6395 9.618 20.77 9.862C20.925 10.1415 21 10.5035 21 10.9695C21 11.6685 20.8415 12.289 20.5135 12.8705C20.1605 13.5 19.9025 13.5 19.7785 13.5C19.758 13.5 19.7125 13.4975 19.64 13.481C19.469 13.4425 19.3605 13.382 19.2355 13.148C19.079 12.861 19 12.4815 19 12.0215C19 11.322 19.157 10.7065 19.4815 10.139C19.8455 9.5 20.109 9.5 20.2215 9.5ZM20.2215 8C19.3865 8 18.7085 8.4655 18.178 9.3965C17.726 10.1875 17.5 11.0625 17.5 12.0215C17.5 12.7385 17.639 13.3525 17.9175 13.8645C18.2305 14.451 18.6915 14.8045 19.309 14.9445C19.474 14.9815 19.6305 15 19.7785 15C20.622 15 21.3 14.5345 21.822 13.6035C22.274 12.803 22.5 11.928 22.5 10.9695C22.5 10.2435 22.361 9.6385 22.0825 9.1355C21.7695 8.549 21.3085 8.1955 20.691 8.0555C20.526 8.0185 20.3695 8 20.2215 8ZM14.2215 9.5C14.242 9.5 14.2875 9.5025 14.3555 9.518C14.522 9.556 14.641 9.6215 14.77 9.8625C14.925 10.1415 15 10.5035 15 10.9695C15 11.6685 14.8415 12.289 14.5135 12.8705C14.1605 13.5 13.9025 13.5 13.7785 13.5C13.758 13.5 13.7125 13.4975 13.64 13.481C13.469 13.4425 13.3605 13.382 13.2355 13.148C13.079 12.861 13 12.4815 13 12.0215C13 11.322 13.157 10.7065 13.4815 10.139C13.8455 9.5 14.109 9.5 14.2215 9.5ZM14.2215 8C13.3865 8 12.7085 8.4655 12.178 9.3965C11.726 10.1875 11.5 11.0625 11.5 12.0215C11.5 12.7385 11.639 13.3525 11.9175 13.8645C12.2305 14.451 12.6915 14.8045 13.309 14.9445C13.474 14.9815 13.6305 15 13.7785 15C14.622 15 15.3 14.5345 15.822 13.6035C16.274 12.803 16.5 11.928 16.5 10.9695C16.5 10.2435 16.361 9.6385 16.0825 9.1355C15.7695 8.549 15.3 8.1955 14.691 8.0555C14.526 8.0185 14.3695 8 14.2215 8ZM9.25 16C9.0395 16 8.834 15.911 8.6885 15.7475C7.5905 14.508 6.916 12.88 6.5185 11.576C5.9465 12.786 5.1745 14.3335 4.393 15.6355C4.2385 15.893 3.946 16.0315 3.6475 15.993C3.3495 15.9515 3.105 15.7365 3.0265 15.4465C1.9205 11.383 1.523 8.4715 1.507 8.3495C1.452 7.9395 1.74 7.562 2.15 7.5065C2.5655 7.4525 2.938 7.739 2.9935 8.1495C2.997 8.174 3.279 10.238 4.01 13.249C5.119 11.145 6.049 8.9815 6.061 8.954C6.1945 8.644 6.5205 8.4595 6.851 8.5065C7.185 8.5515 7.448 8.814 7.4935 9.148C7.497 9.174 7.7645 11.0605 8.616 12.8735C8.9755 9.2905 10.0525 7.454 10.107 7.363C10.3205 7.0075 10.782 6.8925 11.136 7.1055C11.4915 7.3185 11.6065 7.7795 11.3935 8.1345C11.381 8.1565 10 10.5575 10 15.25C10 15.5615 9.807 15.841 9.516 15.951C9.429 15.984 9.3395 16 9.25 16Z",
|
|
9835
|
+
fill: "white"
|
|
9836
|
+
}));
|
|
9837
|
+
};
|
|
9838
|
+
|
|
9839
|
+
Woocommerce.propTypes = {
|
|
9840
|
+
color: PropTypes.string,
|
|
9841
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9842
|
+
};
|
|
9843
|
+
Woocommerce.defaultProps = {
|
|
9844
|
+
color: 'currentColor',
|
|
9845
|
+
size: '24'
|
|
9846
|
+
};
|
|
9847
|
+
|
|
9848
|
+
const _excluded$4q = ["color", "size"];
|
|
9849
|
+
|
|
9850
|
+
const Amazon = props => {
|
|
9851
|
+
const {
|
|
9852
|
+
color,
|
|
9853
|
+
size
|
|
9854
|
+
} = props,
|
|
9855
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
9856
|
+
|
|
9857
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9858
|
+
width: size,
|
|
9859
|
+
height: size,
|
|
9860
|
+
viewBox: "0 0 24 24",
|
|
9861
|
+
fill: "none",
|
|
9862
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9863
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9864
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9865
|
+
d: "M19.8001 19.5C17.7001 21.05 14.5501 22 12.0001 22C8.35005 22 5.10005 20.55 2.60005 18.3C2.40005 18.1 2.60005 17.9 2.80005 18C5.50005 19.55 8.55005 20.45 11.9501 20.45C14.2501 20.45 17.1501 19.95 19.5001 18.95C19.8501 18.85 20.1501 19.25 19.8001 19.5ZM20.5501 18.45C20.3001 18.1 18.8001 18.3 18.1501 18.35C17.9501 18.35 17.9001 18.2 18.1001 18.05C19.2501 17.2 21.2001 17.45 21.4001 17.75C21.6001 18.05 21.3501 20 20.2501 20.9C20.1001 21.05 19.9001 20.95 20.0001 20.8C20.2501 20.2 20.8001 18.8 20.5501 18.45Z",
|
|
9866
|
+
fill: "#FFB300"
|
|
9867
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9868
|
+
d: "M18.4501 14.9C17.9501 14.25 17.4501 13.7 17.4501 12.45V8.3C17.4501 6.55 17.4501 5 16.2001 3.8C15.2001 2.85 13.5501 2.5 12.2501 2.5C9.50005 2.5 7.10005 3.6 6.50005 6.7C6.45005 7.05 6.70005 7.2 6.90005 7.25L9.45005 7.55C9.70005 7.55 9.85005 7.3 9.90005 7.05C10.1001 6 10.9501 5.5 11.9501 5.5C12.5001 5.5 13.5501 5.8 13.5501 7V8.5C11.9501 8.5 10.2501 8.5 8.85005 9.1C7.20005 9.8 6.05005 11.25 6.05005 13.4C6.05005 16.15 7.75005 17.5 9.95005 17.5C11.8001 17.5 12.9001 17.05 14.3501 15.6C14.8001 16.3 15.0001 16.7 15.8501 17.45C16.0501 17.55 16.3001 17.55 16.4501 17.4C16.9501 16.95 17.9001 16.1 18.4501 15.65C18.7001 15.45 18.6501 15.15 18.4501 14.9ZM13.5001 11.05C13.5001 12.05 13.4501 14.5 11.0001 14.5C9.50005 14.5 9.50005 13 9.50005 13C9.50005 10.75 11.6001 10.5 13.5001 10.5V11.05Z",
|
|
9869
|
+
fill: "#37474F"
|
|
9870
|
+
}));
|
|
9871
|
+
};
|
|
9872
|
+
|
|
9873
|
+
Amazon.propTypes = {
|
|
9874
|
+
color: PropTypes.string,
|
|
9875
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9876
|
+
};
|
|
9877
|
+
Amazon.defaultProps = {
|
|
9878
|
+
color: 'currentColor',
|
|
9879
|
+
size: '24'
|
|
9880
|
+
};
|
|
9881
|
+
|
|
9882
|
+
const _excluded$4r = ["color", "size"];
|
|
9883
|
+
|
|
9884
|
+
const Hotmart = props => {
|
|
9885
|
+
const {
|
|
9886
|
+
color,
|
|
9887
|
+
size
|
|
9888
|
+
} = props,
|
|
9889
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
9890
|
+
|
|
9891
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9892
|
+
width: size,
|
|
9893
|
+
height: size,
|
|
9894
|
+
viewBox: "0 0 24 24",
|
|
9895
|
+
fill: "none",
|
|
9896
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9897
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9898
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9899
|
+
d: "M12.0359 22.4467H11.9641C11.9539 22.4467 11.9436 22.4467 11.9334 22.4467C7.82194 22.4159 4.5 19.0325 4.5 14.8698C4.5 14.8493 4.5 14.8288 4.5 14.8083C4.51025 14.7057 4.51025 14.6032 4.51025 14.5007C4.5205 14.4187 4.5205 14.3366 4.53076 14.2546C4.55126 14.0598 4.58202 13.8035 4.57177 13.8035C4.57177 13.8035 4.57177 13.8035 4.57177 13.8137C4.85885 11.0455 6.35578 8.08236 8.00649 6.33937C8.01674 6.32912 8.027 6.31886 8.03725 6.31886C8.06801 6.31886 8.09877 6.34962 8.07826 6.39064C7.88346 6.83151 7.46309 8.09262 8.03725 8.13363C8.0475 8.13363 8.05776 8.13363 8.06801 8.13363C8.24231 8.13363 8.34484 8.01059 8.44737 7.78503C9.13431 6.39064 9.76999 2.57655 12.9792 1.51025C12.9894 1.5 12.9997 1.5 13.0099 1.5C13.0509 1.5 13.0817 1.53076 13.0407 1.59228C12.4563 2.5458 12.1179 4.08373 12.9894 5.51914C13.3483 6.10355 13.7071 6.32912 14.0044 6.32912C14.1377 6.32912 14.2608 6.27785 14.353 6.19583C14.7221 5.86774 14.6299 4.91422 14.4658 4.60663C14.4453 4.56562 14.4761 4.53486 14.5068 4.53486C14.5273 4.53486 14.5376 4.53486 14.5478 4.54511C16.8753 6.13431 15.7782 8.43096 16.8342 8.50273C16.8548 8.50273 16.8753 8.50273 16.8855 8.50273C17.4392 8.50273 17.4084 7.84655 17.3059 7.47745C17.2956 7.43643 17.3161 7.40567 17.3469 7.40567C17.3674 7.40567 17.3879 7.41593 17.4084 7.44668C18.8438 9.76384 19.4897 12.5629 19.5 14.4494V14.5314C19.5 14.6442 19.5 14.757 19.4897 14.8698C19.4897 14.8903 19.4897 14.9108 19.4897 14.9313C19.459 19.0837 16.1268 22.4364 12.0359 22.4467ZM11.9949 11.353C10.0878 11.353 8.53964 12.9115 8.51914 14.839C8.50888 16.7871 10.0468 18.3763 11.9744 18.3865C11.9846 18.3865 11.9846 18.3865 11.9949 18.3865C13.9019 18.3865 15.4604 16.8281 15.4706 14.9005C15.4911 12.9627 13.9429 11.3735 12.0256 11.353C12.0154 11.353 12.0051 11.353 11.9949 11.353Z",
|
|
9900
|
+
fill: "#F03C21"
|
|
9901
|
+
}));
|
|
9902
|
+
};
|
|
9903
|
+
|
|
9904
|
+
Hotmart.propTypes = {
|
|
9905
|
+
color: PropTypes.string,
|
|
9906
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9907
|
+
};
|
|
9908
|
+
Hotmart.defaultProps = {
|
|
9909
|
+
color: 'currentColor',
|
|
9910
|
+
size: '24'
|
|
9911
|
+
};
|
|
9912
|
+
|
|
9913
|
+
const _excluded$4s = ["color", "size"];
|
|
9914
|
+
|
|
9915
|
+
const InstagramChannel2 = props => {
|
|
9916
|
+
const {
|
|
9917
|
+
color,
|
|
9918
|
+
size
|
|
9919
|
+
} = props,
|
|
9920
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9921
|
+
|
|
9750
9922
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9751
9923
|
width: size,
|
|
9752
9924
|
height: size,
|
|
@@ -9781,14 +9953,14 @@ InstagramChannel2.defaultProps = {
|
|
|
9781
9953
|
size: '24'
|
|
9782
9954
|
};
|
|
9783
9955
|
|
|
9784
|
-
const _excluded$
|
|
9956
|
+
const _excluded$4t = ["color", "size"];
|
|
9785
9957
|
|
|
9786
9958
|
const PopularFilled = props => {
|
|
9787
9959
|
const {
|
|
9788
9960
|
color,
|
|
9789
9961
|
size
|
|
9790
9962
|
} = props,
|
|
9791
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9963
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9792
9964
|
|
|
9793
9965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9794
9966
|
width: size,
|
|
@@ -9812,14 +9984,14 @@ PopularFilled.defaultProps = {
|
|
|
9812
9984
|
size: '24'
|
|
9813
9985
|
};
|
|
9814
9986
|
|
|
9815
|
-
const _excluded$
|
|
9987
|
+
const _excluded$4u = ["color", "size"];
|
|
9816
9988
|
|
|
9817
9989
|
const Bricks = props => {
|
|
9818
9990
|
const {
|
|
9819
9991
|
color,
|
|
9820
9992
|
size
|
|
9821
9993
|
} = props,
|
|
9822
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9994
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9823
9995
|
|
|
9824
9996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9825
9997
|
width: size,
|
|
@@ -9852,14 +10024,14 @@ Bricks.defaultProps = {
|
|
|
9852
10024
|
size: '24'
|
|
9853
10025
|
};
|
|
9854
10026
|
|
|
9855
|
-
const _excluded$
|
|
10027
|
+
const _excluded$4v = ["color", "size"];
|
|
9856
10028
|
|
|
9857
10029
|
const HealthPulse = props => {
|
|
9858
10030
|
const {
|
|
9859
10031
|
color,
|
|
9860
10032
|
size
|
|
9861
10033
|
} = props,
|
|
9862
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10034
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9863
10035
|
|
|
9864
10036
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9865
10037
|
width: size,
|
|
@@ -9886,14 +10058,14 @@ HealthPulse.defaultProps = {
|
|
|
9886
10058
|
size: '24'
|
|
9887
10059
|
};
|
|
9888
10060
|
|
|
9889
|
-
const _excluded$
|
|
10061
|
+
const _excluded$4w = ["color", "size"];
|
|
9890
10062
|
|
|
9891
10063
|
const Create = props => {
|
|
9892
10064
|
const {
|
|
9893
10065
|
color,
|
|
9894
10066
|
size
|
|
9895
10067
|
} = props,
|
|
9896
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10068
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9897
10069
|
|
|
9898
10070
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9899
10071
|
width: size,
|
|
@@ -9920,14 +10092,14 @@ Create.defaultProps = {
|
|
|
9920
10092
|
size: '24'
|
|
9921
10093
|
};
|
|
9922
10094
|
|
|
9923
|
-
const _excluded$
|
|
10095
|
+
const _excluded$4x = ["color", "size"];
|
|
9924
10096
|
|
|
9925
10097
|
const GtCheckbox = props => {
|
|
9926
10098
|
const {
|
|
9927
10099
|
color,
|
|
9928
10100
|
size
|
|
9929
10101
|
} = props,
|
|
9930
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10102
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9931
10103
|
|
|
9932
10104
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9933
10105
|
width: size,
|
|
@@ -9954,14 +10126,14 @@ GtCheckbox.defaultProps = {
|
|
|
9954
10126
|
size: '24'
|
|
9955
10127
|
};
|
|
9956
10128
|
|
|
9957
|
-
const _excluded$
|
|
10129
|
+
const _excluded$4y = ["color", "size"];
|
|
9958
10130
|
|
|
9959
10131
|
const GtFbComment = props => {
|
|
9960
10132
|
const {
|
|
9961
10133
|
color,
|
|
9962
10134
|
size
|
|
9963
10135
|
} = props,
|
|
9964
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10136
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
9965
10137
|
|
|
9966
10138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9967
10139
|
width: size,
|
|
@@ -9987,14 +10159,14 @@ GtFbComment.defaultProps = {
|
|
|
9987
10159
|
size: '24'
|
|
9988
10160
|
};
|
|
9989
10161
|
|
|
9990
|
-
const _excluded$
|
|
10162
|
+
const _excluded$4z = ["color", "size"];
|
|
9991
10163
|
|
|
9992
10164
|
const GtAdsJson = props => {
|
|
9993
10165
|
const {
|
|
9994
10166
|
color,
|
|
9995
10167
|
size
|
|
9996
10168
|
} = props,
|
|
9997
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10169
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9998
10170
|
|
|
9999
10171
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10000
10172
|
width: size,
|
|
@@ -10027,14 +10199,14 @@ GtAdsJson.defaultProps = {
|
|
|
10027
10199
|
size: '24'
|
|
10028
10200
|
};
|
|
10029
10201
|
|
|
10030
|
-
const _excluded$
|
|
10202
|
+
const _excluded$4A = ["color", "size"];
|
|
10031
10203
|
|
|
10032
10204
|
const GtFbCode = props => {
|
|
10033
10205
|
const {
|
|
10034
10206
|
color,
|
|
10035
10207
|
size
|
|
10036
10208
|
} = props,
|
|
10037
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10209
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
10038
10210
|
|
|
10039
10211
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10040
10212
|
width: size,
|
|
@@ -10063,14 +10235,14 @@ GtFbCode.defaultProps = {
|
|
|
10063
10235
|
size: '24'
|
|
10064
10236
|
};
|
|
10065
10237
|
|
|
10066
|
-
const _excluded$
|
|
10238
|
+
const _excluded$4B = ["color", "size"];
|
|
10067
10239
|
|
|
10068
10240
|
const GtRef = props => {
|
|
10069
10241
|
const {
|
|
10070
10242
|
color,
|
|
10071
10243
|
size
|
|
10072
10244
|
} = props,
|
|
10073
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10245
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10074
10246
|
|
|
10075
10247
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10076
10248
|
width: size,
|
|
@@ -10097,14 +10269,14 @@ GtRef.defaultProps = {
|
|
|
10097
10269
|
size: '24'
|
|
10098
10270
|
};
|
|
10099
10271
|
|
|
10100
|
-
const _excluded$
|
|
10272
|
+
const _excluded$4C = ["color", "size"];
|
|
10101
10273
|
|
|
10102
10274
|
const GtCustomerChat = props => {
|
|
10103
10275
|
const {
|
|
10104
10276
|
color,
|
|
10105
10277
|
size
|
|
10106
10278
|
} = props,
|
|
10107
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10279
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10108
10280
|
|
|
10109
10281
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10110
10282
|
width: size,
|
|
@@ -10133,14 +10305,14 @@ GtCustomerChat.defaultProps = {
|
|
|
10133
10305
|
size: '24'
|
|
10134
10306
|
};
|
|
10135
10307
|
|
|
10136
|
-
const _excluded$
|
|
10308
|
+
const _excluded$4D = ["color", "size"];
|
|
10137
10309
|
|
|
10138
10310
|
const GtTakeover = props => {
|
|
10139
10311
|
const {
|
|
10140
10312
|
color,
|
|
10141
10313
|
size
|
|
10142
10314
|
} = props,
|
|
10143
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10144
10316
|
|
|
10145
10317
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10146
10318
|
width: size,
|
|
@@ -10198,14 +10370,14 @@ GtTakeover.defaultProps = {
|
|
|
10198
10370
|
size: '24'
|
|
10199
10371
|
};
|
|
10200
10372
|
|
|
10201
|
-
const _excluded$
|
|
10373
|
+
const _excluded$4E = ["color", "size"];
|
|
10202
10374
|
|
|
10203
10375
|
const FlowPlaceholder = props => {
|
|
10204
10376
|
const {
|
|
10205
10377
|
color,
|
|
10206
10378
|
size
|
|
10207
10379
|
} = props,
|
|
10208
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10380
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10209
10381
|
|
|
10210
10382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10211
10383
|
width: size,
|
|
@@ -10284,14 +10456,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
10284
10456
|
size: '24'
|
|
10285
10457
|
};
|
|
10286
10458
|
|
|
10287
|
-
const _excluded$
|
|
10459
|
+
const _excluded$4F = ["color", "size"];
|
|
10288
10460
|
|
|
10289
10461
|
const AddStep = props => {
|
|
10290
10462
|
const {
|
|
10291
10463
|
color,
|
|
10292
10464
|
size
|
|
10293
10465
|
} = props,
|
|
10294
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10466
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10295
10467
|
|
|
10296
10468
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10297
10469
|
width: size,
|
|
@@ -10327,14 +10499,14 @@ AddStep.defaultProps = {
|
|
|
10327
10499
|
size: '24'
|
|
10328
10500
|
};
|
|
10329
10501
|
|
|
10330
|
-
const _excluded$
|
|
10502
|
+
const _excluded$4G = ["color", "size"];
|
|
10331
10503
|
|
|
10332
10504
|
const Stats = props => {
|
|
10333
10505
|
const {
|
|
10334
10506
|
color,
|
|
10335
10507
|
size
|
|
10336
10508
|
} = props,
|
|
10337
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10509
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10338
10510
|
|
|
10339
10511
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10340
10512
|
width: size,
|
|
@@ -10374,4 +10546,4 @@ Stats.defaultProps = {
|
|
|
10374
10546
|
size: '24'
|
|
10375
10547
|
};
|
|
10376
10548
|
|
|
10377
|
-
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bold, Book, Bot, BotRemove, Bricks, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, HealthPulse, Help, Hide, Home, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, InstagramChannel3, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Play, Plus, Popular, PopularFilled, Protect, PublicChangelog, Publish, Qr, Question, Redo, Reels, Retry, Rules, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stats, Stop, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Zapier };
|
|
10549
|
+
export { Action, ActionMarkConversationAsDone, AddCircle, AddStep, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Bricks, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Cart, Cgt20, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, Copy, CopyToAnotherFlow, Coupon, Create, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DragConnector, DragItem, DubleTick, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Flow, FlowPlaceholder, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, HealthPulse, Help, Hide, Home, Hotmart, IcGrid_24px_, IcGrid__148x100_, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel2, InstagramChannel3, Italic, Keyboard, Keywords, Link, LiveChat, Logout, MagicWand, Magnet, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, OrphanAction, OrphanAction2, OrphanAdStatistics, OrphanAdsCampaignMessages, OrphanAdsCampaignTraffic, OrphanArchive, OrphanBuilderSelect, OrphanBuyButton, OrphanCall, OrphanCardQuadrant, OrphanClicked, OrphanDesktop, OrphanFbChat, OrphanFullScreenPreview, OrphanFullText, OrphanIntegration, OrphanIntegromat, OrphanLiveChatDone, OrphanLongArrow, OrphanMainMenu, OrphanMinimizedChat, OrphanMobile, OrphanOpen, OrphanRestore, OrphanSplit, OrphanSubscribedNoInfo, OrphanTableView, OrphanTriggerZap, OtnRequest, Pause, PhoneOutgoing, Pin, Play, Plus, Popular, PopularFilled, Protect, PublicChangelog, Publish, Qr, Question, Redo, Reels, Retry, Rules, Search, SelectAll, Send, Send2, SendMessage, Sequences, SequencesAdd, SequencesRemove, Settings, Share, Shopify, ShopifyDeprecated, Show, ShowFlow, ShowcaseProducts, Smile, Sms, SmsChannel, SolidArrowUnsorted, Sort, SortDown, SortUp, Spacing, Spinner, SponsoredMessages, SponsoredMessages2, Star, Starred, StartFlow, Stats, Stop, SystemField, TableView, Tap, Telegram, TelegramChannel, TelegramChannel2, TemplateMediaBg, TemplateStore, TemplateTextMedia, Templates, Text, ThumbDown, ThumbUp, Tick, Ticket, Time, TimeAdd, Transgender, TriggerFbAds, TriggerFbComments, TriggerFbComments20, TriggerIgStoryReply, TriggerNewSubscriber, Triggers, TriggersLines, Unassign, Underline, Undo, Unpin, Unprotect, Unsubscribed, User, UserAdd, Video, VideoCircleTg, Warning, WebChat, WebsiteRedirect, WelcomeMessage, WhatsAppChannel, WhatsAppWidget, Woocommerce, Zapier };
|