@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/umd/mcicons.js
CHANGED
|
@@ -571,24 +571,17 @@
|
|
|
571
571
|
fill: "none",
|
|
572
572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
573
573
|
preserveAspectRatio: "xMidYMid meet"
|
|
574
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
d: "M12
|
|
578
|
-
|
|
579
|
-
strokeWidth: "1.5"
|
|
574
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
575
|
+
fillRule: "evenodd",
|
|
576
|
+
clipRule: "evenodd",
|
|
577
|
+
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",
|
|
578
|
+
fill: color
|
|
580
579
|
}), /*#__PURE__*/React.createElement("path", {
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
587
|
-
width: "20",
|
|
588
|
-
height: "20",
|
|
589
|
-
fill: "white",
|
|
590
|
-
transform: "translate(2 2)"
|
|
591
|
-
}))));
|
|
580
|
+
fillRule: "evenodd",
|
|
581
|
+
clipRule: "evenodd",
|
|
582
|
+
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",
|
|
583
|
+
fill: color
|
|
584
|
+
}));
|
|
592
585
|
};
|
|
593
586
|
|
|
594
587
|
Settings.propTypes = {
|
|
@@ -789,7 +782,7 @@
|
|
|
789
782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
790
783
|
preserveAspectRatio: "xMidYMid meet"
|
|
791
784
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
792
|
-
d: "
|
|
785
|
+
d: "M5 19V16.971L10.8248 12L5 7.02899V5L12.0511 10.9855L19 5V7.02899L13.1752 12L19 16.971V19L12.0511 13.0145L5 19Z",
|
|
793
786
|
fill: color
|
|
794
787
|
}));
|
|
795
788
|
};
|
|
@@ -818,9 +811,7 @@
|
|
|
818
811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
819
812
|
preserveAspectRatio: "xMidYMid meet"
|
|
820
813
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
821
|
-
|
|
822
|
-
clipRule: "evenodd",
|
|
823
|
-
d: "M12.7007 11.2007V2H11.2007V11.2007H2V12.7007H11.2007V22H12.7007V12.7007H22V11.2007H12.7007Z",
|
|
814
|
+
d: "M11.25 19V12.75H5V11.25H11.25V5H12.75V11.25H19V12.75H12.75V19H11.25Z",
|
|
824
815
|
fill: color
|
|
825
816
|
}));
|
|
826
817
|
};
|
|
@@ -849,9 +840,8 @@
|
|
|
849
840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
850
841
|
preserveAspectRatio: "xMidYMid meet"
|
|
851
842
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
852
|
-
d: "
|
|
853
|
-
|
|
854
|
-
strokeWidth: "1.5"
|
|
843
|
+
d: "M5 11.25V12.75H19V11.25H5Z",
|
|
844
|
+
fill: color
|
|
855
845
|
}));
|
|
856
846
|
};
|
|
857
847
|
|
|
@@ -1567,9 +1557,10 @@
|
|
|
1567
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1568
1558
|
preserveAspectRatio: "xMidYMid meet"
|
|
1569
1559
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1560
|
+
fillRule: "evenodd",
|
|
1561
|
+
clipRule: "evenodd",
|
|
1562
|
+
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",
|
|
1563
|
+
fill: color
|
|
1573
1564
|
}));
|
|
1574
1565
|
};
|
|
1575
1566
|
|
|
@@ -1742,7 +1733,9 @@
|
|
|
1742
1733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1743
1734
|
preserveAspectRatio: "xMidYMid meet"
|
|
1744
1735
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
1745
|
-
|
|
1736
|
+
fillRule: "evenodd",
|
|
1737
|
+
clipRule: "evenodd",
|
|
1738
|
+
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",
|
|
1746
1739
|
fill: color
|
|
1747
1740
|
}));
|
|
1748
1741
|
};
|
|
@@ -4382,7 +4375,7 @@
|
|
|
4382
4375
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4383
4376
|
preserveAspectRatio: "xMidYMid meet"
|
|
4384
4377
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4385
|
-
d: "
|
|
4378
|
+
d: "M14 15.9174L10.0656 12.0496L14 8.08264V6L8 12.0496L14 18V15.9174Z",
|
|
4386
4379
|
fill: color
|
|
4387
4380
|
}));
|
|
4388
4381
|
};
|
|
@@ -4411,7 +4404,7 @@
|
|
|
4411
4404
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4412
4405
|
preserveAspectRatio: "xMidYMid meet"
|
|
4413
4406
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4414
|
-
d: "
|
|
4407
|
+
d: "M10 8.08264L13.9344 11.9504L10 15.9174L10 18L16 11.9504L10 6L10 8.08264Z",
|
|
4415
4408
|
fill: color
|
|
4416
4409
|
}));
|
|
4417
4410
|
};
|
|
@@ -4440,7 +4433,7 @@
|
|
|
4440
4433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4441
4434
|
preserveAspectRatio: "xMidYMid meet"
|
|
4442
4435
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4443
|
-
d: "
|
|
4436
|
+
d: "M15.9174 10L12.0496 13.9344L8.08264 10L6 10L12.0496 16L18 10L15.9174 10Z",
|
|
4444
4437
|
fill: color
|
|
4445
4438
|
}));
|
|
4446
4439
|
};
|
|
@@ -4469,7 +4462,7 @@
|
|
|
4469
4462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4470
4463
|
preserveAspectRatio: "xMidYMid meet"
|
|
4471
4464
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4472
|
-
d: "
|
|
4465
|
+
d: "M8.08264 14L11.9504 10.0656L15.9174 14L18 14L11.9504 8L6 14L8.08264 14Z",
|
|
4473
4466
|
fill: color
|
|
4474
4467
|
}));
|
|
4475
4468
|
};
|
|
@@ -4498,10 +4491,9 @@
|
|
|
4498
4491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4499
4492
|
preserveAspectRatio: "xMidYMid meet"
|
|
4500
4493
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
d: "M20 18.8644L12.3864 12.0508L20 5.13559L20 3L10 12.0508L20 21L20 18.8644Z",
|
|
4494
|
+
fillRule: "evenodd",
|
|
4495
|
+
clipRule: "evenodd",
|
|
4496
|
+
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",
|
|
4505
4497
|
fill: color
|
|
4506
4498
|
}));
|
|
4507
4499
|
};
|
|
@@ -4530,10 +4522,9 @@
|
|
|
4530
4522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4531
4523
|
preserveAspectRatio: "xMidYMid meet"
|
|
4532
4524
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
d: "M4 5.13559L11.6136 11.9492L4 18.8644L4 21L14 11.9492L4 3L4 5.13559Z",
|
|
4525
|
+
fillRule: "evenodd",
|
|
4526
|
+
clipRule: "evenodd",
|
|
4527
|
+
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",
|
|
4537
4528
|
fill: color
|
|
4538
4529
|
}));
|
|
4539
4530
|
};
|
|
@@ -4562,10 +4553,9 @@
|
|
|
4562
4553
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4563
4554
|
preserveAspectRatio: "xMidYMid meet"
|
|
4564
4555
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
d: "M18.8644 4L12.0508 11.6136L5.13559 4L3 4L12.0508 14L21 4L18.8644 4Z",
|
|
4556
|
+
fillRule: "evenodd",
|
|
4557
|
+
clipRule: "evenodd",
|
|
4558
|
+
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",
|
|
4569
4559
|
fill: color
|
|
4570
4560
|
}));
|
|
4571
4561
|
};
|
|
@@ -4594,10 +4584,9 @@
|
|
|
4594
4584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4595
4585
|
preserveAspectRatio: "xMidYMid meet"
|
|
4596
4586
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
d: "M5.13559 20L11.9492 12.3864L18.8644 20H21L11.9492 10L3 20L5.13559 20Z",
|
|
4587
|
+
fillRule: "evenodd",
|
|
4588
|
+
clipRule: "evenodd",
|
|
4589
|
+
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",
|
|
4601
4590
|
fill: color
|
|
4602
4591
|
}));
|
|
4603
4592
|
};
|
|
@@ -5135,8 +5124,9 @@
|
|
|
5135
5124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5136
5125
|
preserveAspectRatio: "xMidYMid meet"
|
|
5137
5126
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5138
|
-
d: "
|
|
5139
|
-
|
|
5127
|
+
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",
|
|
5128
|
+
stroke: color,
|
|
5129
|
+
strokeWidth: "1.5"
|
|
5140
5130
|
}));
|
|
5141
5131
|
};
|
|
5142
5132
|
|
|
@@ -5396,7 +5386,7 @@
|
|
|
5396
5386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5397
5387
|
preserveAspectRatio: "xMidYMid meet"
|
|
5398
5388
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5399
|
-
d: "
|
|
5389
|
+
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",
|
|
5400
5390
|
fill: color
|
|
5401
5391
|
}));
|
|
5402
5392
|
};
|
|
@@ -5724,19 +5714,10 @@
|
|
|
5724
5714
|
fill: "none",
|
|
5725
5715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5726
5716
|
preserveAspectRatio: "xMidYMid meet"
|
|
5727
|
-
}, otherProps), /*#__PURE__*/React.createElement("
|
|
5728
|
-
|
|
5729
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
5730
|
-
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",
|
|
5717
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
5718
|
+
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",
|
|
5731
5719
|
fill: color
|
|
5732
|
-
}))
|
|
5733
|
-
id: "clip0_7619_1312"
|
|
5734
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
5735
|
-
width: "20",
|
|
5736
|
-
height: "20",
|
|
5737
|
-
fill: "white",
|
|
5738
|
-
transform: "translate(2 2)"
|
|
5739
|
-
}))));
|
|
5720
|
+
}));
|
|
5740
5721
|
};
|
|
5741
5722
|
|
|
5742
5723
|
Automation.propTypes = {
|
|
@@ -8179,26 +8160,20 @@
|
|
|
8179
8160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8180
8161
|
preserveAspectRatio: "xMidYMid meet"
|
|
8181
8162
|
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
fill: "white"
|
|
8187
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8188
|
-
d: "M17.3855 2.51514V21H21.3249V2.51514H17.3855Z",
|
|
8189
|
-
fill: "white"
|
|
8190
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
8191
|
-
d: "M10.0269 6.75764V21.0001H13.9663V6.75764H10.0269Z",
|
|
8192
|
-
stroke: color,
|
|
8193
|
-
strokeWidth: "1.5"
|
|
8163
|
+
fillRule: "evenodd",
|
|
8164
|
+
clipRule: "evenodd",
|
|
8165
|
+
d: "M16.5924 2V21.9744H22V2H16.5924ZM20.5088 20.4752H18.0836V3.49921H20.5088V20.4752Z",
|
|
8166
|
+
fill: color
|
|
8194
8167
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8168
|
+
fillRule: "evenodd",
|
|
8169
|
+
clipRule: "evenodd",
|
|
8170
|
+
d: "M9.27679 21.961V6.22678H14.6844V21.961H9.27679ZM10.768 20.4617H13.1931V7.72599H10.768V20.4617Z",
|
|
8171
|
+
fill: color
|
|
8198
8172
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8199
|
-
|
|
8200
|
-
|
|
8201
|
-
|
|
8173
|
+
fillRule: "evenodd",
|
|
8174
|
+
clipRule: "evenodd",
|
|
8175
|
+
d: "M2 22V11.2127H7.40759V22H2ZM3.49123 20.5008H5.91636V12.7119H3.49123V20.5008Z",
|
|
8176
|
+
fill: color
|
|
8202
8177
|
}));
|
|
8203
8178
|
};
|
|
8204
8179
|
|
|
@@ -9347,11 +9322,185 @@
|
|
|
9347
9322
|
|
|
9348
9323
|
var _excluded$4s = ["color", "size"];
|
|
9349
9324
|
|
|
9350
|
-
var
|
|
9325
|
+
var Creator = function Creator(props) {
|
|
9351
9326
|
var color = props.color,
|
|
9352
9327
|
size = props.size,
|
|
9353
9328
|
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
9354
9329
|
|
|
9330
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9331
|
+
width: size,
|
|
9332
|
+
height: size,
|
|
9333
|
+
viewBox: "0 0 24 24",
|
|
9334
|
+
fill: "none",
|
|
9335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9336
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9337
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9338
|
+
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",
|
|
9339
|
+
fill: color
|
|
9340
|
+
}));
|
|
9341
|
+
};
|
|
9342
|
+
|
|
9343
|
+
Creator.propTypes = {
|
|
9344
|
+
color: PropTypes.string,
|
|
9345
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9346
|
+
};
|
|
9347
|
+
Creator.defaultProps = {
|
|
9348
|
+
color: 'currentColor',
|
|
9349
|
+
size: '24'
|
|
9350
|
+
};
|
|
9351
|
+
|
|
9352
|
+
var _excluded$4t = ["color", "size"];
|
|
9353
|
+
|
|
9354
|
+
var RealEstate = function RealEstate(props) {
|
|
9355
|
+
var color = props.color,
|
|
9356
|
+
size = props.size,
|
|
9357
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
9358
|
+
|
|
9359
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9360
|
+
width: size,
|
|
9361
|
+
height: size,
|
|
9362
|
+
viewBox: "0 0 24 24",
|
|
9363
|
+
fill: "none",
|
|
9364
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9365
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9366
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9367
|
+
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",
|
|
9368
|
+
fill: color
|
|
9369
|
+
}));
|
|
9370
|
+
};
|
|
9371
|
+
|
|
9372
|
+
RealEstate.propTypes = {
|
|
9373
|
+
color: PropTypes.string,
|
|
9374
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9375
|
+
};
|
|
9376
|
+
RealEstate.defaultProps = {
|
|
9377
|
+
color: 'currentColor',
|
|
9378
|
+
size: '24'
|
|
9379
|
+
};
|
|
9380
|
+
|
|
9381
|
+
var _excluded$4u = ["color", "size"];
|
|
9382
|
+
|
|
9383
|
+
var Fitness = function Fitness(props) {
|
|
9384
|
+
var color = props.color,
|
|
9385
|
+
size = props.size,
|
|
9386
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
9387
|
+
|
|
9388
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9389
|
+
width: size,
|
|
9390
|
+
height: size,
|
|
9391
|
+
viewBox: "0 0 24 24",
|
|
9392
|
+
fill: "none",
|
|
9393
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9394
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9395
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9396
|
+
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",
|
|
9397
|
+
fill: color
|
|
9398
|
+
}));
|
|
9399
|
+
};
|
|
9400
|
+
|
|
9401
|
+
Fitness.propTypes = {
|
|
9402
|
+
color: PropTypes.string,
|
|
9403
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9404
|
+
};
|
|
9405
|
+
Fitness.defaultProps = {
|
|
9406
|
+
color: 'currentColor',
|
|
9407
|
+
size: '24'
|
|
9408
|
+
};
|
|
9409
|
+
|
|
9410
|
+
var _excluded$4v = ["color", "size"];
|
|
9411
|
+
|
|
9412
|
+
var Hotel = function Hotel(props) {
|
|
9413
|
+
var color = props.color,
|
|
9414
|
+
size = props.size,
|
|
9415
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
9416
|
+
|
|
9417
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9418
|
+
width: size,
|
|
9419
|
+
height: size,
|
|
9420
|
+
viewBox: "0 0 24 24",
|
|
9421
|
+
fill: "none",
|
|
9422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9423
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9424
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9425
|
+
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",
|
|
9426
|
+
fill: color
|
|
9427
|
+
}));
|
|
9428
|
+
};
|
|
9429
|
+
|
|
9430
|
+
Hotel.propTypes = {
|
|
9431
|
+
color: PropTypes.string,
|
|
9432
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9433
|
+
};
|
|
9434
|
+
Hotel.defaultProps = {
|
|
9435
|
+
color: 'currentColor',
|
|
9436
|
+
size: '24'
|
|
9437
|
+
};
|
|
9438
|
+
|
|
9439
|
+
var _excluded$4w = ["color", "size"];
|
|
9440
|
+
|
|
9441
|
+
var Organization = function Organization(props) {
|
|
9442
|
+
var color = props.color,
|
|
9443
|
+
size = props.size,
|
|
9444
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
9445
|
+
|
|
9446
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9447
|
+
width: size,
|
|
9448
|
+
height: size,
|
|
9449
|
+
viewBox: "0 0 24 24",
|
|
9450
|
+
fill: "none",
|
|
9451
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9452
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9453
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9454
|
+
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",
|
|
9455
|
+
fill: color
|
|
9456
|
+
}));
|
|
9457
|
+
};
|
|
9458
|
+
|
|
9459
|
+
Organization.propTypes = {
|
|
9460
|
+
color: PropTypes.string,
|
|
9461
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9462
|
+
};
|
|
9463
|
+
Organization.defaultProps = {
|
|
9464
|
+
color: 'currentColor',
|
|
9465
|
+
size: '24'
|
|
9466
|
+
};
|
|
9467
|
+
|
|
9468
|
+
var _excluded$4x = ["color", "size"];
|
|
9469
|
+
|
|
9470
|
+
var ProfessionalConsulting = function ProfessionalConsulting(props) {
|
|
9471
|
+
var color = props.color,
|
|
9472
|
+
size = props.size,
|
|
9473
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
9474
|
+
|
|
9475
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9476
|
+
width: size,
|
|
9477
|
+
height: size,
|
|
9478
|
+
viewBox: "0 0 24 24",
|
|
9479
|
+
fill: "none",
|
|
9480
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9481
|
+
preserveAspectRatio: "xMidYMid meet"
|
|
9482
|
+
}, otherProps), /*#__PURE__*/React.createElement("path", {
|
|
9483
|
+
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",
|
|
9484
|
+
fill: color
|
|
9485
|
+
}));
|
|
9486
|
+
};
|
|
9487
|
+
|
|
9488
|
+
ProfessionalConsulting.propTypes = {
|
|
9489
|
+
color: PropTypes.string,
|
|
9490
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
9491
|
+
};
|
|
9492
|
+
ProfessionalConsulting.defaultProps = {
|
|
9493
|
+
color: 'currentColor',
|
|
9494
|
+
size: '24'
|
|
9495
|
+
};
|
|
9496
|
+
|
|
9497
|
+
var _excluded$4y = ["color", "size"];
|
|
9498
|
+
|
|
9499
|
+
var InstagramChannel2 = function InstagramChannel2(props) {
|
|
9500
|
+
var color = props.color,
|
|
9501
|
+
size = props.size,
|
|
9502
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
9503
|
+
|
|
9355
9504
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9356
9505
|
width: size,
|
|
9357
9506
|
height: size,
|
|
@@ -9386,12 +9535,12 @@
|
|
|
9386
9535
|
size: '24'
|
|
9387
9536
|
};
|
|
9388
9537
|
|
|
9389
|
-
var _excluded$
|
|
9538
|
+
var _excluded$4z = ["color", "size"];
|
|
9390
9539
|
|
|
9391
9540
|
var PopularFilled = function PopularFilled(props) {
|
|
9392
9541
|
var color = props.color,
|
|
9393
9542
|
size = props.size,
|
|
9394
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9543
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
9395
9544
|
|
|
9396
9545
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9397
9546
|
width: size,
|
|
@@ -9415,12 +9564,12 @@
|
|
|
9415
9564
|
size: '24'
|
|
9416
9565
|
};
|
|
9417
9566
|
|
|
9418
|
-
var _excluded$
|
|
9567
|
+
var _excluded$4A = ["color", "size"];
|
|
9419
9568
|
|
|
9420
9569
|
var Bricks = function Bricks(props) {
|
|
9421
9570
|
var color = props.color,
|
|
9422
9571
|
size = props.size,
|
|
9423
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9572
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
9424
9573
|
|
|
9425
9574
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9426
9575
|
width: size,
|
|
@@ -9453,12 +9602,12 @@
|
|
|
9453
9602
|
size: '24'
|
|
9454
9603
|
};
|
|
9455
9604
|
|
|
9456
|
-
var _excluded$
|
|
9605
|
+
var _excluded$4B = ["color", "size"];
|
|
9457
9606
|
|
|
9458
9607
|
var HealthPulse = function HealthPulse(props) {
|
|
9459
9608
|
var color = props.color,
|
|
9460
9609
|
size = props.size,
|
|
9461
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9610
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
9462
9611
|
|
|
9463
9612
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9464
9613
|
width: size,
|
|
@@ -9485,12 +9634,12 @@
|
|
|
9485
9634
|
size: '24'
|
|
9486
9635
|
};
|
|
9487
9636
|
|
|
9488
|
-
var _excluded$
|
|
9637
|
+
var _excluded$4C = ["color", "size"];
|
|
9489
9638
|
|
|
9490
9639
|
var Create = function Create(props) {
|
|
9491
9640
|
var color = props.color,
|
|
9492
9641
|
size = props.size,
|
|
9493
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9642
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
9494
9643
|
|
|
9495
9644
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9496
9645
|
width: size,
|
|
@@ -9517,12 +9666,12 @@
|
|
|
9517
9666
|
size: '24'
|
|
9518
9667
|
};
|
|
9519
9668
|
|
|
9520
|
-
var _excluded$
|
|
9669
|
+
var _excluded$4D = ["color", "size"];
|
|
9521
9670
|
|
|
9522
9671
|
var GtCheckbox = function GtCheckbox(props) {
|
|
9523
9672
|
var color = props.color,
|
|
9524
9673
|
size = props.size,
|
|
9525
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9674
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
9526
9675
|
|
|
9527
9676
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9528
9677
|
width: size,
|
|
@@ -9549,12 +9698,12 @@
|
|
|
9549
9698
|
size: '24'
|
|
9550
9699
|
};
|
|
9551
9700
|
|
|
9552
|
-
var _excluded$
|
|
9701
|
+
var _excluded$4E = ["color", "size"];
|
|
9553
9702
|
|
|
9554
9703
|
var GtFbComment = function GtFbComment(props) {
|
|
9555
9704
|
var color = props.color,
|
|
9556
9705
|
size = props.size,
|
|
9557
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9706
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
9558
9707
|
|
|
9559
9708
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9560
9709
|
width: size,
|
|
@@ -9580,12 +9729,12 @@
|
|
|
9580
9729
|
size: '24'
|
|
9581
9730
|
};
|
|
9582
9731
|
|
|
9583
|
-
var _excluded$
|
|
9732
|
+
var _excluded$4F = ["color", "size"];
|
|
9584
9733
|
|
|
9585
9734
|
var GtAdsJson = function GtAdsJson(props) {
|
|
9586
9735
|
var color = props.color,
|
|
9587
9736
|
size = props.size,
|
|
9588
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9737
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
9589
9738
|
|
|
9590
9739
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9591
9740
|
width: size,
|
|
@@ -9618,12 +9767,12 @@
|
|
|
9618
9767
|
size: '24'
|
|
9619
9768
|
};
|
|
9620
9769
|
|
|
9621
|
-
var _excluded$
|
|
9770
|
+
var _excluded$4G = ["color", "size"];
|
|
9622
9771
|
|
|
9623
9772
|
var GtFbCode = function GtFbCode(props) {
|
|
9624
9773
|
var color = props.color,
|
|
9625
9774
|
size = props.size,
|
|
9626
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9775
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
9627
9776
|
|
|
9628
9777
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9629
9778
|
width: size,
|
|
@@ -9652,12 +9801,12 @@
|
|
|
9652
9801
|
size: '24'
|
|
9653
9802
|
};
|
|
9654
9803
|
|
|
9655
|
-
var _excluded$
|
|
9804
|
+
var _excluded$4H = ["color", "size"];
|
|
9656
9805
|
|
|
9657
9806
|
var GtRef = function GtRef(props) {
|
|
9658
9807
|
var color = props.color,
|
|
9659
9808
|
size = props.size,
|
|
9660
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9809
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
9661
9810
|
|
|
9662
9811
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9663
9812
|
width: size,
|
|
@@ -9684,12 +9833,12 @@
|
|
|
9684
9833
|
size: '24'
|
|
9685
9834
|
};
|
|
9686
9835
|
|
|
9687
|
-
var _excluded$
|
|
9836
|
+
var _excluded$4I = ["color", "size"];
|
|
9688
9837
|
|
|
9689
9838
|
var GtCustomerChat = function GtCustomerChat(props) {
|
|
9690
9839
|
var color = props.color,
|
|
9691
9840
|
size = props.size,
|
|
9692
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9841
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
9693
9842
|
|
|
9694
9843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9695
9844
|
width: size,
|
|
@@ -9718,12 +9867,12 @@
|
|
|
9718
9867
|
size: '24'
|
|
9719
9868
|
};
|
|
9720
9869
|
|
|
9721
|
-
var _excluded$
|
|
9870
|
+
var _excluded$4J = ["color", "size"];
|
|
9722
9871
|
|
|
9723
9872
|
var GtTakeover = function GtTakeover(props) {
|
|
9724
9873
|
var color = props.color,
|
|
9725
9874
|
size = props.size,
|
|
9726
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9875
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
9727
9876
|
|
|
9728
9877
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9729
9878
|
width: size,
|
|
@@ -9781,12 +9930,12 @@
|
|
|
9781
9930
|
size: '24'
|
|
9782
9931
|
};
|
|
9783
9932
|
|
|
9784
|
-
var _excluded$
|
|
9933
|
+
var _excluded$4K = ["color", "size"];
|
|
9785
9934
|
|
|
9786
9935
|
var FlowPlaceholder = function FlowPlaceholder(props) {
|
|
9787
9936
|
var color = props.color,
|
|
9788
9937
|
size = props.size,
|
|
9789
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9938
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
9790
9939
|
|
|
9791
9940
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9792
9941
|
width: size,
|
|
@@ -9865,12 +10014,12 @@
|
|
|
9865
10014
|
size: '24'
|
|
9866
10015
|
};
|
|
9867
10016
|
|
|
9868
|
-
var _excluded$
|
|
10017
|
+
var _excluded$4L = ["color", "size"];
|
|
9869
10018
|
|
|
9870
10019
|
var AddStep = function AddStep(props) {
|
|
9871
10020
|
var color = props.color,
|
|
9872
10021
|
size = props.size,
|
|
9873
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10022
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
9874
10023
|
|
|
9875
10024
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9876
10025
|
width: size,
|
|
@@ -9906,12 +10055,12 @@
|
|
|
9906
10055
|
size: '24'
|
|
9907
10056
|
};
|
|
9908
10057
|
|
|
9909
|
-
var _excluded$
|
|
10058
|
+
var _excluded$4M = ["color", "size"];
|
|
9910
10059
|
|
|
9911
10060
|
var Stats = function Stats(props) {
|
|
9912
10061
|
var color = props.color,
|
|
9913
10062
|
size = props.size,
|
|
9914
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10063
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
9915
10064
|
|
|
9916
10065
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9917
10066
|
width: size,
|
|
@@ -10021,6 +10170,7 @@
|
|
|
10021
10170
|
exports.CopyToAnotherFlow = CopyToAnotherFlow;
|
|
10022
10171
|
exports.Coupon = Coupon;
|
|
10023
10172
|
exports.Create = Create;
|
|
10173
|
+
exports.Creator = Creator;
|
|
10024
10174
|
exports.CreditCard = CreditCard;
|
|
10025
10175
|
exports.CufArray = CufArray;
|
|
10026
10176
|
exports.CufBoolean = CufBoolean;
|
|
@@ -10055,6 +10205,7 @@
|
|
|
10055
10205
|
exports.FbChat = FbChat;
|
|
10056
10206
|
exports.Female = Female;
|
|
10057
10207
|
exports.Filter = Filter;
|
|
10208
|
+
exports.Fitness = Fitness;
|
|
10058
10209
|
exports.Flow = Flow;
|
|
10059
10210
|
exports.FlowPlaceholder = FlowPlaceholder;
|
|
10060
10211
|
exports.Folder = Folder;
|
|
@@ -10086,6 +10237,7 @@
|
|
|
10086
10237
|
exports.Help = Help;
|
|
10087
10238
|
exports.Hide = Hide;
|
|
10088
10239
|
exports.Home = Home;
|
|
10240
|
+
exports.Hotel = Hotel;
|
|
10089
10241
|
exports.Hotmart = Hotmart;
|
|
10090
10242
|
exports.IcGrid_24px_ = IcGrid_24px_;
|
|
10091
10243
|
exports.IcGrid__148x100_ = IcGrid__148x100_;
|
|
@@ -10131,6 +10283,7 @@
|
|
|
10131
10283
|
exports.NotificationMute = NotificationMute;
|
|
10132
10284
|
exports.OmnichannelWidget = OmnichannelWidget;
|
|
10133
10285
|
exports.Options = Options;
|
|
10286
|
+
exports.Organization = Organization;
|
|
10134
10287
|
exports.OrphanAction = OrphanAction;
|
|
10135
10288
|
exports.OrphanAction2 = OrphanAction2;
|
|
10136
10289
|
exports.OrphanAdStatistics = OrphanAdStatistics;
|
|
@@ -10167,11 +10320,13 @@
|
|
|
10167
10320
|
exports.Plus = Plus;
|
|
10168
10321
|
exports.Popular = Popular;
|
|
10169
10322
|
exports.PopularFilled = PopularFilled;
|
|
10323
|
+
exports.ProfessionalConsulting = ProfessionalConsulting;
|
|
10170
10324
|
exports.Protect = Protect;
|
|
10171
10325
|
exports.PublicChangelog = PublicChangelog;
|
|
10172
10326
|
exports.Publish = Publish;
|
|
10173
10327
|
exports.Qr = Qr;
|
|
10174
10328
|
exports.Question = Question;
|
|
10329
|
+
exports.RealEstate = RealEstate;
|
|
10175
10330
|
exports.Redo = Redo;
|
|
10176
10331
|
exports.Reels = Reels;
|
|
10177
10332
|
exports.Retry = Retry;
|