@pretto/picto 3.0.1 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/picto.js CHANGED
@@ -76,7 +76,7 @@ const useForceUpdate = () => {
76
76
  return forceUpdate;
77
77
  };
78
78
 
79
- var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
79
+ var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "MagnifyingBold", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
80
80
 
81
81
  var Archive = (({
82
82
  as: Component = "svg",
@@ -511,6 +511,31 @@ function WrappedPicto$g(props) {
511
511
  return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(Calendar, props));
512
512
  }
513
513
 
514
+ var CalendarBold = (({
515
+ as: Component = "svg",
516
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
517
+ d: "M13,2V0H11V2H5V0H3V2H0V15H16V2Zm2,12H1V5H15ZM15,4H1V3H15ZM10.43,7.68,9,8.56v-1l1.53-.91.9,0v5.88h-1ZM7.27,10.74c0-.63-.4-.92-1.19-.92h-.5V9H6c.7,0,1.09-.3,1.09-.83a.9.9,0,0,0-1-.84h0a1.11,1.11,0,0,0-1.16,1l-1-.15A2,2,0,0,1,6,6.5c1.15,0,2,.67,2,1.62a1.4,1.4,0,0,1-.72,1.22,1.52,1.52,0,0,1,.93,1.51c0,1.07-.84,1.78-2.1,1.78a2.11,2.11,0,0,1-2.3-1.9,1.34,1.34,0,0,1,0-.2l1-.14c.08.88.54,1.35,1.34,1.35S7.27,11.37,7.27,10.74Z"
518
+ })),
519
+ ...props
520
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
521
+ xmlns: "http://www.w3.org/2000/svg",
522
+ width: "16",
523
+ height: "16",
524
+ viewBox: "0 0 16 16",
525
+ fill: "currentColor"
526
+ }, props), children));
527
+
528
+ function WrappedPicto$h(props) {
529
+ const {
530
+ optimise,
531
+ refresh
532
+ } = useContext(PictoContext);
533
+ useEffect(() => {
534
+ refresh();
535
+ }, []);
536
+ return optimise('p_ZdD3T7', /*#__PURE__*/React.createElement(CalendarBold, props));
537
+ }
538
+
514
539
  var Camera = (({
515
540
  as: Component = "svg",
516
541
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -525,7 +550,7 @@ var Camera = (({
525
550
  fill: "currentColor"
526
551
  }, props), children));
527
552
 
528
- function WrappedPicto$h(props) {
553
+ function WrappedPicto$i(props) {
529
554
  const {
530
555
  optimise,
531
556
  refresh
@@ -550,7 +575,7 @@ var ChalkboardTeacher = (({
550
575
  fill: "currentColor"
551
576
  }, props), children));
552
577
 
553
- function WrappedPicto$i(props) {
578
+ function WrappedPicto$j(props) {
554
579
  const {
555
580
  optimise,
556
581
  refresh
@@ -575,7 +600,7 @@ var ChartBar = (({
575
600
  fill: "currentColor"
576
601
  }, props), children));
577
602
 
578
- function WrappedPicto$j(props) {
603
+ function WrappedPicto$k(props) {
579
604
  const {
580
605
  optimise,
581
606
  refresh
@@ -600,7 +625,7 @@ var CheckHandwrite = (({
600
625
  fill: "currentColor"
601
626
  }, props), children));
602
627
 
603
- function WrappedPicto$k(props) {
628
+ function WrappedPicto$l(props) {
604
629
  const {
605
630
  optimise,
606
631
  refresh
@@ -625,7 +650,7 @@ var Check = (({
625
650
  fill: "currentColor"
626
651
  }, props), children));
627
652
 
628
- function WrappedPicto$l(props) {
653
+ function WrappedPicto$m(props) {
629
654
  const {
630
655
  optimise,
631
656
  refresh
@@ -650,7 +675,7 @@ var ChevronDownBold = (({
650
675
  fill: "currentColor"
651
676
  }, props), children));
652
677
 
653
- function WrappedPicto$m(props) {
678
+ function WrappedPicto$n(props) {
654
679
  const {
655
680
  optimise,
656
681
  refresh
@@ -675,7 +700,7 @@ var ChevronLeftBold = (({
675
700
  fill: "currentColor"
676
701
  }, props), children));
677
702
 
678
- function WrappedPicto$n(props) {
703
+ function WrappedPicto$o(props) {
679
704
  const {
680
705
  optimise,
681
706
  refresh
@@ -700,7 +725,7 @@ var ChevronRightBold = (({
700
725
  fill: "currentColor"
701
726
  }, props), children));
702
727
 
703
- function WrappedPicto$o(props) {
728
+ function WrappedPicto$p(props) {
704
729
  const {
705
730
  optimise,
706
731
  refresh
@@ -725,7 +750,7 @@ var ChevronUpBold = (({
725
750
  fill: "currentColor"
726
751
  }, props), children));
727
752
 
728
- function WrappedPicto$p(props) {
753
+ function WrappedPicto$q(props) {
729
754
  const {
730
755
  optimise,
731
756
  refresh
@@ -751,7 +776,7 @@ var Clock = (({
751
776
  fill: "currentColor"
752
777
  }, props), children));
753
778
 
754
- function WrappedPicto$q(props) {
779
+ function WrappedPicto$r(props) {
755
780
  const {
756
781
  optimise,
757
782
  refresh
@@ -776,7 +801,7 @@ var Cloud = (({
776
801
  fill: "currentColor"
777
802
  }, props), children));
778
803
 
779
- function WrappedPicto$r(props) {
804
+ function WrappedPicto$s(props) {
780
805
  const {
781
806
  optimise,
782
807
  refresh
@@ -802,7 +827,7 @@ var CloudUpload = (({
802
827
  fill: "currentColor"
803
828
  }, props), children));
804
829
 
805
- function WrappedPicto$s(props) {
830
+ function WrappedPicto$t(props) {
806
831
  const {
807
832
  optimise,
808
833
  refresh
@@ -828,7 +853,7 @@ var Coins = (({
828
853
  fill: "currentColor"
829
854
  }, props), children));
830
855
 
831
- function WrappedPicto$t(props) {
856
+ function WrappedPicto$u(props) {
832
857
  const {
833
858
  optimise,
834
859
  refresh
@@ -854,7 +879,7 @@ var Crane = (({
854
879
  fill: "currentColor"
855
880
  }, props), children));
856
881
 
857
- function WrappedPicto$u(props) {
882
+ function WrappedPicto$v(props) {
858
883
  const {
859
884
  optimise,
860
885
  refresh
@@ -880,7 +905,7 @@ var Crown = (({
880
905
  fill: "currentColor"
881
906
  }, props), children));
882
907
 
883
- function WrappedPicto$v(props) {
908
+ function WrappedPicto$w(props) {
884
909
  const {
885
910
  optimise,
886
911
  refresh
@@ -907,7 +932,7 @@ var DoubleArrow = (({
907
932
  fill: "currentColor"
908
933
  }, props), children));
909
934
 
910
- function WrappedPicto$w(props) {
935
+ function WrappedPicto$x(props) {
911
936
  const {
912
937
  optimise,
913
938
  refresh
@@ -932,7 +957,7 @@ var Download = (({
932
957
  fill: "currentColor"
933
958
  }, props), children));
934
959
 
935
- function WrappedPicto$x(props) {
960
+ function WrappedPicto$y(props) {
936
961
  const {
937
962
  optimise,
938
963
  refresh
@@ -957,7 +982,7 @@ var Envelope = (({
957
982
  fill: "currentColor"
958
983
  }, props), children));
959
984
 
960
- function WrappedPicto$y(props) {
985
+ function WrappedPicto$z(props) {
961
986
  const {
962
987
  optimise,
963
988
  refresh
@@ -990,7 +1015,7 @@ var EqualBold = (({
990
1015
  fill: "currentColor"
991
1016
  }, props), children));
992
1017
 
993
- function WrappedPicto$z(props) {
1018
+ function WrappedPicto$A(props) {
994
1019
  const {
995
1020
  optimise,
996
1021
  refresh
@@ -1016,7 +1041,7 @@ var EqualCircle = (({
1016
1041
  fill: "currentColor"
1017
1042
  }, props), children));
1018
1043
 
1019
- function WrappedPicto$A(props) {
1044
+ function WrappedPicto$B(props) {
1020
1045
  const {
1021
1046
  optimise,
1022
1047
  refresh
@@ -1041,7 +1066,7 @@ var Euro = (({
1041
1066
  fill: "currentColor"
1042
1067
  }, props), children));
1043
1068
 
1044
- function WrappedPicto$B(props) {
1069
+ function WrappedPicto$C(props) {
1045
1070
  const {
1046
1071
  optimise,
1047
1072
  refresh
@@ -1052,6 +1077,31 @@ function WrappedPicto$B(props) {
1052
1077
  return optimise('p_9yC0', /*#__PURE__*/React.createElement(Euro, props));
1053
1078
  }
1054
1079
 
1080
+ var EuroBold = (({
1081
+ as: Component = "svg",
1082
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1083
+ d: "M3.18,10.12H1.11v-1H3l0-.27c0-.26,0-.52,0-.77s0-.43,0-.65l0-.27H1.11v-1H3.16l0-.2A6,6,0,0,1,9.28,1a5.37,5.37,0,0,1,5.64,4.47l-1.11.18A4.33,4.33,0,0,0,9.28,2,4.83,4.83,0,0,0,4.39,5.9l-.08.32H10.2v1h-6l0,.23c0,.23,0,.46,0,.69s0,.54,0,.81l0,.23H8.79v1H4.32l.09.32a4.84,4.84,0,0,0,4.87,3.75,4.25,4.25,0,0,0,4.53-3.94L15,10.4a5.33,5.33,0,0,1-5.72,4.83,6,6,0,0,1-6.06-4.92Z"
1084
+ })),
1085
+ ...props
1086
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1087
+ xmlns: "http://www.w3.org/2000/svg",
1088
+ width: "16",
1089
+ height: "16",
1090
+ viewBox: "0 0 16 16",
1091
+ fill: "currentColor"
1092
+ }, props), children));
1093
+
1094
+ function WrappedPicto$D(props) {
1095
+ const {
1096
+ optimise,
1097
+ refresh
1098
+ } = useContext(PictoContext);
1099
+ useEffect(() => {
1100
+ refresh();
1101
+ }, []);
1102
+ return optimise('p_ZcuF7g', /*#__PURE__*/React.createElement(EuroBold, props));
1103
+ }
1104
+
1055
1105
  var ExclamationMarkCircle = (({
1056
1106
  as: Component = "svg",
1057
1107
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1067,7 +1117,7 @@ var ExclamationMarkCircle = (({
1067
1117
  fill: "currentColor"
1068
1118
  }, props), children));
1069
1119
 
1070
- function WrappedPicto$C(props) {
1120
+ function WrappedPicto$E(props) {
1071
1121
  const {
1072
1122
  optimise,
1073
1123
  refresh
@@ -1092,7 +1142,7 @@ var ExclamationMarkTriangle = (({
1092
1142
  fill: "currentColor"
1093
1143
  }, props), children));
1094
1144
 
1095
- function WrappedPicto$D(props) {
1145
+ function WrappedPicto$F(props) {
1096
1146
  const {
1097
1147
  optimise,
1098
1148
  refresh
@@ -1118,7 +1168,7 @@ var ExclamationMarkCircleBold = (({
1118
1168
  fill: "currentColor"
1119
1169
  }, props), children));
1120
1170
 
1121
- function WrappedPicto$E(props) {
1171
+ function WrappedPicto$G(props) {
1122
1172
  const {
1123
1173
  optimise,
1124
1174
  refresh
@@ -1144,7 +1194,7 @@ var ExclamationMarkTriangleBold = (({
1144
1194
  fill: "currentColor"
1145
1195
  }, props), children));
1146
1196
 
1147
- function WrappedPicto$F(props) {
1197
+ function WrappedPicto$H(props) {
1148
1198
  const {
1149
1199
  optimise,
1150
1200
  refresh
@@ -1170,7 +1220,7 @@ var Eye = (({
1170
1220
  fill: "currentColor"
1171
1221
  }, props), children));
1172
1222
 
1173
- function WrappedPicto$G(props) {
1223
+ function WrappedPicto$I(props) {
1174
1224
  const {
1175
1225
  optimise,
1176
1226
  refresh
@@ -1195,7 +1245,7 @@ var FacebookSmall = (({
1195
1245
  fill: "currentColor"
1196
1246
  }, props), children));
1197
1247
 
1198
- function WrappedPicto$H(props) {
1248
+ function WrappedPicto$J(props) {
1199
1249
  const {
1200
1250
  optimise,
1201
1251
  refresh
@@ -1220,7 +1270,7 @@ var Facebook = (({
1220
1270
  fill: "currentColor"
1221
1271
  }, props), children));
1222
1272
 
1223
- function WrappedPicto$I(props) {
1273
+ function WrappedPicto$K(props) {
1224
1274
  const {
1225
1275
  optimise,
1226
1276
  refresh
@@ -1249,7 +1299,7 @@ var FileCheck = (({
1249
1299
  fill: "currentColor"
1250
1300
  }, props), children));
1251
1301
 
1252
- function WrappedPicto$J(props) {
1302
+ function WrappedPicto$L(props) {
1253
1303
  const {
1254
1304
  optimise,
1255
1305
  refresh
@@ -1274,7 +1324,7 @@ var File = (({
1274
1324
  fill: "currentColor"
1275
1325
  }, props), children));
1276
1326
 
1277
- function WrappedPicto$K(props) {
1327
+ function WrappedPicto$M(props) {
1278
1328
  const {
1279
1329
  optimise,
1280
1330
  refresh
@@ -1300,7 +1350,7 @@ var Files = (({
1300
1350
  fill: "currentColor"
1301
1351
  }, props), children));
1302
1352
 
1303
- function WrappedPicto$L(props) {
1353
+ function WrappedPicto$N(props) {
1304
1354
  const {
1305
1355
  optimise,
1306
1356
  refresh
@@ -1325,7 +1375,7 @@ var Filter = (({
1325
1375
  fill: "currentColor"
1326
1376
  }, props), children));
1327
1377
 
1328
- function WrappedPicto$M(props) {
1378
+ function WrappedPicto$O(props) {
1329
1379
  const {
1330
1380
  optimise,
1331
1381
  refresh
@@ -1351,7 +1401,7 @@ var FirstCircle = (({
1351
1401
  fill: "currentColor"
1352
1402
  }, props), children));
1353
1403
 
1354
- function WrappedPicto$N(props) {
1404
+ function WrappedPicto$P(props) {
1355
1405
  const {
1356
1406
  optimise,
1357
1407
  refresh
@@ -1377,7 +1427,7 @@ var Flag = (({
1377
1427
  fill: "currentColor"
1378
1428
  }, props), children));
1379
1429
 
1380
- function WrappedPicto$O(props) {
1430
+ function WrappedPicto$Q(props) {
1381
1431
  const {
1382
1432
  optimise,
1383
1433
  refresh
@@ -1402,7 +1452,7 @@ var FolderOpen = (({
1402
1452
  fill: "currentColor"
1403
1453
  }, props), children));
1404
1454
 
1405
- function WrappedPicto$P(props) {
1455
+ function WrappedPicto$R(props) {
1406
1456
  const {
1407
1457
  optimise,
1408
1458
  refresh
@@ -1428,7 +1478,7 @@ var Folder = (({
1428
1478
  fill: "currentColor"
1429
1479
  }, props), children));
1430
1480
 
1431
- function WrappedPicto$Q(props) {
1481
+ function WrappedPicto$S(props) {
1432
1482
  const {
1433
1483
  optimise,
1434
1484
  refresh
@@ -1454,7 +1504,7 @@ var FourCircle = (({
1454
1504
  fill: "currentColor"
1455
1505
  }, props), children));
1456
1506
 
1457
- function WrappedPicto$R(props) {
1507
+ function WrappedPicto$T(props) {
1458
1508
  const {
1459
1509
  optimise,
1460
1510
  refresh
@@ -1479,7 +1529,7 @@ var Globe = (({
1479
1529
  fill: "currentColor"
1480
1530
  }, props), children));
1481
1531
 
1482
- function WrappedPicto$S(props) {
1532
+ function WrappedPicto$U(props) {
1483
1533
  const {
1484
1534
  optimise,
1485
1535
  refresh
@@ -1504,7 +1554,7 @@ var GraduationCap = (({
1504
1554
  fill: "currentColor"
1505
1555
  }, props), children));
1506
1556
 
1507
- function WrappedPicto$T(props) {
1557
+ function WrappedPicto$V(props) {
1508
1558
  const {
1509
1559
  optimise,
1510
1560
  refresh
@@ -1530,7 +1580,7 @@ var HandCoin = (({
1530
1580
  fill: "currentColor"
1531
1581
  }, props), children));
1532
1582
 
1533
- function WrappedPicto$U(props) {
1583
+ function WrappedPicto$W(props) {
1534
1584
  const {
1535
1585
  optimise,
1536
1586
  refresh
@@ -1556,7 +1606,7 @@ var HeartPlain = (({
1556
1606
  fill: "currentColor"
1557
1607
  }, props), children));
1558
1608
 
1559
- function WrappedPicto$V(props) {
1609
+ function WrappedPicto$X(props) {
1560
1610
  const {
1561
1611
  optimise,
1562
1612
  refresh
@@ -1581,7 +1631,7 @@ var Heart = (({
1581
1631
  fill: "currentColor"
1582
1632
  }, props), children));
1583
1633
 
1584
- function WrappedPicto$W(props) {
1634
+ function WrappedPicto$Y(props) {
1585
1635
  const {
1586
1636
  optimise,
1587
1637
  refresh
@@ -1607,7 +1657,7 @@ var HorseChase = (({
1607
1657
  fill: "currentColor"
1608
1658
  }, props), children));
1609
1659
 
1610
- function WrappedPicto$X(props) {
1660
+ function WrappedPicto$Z(props) {
1611
1661
  const {
1612
1662
  optimise,
1613
1663
  refresh
@@ -1632,7 +1682,7 @@ var House = (({
1632
1682
  fill: "currentColor"
1633
1683
  }, props), children));
1634
1684
 
1635
- function WrappedPicto$Y(props) {
1685
+ function WrappedPicto$_(props) {
1636
1686
  const {
1637
1687
  optimise,
1638
1688
  refresh
@@ -1658,7 +1708,7 @@ var InfoCircle = (({
1658
1708
  fill: "currentColor"
1659
1709
  }, props), children));
1660
1710
 
1661
- function WrappedPicto$Z(props) {
1711
+ function WrappedPicto$$(props) {
1662
1712
  const {
1663
1713
  optimise,
1664
1714
  refresh
@@ -1687,7 +1737,7 @@ var Instagram = (({
1687
1737
  fill: "currentColor"
1688
1738
  }, props), children));
1689
1739
 
1690
- function WrappedPicto$_(props) {
1740
+ function WrappedPicto$10(props) {
1691
1741
  const {
1692
1742
  optimise,
1693
1743
  refresh
@@ -1713,7 +1763,7 @@ var Key = (({
1713
1763
  fill: "currentColor"
1714
1764
  }, props), children));
1715
1765
 
1716
- function WrappedPicto$$(props) {
1766
+ function WrappedPicto$11(props) {
1717
1767
  const {
1718
1768
  optimise,
1719
1769
  refresh
@@ -1738,7 +1788,7 @@ var LightningBolt = (({
1738
1788
  fill: "currentColor"
1739
1789
  }, props), children));
1740
1790
 
1741
- function WrappedPicto$10(props) {
1791
+ function WrappedPicto$12(props) {
1742
1792
  const {
1743
1793
  optimise,
1744
1794
  refresh
@@ -1763,7 +1813,7 @@ var Link = (({
1763
1813
  fill: "currentColor"
1764
1814
  }, props), children));
1765
1815
 
1766
- function WrappedPicto$11(props) {
1816
+ function WrappedPicto$13(props) {
1767
1817
  const {
1768
1818
  optimise,
1769
1819
  refresh
@@ -1788,7 +1838,7 @@ var Lock = (({
1788
1838
  fill: "currentColor"
1789
1839
  }, props), children));
1790
1840
 
1791
- function WrappedPicto$12(props) {
1841
+ function WrappedPicto$14(props) {
1792
1842
  const {
1793
1843
  optimise,
1794
1844
  refresh
@@ -1813,7 +1863,7 @@ var MagicWand = (({
1813
1863
  fill: "currentColor"
1814
1864
  }, props), children));
1815
1865
 
1816
- function WrappedPicto$13(props) {
1866
+ function WrappedPicto$15(props) {
1817
1867
  const {
1818
1868
  optimise,
1819
1869
  refresh
@@ -1838,7 +1888,7 @@ var MagnifyingGlassLeft = (({
1838
1888
  fill: "currentColor"
1839
1889
  }, props), children));
1840
1890
 
1841
- function WrappedPicto$14(props) {
1891
+ function WrappedPicto$16(props) {
1842
1892
  const {
1843
1893
  optimise,
1844
1894
  refresh
@@ -1849,6 +1899,32 @@ function WrappedPicto$14(props) {
1849
1899
  return optimise('p_Z2vlwxL', /*#__PURE__*/React.createElement(MagnifyingGlassLeft, props));
1850
1900
  }
1851
1901
 
1902
+ var MagnifyingBold = (({
1903
+ as: Component = "svg",
1904
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1905
+ d: "M11.74,12.42A6.43,6.43,0,0,1,7.5,14a6.49,6.49,0,1,1,4.95-2.28l3.43,3.45-.71.71ZM13,7.5A5.5,5.5,0,1,1,7.5,2,5.5,5.5,0,0,1,13,7.5Z",
1906
+ fillRule: "evenodd"
1907
+ })),
1908
+ ...props
1909
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1910
+ xmlns: "http://www.w3.org/2000/svg",
1911
+ width: "16",
1912
+ height: "16",
1913
+ viewBox: "0 0 16 16",
1914
+ fill: "currentColor"
1915
+ }, props), children));
1916
+
1917
+ function WrappedPicto$17(props) {
1918
+ const {
1919
+ optimise,
1920
+ refresh
1921
+ } = useContext(PictoContext);
1922
+ useEffect(() => {
1923
+ refresh();
1924
+ }, []);
1925
+ return optimise('p_132rkB', /*#__PURE__*/React.createElement(MagnifyingBold, props));
1926
+ }
1927
+
1852
1928
  var Marker = (({
1853
1929
  as: Component = "svg",
1854
1930
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1863,7 +1939,7 @@ var Marker = (({
1863
1939
  fill: "currentColor"
1864
1940
  }, props), children));
1865
1941
 
1866
- function WrappedPicto$15(props) {
1942
+ function WrappedPicto$18(props) {
1867
1943
  const {
1868
1944
  optimise,
1869
1945
  refresh
@@ -1888,7 +1964,7 @@ var Microphone = (({
1888
1964
  fill: "currentColor"
1889
1965
  }, props), children));
1890
1966
 
1891
- function WrappedPicto$16(props) {
1967
+ function WrappedPicto$19(props) {
1892
1968
  const {
1893
1969
  optimise,
1894
1970
  refresh
@@ -1916,7 +1992,7 @@ var MinusBold = (({
1916
1992
  fill: "currentColor"
1917
1993
  }, props), children));
1918
1994
 
1919
- function WrappedPicto$17(props) {
1995
+ function WrappedPicto$1a(props) {
1920
1996
  const {
1921
1997
  optimise,
1922
1998
  refresh
@@ -1942,7 +2018,7 @@ var MinusCircle = (({
1942
2018
  fill: "currentColor"
1943
2019
  }, props), children));
1944
2020
 
1945
- function WrappedPicto$18(props) {
2021
+ function WrappedPicto$1b(props) {
1946
2022
  const {
1947
2023
  optimise,
1948
2024
  refresh
@@ -1967,7 +2043,7 @@ var Paperclip = (({
1967
2043
  fill: "currentColor"
1968
2044
  }, props), children));
1969
2045
 
1970
- function WrappedPicto$19(props) {
2046
+ function WrappedPicto$1c(props) {
1971
2047
  const {
1972
2048
  optimise,
1973
2049
  refresh
@@ -1992,7 +2068,7 @@ var Pen = (({
1992
2068
  fill: "currentColor"
1993
2069
  }, props), children));
1994
2070
 
1995
- function WrappedPicto$1a(props) {
2071
+ function WrappedPicto$1d(props) {
1996
2072
  const {
1997
2073
  optimise,
1998
2074
  refresh
@@ -2018,7 +2094,7 @@ var Percent = (({
2018
2094
  fill: "currentColor"
2019
2095
  }, props), children));
2020
2096
 
2021
- function WrappedPicto$1b(props) {
2097
+ function WrappedPicto$1e(props) {
2022
2098
  const {
2023
2099
  optimise,
2024
2100
  refresh
@@ -2043,7 +2119,7 @@ var Phone = (({
2043
2119
  fill: "currentColor"
2044
2120
  }, props), children));
2045
2121
 
2046
- function WrappedPicto$1c(props) {
2122
+ function WrappedPicto$1f(props) {
2047
2123
  const {
2048
2124
  optimise,
2049
2125
  refresh
@@ -2068,7 +2144,7 @@ var Plan = (({
2068
2144
  fill: "currentColor"
2069
2145
  }, props), children));
2070
2146
 
2071
- function WrappedPicto$1d(props) {
2147
+ function WrappedPicto$1g(props) {
2072
2148
  const {
2073
2149
  optimise,
2074
2150
  refresh
@@ -2079,6 +2155,30 @@ function WrappedPicto$1d(props) {
2079
2155
  return optimise('p_aXdH', /*#__PURE__*/React.createElement(Plan, props));
2080
2156
  }
2081
2157
 
2158
+ var Play = (({
2159
+ as: Component = "svg",
2160
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
2161
+ d: "M12,24A12,12,0,1,0,0,12,12,12,0,0,0,12,24ZM9.79,6.76a.67.67,0,0,0-1,.57v9.34a.67.67,0,0,0,1,.57l7.71-4.67a.66.66,0,0,0,0-1.14Z",
2162
+ fillRule: "evenodd"
2163
+ })),
2164
+ ...props
2165
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
2166
+ xmlns: "http://www.w3.org/2000/svg",
2167
+ viewBox: "0 0 24 24",
2168
+ fill: "currentColor"
2169
+ }, props), children));
2170
+
2171
+ function WrappedPicto$1h(props) {
2172
+ const {
2173
+ optimise,
2174
+ refresh
2175
+ } = useContext(PictoContext);
2176
+ useEffect(() => {
2177
+ refresh();
2178
+ }, []);
2179
+ return optimise('p_aXdS', /*#__PURE__*/React.createElement(Play, props));
2180
+ }
2181
+
2082
2182
  var PlusBold = (({
2083
2183
  as: Component = "svg",
2084
2184
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("polygon", {
@@ -2093,7 +2193,7 @@ var PlusBold = (({
2093
2193
  fill: "currentColor"
2094
2194
  }, props), children));
2095
2195
 
2096
- function WrappedPicto$1e(props) {
2196
+ function WrappedPicto$1i(props) {
2097
2197
  const {
2098
2198
  optimise,
2099
2199
  refresh
@@ -2119,7 +2219,7 @@ var PlusCircle = (({
2119
2219
  fill: "currentColor"
2120
2220
  }, props), children));
2121
2221
 
2122
- function WrappedPicto$1f(props) {
2222
+ function WrappedPicto$1j(props) {
2123
2223
  const {
2124
2224
  optimise,
2125
2225
  refresh
@@ -2144,7 +2244,7 @@ var Print = (({
2144
2244
  fill: "currentColor"
2145
2245
  }, props), children));
2146
2246
 
2147
- function WrappedPicto$1g(props) {
2247
+ function WrappedPicto$1k(props) {
2148
2248
  const {
2149
2249
  optimise,
2150
2250
  refresh
@@ -2170,7 +2270,7 @@ var QuestionMarkCircle = (({
2170
2270
  fill: "currentColor"
2171
2271
  }, props), children));
2172
2272
 
2173
- function WrappedPicto$1h(props) {
2273
+ function WrappedPicto$1l(props) {
2174
2274
  const {
2175
2275
  optimise,
2176
2276
  refresh
@@ -2196,7 +2296,7 @@ var QuestionMarkCircleBold = (({
2196
2296
  fill: "currentColor"
2197
2297
  }, props), children));
2198
2298
 
2199
- function WrappedPicto$1i(props) {
2299
+ function WrappedPicto$1m(props) {
2200
2300
  const {
2201
2301
  optimise,
2202
2302
  refresh
@@ -2221,7 +2321,7 @@ var QuoteClose = (({
2221
2321
  fill: "currentColor"
2222
2322
  }, props), children));
2223
2323
 
2224
- function WrappedPicto$1j(props) {
2324
+ function WrappedPicto$1n(props) {
2225
2325
  const {
2226
2326
  optimise,
2227
2327
  refresh
@@ -2246,7 +2346,7 @@ var QuoteOpenPlain = (({
2246
2346
  fill: "currentColor"
2247
2347
  }, props), children));
2248
2348
 
2249
- function WrappedPicto$1k(props) {
2349
+ function WrappedPicto$1o(props) {
2250
2350
  const {
2251
2351
  optimise,
2252
2352
  refresh
@@ -2272,7 +2372,7 @@ var Share = (({
2272
2372
  fill: "currentColor"
2273
2373
  }, props), children));
2274
2374
 
2275
- function WrappedPicto$1l(props) {
2375
+ function WrappedPicto$1p(props) {
2276
2376
  const {
2277
2377
  optimise,
2278
2378
  refresh
@@ -2297,7 +2397,7 @@ var ShieldCheck = (({
2297
2397
  fill: "currentColor"
2298
2398
  }, props), children));
2299
2399
 
2300
- function WrappedPicto$1m(props) {
2400
+ function WrappedPicto$1q(props) {
2301
2401
  const {
2302
2402
  optimise,
2303
2403
  refresh
@@ -2322,7 +2422,7 @@ var Smartphone = (({
2322
2422
  fill: "currentColor"
2323
2423
  }, props), children));
2324
2424
 
2325
- function WrappedPicto$1n(props) {
2425
+ function WrappedPicto$1r(props) {
2326
2426
  const {
2327
2427
  optimise,
2328
2428
  refresh
@@ -2348,7 +2448,7 @@ var SmileyFrown = (({
2348
2448
  fill: "currentColor"
2349
2449
  }, props), children));
2350
2450
 
2351
- function WrappedPicto$1o(props) {
2451
+ function WrappedPicto$1s(props) {
2352
2452
  const {
2353
2453
  optimise,
2354
2454
  refresh
@@ -2374,7 +2474,7 @@ var SmileyHappy = (({
2374
2474
  fill: "currentColor"
2375
2475
  }, props), children));
2376
2476
 
2377
- function WrappedPicto$1p(props) {
2477
+ function WrappedPicto$1t(props) {
2378
2478
  const {
2379
2479
  optimise,
2380
2480
  refresh
@@ -2400,7 +2500,7 @@ var SmileyNeutral = (({
2400
2500
  fill: "currentColor"
2401
2501
  }, props), children));
2402
2502
 
2403
- function WrappedPicto$1q(props) {
2503
+ function WrappedPicto$1u(props) {
2404
2504
  const {
2405
2505
  optimise,
2406
2506
  refresh
@@ -2425,7 +2525,7 @@ var SpeechBubble = (({
2425
2525
  fill: "currentColor"
2426
2526
  }, props), children));
2427
2527
 
2428
- function WrappedPicto$1r(props) {
2528
+ function WrappedPicto$1v(props) {
2429
2529
  const {
2430
2530
  optimise,
2431
2531
  refresh
@@ -2452,7 +2552,7 @@ var SquareMeter = (({
2452
2552
  fill: "currentColor"
2453
2553
  }, props), children));
2454
2554
 
2455
- function WrappedPicto$1s(props) {
2555
+ function WrappedPicto$1w(props) {
2456
2556
  const {
2457
2557
  optimise,
2458
2558
  refresh
@@ -2463,6 +2563,31 @@ function WrappedPicto$1s(props) {
2463
2563
  return optimise('p_2paMIH', /*#__PURE__*/React.createElement(SquareMeter, props));
2464
2564
  }
2465
2565
 
2566
+ var SquareMetersBold = (({
2567
+ as: Component = "svg",
2568
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
2569
+ d: "M14.44,5.69c-.95.49-1.15.6-1.26.77a1.12,1.12,0,0,0-.14.66H16V8H12.06V7.27A2,2,0,0,1,12.38,6a3.67,3.67,0,0,1,1.45-1c1-.46,1.27-.77,1.27-1.27a.89.89,0,0,0-1-.88,1.18,1.18,0,0,0-1.2,1.24L12,4a2,2,0,0,1,2.1-2A1.77,1.77,0,0,1,16,3.75C16,4.62,15.63,5.09,14.44,5.69ZM1.26,7.85V14H0V5.22H1.24v.6h0A2.89,2.89,0,0,1,3.35,5,2.81,2.81,0,0,1,5.6,6h0A3.19,3.19,0,0,1,8,5a2.7,2.7,0,0,1,3,2.59V14H9.74V7.73a1.65,1.65,0,0,0-1.8-1.66A1.7,1.7,0,0,0,6.1,7.84V14H4.89V7.73A1.66,1.66,0,0,0,3.08,6.07,1.7,1.7,0,0,0,1.26,7.85Z"
2570
+ })),
2571
+ ...props
2572
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
2573
+ xmlns: "http://www.w3.org/2000/svg",
2574
+ width: "16",
2575
+ height: "16",
2576
+ viewBox: "0 0 16 16",
2577
+ fill: "currentColor"
2578
+ }, props), children));
2579
+
2580
+ function WrappedPicto$1x(props) {
2581
+ const {
2582
+ optimise,
2583
+ refresh
2584
+ } = useContext(PictoContext);
2585
+ useEffect(() => {
2586
+ refresh();
2587
+ }, []);
2588
+ return optimise('p_1lUc9N', /*#__PURE__*/React.createElement(SquareMetersBold, props));
2589
+ }
2590
+
2466
2591
  var StarFilled = (({
2467
2592
  as: Component = "svg",
2468
2593
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -2479,7 +2604,7 @@ var StarFilled = (({
2479
2604
  fill: "currentColor"
2480
2605
  }, props), children));
2481
2606
 
2482
- function WrappedPicto$1t(props) {
2607
+ function WrappedPicto$1y(props) {
2483
2608
  const {
2484
2609
  optimise,
2485
2610
  refresh
@@ -2506,7 +2631,7 @@ var StarHalf = (({
2506
2631
  fill: "currentColor"
2507
2632
  }, props), children));
2508
2633
 
2509
- function WrappedPicto$1u(props) {
2634
+ function WrappedPicto$1z(props) {
2510
2635
  const {
2511
2636
  optimise,
2512
2637
  refresh
@@ -2531,7 +2656,7 @@ var Star = (({
2531
2656
  fill: "currentColor"
2532
2657
  }, props), children));
2533
2658
 
2534
- function WrappedPicto$1v(props) {
2659
+ function WrappedPicto$1A(props) {
2535
2660
  const {
2536
2661
  optimise,
2537
2662
  refresh
@@ -2556,7 +2681,7 @@ var Tada = (({
2556
2681
  fill: "currentColor"
2557
2682
  }, props), children));
2558
2683
 
2559
- function WrappedPicto$1w(props) {
2684
+ function WrappedPicto$1B(props) {
2560
2685
  const {
2561
2686
  optimise,
2562
2687
  refresh
@@ -2582,7 +2707,7 @@ var ThreeCircle = (({
2582
2707
  fill: "currentColor"
2583
2708
  }, props), children));
2584
2709
 
2585
- function WrappedPicto$1x(props) {
2710
+ function WrappedPicto$1C(props) {
2586
2711
  const {
2587
2712
  optimise,
2588
2713
  refresh
@@ -2607,7 +2732,7 @@ var TimesBold = (({
2607
2732
  fill: "currentColor"
2608
2733
  }, props), children));
2609
2734
 
2610
- function WrappedPicto$1y(props) {
2735
+ function WrappedPicto$1D(props) {
2611
2736
  const {
2612
2737
  optimise,
2613
2738
  refresh
@@ -2634,7 +2759,7 @@ var TimesCircleBold = (({
2634
2759
  fill: "currentColor"
2635
2760
  }, props), children));
2636
2761
 
2637
- function WrappedPicto$1z(props) {
2762
+ function WrappedPicto$1E(props) {
2638
2763
  const {
2639
2764
  optimise,
2640
2765
  refresh
@@ -2660,7 +2785,7 @@ var TimesCircle = (({
2660
2785
  fill: "currentColor"
2661
2786
  }, props), children));
2662
2787
 
2663
- function WrappedPicto$1A(props) {
2788
+ function WrappedPicto$1F(props) {
2664
2789
  const {
2665
2790
  optimise,
2666
2791
  refresh
@@ -2685,7 +2810,7 @@ var Times = (({
2685
2810
  fill: "currentColor"
2686
2811
  }, props), children));
2687
2812
 
2688
- function WrappedPicto$1B(props) {
2813
+ function WrappedPicto$1G(props) {
2689
2814
  const {
2690
2815
  optimise,
2691
2816
  refresh
@@ -2710,7 +2835,7 @@ var Toast = (({
2710
2835
  fill: "currentColor"
2711
2836
  }, props), children));
2712
2837
 
2713
- function WrappedPicto$1C(props) {
2838
+ function WrappedPicto$1H(props) {
2714
2839
  const {
2715
2840
  optimise,
2716
2841
  refresh
@@ -2735,7 +2860,7 @@ var Trash = (({
2735
2860
  fill: "currentColor"
2736
2861
  }, props), children));
2737
2862
 
2738
- function WrappedPicto$1D(props) {
2863
+ function WrappedPicto$1I(props) {
2739
2864
  const {
2740
2865
  optimise,
2741
2866
  refresh
@@ -2760,7 +2885,7 @@ var TreePlain = (({
2760
2885
  fill: "currentColor"
2761
2886
  }, props), children));
2762
2887
 
2763
- function WrappedPicto$1E(props) {
2888
+ function WrappedPicto$1J(props) {
2764
2889
  const {
2765
2890
  optimise,
2766
2891
  refresh
@@ -2786,7 +2911,7 @@ var Tree = (({
2786
2911
  fill: "currentColor"
2787
2912
  }, props), children));
2788
2913
 
2789
- function WrappedPicto$1F(props) {
2914
+ function WrappedPicto$1K(props) {
2790
2915
  const {
2791
2916
  optimise,
2792
2917
  refresh
@@ -2811,7 +2936,7 @@ var Trustpilot = (({
2811
2936
  fill: "currentColor"
2812
2937
  }, props), children));
2813
2938
 
2814
- function WrappedPicto$1G(props) {
2939
+ function WrappedPicto$1L(props) {
2815
2940
  const {
2816
2941
  optimise,
2817
2942
  refresh
@@ -2837,7 +2962,7 @@ var Tune = (({
2837
2962
  fill: "currentColor"
2838
2963
  }, props), children));
2839
2964
 
2840
- function WrappedPicto$1H(props) {
2965
+ function WrappedPicto$1M(props) {
2841
2966
  const {
2842
2967
  optimise,
2843
2968
  refresh
@@ -2862,7 +2987,7 @@ var TwitterSmall = (({
2862
2987
  fill: "currentColor"
2863
2988
  }, props), children));
2864
2989
 
2865
- function WrappedPicto$1I(props) {
2990
+ function WrappedPicto$1N(props) {
2866
2991
  const {
2867
2992
  optimise,
2868
2993
  refresh
@@ -2887,7 +3012,7 @@ var Twitter = (({
2887
3012
  fill: "currentColor"
2888
3013
  }, props), children));
2889
3014
 
2890
- function WrappedPicto$1J(props) {
3015
+ function WrappedPicto$1O(props) {
2891
3016
  const {
2892
3017
  optimise,
2893
3018
  refresh
@@ -2912,7 +3037,7 @@ var TwoCircle = (({
2912
3037
  fill: "currentColor"
2913
3038
  }, props), children));
2914
3039
 
2915
- function WrappedPicto$1K(props) {
3040
+ function WrappedPicto$1P(props) {
2916
3041
  const {
2917
3042
  optimise,
2918
3043
  refresh
@@ -2923,6 +3048,33 @@ function WrappedPicto$1K(props) {
2923
3048
  return optimise('p_1JWA84', /*#__PURE__*/React.createElement(TwoCircle, props));
2924
3049
  }
2925
3050
 
3051
+ var TwoPeople = (({
3052
+ as: Component = "svg",
3053
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
3054
+ fillRule: "evenodd",
3055
+ clipRule: "evenodd",
3056
+ d: "M17.1683 0C15.5123 0 14.1683 1.344 14.1683 2.999C14.1683 4.654 15.5123 5.998 17.1683 5.998C18.8233 5.998 20.1683 4.654 20.1683 2.999C20.1683 1.344 18.8233 0 17.1683 0ZM17.1683 1C18.2713 1 19.1683 1.896 19.1683 2.999C19.1683 4.102 18.2713 4.999 17.1683 4.999C16.0653 4.999 15.1683 4.102 15.1683 2.999C15.1683 1.896 16.0653 1 17.1683 1ZM7.49931 0C5.84331 0 4.49931 1.344 4.49931 2.999C4.49931 4.654 5.84331 5.998 7.49931 5.998C9.15431 5.998 10.4993 4.654 10.4993 2.999C10.4993 1.344 9.15431 0 7.49931 0ZM7.49931 1C8.60231 1 9.49931 1.896 9.49931 2.999C9.49931 4.102 8.60231 4.999 7.49931 4.999C6.39631 4.999 5.49931 4.102 5.49931 2.999C5.49931 1.896 6.39631 1 7.49931 1ZM17.1473 15.828C17.8413 15.828 18.3783 16.352 18.4243 17.073C18.4743 17.814 18.5963 19.274 18.7043 20.562L18.8603 22.458C18.8803 22.709 19.0243 23 19.3683 23C19.7723 23 19.8233 22.575 19.8283 22.444L20.3003 10.997C20.3223 10.485 21.0013 10.342 21.2373 10.775L22.8823 13.752C23.0003 13.967 23.3333 13.877 23.3333 13.635L21.7333 7.96C21.6403 7.625 21.3313 7.393 20.9843 7.393H3.68131C3.33531 7.393 3.02631 7.625 2.93231 7.959L1.34231 13.569C1.32031 13.971 1.70631 13.895 1.78431 13.752L3.42931 10.775C3.67331 10.336 4.34531 10.492 4.36631 10.997L4.83731 22.445C4.84831 22.701 4.98331 23 5.32731 23C5.65631 23 5.82431 22.729 5.84531 22.459L6.00531 20.519C6.11231 19.242 6.23231 17.807 6.28231 17.071C6.32931 16.352 6.86631 15.828 7.55931 15.828C8.14331 15.828 8.77731 16.293 8.82931 17.072C8.87831 17.806 8.99831 19.241 9.10531 20.518L9.26531 22.458C9.28431 22.709 9.42631 23 9.76431 23C10.1463 23 10.2033 22.611 10.2103 22.444C10.3323 19.488 10.8393 10.154 10.8453 10.06C10.8593 9.794 11.0783 9.587 11.3443 9.587H13.3073C13.5733 9.587 13.7923 9.795 13.8063 10.061C13.8123 10.155 14.3003 19.488 14.4233 22.445C14.4353 22.721 14.5973 23 14.9323 23C15.2763 23 15.4223 22.709 15.4403 22.459L15.6053 20.477C15.7103 19.211 15.8283 17.798 15.8773 17.071C15.9293 16.293 16.5643 15.828 17.1473 15.828ZM19.3693 24C18.5623 24 17.9293 23.384 17.8633 22.535C17.8283 22.08 17.7713 21.392 17.7083 20.646C17.6003 19.352 17.4773 17.885 17.4263 17.139C17.4113 16.908 17.2723 16.828 17.1473 16.828C17.0683 16.828 16.8913 16.906 16.8753 17.138C16.8263 17.869 16.7073 19.288 16.6013 20.56C16.5353 21.339 16.4753 22.062 16.4383 22.536C16.3733 23.384 15.7403 24 14.9343 24C14.1083 24 13.4603 23.35 13.4233 22.487C13.3173 19.92 12.9343 12.533 12.8323 10.587H11.8173C11.7123 12.531 11.3153 19.92 11.2093 22.486C11.1713 23.378 10.5783 24 9.76531 24C8.96231 24 8.33331 23.384 8.26831 22.535L8.10831 20.601C8.00131 19.318 7.88031 17.877 7.83131 17.139C7.81531 16.906 7.63731 16.828 7.55931 16.828C7.43431 16.828 7.29431 16.909 7.28031 17.137C7.23031 17.877 7.10931 19.319 7.00231 20.602L6.84231 22.536C6.77731 23.384 6.14031 24 5.32931 24C4.50231 24 3.87631 23.363 3.83831 22.487L3.44031 12.822L2.66031 14.235C2.33731 14.819 1.57231 15.016 1.08731 14.773C0.627313 14.578 0.333313 14.136 0.333313 13.635C0.333313 13.52 0.349313 13.406 0.380313 13.296L1.97031 7.687C2.18531 6.925 2.88931 6.393 3.68131 6.393H20.9843C21.7773 6.393 22.4813 6.926 22.6963 7.687L24.2863 13.297C24.3173 13.406 24.3333 13.52 24.3333 13.635C24.3333 14.138 24.0363 14.582 23.5743 14.775L23.5373 14.792C22.9713 15.01 22.2993 14.764 22.0073 14.234L21.2263 12.822L20.8283 22.486C20.7903 23.378 20.1903 24 19.3693 24Z"
3057
+ })),
3058
+ ...props
3059
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
3060
+ width: "24",
3061
+ height: "24",
3062
+ viewBox: "0 0 24 24",
3063
+ xmlns: "http://www.w3.org/2000/svg",
3064
+ fill: "currentColor"
3065
+ }, props), children));
3066
+
3067
+ function WrappedPicto$1Q(props) {
3068
+ const {
3069
+ optimise,
3070
+ refresh
3071
+ } = useContext(PictoContext);
3072
+ useEffect(() => {
3073
+ refresh();
3074
+ }, []);
3075
+ return optimise('p_2byEUs', /*#__PURE__*/React.createElement(TwoPeople, props));
3076
+ }
3077
+
2926
3078
  var UserBook = (({
2927
3079
  as: Component = "svg",
2928
3080
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -2937,7 +3089,7 @@ var UserBook = (({
2937
3089
  fill: "currentColor"
2938
3090
  }, props), children));
2939
3091
 
2940
- function WrappedPicto$1L(props) {
3092
+ function WrappedPicto$1R(props) {
2941
3093
  const {
2942
3094
  optimise,
2943
3095
  refresh
@@ -2962,7 +3114,7 @@ var UserCircle = (({
2962
3114
  fill: "currentColor"
2963
3115
  }, props), children));
2964
3116
 
2965
- function WrappedPicto$1M(props) {
3117
+ function WrappedPicto$1S(props) {
2966
3118
  const {
2967
3119
  optimise,
2968
3120
  refresh
@@ -2988,7 +3140,7 @@ var UserId = (({
2988
3140
  fill: "currentColor"
2989
3141
  }, props), children));
2990
3142
 
2991
- function WrappedPicto$1N(props) {
3143
+ function WrappedPicto$1T(props) {
2992
3144
  const {
2993
3145
  optimise,
2994
3146
  refresh
@@ -3013,7 +3165,7 @@ var UserStars = (({
3013
3165
  fill: "currentColor"
3014
3166
  }, props), children));
3015
3167
 
3016
- function WrappedPicto$1O(props) {
3168
+ function WrappedPicto$1U(props) {
3017
3169
  const {
3018
3170
  optimise,
3019
3171
  refresh
@@ -3038,7 +3190,7 @@ var Wall = (({
3038
3190
  fill: "currentColor"
3039
3191
  }, props), children));
3040
3192
 
3041
- function WrappedPicto$1P(props) {
3193
+ function WrappedPicto$1V(props) {
3042
3194
  const {
3043
3195
  optimise,
3044
3196
  refresh
@@ -3064,7 +3216,7 @@ var WorkingMan = (({
3064
3216
  fill: "currentColor"
3065
3217
  }, props), children));
3066
3218
 
3067
- function WrappedPicto$1Q(props) {
3219
+ function WrappedPicto$1W(props) {
3068
3220
  const {
3069
3221
  optimise,
3070
3222
  refresh
@@ -3089,7 +3241,7 @@ var Youtube = (({
3089
3241
  fill: "currentColor"
3090
3242
  }, props), children));
3091
3243
 
3092
- function WrappedPicto$1R(props) {
3244
+ function WrappedPicto$1X(props) {
3093
3245
  const {
3094
3246
  optimise,
3095
3247
  refresh
@@ -3114,7 +3266,7 @@ var ZeroPercent = (({
3114
3266
  fill: "currentColor"
3115
3267
  }, props), children));
3116
3268
 
3117
- function WrappedPicto$1S(props) {
3269
+ function WrappedPicto$1Y(props) {
3118
3270
  const {
3119
3271
  optimise,
3120
3272
  refresh
@@ -3125,5 +3277,5 @@ function WrappedPicto$1S(props) {
3125
3277
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3126
3278
  }
3127
3279
 
3128
- export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as Building, WrappedPicto$b as Bulb, WrappedPicto$c as BulletBold, WrappedPicto$d as BulletBook, WrappedPicto$e as Burden, WrappedPicto$f as Calculator, WrappedPicto$g as Calendar, WrappedPicto$h as Camera, WrappedPicto$i as ChalkboardTeacher, WrappedPicto$j as ChartBar, WrappedPicto$l as Check, WrappedPicto$k as CheckHandwrite, WrappedPicto$m as ChevronDownBold, WrappedPicto$n as ChevronLeftBold, WrappedPicto$o as ChevronRightBold, WrappedPicto$p as ChevronUpBold, WrappedPicto$q as Clock, WrappedPicto$r as Cloud, WrappedPicto$s as CloudUpload, WrappedPicto$t as Coins, WrappedPicto$u as Crane, WrappedPicto$v as Crown, WrappedPicto$w as DoubleArrow, WrappedPicto$x as Download, WrappedPicto$y as Envelope, WrappedPicto$z as EqualBold, WrappedPicto$A as EqualCircle, WrappedPicto$B as Euro, WrappedPicto$C as ExclamationMarkCircle, WrappedPicto$E as ExclamationMarkCircleBold, WrappedPicto$D as ExclamationMarkTriangle, WrappedPicto$F as ExclamationMarkTriangleBold, WrappedPicto$G as Eye, WrappedPicto$I as Facebook, WrappedPicto$H as FacebookSmall, WrappedPicto$K as File, WrappedPicto$J as FileCheck, WrappedPicto$L as Files, WrappedPicto$M as Filter, WrappedPicto$N as FirstCircle, WrappedPicto$O as Flag, WrappedPicto$Q as Folder, WrappedPicto$P as FolderOpen, WrappedPicto$R as FourCircle, WrappedPicto$S as Globe, WrappedPicto$T as GraduationCap, WrappedPicto$U as HandCoin, WrappedPicto$W as Heart, WrappedPicto$V as HeartPlain, WrappedPicto$X as HorseChase, WrappedPicto$Y as House, WrappedPicto$Z as InfoCircle, WrappedPicto$_ as Instagram, WrappedPicto$$ as Key, WrappedPicto$10 as LightningBolt, WrappedPicto$11 as Link, WrappedPicto$12 as Lock, WrappedPicto$13 as MagicWand, WrappedPicto$14 as MagnifyingGlassLeft, WrappedPicto$15 as Marker, WrappedPicto$16 as Microphone, WrappedPicto$17 as MinusBold, WrappedPicto$18 as MinusCircle, WrappedPicto$19 as Paperclip, WrappedPicto$1a as Pen, WrappedPicto$1b as Percent, WrappedPicto$1c as Phone, PictoProvider, WrappedPicto$1d as Plan, WrappedPicto$1e as PlusBold, WrappedPicto$1f as PlusCircle, WrappedPicto$1g as Print, WrappedPicto$1h as QuestionMarkCircle, WrappedPicto$1i as QuestionMarkCircleBold, WrappedPicto$1j as QuoteClose, WrappedPicto$1k as QuoteOpenPlain, WrappedPicto$1l as Share, WrappedPicto$1m as ShieldCheck, WrappedPicto$1n as Smartphone, WrappedPicto$1o as SmileyFrown, WrappedPicto$1p as SmileyHappy, WrappedPicto$1q as SmileyNeutral, WrappedPicto$1r as SpeechBubble, WrappedPicto$1s as SquareMeter, WrappedPicto$1v as Star, WrappedPicto$1t as StarFilled, WrappedPicto$1u as StarHalf, WrappedPicto$1w as Tada, WrappedPicto$1x as ThreeCircle, WrappedPicto$1B as Times, WrappedPicto$1y as TimesBold, WrappedPicto$1A as TimesCircle, WrappedPicto$1z as TimesCircleBold, WrappedPicto$1C as Toast, WrappedPicto$1D as Trash, WrappedPicto$1F as Tree, WrappedPicto$1E as TreePlain, WrappedPicto$1G as Trustpilot, WrappedPicto$1H as Tune, WrappedPicto$1J as Twitter, WrappedPicto$1I as TwitterSmall, WrappedPicto$1K as TwoCircle, WrappedPicto$1L as UserBook, WrappedPicto$1M as UserCircle, WrappedPicto$1N as UserId, WrappedPicto$1O as UserStars, WrappedPicto$1P as Wall, WrappedPicto$1Q as WorkingMan, WrappedPicto$1R as Youtube, WrappedPicto$1S as ZeroPercent, manifest };
3280
+ export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as Building, WrappedPicto$b as Bulb, WrappedPicto$c as BulletBold, WrappedPicto$d as BulletBook, WrappedPicto$e as Burden, WrappedPicto$f as Calculator, WrappedPicto$g as Calendar, WrappedPicto$h as CalendarBold, WrappedPicto$i as Camera, WrappedPicto$j as ChalkboardTeacher, WrappedPicto$k as ChartBar, WrappedPicto$m as Check, WrappedPicto$l as CheckHandwrite, WrappedPicto$n as ChevronDownBold, WrappedPicto$o as ChevronLeftBold, WrappedPicto$p as ChevronRightBold, WrappedPicto$q as ChevronUpBold, WrappedPicto$r as Clock, WrappedPicto$s as Cloud, WrappedPicto$t as CloudUpload, WrappedPicto$u as Coins, WrappedPicto$v as Crane, WrappedPicto$w as Crown, WrappedPicto$x as DoubleArrow, WrappedPicto$y as Download, WrappedPicto$z as Envelope, WrappedPicto$A as EqualBold, WrappedPicto$B as EqualCircle, WrappedPicto$C as Euro, WrappedPicto$D as EuroBold, WrappedPicto$E as ExclamationMarkCircle, WrappedPicto$G as ExclamationMarkCircleBold, WrappedPicto$F as ExclamationMarkTriangle, WrappedPicto$H as ExclamationMarkTriangleBold, WrappedPicto$I as Eye, WrappedPicto$K as Facebook, WrappedPicto$J as FacebookSmall, WrappedPicto$M as File, WrappedPicto$L as FileCheck, WrappedPicto$N as Files, WrappedPicto$O as Filter, WrappedPicto$P as FirstCircle, WrappedPicto$Q as Flag, WrappedPicto$S as Folder, WrappedPicto$R as FolderOpen, WrappedPicto$T as FourCircle, WrappedPicto$U as Globe, WrappedPicto$V as GraduationCap, WrappedPicto$W as HandCoin, WrappedPicto$Y as Heart, WrappedPicto$X as HeartPlain, WrappedPicto$Z as HorseChase, WrappedPicto$_ as House, WrappedPicto$$ as InfoCircle, WrappedPicto$10 as Instagram, WrappedPicto$11 as Key, WrappedPicto$12 as LightningBolt, WrappedPicto$13 as Link, WrappedPicto$14 as Lock, WrappedPicto$15 as MagicWand, WrappedPicto$17 as MagnifyingBold, WrappedPicto$16 as MagnifyingGlassLeft, WrappedPicto$18 as Marker, WrappedPicto$19 as Microphone, WrappedPicto$1a as MinusBold, WrappedPicto$1b as MinusCircle, WrappedPicto$1c as Paperclip, WrappedPicto$1d as Pen, WrappedPicto$1e as Percent, WrappedPicto$1f as Phone, PictoProvider, WrappedPicto$1g as Plan, WrappedPicto$1h as Play, WrappedPicto$1i as PlusBold, WrappedPicto$1j as PlusCircle, WrappedPicto$1k as Print, WrappedPicto$1l as QuestionMarkCircle, WrappedPicto$1m as QuestionMarkCircleBold, WrappedPicto$1n as QuoteClose, WrappedPicto$1o as QuoteOpenPlain, WrappedPicto$1p as Share, WrappedPicto$1q as ShieldCheck, WrappedPicto$1r as Smartphone, WrappedPicto$1s as SmileyFrown, WrappedPicto$1t as SmileyHappy, WrappedPicto$1u as SmileyNeutral, WrappedPicto$1v as SpeechBubble, WrappedPicto$1w as SquareMeter, WrappedPicto$1x as SquareMetersBold, WrappedPicto$1A as Star, WrappedPicto$1y as StarFilled, WrappedPicto$1z as StarHalf, WrappedPicto$1B as Tada, WrappedPicto$1C as ThreeCircle, WrappedPicto$1G as Times, WrappedPicto$1D as TimesBold, WrappedPicto$1F as TimesCircle, WrappedPicto$1E as TimesCircleBold, WrappedPicto$1H as Toast, WrappedPicto$1I as Trash, WrappedPicto$1K as Tree, WrappedPicto$1J as TreePlain, WrappedPicto$1L as Trustpilot, WrappedPicto$1M as Tune, WrappedPicto$1O as Twitter, WrappedPicto$1N as TwitterSmall, WrappedPicto$1P as TwoCircle, WrappedPicto$1Q as TwoPeople, WrappedPicto$1R as UserBook, WrappedPicto$1S as UserCircle, WrappedPicto$1T as UserId, WrappedPicto$1U as UserStars, WrappedPicto$1V as Wall, WrappedPicto$1W as WorkingMan, WrappedPicto$1X as Youtube, WrappedPicto$1Y as ZeroPercent, manifest };
3129
3281
  //# sourceMappingURL=picto.js.map