@manychat/icons 4.2.2 → 4.3.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.d.ts +6 -0
- package/dist/index.es.js +272 -111
- package/dist/index.js +277 -110
- package/package.json +1 -1
- package/umd/mcicons.js +265 -110
- package/umd/mcicons.min.js +1 -1
package/dist/index.es.js
CHANGED
|
@@ -597,24 +597,17 @@ const Settings = props => {
|
|
|
597
597
|
fill: "none",
|
|
598
598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
599
599
|
preserveAspectRatio: "xMidYMid meet"
|
|
600
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
d: "M12
|
|
604
|
-
|
|
605
|
-
strokeWidth: "1.5"
|
|
600
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
601
|
+
fillRule: "evenodd",
|
|
602
|
+
clipRule: "evenodd",
|
|
603
|
+
d: "M12 8.29108C10.0009 8.29108 8.39921 9.93976 8.39921 11.9498C8.39921 13.9599 10.0009 15.6086 12 15.6086C13.9991 15.6086 15.6008 13.9599 15.6008 11.9498C15.6008 9.93976 13.9991 8.29108 12 8.29108ZM9.89072 11.9498C9.89072 10.7457 10.8456 9.78869 12 9.78869C13.1544 9.78869 14.1093 10.7457 14.1093 11.9498C14.1093 13.154 13.1544 14.111 12 14.111C10.8456 14.111 9.89072 13.154 9.89072 11.9498Z",
|
|
604
|
+
fill: color
|
|
606
605
|
}), /*#__PURE__*/React.createElement("path", {
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
613
|
-
width: "20",
|
|
614
|
-
height: "20",
|
|
615
|
-
fill: "white",
|
|
616
|
-
transform: "translate(2 2)"
|
|
617
|
-
}))));
|
|
606
|
+
fillRule: "evenodd",
|
|
607
|
+
clipRule: "evenodd",
|
|
608
|
+
d: "M19.052 4.35003L14.953 2L13.65 3.18052L13.6346 3.1962C12.7565 4.09125 11.3492 4.1208 10.3441 3.1752L9.04696 2L8.57829 2.2687C7.78263 2.72486 7.40706 2.9545 7.03419 3.18253L7.03267 3.18345C6.66769 3.40665 6.3048 3.62857 5.52636 4.07487L5.08215 4.32954L5.36079 6.17554L5.36892 6.20867C5.6576 7.38559 4.9476 8.645 3.67418 9.13806L2 9.70685V14.3935L3.69487 14.9693L3.70166 14.9715C4.8705 15.3438 5.58735 16.6419 5.36335 17.9144L4.93891 19.6448L9.04696 22L10.3266 20.8407C11.3384 19.9735 12.7755 20.0022 13.6578 20.8265L14.953 22L19.0611 19.6448L18.6367 17.9144C18.4127 16.6418 19.1295 15.3438 20.2983 14.9715L20.3051 14.9693L22 14.3935V9.70685L20.3051 9.13103L20.2983 9.12887C19.1276 8.75598 18.4103 7.45427 18.6378 6.17975L19.052 4.35003ZM6.82555 5.88547L6.70988 5.11917C7.21701 4.82421 7.51436 4.64239 7.81002 4.46159L7.81154 4.46066C8.09435 4.28771 8.3759 4.11553 8.8505 3.83914L9.32957 4.27317C10.8785 5.72552 13.1973 5.75845 14.6809 4.26368L15.1508 3.83794L17.3526 5.10026L17.1764 5.87853L17.1736 5.89358C16.8186 7.82321 17.8695 9.92215 19.8402 10.5541L20.5085 10.7811V13.3192L19.8402 13.5462C17.8695 14.1782 16.8186 16.2771 17.1736 18.2068L17.1776 18.2284L17.3435 18.9049L15.1508 20.1621L14.6695 19.7259C13.1907 18.3487 10.8942 18.3769 9.34821 19.7102L9.3413 19.7162L8.84918 20.1621L6.65646 18.9049L6.8224 18.2284L6.82638 18.2068C7.18136 16.2771 6.13049 14.1782 4.15979 13.5462L3.49151 13.3192V10.7811L4.1794 10.5474L4.19245 10.5425C6.05094 9.83211 7.30074 7.90309 6.82555 5.88547Z",
|
|
609
|
+
fill: color
|
|
610
|
+
}));
|
|
618
611
|
};
|
|
619
612
|
|
|
620
613
|
Settings.propTypes = {
|
|
@@ -829,7 +822,7 @@ const Close = props => {
|
|
|
829
822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
830
823
|
preserveAspectRatio: "xMidYMid meet"
|
|
831
824
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
832
|
-
d: "
|
|
825
|
+
d: "M5 19V16.971L10.8248 12L5 7.02899V5L12.0511 10.9855L19 5V7.02899L13.1752 12L19 16.971V19L12.0511 13.0145L5 19Z",
|
|
833
826
|
fill: color
|
|
834
827
|
}));
|
|
835
828
|
};
|
|
@@ -860,9 +853,7 @@ const Plus = props => {
|
|
|
860
853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
861
854
|
preserveAspectRatio: "xMidYMid meet"
|
|
862
855
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
863
|
-
|
|
864
|
-
clipRule: "evenodd",
|
|
865
|
-
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
856
|
+
d: "M11.25 19V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75V19H11.25Z",
|
|
866
857
|
fill: color
|
|
867
858
|
}));
|
|
868
859
|
};
|
|
@@ -893,9 +884,8 @@ const Minus = props => {
|
|
|
893
884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
894
885
|
preserveAspectRatio: "xMidYMid meet"
|
|
895
886
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
896
|
-
d: "
|
|
897
|
-
|
|
898
|
-
strokeWidth: "1.5"
|
|
887
|
+
d: "M5 11.25V12.75H19V11.25H5Z",
|
|
888
|
+
fill: color
|
|
899
889
|
}));
|
|
900
890
|
};
|
|
901
891
|
|
|
@@ -1657,9 +1647,10 @@ const Ads = props => {
|
|
|
1657
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1658
1648
|
preserveAspectRatio: "xMidYMid meet"
|
|
1659
1649
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1650
|
+
fillRule: "evenodd",
|
|
1651
|
+
clipRule: "evenodd",
|
|
1652
|
+
d: "M13.4729 8.35116C13.0143 8.79757 12.8228 9.29883 12.8228 9.81568V12.5229H15.4513L15.2563 13.8042H13.1402V22.1601L14.0335 21.9862C15.1284 21.773 16.262 21.4469 17.3016 20.8872C18.2155 20.4407 19.0175 19.8808 19.8102 19.1091C20.3719 18.5623 20.9338 17.9066 21.3873 17.2443L21.3936 17.2351L21.3996 17.2257C21.9499 16.3686 22.4219 15.4641 22.6614 14.4221C22.8875 13.5385 23 12.6545 23 11.6699C23 10.7018 22.8916 9.68228 22.5359 8.74633C22.1881 7.62999 21.6188 6.63765 20.952 5.76898C20.2446 4.74246 19.3176 3.96247 18.3197 3.31487L18.3105 3.30893L18.3012 3.30326C17.3955 2.7522 16.3878 2.31774 15.3915 1.99446C14.7455 1.78483 13.9097 1.5458 13.0437 1.5458C12.8045 1.5458 12.6028 1.53482 12.3907 1.52327C12.2921 1.5179 12.1912 1.51241 12.0833 1.50784C11.7634 1.49431 11.4189 1.4921 11.034 1.55304C10.1396 1.66302 9.23304 1.88203 8.42463 2.2182C7.31368 2.65154 6.28544 3.20416 5.36156 3.99111C4.49841 4.72632 3.67748 5.51454 3.08244 6.55549L3.06348 6.58778C2.65805 7.27831 2.19459 8.06765 1.95432 8.98229C1.60752 10.0092 1.5 11.1197 1.5 12.185C1.5 13.3179 1.73272 14.442 2.18803 15.5526C2.52102 16.4154 2.97716 17.3139 3.67562 18.115C4.25049 18.8915 5.04678 19.6663 5.96748 20.2305C6.76471 20.782 7.66167 21.2163 8.54639 21.5398C9.07057 21.7428 9.67908 21.8574 10.1479 21.9457C10.2227 21.9598 10.2939 21.9732 10.3606 21.9862L11.254 22.1601V13.8042H8.71429V12.5229H11.254V9.71267C11.254 9.29974 11.2565 9.07663 11.3362 8.76609C11.4297 8.40222 11.5973 8.04683 11.7679 7.8808L11.8125 7.83733L11.8494 7.78708C12.2452 7.24759 12.8063 6.91449 13.6255 6.73728L13.6349 6.73524L13.6443 6.73296C13.9662 6.65462 14.2998 6.65122 14.7368 6.65122C15.0857 6.65122 15.4687 6.69187 15.7857 6.7376L15.7847 7.72652H14.724L14.6111 7.76314L14.5622 7.77889C14.2829 7.86862 13.8137 8.01935 13.4729 8.35116ZM11.259 3.03612C11.5029 2.99655 11.7355 2.99446 12.0199 3.0065C12.0948 3.00967 12.1772 3.01413 12.2656 3.01892C12.4939 3.03128 12.7622 3.0458 13.0437 3.0458C13.6591 3.0458 14.3048 3.21881 14.9286 3.42123C15.8335 3.71487 16.7271 4.1026 17.5123 4.57909C18.4095 5.16245 19.1674 5.81777 19.7264 6.63404L19.7383 6.65136L19.7511 6.66799C20.3438 7.43729 20.8243 8.28556 21.11 9.21247L21.1176 9.23712L21.1269 9.26119C21.3987 9.96678 21.5 10.7922 21.5 11.6699C21.5 12.5359 21.4016 13.2973 21.2061 14.0586L21.2036 14.0684L21.2014 14.0783C21.0176 14.883 20.6465 15.621 20.1435 16.4058C19.7515 16.9767 19.2578 17.5535 18.7639 18.0343C18.0793 18.7007 17.4041 19.1691 16.6308 19.5455L16.6163 19.5526L16.6022 19.5602C15.9967 19.8877 15.3338 20.1282 14.6402 20.311V15.3042H16.5453L17.1969 11.0229H14.3228V9.81568C14.3228 9.75008 14.3333 9.69762 14.3548 9.64725C14.3769 9.5957 14.4213 9.52125 14.5192 9.42598C14.5741 9.37251 14.6824 9.32078 14.963 9.22652H17.2857V5.50214L16.6936 5.37405L16.6925 5.37382L16.6894 5.37315L16.679 5.37096L16.6426 5.36344C16.6117 5.35715 16.5676 5.3484 16.5125 5.33802C16.4025 5.3173 16.2476 5.28989 16.0648 5.26251C15.7042 5.20851 15.2132 5.15122 14.7368 5.15122L14.7057 5.15122C14.3039 5.15113 13.8073 5.15103 13.2992 5.27317C12.2366 5.50466 11.3327 5.98245 10.6749 6.8528C10.24 7.30362 9.99754 7.94839 9.88336 8.39298C9.75388 8.89716 9.75392 9.28705 9.75397 9.69019L9.75397 11.0229H7.21429V15.3042H9.75397V20.3357C9.51464 20.2813 9.28874 20.2192 9.08298 20.1391L9.07554 20.1362L9.06803 20.1334C8.26889 19.8417 7.48257 19.4571 6.80515 18.9861L6.78636 18.973L6.76681 18.9611C6.01332 18.5027 5.34309 17.8521 4.86526 17.2009L4.84552 17.174L4.82348 17.149C4.26668 16.5166 3.88297 15.7798 3.58479 15.0057L3.5818 14.998L3.57864 14.9903C3.18948 14.0432 3 13.1096 3 12.185C3 11.1995 3.10218 10.2602 3.38284 9.44057L3.39238 9.4127L3.39971 9.38416C3.58084 8.67886 3.94636 8.04693 4.37833 7.31104L4.38287 7.30309C4.84584 6.49186 5.50537 5.83901 6.33421 5.13302C7.10116 4.47975 7.97488 4.00303 8.97716 3.61276L8.98552 3.6095L8.9938 3.60605C9.66046 3.32792 10.4385 3.13656 11.2295 3.04031L11.2443 3.03851L11.259 3.03612ZM16.5357 6.10725L16.6936 5.37405C16.6936 5.37405 16.6943 5.3742 16.5357 6.10725Z",
|
|
1653
|
+
fill: color
|
|
1663
1654
|
}));
|
|
1664
1655
|
};
|
|
1665
1656
|
|
|
@@ -1844,7 +1835,9 @@ const ClearMobile = props => {
|
|
|
1844
1835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
1836
|
preserveAspectRatio: "xMidYMid meet"
|
|
1846
1837
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1847
|
-
|
|
1838
|
+
fillRule: "evenodd",
|
|
1839
|
+
clipRule: "evenodd",
|
|
1840
|
+
d: "M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12 12.9091L16 16V14.1818L13.1429 12L16 9.81818V8.09091L12 11.0909L8 8V9.72727L10.8571 12L8 14.2727V16L12 12.9091Z",
|
|
1848
1841
|
fill: color
|
|
1849
1842
|
}));
|
|
1850
1843
|
};
|
|
@@ -4652,7 +4645,7 @@ const ChevronLeft = props => {
|
|
|
4652
4645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4653
4646
|
preserveAspectRatio: "xMidYMid meet"
|
|
4654
4647
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4655
|
-
d: "
|
|
4648
|
+
d: "M14 15.9174L10.0656 12.0496L14 8.08264V6L8 12.0496L14 18V15.9174Z",
|
|
4656
4649
|
fill: color
|
|
4657
4650
|
}));
|
|
4658
4651
|
};
|
|
@@ -4683,7 +4676,7 @@ const ChevronRight = props => {
|
|
|
4683
4676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4684
4677
|
preserveAspectRatio: "xMidYMid meet"
|
|
4685
4678
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4686
|
-
d: "
|
|
4679
|
+
d: "M10 8.08264L13.9344 11.9504L10 15.9174L10 18L16 11.9504L10 6L10 8.08264Z",
|
|
4687
4680
|
fill: color
|
|
4688
4681
|
}));
|
|
4689
4682
|
};
|
|
@@ -4714,7 +4707,7 @@ const ChevronDown = props => {
|
|
|
4714
4707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4715
4708
|
preserveAspectRatio: "xMidYMid meet"
|
|
4716
4709
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4717
|
-
d: "
|
|
4710
|
+
d: "M15.9174 10L12.0496 13.9344L8.08264 10L6 10L12.0496 16L18 10L15.9174 10Z",
|
|
4718
4711
|
fill: color
|
|
4719
4712
|
}));
|
|
4720
4713
|
};
|
|
@@ -4745,7 +4738,7 @@ const ChevronUp = props => {
|
|
|
4745
4738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4746
4739
|
preserveAspectRatio: "xMidYMid meet"
|
|
4747
4740
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4748
|
-
d: "
|
|
4741
|
+
d: "M8.08264 14L11.9504 10.0656L15.9174 14L18 14L11.9504 8L6 14L8.08264 14Z",
|
|
4749
4742
|
fill: color
|
|
4750
4743
|
}));
|
|
4751
4744
|
};
|
|
@@ -4776,10 +4769,9 @@ const DoubleChevrotBack = props => {
|
|
|
4776
4769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4777
4770
|
preserveAspectRatio: "xMidYMid meet"
|
|
4778
4771
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
d: "M20 18.8644L12.3864 12.0508L20 5.13559L20 3L10 12.0508L20 21L20 18.8644Z",
|
|
4772
|
+
fillRule: "evenodd",
|
|
4773
|
+
clipRule: "evenodd",
|
|
4774
|
+
d: "M13.0656 12.0496L17 15.9174L17 18L11 12.0496L17 6L17 8.08265L13.0656 12.0496ZM7.06557 12.0496L11 15.9174L11 18L5 12.0496L11 6L11 8.08264L7.06557 12.0496Z",
|
|
4783
4775
|
fill: color
|
|
4784
4776
|
}));
|
|
4785
4777
|
};
|
|
@@ -4810,10 +4802,9 @@ const DoubleChevrotForward = props => {
|
|
|
4810
4802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4811
4803
|
preserveAspectRatio: "xMidYMid meet"
|
|
4812
4804
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
d: "M4 5.13559L11.6136 11.9492L4 18.8644L4 21L14 11.9492L4 3L4 5.13559Z",
|
|
4805
|
+
fillRule: "evenodd",
|
|
4806
|
+
clipRule: "evenodd",
|
|
4807
|
+
d: "M10.9344 11.9504L7 8.08264V6L13 11.9504L7 18V15.9174L10.9344 11.9504ZM16.9344 11.9504L13 8.08264V6L19 11.9504L13 18V15.9174L16.9344 11.9504Z",
|
|
4817
4808
|
fill: color
|
|
4818
4809
|
}));
|
|
4819
4810
|
};
|
|
@@ -4844,10 +4835,9 @@ const DoubleChevrotExpand = props => {
|
|
|
4844
4835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4845
4836
|
preserveAspectRatio: "xMidYMid meet"
|
|
4846
4837
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
d: "M18.8644 4L12.0508 11.6136L5.13559 4L3 4L12.0508 14L21 4L18.8644 4Z",
|
|
4838
|
+
fillRule: "evenodd",
|
|
4839
|
+
clipRule: "evenodd",
|
|
4840
|
+
d: "M12.0496 10.9344L15.9174 7L18 7L12.0496 13L6 7L8.08265 7L12.0496 10.9344ZM12.0496 16.9344L15.9174 13L18 13L12.0496 19L6 13L8.08265 13L12.0496 16.9344Z",
|
|
4851
4841
|
fill: color
|
|
4852
4842
|
}));
|
|
4853
4843
|
};
|
|
@@ -4878,10 +4868,9 @@ const DoubleChevrotCollapse = props => {
|
|
|
4878
4868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4879
4869
|
preserveAspectRatio: "xMidYMid meet"
|
|
4880
4870
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
d: "M5.13559 20L11.9492 12.3864L18.8644 20H21L11.9492 10L3 20L5.13559 20Z",
|
|
4871
|
+
fillRule: "evenodd",
|
|
4872
|
+
clipRule: "evenodd",
|
|
4873
|
+
d: "M11.9504 13.0656L8.08264 17L6 17L11.9504 11L18 17L15.9174 17L11.9504 13.0656ZM11.9504 7.06557L8.08264 11L6 11L11.9504 5L18 11L15.9174 11L11.9504 7.06557Z",
|
|
4885
4874
|
fill: color
|
|
4886
4875
|
}));
|
|
4887
4876
|
};
|
|
@@ -5453,8 +5442,9 @@ const LiveChat = props => {
|
|
|
5453
5442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5454
5443
|
preserveAspectRatio: "xMidYMid meet"
|
|
5455
5444
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5456
|
-
d: "
|
|
5457
|
-
|
|
5445
|
+
d: "M17.1 8.96685H7.40002M17.1 11.9503H7.40002M12.3 14.9337H7.40002M7.6 19.4088C8.9 20.0055 10.6 20.3039 12 20.3039C17.5 20.3039 22 16.4254 22 11.6519C22 6.87845 17.5 3 12 3C6.5 3 2 6.87845 2 11.6519C2 14.5359 3.8 16.6243 4.6 17.4199L3.5 21L7.6 19.4088Z",
|
|
5446
|
+
stroke: color,
|
|
5447
|
+
strokeWidth: "1.5"
|
|
5458
5448
|
}));
|
|
5459
5449
|
};
|
|
5460
5450
|
|
|
@@ -5732,7 +5722,7 @@ const User = props => {
|
|
|
5732
5722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5733
5723
|
preserveAspectRatio: "xMidYMid meet"
|
|
5734
5724
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5735
|
-
d: "
|
|
5725
|
+
d: "M12.076 12.2463C14.976 12.2463 17.276 9.9803 17.276 7.12315C17.276 4.26601 14.976 2 12.076 2C9.17601 2 6.87601 4.26601 6.87601 7.12315C6.87601 9.9803 9.17601 12.2463 12.076 12.2463ZM12.076 3.47783C14.176 3.47783 15.776 5.15271 15.776 7.12315C15.776 9.0936 14.076 10.7685 12.076 10.7685C10.076 10.7685 8.37601 9.19212 8.37601 7.12315C8.37601 5.05419 10.076 3.47783 12.076 3.47783ZM3.17601 22C2.87601 21.0148 2.67601 19.734 2.77601 18.7488C3.27601 14.2167 8.97601 13.0345 11.976 13.0345H12.076C15.076 13.0345 20.776 14.2167 21.276 18.7488C21.376 19.734 21.176 21.0148 20.976 22H19.476C19.776 20.7192 19.876 19.6355 19.876 18.9458C19.476 15.399 14.576 14.5123 12.076 14.5123C9.57601 14.5123 4.67601 15.399 4.27601 18.9458C4.17601 19.6355 4.37601 20.7192 4.67601 22H3.17601Z",
|
|
5736
5726
|
fill: color
|
|
5737
5727
|
}));
|
|
5738
5728
|
};
|
|
@@ -6082,19 +6072,10 @@ const Automation = props => {
|
|
|
6082
6072
|
fill: "none",
|
|
6083
6073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6084
6074
|
preserveAspectRatio: "xMidYMid meet"
|
|
6085
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6086
|
-
|
|
6087
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6088
|
-
d: "M21.3 2.70004C19.5 1.00004 15.7 2.50004 12 5.30004C8.29998 2.50004 4.49998 1.00004 2.69998 2.70004C0.999978 4.50004 2.49998 8.30004 5.29998 12C2.49998 15.7 0.999978 19.5 2.69998 21.3C3.19998 21.8 3.89998 22 4.69998 22C6.69998 22 9.29998 20.7 11.9 18.7C14.5 20.7 17.2 22 19.1 22C19.9 22 20.6 21.8 21.1 21.3C22.8 19.6 21.3 15.7 18.5 12C21.5 8.30004 23 4.50004 21.3 2.70004ZM16.3 4.40004C17.6 3.80004 18.5 3.60004 19.2 3.60004C19.7 3.60004 20 3.70004 20.1 3.90004C20.9 4.70004 20.1 7.40004 17.7 10.8C17 10 16.3 9.20004 15.6 8.50004C14.9 7.80004 14.1 7.10004 13.3 6.40004C14.3 5.50004 15.4 4.90004 16.3 4.40004ZM16.7 12C16 12.8 15.3 13.6 14.5 14.5C13.7 15.3 12.8 16.1 12 16.7C11.2 16 10.4 15.3 9.49998 14.5C8.69998 13.7 7.89998 12.8 7.29998 12C7.99998 11.2 8.69998 10.3 9.49998 9.50004C10.3 8.70004 11.2 8.00004 12 7.30004C12.8 8.00004 13.7 8.70004 14.5 9.50004C15.3 10.3 16 11.2 16.7 12ZM3.89998 3.90004C3.99998 3.70004 4.29998 3.60004 4.79998 3.60004C5.39998 3.60004 6.39998 3.80004 7.69998 4.40004C8.69998 4.90004 9.69998 5.50004 10.8 6.30004C9.89998 7.00004 9.19998 7.70004 8.39998 8.40004C7.69998 9.20004 6.99998 9.90004 6.29998 10.7C3.79998 7.30004 3.09998 4.60004 3.89998 3.90004ZM3.89998 20.1C3.49998 19.7 3.39998 18.5 4.49998 16.3C4.99998 15.3 5.59998 14.3 6.39998 13.2C7.09998 14 7.79998 14.8 8.49998 15.5C9.19998 16.2 9.99998 17 10.8 17.6C7.29998 20.2 4.59998 20.9 3.89998 20.1ZM19.6 16.3C20.6 18.5 20.6 19.7 20.2 20.1C19.4 20.9 16.7 20.1 13.3 17.7C14.1 17 14.9 16.3 15.6 15.6C16.3 14.9 17 14.1 17.7 13.3C18.5 14.3 19.1 15.4 19.6 16.3ZM13.2 12C13.2 12.7 12.7 13.2 12 13.2C11.3 13.2 10.8 12.7 10.8 12C10.8 11.3 11.3 10.8 12 10.8C12.7 10.8 13.2 11.3 13.2 12Z",
|
|
6075
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6076
|
+
d: "M21.27 2.69927C19.4728 1.0008 15.6787 2.49945 11.9845 5.29694C8.29022 2.49945 4.49613 1.0008 2.69892 2.69927C1.00157 4.49765 2.49923 8.29424 5.29488 11.9909C2.49923 15.6876 1.00157 19.4842 2.69892 21.2826C3.19815 21.7821 3.89706 21.9819 4.69581 21.9819C6.69271 21.9819 9.28867 20.6831 11.8846 18.6849C14.4806 20.6831 17.1764 21.9819 19.0734 21.9819C19.8722 21.9819 20.5711 21.7821 21.0703 21.2826C22.7677 19.5841 21.27 15.6876 18.4744 11.9909C21.4697 8.29424 22.9674 4.49765 21.27 2.69927ZM16.2778 4.39774C17.5758 3.79828 18.4744 3.59846 19.1733 3.59846C19.6725 3.59846 19.972 3.69837 20.0719 3.89819C20.8706 4.69748 20.0719 7.39505 17.6756 10.792C16.9767 9.99271 16.2778 9.19343 15.5789 8.49406C14.88 7.79469 14.0812 7.09532 13.2824 6.39595C14.2809 5.49676 15.3792 4.8973 16.2778 4.39774ZM16.6772 11.9909C15.9783 12.7902 15.2793 13.5895 14.4806 14.4887C13.6818 15.288 12.7832 16.0872 11.9845 16.6867C11.1857 15.9873 10.387 15.288 9.48835 14.4887C8.6896 13.6894 7.89084 12.7902 7.29177 11.9909C7.99069 11.1916 8.6896 10.2924 9.48835 9.49316C10.2871 8.69388 11.1857 7.99451 11.9845 7.29514C12.7832 7.99451 13.6818 8.69388 14.4806 9.49316C15.2793 10.2924 15.9783 11.1916 16.6772 11.9909ZM3.89706 3.89819C3.9969 3.69837 4.29644 3.59846 4.79566 3.59846C5.39473 3.59846 6.39317 3.79828 7.69115 4.39774C8.6896 4.8973 9.68804 5.49676 10.7863 6.29604C9.88773 6.99541 9.18882 7.69478 8.39006 8.39415C7.69115 9.19343 6.99224 9.8928 6.29333 10.6921C3.79721 7.29514 3.0983 4.59756 3.89706 3.89819ZM3.89706 20.0836C3.49768 19.684 3.39784 18.4851 4.49613 16.2871C4.99535 15.288 5.59442 14.2889 6.39317 13.1898C7.09208 13.9891 7.791 14.7884 8.48991 15.4878C9.18882 16.1871 9.98758 16.9864 10.7863 17.5859C7.29177 20.1836 4.59597 20.8829 3.89706 20.0836ZM19.5727 16.2871C20.5711 18.4851 20.5711 19.684 20.1717 20.0836C19.373 20.8829 16.6772 20.0836 13.2824 17.6858C14.0812 16.9864 14.88 16.2871 15.5789 15.5877C16.2778 14.8883 16.9767 14.089 17.6756 13.2898C18.4744 14.2889 19.0734 15.3879 19.5727 16.2871ZM13.1826 11.9909C13.1826 12.6903 12.6834 13.1898 11.9845 13.1898C11.2856 13.1898 10.7863 12.6903 10.7863 11.9909C10.7863 11.2915 11.2856 10.792 11.9845 10.792C12.6834 10.792 13.1826 11.2915 13.1826 11.9909Z",
|
|
6089
6077
|
fill: color
|
|
6090
|
-
}))
|
|
6091
|
-
id: "clip0_7619_1312"
|
|
6092
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6093
|
-
width: "20",
|
|
6094
|
-
height: "20",
|
|
6095
|
-
fill: "white",
|
|
6096
|
-
transform: "translate(2 2)"
|
|
6097
|
-
}))));
|
|
6078
|
+
}));
|
|
6098
6079
|
};
|
|
6099
6080
|
|
|
6100
6081
|
Automation.propTypes = {
|
|
@@ -8677,26 +8658,20 @@ const Analytics = props => {
|
|
|
8677
8658
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8678
8659
|
preserveAspectRatio: "xMidYMid meet"
|
|
8679
8660
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
fill: "white"
|
|
8685
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8686
|
-
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8687
|
-
fill: "white"
|
|
8688
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8689
|
-
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8690
|
-
stroke: color,
|
|
8691
|
-
strokeWidth: "1.5"
|
|
8661
|
+
fillRule: "evenodd",
|
|
8662
|
+
clipRule: "evenodd",
|
|
8663
|
+
d: "M16.5924 2V21.9744H22V2H16.5924ZM20.5088 20.4752H18.0836V3.49921H20.5088V20.4752Z",
|
|
8664
|
+
fill: color
|
|
8692
8665
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8666
|
+
fillRule: "evenodd",
|
|
8667
|
+
clipRule: "evenodd",
|
|
8668
|
+
d: "M9.27679 21.961V6.22678H14.6844V21.961H9.27679ZM10.768 20.4617H13.1931V7.72599H10.768V20.4617Z",
|
|
8669
|
+
fill: color
|
|
8696
8670
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8671
|
+
fillRule: "evenodd",
|
|
8672
|
+
clipRule: "evenodd",
|
|
8673
|
+
d: "M2 22V11.2127H7.40759V22H2ZM3.49123 20.5008H5.91636V12.7119H3.49123V20.5008Z",
|
|
8674
|
+
fill: color
|
|
8700
8675
|
}));
|
|
8701
8676
|
};
|
|
8702
8677
|
|
|
@@ -9905,13 +9880,199 @@ Hotmart.defaultProps = {
|
|
|
9905
9880
|
|
|
9906
9881
|
const _excluded$4s = ["color", "size"];
|
|
9907
9882
|
|
|
9908
|
-
const
|
|
9883
|
+
const Creator = props => {
|
|
9909
9884
|
const {
|
|
9910
9885
|
color,
|
|
9911
9886
|
size
|
|
9912
9887
|
} = props,
|
|
9913
9888
|
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9914
9889
|
|
|
9890
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9891
|
+
width: size,
|
|
9892
|
+
height: size,
|
|
9893
|
+
viewBox: "0 0 24 24",
|
|
9894
|
+
fill: "none",
|
|
9895
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9896
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9897
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9898
|
+
d: "M12.2041 8.05769C14.551 8.05769 16.4898 9.97596 16.4898 12.2981C16.4898 13.9135 15.5714 15.3269 14.1429 16.0337V18.1538H10.1633V16.0337C8.83673 15.3269 7.81633 13.9135 7.81633 12.2981C7.91837 9.97596 9.7551 8.05769 12.2041 8.05769ZM12.2041 6.54327C9.04082 6.54327 6.38776 9.16827 6.38776 12.2981C6.38776 14.1154 7.20408 15.8317 8.73469 16.8413V18.1538V19.6683H10.1633H14.1429H15.6735V18.1538V16.8413C17.102 15.7308 18.0204 14.1154 18.0204 12.2981C17.9184 9.16827 15.3673 6.54327 12.2041 6.54327ZM15.5714 20.9856H8.63265V22.5H15.5714V20.9856ZM12.7143 2H11.1837V5.02885H12.7143V2ZM5.06122 11.0865H2V12.601H5.06122V11.0865ZM22 11.0865H18.9388V12.601H22V11.0865ZM19.551 5.43269L18.4286 4.32212L16.2857 6.44231L17.4082 7.55289L19.551 5.43269ZM7.61224 6.44231L5.46939 4.32212L4.34694 5.43269L6.4898 7.55289L7.61224 6.44231Z",
|
|
9899
|
+
fill: color
|
|
9900
|
+
}));
|
|
9901
|
+
};
|
|
9902
|
+
|
|
9903
|
+
Creator.propTypes = {
|
|
9904
|
+
color: PropTypes.string,
|
|
9905
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9906
|
+
};
|
|
9907
|
+
Creator.defaultProps = {
|
|
9908
|
+
color: 'currentColor',
|
|
9909
|
+
size: '24'
|
|
9910
|
+
};
|
|
9911
|
+
|
|
9912
|
+
const _excluded$4t = ["color", "size"];
|
|
9913
|
+
|
|
9914
|
+
const RealEstate = props => {
|
|
9915
|
+
const {
|
|
9916
|
+
color,
|
|
9917
|
+
size
|
|
9918
|
+
} = props,
|
|
9919
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9920
|
+
|
|
9921
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9922
|
+
width: size,
|
|
9923
|
+
height: size,
|
|
9924
|
+
viewBox: "0 0 24 24",
|
|
9925
|
+
fill: "none",
|
|
9926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9927
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9928
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9929
|
+
d: "M22.1 12H20L11.9 4.1L4.00002 12H1.90002L11.9 2L22.1 12ZM17.8 20.6H12.7V12.5H11.2V20.6H6.00005V12.5H4.50005V22.1H19.3V12.5H17.8V20.6ZM14.4 12H16.6L11.9 7.4L7.50005 12H9.60005L11.9 9.5L14.4 12Z",
|
|
9930
|
+
fill: color
|
|
9931
|
+
}));
|
|
9932
|
+
};
|
|
9933
|
+
|
|
9934
|
+
RealEstate.propTypes = {
|
|
9935
|
+
color: PropTypes.string,
|
|
9936
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9937
|
+
};
|
|
9938
|
+
RealEstate.defaultProps = {
|
|
9939
|
+
color: 'currentColor',
|
|
9940
|
+
size: '24'
|
|
9941
|
+
};
|
|
9942
|
+
|
|
9943
|
+
const _excluded$4u = ["color", "size"];
|
|
9944
|
+
|
|
9945
|
+
const Fitness = props => {
|
|
9946
|
+
const {
|
|
9947
|
+
color,
|
|
9948
|
+
size
|
|
9949
|
+
} = props,
|
|
9950
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9951
|
+
|
|
9952
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9953
|
+
width: size,
|
|
9954
|
+
height: size,
|
|
9955
|
+
viewBox: "0 0 24 24",
|
|
9956
|
+
fill: "none",
|
|
9957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9958
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9959
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9960
|
+
d: "M18.8372 6.64417V3H14.2791V11.0613H9.62791V3H5.16279V6.64417H2V17.4663H5.16279V21.1104H9.72093V12.7178H14.3721V21H18.9302V17.3558H22.093V6.64417H18.8372ZM5.16279 15.8098H3.39535V8.30061H5.16279V15.8098ZM8.32558 19.3436H6.55814V17.3558V6.64417V4.65644H8.32558V19.3436ZM17.4419 6.64417V17.4663V19.454H15.6744V4.65644H17.4419V6.64417ZM20.6047 15.8098H18.8372V8.30061H20.6047V15.8098Z",
|
|
9961
|
+
fill: color
|
|
9962
|
+
}));
|
|
9963
|
+
};
|
|
9964
|
+
|
|
9965
|
+
Fitness.propTypes = {
|
|
9966
|
+
color: PropTypes.string,
|
|
9967
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9968
|
+
};
|
|
9969
|
+
Fitness.defaultProps = {
|
|
9970
|
+
color: 'currentColor',
|
|
9971
|
+
size: '24'
|
|
9972
|
+
};
|
|
9973
|
+
|
|
9974
|
+
const _excluded$4v = ["color", "size"];
|
|
9975
|
+
|
|
9976
|
+
const Hotel = props => {
|
|
9977
|
+
const {
|
|
9978
|
+
color,
|
|
9979
|
+
size
|
|
9980
|
+
} = props,
|
|
9981
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9982
|
+
|
|
9983
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9984
|
+
width: size,
|
|
9985
|
+
height: size,
|
|
9986
|
+
viewBox: "0 0 24 24",
|
|
9987
|
+
fill: "none",
|
|
9988
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9989
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9990
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9991
|
+
d: "M2 2V7.07463H3.57635V22H20.5222V7.07463H22.0985V2H2ZM18.9458 20.5075H5.05419V7.07463H19.0443V20.5075H18.9458ZM20.5222 5.58209H3.47783V3.49254H20.5222V5.58209ZM10.9655 8.56716H6.63054V12.9453H10.9655V8.56716ZM9.48768 11.4527H8.10837V10.0597H9.48768V11.4527ZM17.3695 8.56716H13.0345V12.9453H17.3695V8.56716ZM15.8916 11.4527H14.5123V10.0597H15.8916V11.4527ZM10.9655 14.6368H6.63054V19.0149H10.9655V14.6368ZM9.48768 17.5224H8.10837V16.1294H9.48768V17.5224ZM17.3695 14.6368H13.0345V19.0149H17.3695V14.6368ZM15.8916 17.5224H14.5123V16.1294H15.8916V17.5224Z",
|
|
9992
|
+
fill: color
|
|
9993
|
+
}));
|
|
9994
|
+
};
|
|
9995
|
+
|
|
9996
|
+
Hotel.propTypes = {
|
|
9997
|
+
color: PropTypes.string,
|
|
9998
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9999
|
+
};
|
|
10000
|
+
Hotel.defaultProps = {
|
|
10001
|
+
color: 'currentColor',
|
|
10002
|
+
size: '24'
|
|
10003
|
+
};
|
|
10004
|
+
|
|
10005
|
+
const _excluded$4w = ["color", "size"];
|
|
10006
|
+
|
|
10007
|
+
const Organization = props => {
|
|
10008
|
+
const {
|
|
10009
|
+
color,
|
|
10010
|
+
size
|
|
10011
|
+
} = props,
|
|
10012
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
10013
|
+
|
|
10014
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10015
|
+
width: size,
|
|
10016
|
+
height: size,
|
|
10017
|
+
viewBox: "0 0 24 24",
|
|
10018
|
+
fill: "none",
|
|
10019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10020
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10021
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10022
|
+
d: "M19.8431 16.2V11.3H12.7843V7.8H14.9412V2H9.15686V7.8H11.3137V11.2H4.15686V16.1H2V22H7.68627V16.2H5.62745V12.8H11.3137V16.2H9.15686V22H14.8431V16.2H12.7843V12.8H18.4706V16.2H16.3137V22H22V16.2H19.8431ZM10.6275 3.5H13.3725V6.3H10.6275V3.5ZM6.21569 20.5H3.47059V17.7H6.21569V20.5ZM13.3725 20.5H10.6275V17.7H13.3725V20.5ZM20.5294 20.5H17.7843V17.7H20.5294V20.5Z",
|
|
10023
|
+
fill: color
|
|
10024
|
+
}));
|
|
10025
|
+
};
|
|
10026
|
+
|
|
10027
|
+
Organization.propTypes = {
|
|
10028
|
+
color: PropTypes.string,
|
|
10029
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10030
|
+
};
|
|
10031
|
+
Organization.defaultProps = {
|
|
10032
|
+
color: 'currentColor',
|
|
10033
|
+
size: '24'
|
|
10034
|
+
};
|
|
10035
|
+
|
|
10036
|
+
const _excluded$4x = ["color", "size"];
|
|
10037
|
+
|
|
10038
|
+
const ProfessionalConsulting = props => {
|
|
10039
|
+
const {
|
|
10040
|
+
color,
|
|
10041
|
+
size
|
|
10042
|
+
} = props,
|
|
10043
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
10044
|
+
|
|
10045
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10046
|
+
width: size,
|
|
10047
|
+
height: size,
|
|
10048
|
+
viewBox: "0 0 24 24",
|
|
10049
|
+
fill: "none",
|
|
10050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10051
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10052
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10053
|
+
d: "M7.27053 15.5155C9.39613 15.5155 11.2029 13.5876 11.2029 11.3196C11.2029 9.05155 9.39613 7.12371 7.27053 7.12371C5.14493 7.12371 3.33816 9.05155 3.33816 11.3196C3.33816 13.701 5.14493 15.5155 7.27053 15.5155ZM7.27053 8.82474C8.54589 8.82474 9.6087 9.95876 9.6087 11.3196C9.6087 12.6804 8.54589 13.8144 7.27053 13.8144C5.99517 13.8144 4.93237 12.6804 4.93237 11.3196C4.93237 9.95876 5.99517 8.82474 7.27053 8.82474ZM13.6473 20.2784C13.7536 21.0722 13.5411 21.9794 13.3285 22.8866H11.7343C11.9469 21.9794 12.1594 21.0722 12.0531 20.5052C11.8406 18.2371 8.54589 17.7835 7.37681 17.7835C7.37681 17.7835 7.37681 17.7835 7.27053 17.7835C5.99517 17.7835 2.80676 18.2371 2.5942 20.6186C2.5942 21.1856 2.70048 22.2062 2.91304 23H1.31884C1.10628 21.9794 1 20.9588 1 20.2784C1.42512 16.8763 5.25121 15.9691 7.37681 15.9691C9.39613 15.9691 13.3285 16.8763 13.6473 20.2784ZM17.686 1C14.8164 1 12.372 3.38144 12.372 6.2165C12.372 7.57732 12.9034 8.82474 13.7536 9.73196L12.372 13.2474L17.8985 11.6598C21.2995 10.6392 23 8.82474 23 6.10309C22.8937 3.38144 20.5556 1 17.686 1ZM17.4734 10.0722L15.1353 10.7526L15.7729 9.27835L15.2415 8.82474C14.3913 8.14433 13.9662 7.23711 13.9662 6.2165C13.9662 4.28866 15.6667 2.70103 17.686 2.70103C19.7053 2.70103 21.4058 4.28866 21.4058 6.2165C21.2995 7.35052 20.8744 9.05155 17.4734 10.0722Z",
|
|
10054
|
+
fill: color
|
|
10055
|
+
}));
|
|
10056
|
+
};
|
|
10057
|
+
|
|
10058
|
+
ProfessionalConsulting.propTypes = {
|
|
10059
|
+
color: PropTypes.string,
|
|
10060
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10061
|
+
};
|
|
10062
|
+
ProfessionalConsulting.defaultProps = {
|
|
10063
|
+
color: 'currentColor',
|
|
10064
|
+
size: '24'
|
|
10065
|
+
};
|
|
10066
|
+
|
|
10067
|
+
const _excluded$4y = ["color", "size"];
|
|
10068
|
+
|
|
10069
|
+
const InstagramChannel2 = props => {
|
|
10070
|
+
const {
|
|
10071
|
+
color,
|
|
10072
|
+
size
|
|
10073
|
+
} = props,
|
|
10074
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10075
|
+
|
|
9915
10076
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9916
10077
|
width: size,
|
|
9917
10078
|
height: size,
|
|
@@ -9946,14 +10107,14 @@ InstagramChannel2.defaultProps = {
|
|
|
9946
10107
|
size: '24'
|
|
9947
10108
|
};
|
|
9948
10109
|
|
|
9949
|
-
const _excluded$
|
|
10110
|
+
const _excluded$4z = ["color", "size"];
|
|
9950
10111
|
|
|
9951
10112
|
const PopularFilled = props => {
|
|
9952
10113
|
const {
|
|
9953
10114
|
color,
|
|
9954
10115
|
size
|
|
9955
10116
|
} = props,
|
|
9956
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10117
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9957
10118
|
|
|
9958
10119
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9959
10120
|
width: size,
|
|
@@ -9977,14 +10138,14 @@ PopularFilled.defaultProps = {
|
|
|
9977
10138
|
size: '24'
|
|
9978
10139
|
};
|
|
9979
10140
|
|
|
9980
|
-
const _excluded$
|
|
10141
|
+
const _excluded$4A = ["color", "size"];
|
|
9981
10142
|
|
|
9982
10143
|
const Bricks = props => {
|
|
9983
10144
|
const {
|
|
9984
10145
|
color,
|
|
9985
10146
|
size
|
|
9986
10147
|
} = props,
|
|
9987
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10148
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
9988
10149
|
|
|
9989
10150
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9990
10151
|
width: size,
|
|
@@ -10017,14 +10178,14 @@ Bricks.defaultProps = {
|
|
|
10017
10178
|
size: '24'
|
|
10018
10179
|
};
|
|
10019
10180
|
|
|
10020
|
-
const _excluded$
|
|
10181
|
+
const _excluded$4B = ["color", "size"];
|
|
10021
10182
|
|
|
10022
10183
|
const HealthPulse = props => {
|
|
10023
10184
|
const {
|
|
10024
10185
|
color,
|
|
10025
10186
|
size
|
|
10026
10187
|
} = props,
|
|
10027
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10188
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10028
10189
|
|
|
10029
10190
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10030
10191
|
width: size,
|
|
@@ -10051,14 +10212,14 @@ HealthPulse.defaultProps = {
|
|
|
10051
10212
|
size: '24'
|
|
10052
10213
|
};
|
|
10053
10214
|
|
|
10054
|
-
const _excluded$
|
|
10215
|
+
const _excluded$4C = ["color", "size"];
|
|
10055
10216
|
|
|
10056
10217
|
const Create = props => {
|
|
10057
10218
|
const {
|
|
10058
10219
|
color,
|
|
10059
10220
|
size
|
|
10060
10221
|
} = props,
|
|
10061
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10222
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10062
10223
|
|
|
10063
10224
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10064
10225
|
width: size,
|
|
@@ -10085,14 +10246,14 @@ Create.defaultProps = {
|
|
|
10085
10246
|
size: '24'
|
|
10086
10247
|
};
|
|
10087
10248
|
|
|
10088
|
-
const _excluded$
|
|
10249
|
+
const _excluded$4D = ["color", "size"];
|
|
10089
10250
|
|
|
10090
10251
|
const GtCheckbox = props => {
|
|
10091
10252
|
const {
|
|
10092
10253
|
color,
|
|
10093
10254
|
size
|
|
10094
10255
|
} = props,
|
|
10095
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10256
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10096
10257
|
|
|
10097
10258
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10098
10259
|
width: size,
|
|
@@ -10119,14 +10280,14 @@ GtCheckbox.defaultProps = {
|
|
|
10119
10280
|
size: '24'
|
|
10120
10281
|
};
|
|
10121
10282
|
|
|
10122
|
-
const _excluded$
|
|
10283
|
+
const _excluded$4E = ["color", "size"];
|
|
10123
10284
|
|
|
10124
10285
|
const GtFbComment = props => {
|
|
10125
10286
|
const {
|
|
10126
10287
|
color,
|
|
10127
10288
|
size
|
|
10128
10289
|
} = props,
|
|
10129
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10290
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10130
10291
|
|
|
10131
10292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10132
10293
|
width: size,
|
|
@@ -10152,14 +10313,14 @@ GtFbComment.defaultProps = {
|
|
|
10152
10313
|
size: '24'
|
|
10153
10314
|
};
|
|
10154
10315
|
|
|
10155
|
-
const _excluded$
|
|
10316
|
+
const _excluded$4F = ["color", "size"];
|
|
10156
10317
|
|
|
10157
10318
|
const GtAdsJson = props => {
|
|
10158
10319
|
const {
|
|
10159
10320
|
color,
|
|
10160
10321
|
size
|
|
10161
10322
|
} = props,
|
|
10162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10323
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10163
10324
|
|
|
10164
10325
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10165
10326
|
width: size,
|
|
@@ -10192,14 +10353,14 @@ GtAdsJson.defaultProps = {
|
|
|
10192
10353
|
size: '24'
|
|
10193
10354
|
};
|
|
10194
10355
|
|
|
10195
|
-
const _excluded$
|
|
10356
|
+
const _excluded$4G = ["color", "size"];
|
|
10196
10357
|
|
|
10197
10358
|
const GtFbCode = props => {
|
|
10198
10359
|
const {
|
|
10199
10360
|
color,
|
|
10200
10361
|
size
|
|
10201
10362
|
} = props,
|
|
10202
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10363
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10203
10364
|
|
|
10204
10365
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10205
10366
|
width: size,
|
|
@@ -10228,14 +10389,14 @@ GtFbCode.defaultProps = {
|
|
|
10228
10389
|
size: '24'
|
|
10229
10390
|
};
|
|
10230
10391
|
|
|
10231
|
-
const _excluded$
|
|
10392
|
+
const _excluded$4H = ["color", "size"];
|
|
10232
10393
|
|
|
10233
10394
|
const GtRef = props => {
|
|
10234
10395
|
const {
|
|
10235
10396
|
color,
|
|
10236
10397
|
size
|
|
10237
10398
|
} = props,
|
|
10238
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10399
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10239
10400
|
|
|
10240
10401
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10241
10402
|
width: size,
|
|
@@ -10262,14 +10423,14 @@ GtRef.defaultProps = {
|
|
|
10262
10423
|
size: '24'
|
|
10263
10424
|
};
|
|
10264
10425
|
|
|
10265
|
-
const _excluded$
|
|
10426
|
+
const _excluded$4I = ["color", "size"];
|
|
10266
10427
|
|
|
10267
10428
|
const GtCustomerChat = props => {
|
|
10268
10429
|
const {
|
|
10269
10430
|
color,
|
|
10270
10431
|
size
|
|
10271
10432
|
} = props,
|
|
10272
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10433
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10273
10434
|
|
|
10274
10435
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10275
10436
|
width: size,
|
|
@@ -10298,14 +10459,14 @@ GtCustomerChat.defaultProps = {
|
|
|
10298
10459
|
size: '24'
|
|
10299
10460
|
};
|
|
10300
10461
|
|
|
10301
|
-
const _excluded$
|
|
10462
|
+
const _excluded$4J = ["color", "size"];
|
|
10302
10463
|
|
|
10303
10464
|
const GtTakeover = props => {
|
|
10304
10465
|
const {
|
|
10305
10466
|
color,
|
|
10306
10467
|
size
|
|
10307
10468
|
} = props,
|
|
10308
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10469
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10309
10470
|
|
|
10310
10471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10311
10472
|
width: size,
|
|
@@ -10363,14 +10524,14 @@ GtTakeover.defaultProps = {
|
|
|
10363
10524
|
size: '24'
|
|
10364
10525
|
};
|
|
10365
10526
|
|
|
10366
|
-
const _excluded$
|
|
10527
|
+
const _excluded$4K = ["color", "size"];
|
|
10367
10528
|
|
|
10368
10529
|
const FlowPlaceholder = props => {
|
|
10369
10530
|
const {
|
|
10370
10531
|
color,
|
|
10371
10532
|
size
|
|
10372
10533
|
} = props,
|
|
10373
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10534
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10374
10535
|
|
|
10375
10536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10376
10537
|
width: size,
|
|
@@ -10449,14 +10610,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
10449
10610
|
size: '24'
|
|
10450
10611
|
};
|
|
10451
10612
|
|
|
10452
|
-
const _excluded$
|
|
10613
|
+
const _excluded$4L = ["color", "size"];
|
|
10453
10614
|
|
|
10454
10615
|
const AddStep = props => {
|
|
10455
10616
|
const {
|
|
10456
10617
|
color,
|
|
10457
10618
|
size
|
|
10458
10619
|
} = props,
|
|
10459
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10620
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10460
10621
|
|
|
10461
10622
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10462
10623
|
width: size,
|
|
@@ -10492,14 +10653,14 @@ AddStep.defaultProps = {
|
|
|
10492
10653
|
size: '24'
|
|
10493
10654
|
};
|
|
10494
10655
|
|
|
10495
|
-
const _excluded$
|
|
10656
|
+
const _excluded$4M = ["color", "size"];
|
|
10496
10657
|
|
|
10497
10658
|
const Stats = props => {
|
|
10498
10659
|
const {
|
|
10499
10660
|
color,
|
|
10500
10661
|
size
|
|
10501
10662
|
} = props,
|
|
10502
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10663
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10503
10664
|
|
|
10504
10665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10505
10666
|
width: size,
|
|
@@ -10539,4 +10700,4 @@ Stats.defaultProps = {
|
|
|
10539
10700
|
size: '24'
|
|
10540
10701
|
};
|
|
10541
10702
|
|
|
10542
|
-
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 };
|
|
10703
|
+
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, Creator, 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, Fitness, 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, Hotel, 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, 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, Play, Plus, Popular, PopularFilled, ProfessionalConsulting, Protect, PublicChangelog, Publish, Qr, Question, RealEstate, 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 };
|