@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.js
CHANGED
|
@@ -603,24 +603,17 @@ const Settings = props => {
|
|
|
603
603
|
fill: "none",
|
|
604
604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
605
605
|
preserveAspectRatio: "xMidYMid meet"
|
|
606
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
d: "M12
|
|
610
|
-
|
|
611
|
-
strokeWidth: "1.5"
|
|
606
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
607
|
+
fillRule: "evenodd",
|
|
608
|
+
clipRule: "evenodd",
|
|
609
|
+
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",
|
|
610
|
+
fill: color
|
|
612
611
|
}), /*#__PURE__*/React.createElement("path", {
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
619
|
-
width: "20",
|
|
620
|
-
height: "20",
|
|
621
|
-
fill: "white",
|
|
622
|
-
transform: "translate(2 2)"
|
|
623
|
-
}))));
|
|
612
|
+
fillRule: "evenodd",
|
|
613
|
+
clipRule: "evenodd",
|
|
614
|
+
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",
|
|
615
|
+
fill: color
|
|
616
|
+
}));
|
|
624
617
|
};
|
|
625
618
|
|
|
626
619
|
Settings.propTypes = {
|
|
@@ -835,7 +828,7 @@ const Close = props => {
|
|
|
835
828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
836
829
|
preserveAspectRatio: "xMidYMid meet"
|
|
837
830
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
838
|
-
d: "
|
|
831
|
+
d: "M5 19V16.971L10.8248 12L5 7.02899V5L12.0511 10.9855L19 5V7.02899L13.1752 12L19 16.971V19L12.0511 13.0145L5 19Z",
|
|
839
832
|
fill: color
|
|
840
833
|
}));
|
|
841
834
|
};
|
|
@@ -866,9 +859,7 @@ const Plus = props => {
|
|
|
866
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
867
860
|
preserveAspectRatio: "xMidYMid meet"
|
|
868
861
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
869
|
-
|
|
870
|
-
clipRule: "evenodd",
|
|
871
|
-
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
862
|
+
d: "M11.25 19V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75V19H11.25Z",
|
|
872
863
|
fill: color
|
|
873
864
|
}));
|
|
874
865
|
};
|
|
@@ -899,9 +890,8 @@ const Minus = props => {
|
|
|
899
890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
891
|
preserveAspectRatio: "xMidYMid meet"
|
|
901
892
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
902
|
-
d: "
|
|
903
|
-
|
|
904
|
-
strokeWidth: "1.5"
|
|
893
|
+
d: "M5 11.25V12.75H19V11.25H5Z",
|
|
894
|
+
fill: color
|
|
905
895
|
}));
|
|
906
896
|
};
|
|
907
897
|
|
|
@@ -1663,9 +1653,10 @@ const Ads = props => {
|
|
|
1663
1653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1664
1654
|
preserveAspectRatio: "xMidYMid meet"
|
|
1665
1655
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1656
|
+
fillRule: "evenodd",
|
|
1657
|
+
clipRule: "evenodd",
|
|
1658
|
+
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",
|
|
1659
|
+
fill: color
|
|
1669
1660
|
}));
|
|
1670
1661
|
};
|
|
1671
1662
|
|
|
@@ -1850,7 +1841,9 @@ const ClearMobile = props => {
|
|
|
1850
1841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1851
1842
|
preserveAspectRatio: "xMidYMid meet"
|
|
1852
1843
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1853
|
-
|
|
1844
|
+
fillRule: "evenodd",
|
|
1845
|
+
clipRule: "evenodd",
|
|
1846
|
+
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",
|
|
1854
1847
|
fill: color
|
|
1855
1848
|
}));
|
|
1856
1849
|
};
|
|
@@ -4658,7 +4651,7 @@ const ChevronLeft = props => {
|
|
|
4658
4651
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4659
4652
|
preserveAspectRatio: "xMidYMid meet"
|
|
4660
4653
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4661
|
-
d: "
|
|
4654
|
+
d: "M14 15.9174L10.0656 12.0496L14 8.08264V6L8 12.0496L14 18V15.9174Z",
|
|
4662
4655
|
fill: color
|
|
4663
4656
|
}));
|
|
4664
4657
|
};
|
|
@@ -4689,7 +4682,7 @@ const ChevronRight = props => {
|
|
|
4689
4682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4690
4683
|
preserveAspectRatio: "xMidYMid meet"
|
|
4691
4684
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4692
|
-
d: "
|
|
4685
|
+
d: "M10 8.08264L13.9344 11.9504L10 15.9174L10 18L16 11.9504L10 6L10 8.08264Z",
|
|
4693
4686
|
fill: color
|
|
4694
4687
|
}));
|
|
4695
4688
|
};
|
|
@@ -4720,7 +4713,7 @@ const ChevronDown = props => {
|
|
|
4720
4713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4721
4714
|
preserveAspectRatio: "xMidYMid meet"
|
|
4722
4715
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4723
|
-
d: "
|
|
4716
|
+
d: "M15.9174 10L12.0496 13.9344L8.08264 10L6 10L12.0496 16L18 10L15.9174 10Z",
|
|
4724
4717
|
fill: color
|
|
4725
4718
|
}));
|
|
4726
4719
|
};
|
|
@@ -4751,7 +4744,7 @@ const ChevronUp = props => {
|
|
|
4751
4744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4752
4745
|
preserveAspectRatio: "xMidYMid meet"
|
|
4753
4746
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4754
|
-
d: "
|
|
4747
|
+
d: "M8.08264 14L11.9504 10.0656L15.9174 14L18 14L11.9504 8L6 14L8.08264 14Z",
|
|
4755
4748
|
fill: color
|
|
4756
4749
|
}));
|
|
4757
4750
|
};
|
|
@@ -4782,10 +4775,9 @@ const DoubleChevrotBack = props => {
|
|
|
4782
4775
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4783
4776
|
preserveAspectRatio: "xMidYMid meet"
|
|
4784
4777
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
d: "M20 18.8644L12.3864 12.0508L20 5.13559L20 3L10 12.0508L20 21L20 18.8644Z",
|
|
4778
|
+
fillRule: "evenodd",
|
|
4779
|
+
clipRule: "evenodd",
|
|
4780
|
+
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",
|
|
4789
4781
|
fill: color
|
|
4790
4782
|
}));
|
|
4791
4783
|
};
|
|
@@ -4816,10 +4808,9 @@ const DoubleChevrotForward = props => {
|
|
|
4816
4808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4817
4809
|
preserveAspectRatio: "xMidYMid meet"
|
|
4818
4810
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
d: "M4 5.13559L11.6136 11.9492L4 18.8644L4 21L14 11.9492L4 3L4 5.13559Z",
|
|
4811
|
+
fillRule: "evenodd",
|
|
4812
|
+
clipRule: "evenodd",
|
|
4813
|
+
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",
|
|
4823
4814
|
fill: color
|
|
4824
4815
|
}));
|
|
4825
4816
|
};
|
|
@@ -4850,10 +4841,9 @@ const DoubleChevrotExpand = props => {
|
|
|
4850
4841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4851
4842
|
preserveAspectRatio: "xMidYMid meet"
|
|
4852
4843
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
d: "M18.8644 4L12.0508 11.6136L5.13559 4L3 4L12.0508 14L21 4L18.8644 4Z",
|
|
4844
|
+
fillRule: "evenodd",
|
|
4845
|
+
clipRule: "evenodd",
|
|
4846
|
+
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",
|
|
4857
4847
|
fill: color
|
|
4858
4848
|
}));
|
|
4859
4849
|
};
|
|
@@ -4884,10 +4874,9 @@ const DoubleChevrotCollapse = props => {
|
|
|
4884
4874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4885
4875
|
preserveAspectRatio: "xMidYMid meet"
|
|
4886
4876
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
d: "M5.13559 20L11.9492 12.3864L18.8644 20H21L11.9492 10L3 20L5.13559 20Z",
|
|
4877
|
+
fillRule: "evenodd",
|
|
4878
|
+
clipRule: "evenodd",
|
|
4879
|
+
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",
|
|
4891
4880
|
fill: color
|
|
4892
4881
|
}));
|
|
4893
4882
|
};
|
|
@@ -5459,8 +5448,9 @@ const LiveChat = props => {
|
|
|
5459
5448
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5460
5449
|
preserveAspectRatio: "xMidYMid meet"
|
|
5461
5450
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5462
|
-
d: "
|
|
5463
|
-
|
|
5451
|
+
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",
|
|
5452
|
+
stroke: color,
|
|
5453
|
+
strokeWidth: "1.5"
|
|
5464
5454
|
}));
|
|
5465
5455
|
};
|
|
5466
5456
|
|
|
@@ -5738,7 +5728,7 @@ const User = props => {
|
|
|
5738
5728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5739
5729
|
preserveAspectRatio: "xMidYMid meet"
|
|
5740
5730
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5741
|
-
d: "
|
|
5731
|
+
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",
|
|
5742
5732
|
fill: color
|
|
5743
5733
|
}));
|
|
5744
5734
|
};
|
|
@@ -6088,19 +6078,10 @@ const Automation = props => {
|
|
|
6088
6078
|
fill: "none",
|
|
6089
6079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6090
6080
|
preserveAspectRatio: "xMidYMid meet"
|
|
6091
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
6092
|
-
|
|
6093
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
6094
|
-
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",
|
|
6081
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
6082
|
+
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",
|
|
6095
6083
|
fill: color
|
|
6096
|
-
}))
|
|
6097
|
-
id: "clip0_7619_1312"
|
|
6098
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
6099
|
-
width: "20",
|
|
6100
|
-
height: "20",
|
|
6101
|
-
fill: "white",
|
|
6102
|
-
transform: "translate(2 2)"
|
|
6103
|
-
}))));
|
|
6084
|
+
}));
|
|
6104
6085
|
};
|
|
6105
6086
|
|
|
6106
6087
|
Automation.propTypes = {
|
|
@@ -8683,26 +8664,20 @@ const Analytics = props => {
|
|
|
8683
8664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8684
8665
|
preserveAspectRatio: "xMidYMid meet"
|
|
8685
8666
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
fill: "white"
|
|
8691
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8692
|
-
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8693
|
-
fill: "white"
|
|
8694
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8695
|
-
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8696
|
-
stroke: color,
|
|
8697
|
-
strokeWidth: "1.5"
|
|
8667
|
+
fillRule: "evenodd",
|
|
8668
|
+
clipRule: "evenodd",
|
|
8669
|
+
d: "M16.5924 2V21.9744H22V2H16.5924ZM20.5088 20.4752H18.0836V3.49921H20.5088V20.4752Z",
|
|
8670
|
+
fill: color
|
|
8698
8671
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8672
|
+
fillRule: "evenodd",
|
|
8673
|
+
clipRule: "evenodd",
|
|
8674
|
+
d: "M9.27679 21.961V6.22678H14.6844V21.961H9.27679ZM10.768 20.4617H13.1931V7.72599H10.768V20.4617Z",
|
|
8675
|
+
fill: color
|
|
8702
8676
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8703
|
-
|
|
8704
|
-
|
|
8705
|
-
|
|
8677
|
+
fillRule: "evenodd",
|
|
8678
|
+
clipRule: "evenodd",
|
|
8679
|
+
d: "M2 22V11.2127H7.40759V22H2ZM3.49123 20.5008H5.91636V12.7119H3.49123V20.5008Z",
|
|
8680
|
+
fill: color
|
|
8706
8681
|
}));
|
|
8707
8682
|
};
|
|
8708
8683
|
|
|
@@ -9911,13 +9886,199 @@ Hotmart.defaultProps = {
|
|
|
9911
9886
|
|
|
9912
9887
|
const _excluded$4s = ["color", "size"];
|
|
9913
9888
|
|
|
9914
|
-
const
|
|
9889
|
+
const Creator = props => {
|
|
9915
9890
|
const {
|
|
9916
9891
|
color,
|
|
9917
9892
|
size
|
|
9918
9893
|
} = props,
|
|
9919
9894
|
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9920
9895
|
|
|
9896
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9897
|
+
width: size,
|
|
9898
|
+
height: size,
|
|
9899
|
+
viewBox: "0 0 24 24",
|
|
9900
|
+
fill: "none",
|
|
9901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9902
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9903
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9904
|
+
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",
|
|
9905
|
+
fill: color
|
|
9906
|
+
}));
|
|
9907
|
+
};
|
|
9908
|
+
|
|
9909
|
+
Creator.propTypes = {
|
|
9910
|
+
color: PropTypes.string,
|
|
9911
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9912
|
+
};
|
|
9913
|
+
Creator.defaultProps = {
|
|
9914
|
+
color: 'currentColor',
|
|
9915
|
+
size: '24'
|
|
9916
|
+
};
|
|
9917
|
+
|
|
9918
|
+
const _excluded$4t = ["color", "size"];
|
|
9919
|
+
|
|
9920
|
+
const RealEstate = props => {
|
|
9921
|
+
const {
|
|
9922
|
+
color,
|
|
9923
|
+
size
|
|
9924
|
+
} = props,
|
|
9925
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9926
|
+
|
|
9927
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9928
|
+
width: size,
|
|
9929
|
+
height: size,
|
|
9930
|
+
viewBox: "0 0 24 24",
|
|
9931
|
+
fill: "none",
|
|
9932
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9933
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9934
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9935
|
+
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",
|
|
9936
|
+
fill: color
|
|
9937
|
+
}));
|
|
9938
|
+
};
|
|
9939
|
+
|
|
9940
|
+
RealEstate.propTypes = {
|
|
9941
|
+
color: PropTypes.string,
|
|
9942
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9943
|
+
};
|
|
9944
|
+
RealEstate.defaultProps = {
|
|
9945
|
+
color: 'currentColor',
|
|
9946
|
+
size: '24'
|
|
9947
|
+
};
|
|
9948
|
+
|
|
9949
|
+
const _excluded$4u = ["color", "size"];
|
|
9950
|
+
|
|
9951
|
+
const Fitness = props => {
|
|
9952
|
+
const {
|
|
9953
|
+
color,
|
|
9954
|
+
size
|
|
9955
|
+
} = props,
|
|
9956
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9957
|
+
|
|
9958
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9959
|
+
width: size,
|
|
9960
|
+
height: size,
|
|
9961
|
+
viewBox: "0 0 24 24",
|
|
9962
|
+
fill: "none",
|
|
9963
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9964
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9965
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9966
|
+
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",
|
|
9967
|
+
fill: color
|
|
9968
|
+
}));
|
|
9969
|
+
};
|
|
9970
|
+
|
|
9971
|
+
Fitness.propTypes = {
|
|
9972
|
+
color: PropTypes.string,
|
|
9973
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9974
|
+
};
|
|
9975
|
+
Fitness.defaultProps = {
|
|
9976
|
+
color: 'currentColor',
|
|
9977
|
+
size: '24'
|
|
9978
|
+
};
|
|
9979
|
+
|
|
9980
|
+
const _excluded$4v = ["color", "size"];
|
|
9981
|
+
|
|
9982
|
+
const Hotel = props => {
|
|
9983
|
+
const {
|
|
9984
|
+
color,
|
|
9985
|
+
size
|
|
9986
|
+
} = props,
|
|
9987
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9988
|
+
|
|
9989
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9990
|
+
width: size,
|
|
9991
|
+
height: size,
|
|
9992
|
+
viewBox: "0 0 24 24",
|
|
9993
|
+
fill: "none",
|
|
9994
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9995
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9996
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9997
|
+
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",
|
|
9998
|
+
fill: color
|
|
9999
|
+
}));
|
|
10000
|
+
};
|
|
10001
|
+
|
|
10002
|
+
Hotel.propTypes = {
|
|
10003
|
+
color: PropTypes.string,
|
|
10004
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10005
|
+
};
|
|
10006
|
+
Hotel.defaultProps = {
|
|
10007
|
+
color: 'currentColor',
|
|
10008
|
+
size: '24'
|
|
10009
|
+
};
|
|
10010
|
+
|
|
10011
|
+
const _excluded$4w = ["color", "size"];
|
|
10012
|
+
|
|
10013
|
+
const Organization = props => {
|
|
10014
|
+
const {
|
|
10015
|
+
color,
|
|
10016
|
+
size
|
|
10017
|
+
} = props,
|
|
10018
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
10019
|
+
|
|
10020
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10021
|
+
width: size,
|
|
10022
|
+
height: size,
|
|
10023
|
+
viewBox: "0 0 24 24",
|
|
10024
|
+
fill: "none",
|
|
10025
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10026
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10027
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10028
|
+
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",
|
|
10029
|
+
fill: color
|
|
10030
|
+
}));
|
|
10031
|
+
};
|
|
10032
|
+
|
|
10033
|
+
Organization.propTypes = {
|
|
10034
|
+
color: PropTypes.string,
|
|
10035
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10036
|
+
};
|
|
10037
|
+
Organization.defaultProps = {
|
|
10038
|
+
color: 'currentColor',
|
|
10039
|
+
size: '24'
|
|
10040
|
+
};
|
|
10041
|
+
|
|
10042
|
+
const _excluded$4x = ["color", "size"];
|
|
10043
|
+
|
|
10044
|
+
const ProfessionalConsulting = props => {
|
|
10045
|
+
const {
|
|
10046
|
+
color,
|
|
10047
|
+
size
|
|
10048
|
+
} = props,
|
|
10049
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
10050
|
+
|
|
10051
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10052
|
+
width: size,
|
|
10053
|
+
height: size,
|
|
10054
|
+
viewBox: "0 0 24 24",
|
|
10055
|
+
fill: "none",
|
|
10056
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10057
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
10058
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
10059
|
+
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",
|
|
10060
|
+
fill: color
|
|
10061
|
+
}));
|
|
10062
|
+
};
|
|
10063
|
+
|
|
10064
|
+
ProfessionalConsulting.propTypes = {
|
|
10065
|
+
color: PropTypes.string,
|
|
10066
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
10067
|
+
};
|
|
10068
|
+
ProfessionalConsulting.defaultProps = {
|
|
10069
|
+
color: 'currentColor',
|
|
10070
|
+
size: '24'
|
|
10071
|
+
};
|
|
10072
|
+
|
|
10073
|
+
const _excluded$4y = ["color", "size"];
|
|
10074
|
+
|
|
10075
|
+
const InstagramChannel2 = props => {
|
|
10076
|
+
const {
|
|
10077
|
+
color,
|
|
10078
|
+
size
|
|
10079
|
+
} = props,
|
|
10080
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
10081
|
+
|
|
9921
10082
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9922
10083
|
width: size,
|
|
9923
10084
|
height: size,
|
|
@@ -9952,14 +10113,14 @@ InstagramChannel2.defaultProps = {
|
|
|
9952
10113
|
size: '24'
|
|
9953
10114
|
};
|
|
9954
10115
|
|
|
9955
|
-
const _excluded$
|
|
10116
|
+
const _excluded$4z = ["color", "size"];
|
|
9956
10117
|
|
|
9957
10118
|
const PopularFilled = props => {
|
|
9958
10119
|
const {
|
|
9959
10120
|
color,
|
|
9960
10121
|
size
|
|
9961
10122
|
} = props,
|
|
9962
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10123
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9963
10124
|
|
|
9964
10125
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9965
10126
|
width: size,
|
|
@@ -9983,14 +10144,14 @@ PopularFilled.defaultProps = {
|
|
|
9983
10144
|
size: '24'
|
|
9984
10145
|
};
|
|
9985
10146
|
|
|
9986
|
-
const _excluded$
|
|
10147
|
+
const _excluded$4A = ["color", "size"];
|
|
9987
10148
|
|
|
9988
10149
|
const Bricks = props => {
|
|
9989
10150
|
const {
|
|
9990
10151
|
color,
|
|
9991
10152
|
size
|
|
9992
10153
|
} = props,
|
|
9993
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10154
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
9994
10155
|
|
|
9995
10156
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9996
10157
|
width: size,
|
|
@@ -10023,14 +10184,14 @@ Bricks.defaultProps = {
|
|
|
10023
10184
|
size: '24'
|
|
10024
10185
|
};
|
|
10025
10186
|
|
|
10026
|
-
const _excluded$
|
|
10187
|
+
const _excluded$4B = ["color", "size"];
|
|
10027
10188
|
|
|
10028
10189
|
const HealthPulse = props => {
|
|
10029
10190
|
const {
|
|
10030
10191
|
color,
|
|
10031
10192
|
size
|
|
10032
10193
|
} = props,
|
|
10033
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10194
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
10034
10195
|
|
|
10035
10196
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10036
10197
|
width: size,
|
|
@@ -10057,14 +10218,14 @@ HealthPulse.defaultProps = {
|
|
|
10057
10218
|
size: '24'
|
|
10058
10219
|
};
|
|
10059
10220
|
|
|
10060
|
-
const _excluded$
|
|
10221
|
+
const _excluded$4C = ["color", "size"];
|
|
10061
10222
|
|
|
10062
10223
|
const Create = props => {
|
|
10063
10224
|
const {
|
|
10064
10225
|
color,
|
|
10065
10226
|
size
|
|
10066
10227
|
} = props,
|
|
10067
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10228
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
10068
10229
|
|
|
10069
10230
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10070
10231
|
width: size,
|
|
@@ -10091,14 +10252,14 @@ Create.defaultProps = {
|
|
|
10091
10252
|
size: '24'
|
|
10092
10253
|
};
|
|
10093
10254
|
|
|
10094
|
-
const _excluded$
|
|
10255
|
+
const _excluded$4D = ["color", "size"];
|
|
10095
10256
|
|
|
10096
10257
|
const GtCheckbox = props => {
|
|
10097
10258
|
const {
|
|
10098
10259
|
color,
|
|
10099
10260
|
size
|
|
10100
10261
|
} = props,
|
|
10101
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10262
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
10102
10263
|
|
|
10103
10264
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10104
10265
|
width: size,
|
|
@@ -10125,14 +10286,14 @@ GtCheckbox.defaultProps = {
|
|
|
10125
10286
|
size: '24'
|
|
10126
10287
|
};
|
|
10127
10288
|
|
|
10128
|
-
const _excluded$
|
|
10289
|
+
const _excluded$4E = ["color", "size"];
|
|
10129
10290
|
|
|
10130
10291
|
const GtFbComment = props => {
|
|
10131
10292
|
const {
|
|
10132
10293
|
color,
|
|
10133
10294
|
size
|
|
10134
10295
|
} = props,
|
|
10135
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10296
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
10136
10297
|
|
|
10137
10298
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10138
10299
|
width: size,
|
|
@@ -10158,14 +10319,14 @@ GtFbComment.defaultProps = {
|
|
|
10158
10319
|
size: '24'
|
|
10159
10320
|
};
|
|
10160
10321
|
|
|
10161
|
-
const _excluded$
|
|
10322
|
+
const _excluded$4F = ["color", "size"];
|
|
10162
10323
|
|
|
10163
10324
|
const GtAdsJson = props => {
|
|
10164
10325
|
const {
|
|
10165
10326
|
color,
|
|
10166
10327
|
size
|
|
10167
10328
|
} = props,
|
|
10168
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10329
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
10169
10330
|
|
|
10170
10331
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10171
10332
|
width: size,
|
|
@@ -10198,14 +10359,14 @@ GtAdsJson.defaultProps = {
|
|
|
10198
10359
|
size: '24'
|
|
10199
10360
|
};
|
|
10200
10361
|
|
|
10201
|
-
const _excluded$
|
|
10362
|
+
const _excluded$4G = ["color", "size"];
|
|
10202
10363
|
|
|
10203
10364
|
const GtFbCode = props => {
|
|
10204
10365
|
const {
|
|
10205
10366
|
color,
|
|
10206
10367
|
size
|
|
10207
10368
|
} = props,
|
|
10208
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10369
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
10209
10370
|
|
|
10210
10371
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10211
10372
|
width: size,
|
|
@@ -10234,14 +10395,14 @@ GtFbCode.defaultProps = {
|
|
|
10234
10395
|
size: '24'
|
|
10235
10396
|
};
|
|
10236
10397
|
|
|
10237
|
-
const _excluded$
|
|
10398
|
+
const _excluded$4H = ["color", "size"];
|
|
10238
10399
|
|
|
10239
10400
|
const GtRef = props => {
|
|
10240
10401
|
const {
|
|
10241
10402
|
color,
|
|
10242
10403
|
size
|
|
10243
10404
|
} = props,
|
|
10244
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10405
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
10245
10406
|
|
|
10246
10407
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10247
10408
|
width: size,
|
|
@@ -10268,14 +10429,14 @@ GtRef.defaultProps = {
|
|
|
10268
10429
|
size: '24'
|
|
10269
10430
|
};
|
|
10270
10431
|
|
|
10271
|
-
const _excluded$
|
|
10432
|
+
const _excluded$4I = ["color", "size"];
|
|
10272
10433
|
|
|
10273
10434
|
const GtCustomerChat = props => {
|
|
10274
10435
|
const {
|
|
10275
10436
|
color,
|
|
10276
10437
|
size
|
|
10277
10438
|
} = props,
|
|
10278
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10439
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
10279
10440
|
|
|
10280
10441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10281
10442
|
width: size,
|
|
@@ -10304,14 +10465,14 @@ GtCustomerChat.defaultProps = {
|
|
|
10304
10465
|
size: '24'
|
|
10305
10466
|
};
|
|
10306
10467
|
|
|
10307
|
-
const _excluded$
|
|
10468
|
+
const _excluded$4J = ["color", "size"];
|
|
10308
10469
|
|
|
10309
10470
|
const GtTakeover = props => {
|
|
10310
10471
|
const {
|
|
10311
10472
|
color,
|
|
10312
10473
|
size
|
|
10313
10474
|
} = props,
|
|
10314
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10475
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
10315
10476
|
|
|
10316
10477
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10317
10478
|
width: size,
|
|
@@ -10369,14 +10530,14 @@ GtTakeover.defaultProps = {
|
|
|
10369
10530
|
size: '24'
|
|
10370
10531
|
};
|
|
10371
10532
|
|
|
10372
|
-
const _excluded$
|
|
10533
|
+
const _excluded$4K = ["color", "size"];
|
|
10373
10534
|
|
|
10374
10535
|
const FlowPlaceholder = props => {
|
|
10375
10536
|
const {
|
|
10376
10537
|
color,
|
|
10377
10538
|
size
|
|
10378
10539
|
} = props,
|
|
10379
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10540
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
10380
10541
|
|
|
10381
10542
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10382
10543
|
width: size,
|
|
@@ -10455,14 +10616,14 @@ FlowPlaceholder.defaultProps = {
|
|
|
10455
10616
|
size: '24'
|
|
10456
10617
|
};
|
|
10457
10618
|
|
|
10458
|
-
const _excluded$
|
|
10619
|
+
const _excluded$4L = ["color", "size"];
|
|
10459
10620
|
|
|
10460
10621
|
const AddStep = props => {
|
|
10461
10622
|
const {
|
|
10462
10623
|
color,
|
|
10463
10624
|
size
|
|
10464
10625
|
} = props,
|
|
10465
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10626
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
10466
10627
|
|
|
10467
10628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10468
10629
|
width: size,
|
|
@@ -10498,14 +10659,14 @@ AddStep.defaultProps = {
|
|
|
10498
10659
|
size: '24'
|
|
10499
10660
|
};
|
|
10500
10661
|
|
|
10501
|
-
const _excluded$
|
|
10662
|
+
const _excluded$4M = ["color", "size"];
|
|
10502
10663
|
|
|
10503
10664
|
const Stats = props => {
|
|
10504
10665
|
const {
|
|
10505
10666
|
color,
|
|
10506
10667
|
size
|
|
10507
10668
|
} = props,
|
|
10508
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10669
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
10509
10670
|
|
|
10510
10671
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10511
10672
|
width: size,
|
|
@@ -10615,6 +10776,7 @@ exports.Copy = Copy;
|
|
|
10615
10776
|
exports.CopyToAnotherFlow = CopyToAnotherFlow;
|
|
10616
10777
|
exports.Coupon = Coupon;
|
|
10617
10778
|
exports.Create = Create;
|
|
10779
|
+
exports.Creator = Creator;
|
|
10618
10780
|
exports.CreditCard = CreditCard;
|
|
10619
10781
|
exports.CufArray = CufArray;
|
|
10620
10782
|
exports.CufBoolean = CufBoolean;
|
|
@@ -10649,6 +10811,7 @@ exports.Faq = Faq;
|
|
|
10649
10811
|
exports.FbChat = FbChat;
|
|
10650
10812
|
exports.Female = Female;
|
|
10651
10813
|
exports.Filter = Filter;
|
|
10814
|
+
exports.Fitness = Fitness;
|
|
10652
10815
|
exports.Flow = Flow;
|
|
10653
10816
|
exports.FlowPlaceholder = FlowPlaceholder;
|
|
10654
10817
|
exports.Folder = Folder;
|
|
@@ -10680,6 +10843,7 @@ exports.HealthPulse = HealthPulse;
|
|
|
10680
10843
|
exports.Help = Help;
|
|
10681
10844
|
exports.Hide = Hide;
|
|
10682
10845
|
exports.Home = Home;
|
|
10846
|
+
exports.Hotel = Hotel;
|
|
10683
10847
|
exports.Hotmart = Hotmart;
|
|
10684
10848
|
exports.IcGrid_24px_ = IcGrid_24px_;
|
|
10685
10849
|
exports.IcGrid__148x100_ = IcGrid__148x100_;
|
|
@@ -10725,6 +10889,7 @@ exports.Notification = Notification;
|
|
|
10725
10889
|
exports.NotificationMute = NotificationMute;
|
|
10726
10890
|
exports.OmnichannelWidget = OmnichannelWidget;
|
|
10727
10891
|
exports.Options = Options;
|
|
10892
|
+
exports.Organization = Organization;
|
|
10728
10893
|
exports.OrphanAction = OrphanAction;
|
|
10729
10894
|
exports.OrphanAction2 = OrphanAction2;
|
|
10730
10895
|
exports.OrphanAdStatistics = OrphanAdStatistics;
|
|
@@ -10761,11 +10926,13 @@ exports.Play = Play;
|
|
|
10761
10926
|
exports.Plus = Plus;
|
|
10762
10927
|
exports.Popular = Popular;
|
|
10763
10928
|
exports.PopularFilled = PopularFilled;
|
|
10929
|
+
exports.ProfessionalConsulting = ProfessionalConsulting;
|
|
10764
10930
|
exports.Protect = Protect;
|
|
10765
10931
|
exports.PublicChangelog = PublicChangelog;
|
|
10766
10932
|
exports.Publish = Publish;
|
|
10767
10933
|
exports.Qr = Qr;
|
|
10768
10934
|
exports.Question = Question;
|
|
10935
|
+
exports.RealEstate = RealEstate;
|
|
10769
10936
|
exports.Redo = Redo;
|
|
10770
10937
|
exports.Reels = Reels;
|
|
10771
10938
|
exports.Retry = Retry;
|