@manychat/icons 4.3.0 → 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.es.js +56 -81
- package/dist/index.js +56 -81
- package/package.json +1 -1
- package/umd/mcicons.js +56 -81
- 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
|
|
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
|
|