@manychat/icons 4.9.0 → 4.11.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 +8 -0
- package/dist/index.es.js +350 -1
- package/dist/index.js +357 -0
- package/package.json +1 -1
- package/umd/mcicons.js +341 -0
- package/umd/mcicons.min.js +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -315,3 +315,11 @@ export const ChatGpt: Icon
|
|
|
315
315
|
export const MailChimp: Icon
|
|
316
316
|
export const ConvertKit: Icon
|
|
317
317
|
export const GoogleSheets: Icon
|
|
318
|
+
export const Salesforce: Icon
|
|
319
|
+
export const Pipedrive: Icon
|
|
320
|
+
export const Wiseagent: Icon
|
|
321
|
+
export const Apptivo: Icon
|
|
322
|
+
export const Zillow: Icon
|
|
323
|
+
export const Canva: Icon
|
|
324
|
+
export const Kajabi: Icon
|
|
325
|
+
export const Magento: Icon
|
package/dist/index.es.js
CHANGED
|
@@ -10643,4 +10643,353 @@ GoogleSheets.defaultProps = {
|
|
|
10643
10643
|
size: '24'
|
|
10644
10644
|
};
|
|
10645
10645
|
|
|
10646
|
-
|
|
10646
|
+
const _excluded$4P = ["color", "size"];
|
|
10647
|
+
|
|
10648
|
+
const Salesforce = props => {
|
|
10649
|
+
const {
|
|
10650
|
+
color,
|
|
10651
|
+
size
|
|
10652
|
+
} = props,
|
|
10653
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
10654
|
+
|
|
10655
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10656
|
+
width: size,
|
|
10657
|
+
height: size,
|
|
10658
|
+
viewBox: "0 0 24 24",
|
|
10659
|
+
fill: "none",
|
|
10660
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10661
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10662
|
+
}, otherProps), /*#__PURE__*/React.createElement("g", {
|
|
10663
|
+
clipPath: "url(#clip0_9098_280)"
|
|
10664
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10665
|
+
d: "M10.1194 6.36646C10.4772 5.9901 10.908 5.69071 11.3854 5.48662C11.8629 5.28253 12.377 5.17804 12.8963 5.17955C14.3451 5.17955 15.6008 5.98149 16.2765 7.1764C16.8779 6.91233 17.5276 6.7758 18.1844 6.77543C20.7923 6.77543 22.9091 8.90061 22.9091 11.5231C22.9091 14.1456 20.7923 16.2711 18.1844 16.2711C17.8623 16.2711 17.5567 16.2388 17.2506 16.1748C16.9506 16.7095 16.5136 17.1548 15.9846 17.4649C15.4556 17.775 14.8536 17.9388 14.2404 17.9393C13.7014 17.9393 13.186 17.8107 12.7273 17.5944C12.1236 18.9979 10.7311 19.9842 9.10532 19.9842C8.30094 19.9855 7.51549 19.7402 6.85486 19.2813C6.19423 18.8224 5.69019 18.1719 5.41068 17.4177C5.16933 17.466 4.91964 17.498 4.6623 17.498C2.63379 17.482 1 15.8378 1 13.8009C1 12.4377 1.73239 11.2505 2.82715 10.6088C2.5962 10.0775 2.47836 9.50394 2.48112 8.92461C2.48112 6.59112 4.38026 4.69824 6.73079 4.69824C8.11524 4.69824 9.33867 5.34786 10.1194 6.36646Z",
|
|
10666
|
+
fill: "#009DDC"
|
|
10667
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10668
|
+
id: "clip0_9098_280"
|
|
10669
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
10670
|
+
width: "21.9091",
|
|
10671
|
+
height: "15.3016",
|
|
10672
|
+
fill: "white",
|
|
10673
|
+
transform: "translate(1 4.69824)"
|
|
10674
|
+
}))));
|
|
10675
|
+
};
|
|
10676
|
+
|
|
10677
|
+
Salesforce.propTypes = {
|
|
10678
|
+
color: PropTypes.string,
|
|
10679
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10680
|
+
};
|
|
10681
|
+
Salesforce.defaultProps = {
|
|
10682
|
+
color: 'currentColor',
|
|
10683
|
+
size: '24'
|
|
10684
|
+
};
|
|
10685
|
+
|
|
10686
|
+
const _excluded$4Q = ["color", "size"];
|
|
10687
|
+
|
|
10688
|
+
const Pipedrive = props => {
|
|
10689
|
+
const {
|
|
10690
|
+
color,
|
|
10691
|
+
size
|
|
10692
|
+
} = props,
|
|
10693
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
10694
|
+
|
|
10695
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10696
|
+
width: size,
|
|
10697
|
+
height: size,
|
|
10698
|
+
viewBox: "0 0 24 24",
|
|
10699
|
+
fill: "none",
|
|
10700
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10701
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10702
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10703
|
+
d: "M13.142 1C10.7541 1 9.37313 2.07155 8.70692 2.81183C8.62775 2.17407 8.20708 1.3466 6.56528 1.3466H3V5.07825H4.46121C4.70857 5.07825 4.78811 5.15706 4.78811 5.40406V22.4435H9.03784V16.0481C9.03784 15.8755 9.03455 15.7142 9.03018 15.5698C9.69383 16.1794 10.9617 17.0189 12.9421 17.0189C17.0958 17.0189 20 13.7262 20 9.01019C20 4.2194 17.2425 1 13.142 1ZM12.2788 13.3172C9.99082 13.3172 8.95137 11.1267 8.95137 9.09703C8.95137 5.90025 10.6997 4.76083 12.3353 4.76083C14.3416 4.76083 15.6908 6.49057 15.6908 9.06711C15.6908 12.0052 13.9757 13.3172 12.2788 13.3172Z",
|
|
10704
|
+
fill: "#231F1F"
|
|
10705
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10706
|
+
d: "M13.142 1C10.7541 1 9.37277 2.07155 8.70692 2.81146C8.62739 2.17407 8.20708 1.3466 6.56528 1.3466H3V5.07825H4.46121C4.70857 5.07825 4.78811 5.15706 4.78811 5.40369V14.8992C6.74113 14.2198 8.74195 13.5649 10.7814 12.9352C9.53257 12.2205 8.95137 10.6144 8.95137 9.09666C8.95137 5.90025 10.6997 4.76083 12.3353 4.76083C14.3416 4.76083 15.6908 6.49057 15.6908 9.06711C15.6908 10.1492 15.4558 11.0074 15.0768 11.6634C16.6642 11.2139 18.2736 10.7779 19.9077 10.3583C19.9606 9.92304 20 9.47501 20 9.01019C20 4.2194 17.2425 1 13.142 1Z",
|
|
10707
|
+
fill: "#3B3B3C"
|
|
10708
|
+
}));
|
|
10709
|
+
};
|
|
10710
|
+
|
|
10711
|
+
Pipedrive.propTypes = {
|
|
10712
|
+
color: PropTypes.string,
|
|
10713
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10714
|
+
};
|
|
10715
|
+
Pipedrive.defaultProps = {
|
|
10716
|
+
color: 'currentColor',
|
|
10717
|
+
size: '24'
|
|
10718
|
+
};
|
|
10719
|
+
|
|
10720
|
+
const _excluded$4R = ["color", "size"];
|
|
10721
|
+
|
|
10722
|
+
const Wiseagent = props => {
|
|
10723
|
+
const {
|
|
10724
|
+
color,
|
|
10725
|
+
size
|
|
10726
|
+
} = props,
|
|
10727
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
10728
|
+
|
|
10729
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10730
|
+
width: size,
|
|
10731
|
+
height: size,
|
|
10732
|
+
viewBox: "0 0 24 24",
|
|
10733
|
+
fill: "none",
|
|
10734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10735
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10736
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10737
|
+
d: "M6.40583 12.8027C6.49478 13.4182 7.96306 14.1535 8.87332 13.1893C9.97097 11.9019 8.81817 11.0142 8.75472 11.0082C8.43984 11.0325 8.76895 12.2322 8.39892 12.5441C7.85217 13.1454 6.40049 12.5761 6.40583 12.8027Z",
|
|
10738
|
+
fill: "#00559B"
|
|
10739
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10740
|
+
d: "M15.8992 12.725C15.6027 12.9112 16.7994 14.1636 18.0904 13.2753C19.3849 12.2209 18.228 10.7479 18.0524 10.8564C17.8259 10.9815 18.2861 11.6273 17.6812 12.3105C17.1612 12.8732 15.952 12.5921 15.8992 12.725Z",
|
|
10741
|
+
fill: "#00559B"
|
|
10742
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10743
|
+
d: "M19.6352 8.21577C19.6352 8.21577 21.3549 11.1843 21.088 14.4227C21.0252 15.2583 19.7834 19.0927 14.0704 16.4983C15.2487 18.4291 16.3191 20.1796 16.3191 20.1796H21.378C21.4681 18.6011 23.326 15.2939 20.192 8.28515C22.2847 6.77121 22.4324 5.6611 22.8771 5.25489C23.1191 5.05327 22.9655 4.31735 22.7455 4.0167L18.4165 5.32546C18.4165 5.32546 13.8611 2.40788 7.66952 5.22999C4.86935 3.72376 3.06603 5.05802 3.20005 5.4915C3.35245 6.14381 4.25441 7.00782 5.32893 7.72594C4.40088 8.73998 1.27338 17.7886 1 20.179H6.2131C6.57543 18.3579 6.98401 17.8978 6.98401 17.8978C10.6126 18.9059 13.1548 15.8892 13.1548 15.8892C7.01722 18.0875 5.0941 16.4822 4.62444 12.6769C4.49576 11.5615 5.85434 8.59232 7.05576 8.4583C5.01405 6.23869 4.59361 5.8651 4.72407 5.54369C4.97372 5.12028 10.3274 7.71349 13.5124 14.7578C13.1014 12.0721 13.3078 10.8778 13.3078 10.8778C11.5507 8.0177 9.37026 6.40354 9.37026 6.40354C11.8561 5.46067 15.126 5.76488 16.5332 6.43023C15.2659 7.81193 15.0252 10.2397 15.0252 10.2397C17.7874 6.90878 21.4237 4.96195 22.417 4.66545C22.1151 5.92084 19.6352 8.21577 19.6352 8.21577Z",
|
|
10744
|
+
fill: "#00559B"
|
|
10745
|
+
}));
|
|
10746
|
+
};
|
|
10747
|
+
|
|
10748
|
+
Wiseagent.propTypes = {
|
|
10749
|
+
color: PropTypes.string,
|
|
10750
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10751
|
+
};
|
|
10752
|
+
Wiseagent.defaultProps = {
|
|
10753
|
+
color: 'currentColor',
|
|
10754
|
+
size: '24'
|
|
10755
|
+
};
|
|
10756
|
+
|
|
10757
|
+
const _excluded$4S = ["color", "size"];
|
|
10758
|
+
|
|
10759
|
+
const Apptivo = props => {
|
|
10760
|
+
const {
|
|
10761
|
+
color,
|
|
10762
|
+
size
|
|
10763
|
+
} = props,
|
|
10764
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
10765
|
+
|
|
10766
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10767
|
+
width: size,
|
|
10768
|
+
height: size,
|
|
10769
|
+
viewBox: "0 0 24 24",
|
|
10770
|
+
fill: "none",
|
|
10771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10772
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10773
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10774
|
+
d: "M12.4983 8.84533C8.81355 12.2194 8.54718 17.8575 8.63597 18.3015C8.63597 18.3015 15.5172 19.0118 19.202 14.9719C22.8868 10.9319 23.1532 5.02735 23.1532 5.02735C22.4428 4.84976 16.1831 5.4713 12.4983 8.84533Z",
|
|
10775
|
+
fill: "#1FADE4"
|
|
10776
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10777
|
+
d: "M5.79467 13.196C8.05882 14.9274 8.05882 18.3015 8.05882 18.3015C8.05882 18.3015 4.50721 18.479 2.7758 16.2593C1.0444 14.0395 1 11.8642 1 11.8642C1 11.8642 3.53052 11.4646 5.79467 13.196Z",
|
|
10778
|
+
fill: "#1FADE4"
|
|
10779
|
+
}));
|
|
10780
|
+
};
|
|
10781
|
+
|
|
10782
|
+
Apptivo.propTypes = {
|
|
10783
|
+
color: PropTypes.string,
|
|
10784
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10785
|
+
};
|
|
10786
|
+
Apptivo.defaultProps = {
|
|
10787
|
+
color: 'currentColor',
|
|
10788
|
+
size: '24'
|
|
10789
|
+
};
|
|
10790
|
+
|
|
10791
|
+
const _excluded$4T = ["color", "size"];
|
|
10792
|
+
|
|
10793
|
+
const Zillow = props => {
|
|
10794
|
+
const {
|
|
10795
|
+
color,
|
|
10796
|
+
size
|
|
10797
|
+
} = props,
|
|
10798
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
10799
|
+
|
|
10800
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10801
|
+
width: size,
|
|
10802
|
+
height: size,
|
|
10803
|
+
viewBox: "0 0 24 24",
|
|
10804
|
+
fill: "none",
|
|
10805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10806
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10807
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10808
|
+
fillRule: "evenodd",
|
|
10809
|
+
clipRule: "evenodd",
|
|
10810
|
+
d: "M3 12.0148V8.65944L12.0092 1.15894L21 8.65944V11.7292C18.7004 12.1711 13.6008 13.7444 11.4294 14.7319C11.4123 14.7392 11.3903 14.7367 11.4159 14.7013C12.6634 13.023 14.8995 10.682 16.9098 9.02684C16.9232 9.01707 16.9342 9.00609 16.9415 8.99266C16.9501 8.97802 16.9562 8.96337 16.9586 8.9475C16.9599 8.93163 16.9599 8.91577 16.955 8.90112C16.9513 8.88525 16.944 8.8706 16.9342 8.8584C16.662 8.50809 15.6648 7.22647 15.356 6.85786C15.3023 6.79439 15.2608 6.76021 15.1693 6.78462C12.2447 7.55359 5.7927 10.2645 3 12.0148ZM5.98067 17.5417C5.93429 17.4843 5.93063 17.455 5.99044 17.361C7.2867 15.3531 9.93416 12.2309 11.6222 10.9078C11.6527 10.8834 11.6442 10.8626 11.6088 10.8748C9.84994 11.4814 4.85163 13.7481 3.00122 14.8527V22.0212H21V15.1212C18.5417 15.5619 11.195 17.8663 7.85427 19.6826C7.79325 19.7241 7.70902 19.7119 7.6602 19.652L5.98067 17.5417Z",
|
|
10811
|
+
fill: "#006AFF"
|
|
10812
|
+
}));
|
|
10813
|
+
};
|
|
10814
|
+
|
|
10815
|
+
Zillow.propTypes = {
|
|
10816
|
+
color: PropTypes.string,
|
|
10817
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10818
|
+
};
|
|
10819
|
+
Zillow.defaultProps = {
|
|
10820
|
+
color: 'currentColor',
|
|
10821
|
+
size: '24'
|
|
10822
|
+
};
|
|
10823
|
+
|
|
10824
|
+
const _excluded$4U = ["color", "size"];
|
|
10825
|
+
|
|
10826
|
+
const Canva = props => {
|
|
10827
|
+
const {
|
|
10828
|
+
color,
|
|
10829
|
+
size
|
|
10830
|
+
} = props,
|
|
10831
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
10832
|
+
|
|
10833
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10834
|
+
width: size,
|
|
10835
|
+
height: size,
|
|
10836
|
+
viewBox: "0 0 24 24",
|
|
10837
|
+
fill: "none",
|
|
10838
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10839
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10840
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10841
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10842
|
+
fill: "#7D2AE7"
|
|
10843
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10844
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10845
|
+
fill: "url(#paint0_radial_9151_260)"
|
|
10846
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10847
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10848
|
+
fill: "url(#paint1_radial_9151_260)"
|
|
10849
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10850
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10851
|
+
fill: "url(#paint2_radial_9151_260)"
|
|
10852
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10853
|
+
d: "M12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23Z",
|
|
10854
|
+
fill: "url(#paint3_radial_9151_260)"
|
|
10855
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10856
|
+
d: "M16.7495 14.2566C16.6588 14.2566 16.5789 14.3332 16.4957 14.5007C15.5569 16.4044 13.9354 17.7513 12.059 17.7513C9.88932 17.7513 8.54571 15.7928 8.54571 13.087C8.54571 8.50364 11.0994 5.85365 13.3424 5.85365C14.3906 5.85365 15.0306 6.51232 15.0306 7.5605C15.0306 8.80453 14.3239 9.4632 14.3239 9.90195C14.3239 10.0989 14.4464 10.2181 14.6893 10.2181C15.6653 10.2181 16.8108 9.09667 16.8108 7.51236C16.8108 5.97619 15.4738 4.84705 13.2308 4.84705C9.52387 4.84705 6.22943 8.28372 6.22943 13.0388C6.22943 16.7195 8.33126 19.1518 11.5743 19.1518C15.0164 19.1518 17.0067 15.7271 17.0067 14.6155C17.0067 14.3694 16.8808 14.2566 16.7495 14.2566Z",
|
|
10857
|
+
fill: "white"
|
|
10858
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
10859
|
+
id: "paint0_radial_9151_260",
|
|
10860
|
+
cx: "0",
|
|
10861
|
+
cy: "0",
|
|
10862
|
+
r: "1",
|
|
10863
|
+
gradientUnits: "userSpaceOnUse",
|
|
10864
|
+
gradientTransform: "translate(5.24957 20.4991) rotate(-49.416) scale(17.0151)"
|
|
10865
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10866
|
+
stopColor: "#6420FF"
|
|
10867
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10868
|
+
offset: "1",
|
|
10869
|
+
stopColor: "#6420FF",
|
|
10870
|
+
stopOpacity: "0"
|
|
10871
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10872
|
+
id: "paint1_radial_9151_260",
|
|
10873
|
+
cx: "0",
|
|
10874
|
+
cy: "0",
|
|
10875
|
+
r: "1",
|
|
10876
|
+
gradientUnits: "userSpaceOnUse",
|
|
10877
|
+
gradientTransform: "translate(6.82417 3.50101) rotate(54.703) scale(19.1877)"
|
|
10878
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10879
|
+
stopColor: "#00C4CC"
|
|
10880
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10881
|
+
offset: "1",
|
|
10882
|
+
stopColor: "#00C4CC",
|
|
10883
|
+
stopOpacity: "0"
|
|
10884
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10885
|
+
id: "paint2_radial_9151_260",
|
|
10886
|
+
cx: "0",
|
|
10887
|
+
cy: "0",
|
|
10888
|
+
r: "1",
|
|
10889
|
+
gradientUnits: "userSpaceOnUse",
|
|
10890
|
+
gradientTransform: "translate(5.24947 20.4989) rotate(-45.1954) scale(16.8092 7.73075)"
|
|
10891
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10892
|
+
stopColor: "#6420FF"
|
|
10893
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10894
|
+
offset: "1",
|
|
10895
|
+
stopColor: "#6420FF",
|
|
10896
|
+
stopOpacity: "0"
|
|
10897
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
10898
|
+
id: "paint3_radial_9151_260",
|
|
10899
|
+
cx: "0",
|
|
10900
|
+
cy: "0",
|
|
10901
|
+
r: "1",
|
|
10902
|
+
gradientUnits: "userSpaceOnUse",
|
|
10903
|
+
gradientTransform: "translate(9.99684 3.96421) rotate(66.5198) scale(17.3205 29.0157)"
|
|
10904
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
10905
|
+
stopColor: "#00C4CC",
|
|
10906
|
+
stopOpacity: "0.725916"
|
|
10907
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10908
|
+
offset: "0.0001",
|
|
10909
|
+
stopColor: "#00C4CC"
|
|
10910
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
10911
|
+
offset: "1",
|
|
10912
|
+
stopColor: "#00C4CC",
|
|
10913
|
+
stopOpacity: "0"
|
|
10914
|
+
}))));
|
|
10915
|
+
};
|
|
10916
|
+
|
|
10917
|
+
Canva.propTypes = {
|
|
10918
|
+
color: PropTypes.string,
|
|
10919
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10920
|
+
};
|
|
10921
|
+
Canva.defaultProps = {
|
|
10922
|
+
color: 'currentColor',
|
|
10923
|
+
size: '24'
|
|
10924
|
+
};
|
|
10925
|
+
|
|
10926
|
+
const _excluded$4V = ["color", "size"];
|
|
10927
|
+
|
|
10928
|
+
const Kajabi = props => {
|
|
10929
|
+
const {
|
|
10930
|
+
color,
|
|
10931
|
+
size
|
|
10932
|
+
} = props,
|
|
10933
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
10934
|
+
|
|
10935
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10936
|
+
width: size,
|
|
10937
|
+
height: size,
|
|
10938
|
+
viewBox: "0 0 24 24",
|
|
10939
|
+
fill: "none",
|
|
10940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10941
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10942
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10943
|
+
fillRule: "evenodd",
|
|
10944
|
+
clipRule: "evenodd",
|
|
10945
|
+
d: "M2 22.2294V2H21.9996L2 22.2294Z",
|
|
10946
|
+
fill: "#2B74E7"
|
|
10947
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10948
|
+
fillRule: "evenodd",
|
|
10949
|
+
clipRule: "evenodd",
|
|
10950
|
+
d: "M6 22.2295L14.0004 14.1379L22.0002 22.2295H6Z",
|
|
10951
|
+
fill: "#2B74E7"
|
|
10952
|
+
}));
|
|
10953
|
+
};
|
|
10954
|
+
|
|
10955
|
+
Kajabi.propTypes = {
|
|
10956
|
+
color: PropTypes.string,
|
|
10957
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10958
|
+
};
|
|
10959
|
+
Kajabi.defaultProps = {
|
|
10960
|
+
color: 'currentColor',
|
|
10961
|
+
size: '24'
|
|
10962
|
+
};
|
|
10963
|
+
|
|
10964
|
+
const _excluded$4W = ["color", "size"];
|
|
10965
|
+
|
|
10966
|
+
const Magento = props => {
|
|
10967
|
+
const {
|
|
10968
|
+
color,
|
|
10969
|
+
size
|
|
10970
|
+
} = props,
|
|
10971
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
10972
|
+
|
|
10973
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10974
|
+
width: size,
|
|
10975
|
+
height: size,
|
|
10976
|
+
viewBox: "0 0 24 24",
|
|
10977
|
+
fill: "none",
|
|
10978
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10979
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10980
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10981
|
+
d: "M13.2716 16.0061V3.79581L12.0708 3.06196L10.8692 3.79972V15.9966L7.75775 14.0809V3.63896L12.0708 0.999878L16.4204 3.65775V14.0876L13.2716 16.0061ZM12.0708 22.4355L3 16.9398V6.49652L5.35587 5.10866V15.553L12.0727 19.6371L18.7957 15.5589L18.8234 15.5431L18.8205 5.12426L21.1531 6.49652V16.9398L12.0708 22.4355Z",
|
|
10982
|
+
fill: "#EC6737"
|
|
10983
|
+
}));
|
|
10984
|
+
};
|
|
10985
|
+
|
|
10986
|
+
Magento.propTypes = {
|
|
10987
|
+
color: PropTypes.string,
|
|
10988
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10989
|
+
};
|
|
10990
|
+
Magento.defaultProps = {
|
|
10991
|
+
color: 'currentColor',
|
|
10992
|
+
size: '24'
|
|
10993
|
+
};
|
|
10994
|
+
|
|
10995
|
+
export { Action, ActionMarkConversationAsDone, Activecampaign, AddCircle, AddTag, Ads, AdsAd, AdsAdSet, Ai, AlignCenter, AlignLeft, AlignRight, AlignWide, All, Amazon, Analytics, Apple, Apptivo, Archive, ArrowDown, ArrowDrag, ArrowDropDown, ArrowDropUp, ArrowLeft, ArrowRight, ArrowUp, Assign, AssignGroup, Attach, Attention, Audience, Audio, Automation, Bigcommerce, Bold, Book, Bot, BotRemove, Broadcasting, BuilderAudio, BuilderCard, BuilderGallery, BuilderInput, BuilderList, BuilderText, ButtonEmailBlock, Calendar, Camera, CannedResponse, Canva, Cart, Cgt20, ChatGpt, CheckCircle, CheckboxDone, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ClearMobile, Close, Cloud, CloudDownload, CloudError, CloudUpload, Community, Condition, ConvertChannels, ConvertKit, Copy, CopyToAnotherFlow, Coupon, Create, Creator, CreditCard, CufArray, CufBoolean, CufEnum, CufNoIcon, CufNumber, CufText, CustomField, CustomFieldRemove, Dashboard, Data, DefaultReply, Delay, Delete, DeleteForever, DeleteTag, DoubleChevrotBack, DoubleChevrotCollapse, DoubleChevrotExpand, DoubleChevrotForward, DoubleTick, DragConnector, DragItem, DuplicateSms, Edit, EmailChannel, ExitFullscreen, Export, Facebook, FacebookMessenger, Faq, FbChat, Female, Filter, Fitness, Flow, Folder, FolderAdd, FolderAdsCampaign, FolderOpen, Fullscreen, GoToFlow, Google, GoogleSheets, GrowthTools, GtAdsJson, GtBar, GtBox, GtButton, GtCheckbox, GtCustomerChat, GtFbCode, GtFbComment, GtLanding, GtModal, GtPageTakeover, GtRef, GtSlideIn, GtTakeover, GuestChatChannel, HeadlineBlockEmail, Health, Help, Hide, Home, Hotel, Hotmart, Hubspot, Id, IgLiveComments, Image, Inbox, IncreaseEngagement, Info, InstagramChannel, InstagramChannel3, InstagramDmList, Integromat, Italic, Kajabi, Keyboard, Keywords, Klaviyo, Link, LiveChat, Logout, Magento, MagicWand, Magnet, MailChimp, Male, Mention, Menu, MessageBack, MessageOpen, MessageTemplates, Messenger, MessengerChannel, MessengerList, Mic, Minus, MoreChannels, MoreHor, MoreVert, MosaicView, MoveTo, Nationality, NewCuFs, NewMessage, NewOrphanMobile, NodeAdd, Note, Notification, NotificationMute, OmnichannelWidget, Options, Organization, 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, Pipedrive, Play, Plus, Popular, PopularFilled, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, Redo, Reels, Retry, Rules, Salesforce, 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, 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, Wiseagent, Woocommerce, Zapier, Zillow };
|