@pretto/picto 3.1.0 → 3.2.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", "TwoPeople", "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", "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
@@ -2093,7 +2169,7 @@ var PlusBold = (({
2093
2169
  fill: "currentColor"
2094
2170
  }, props), children));
2095
2171
 
2096
- function WrappedPicto$1e(props) {
2172
+ function WrappedPicto$1h(props) {
2097
2173
  const {
2098
2174
  optimise,
2099
2175
  refresh
@@ -2119,7 +2195,7 @@ var PlusCircle = (({
2119
2195
  fill: "currentColor"
2120
2196
  }, props), children));
2121
2197
 
2122
- function WrappedPicto$1f(props) {
2198
+ function WrappedPicto$1i(props) {
2123
2199
  const {
2124
2200
  optimise,
2125
2201
  refresh
@@ -2144,7 +2220,7 @@ var Print = (({
2144
2220
  fill: "currentColor"
2145
2221
  }, props), children));
2146
2222
 
2147
- function WrappedPicto$1g(props) {
2223
+ function WrappedPicto$1j(props) {
2148
2224
  const {
2149
2225
  optimise,
2150
2226
  refresh
@@ -2170,7 +2246,7 @@ var QuestionMarkCircle = (({
2170
2246
  fill: "currentColor"
2171
2247
  }, props), children));
2172
2248
 
2173
- function WrappedPicto$1h(props) {
2249
+ function WrappedPicto$1k(props) {
2174
2250
  const {
2175
2251
  optimise,
2176
2252
  refresh
@@ -2196,7 +2272,7 @@ var QuestionMarkCircleBold = (({
2196
2272
  fill: "currentColor"
2197
2273
  }, props), children));
2198
2274
 
2199
- function WrappedPicto$1i(props) {
2275
+ function WrappedPicto$1l(props) {
2200
2276
  const {
2201
2277
  optimise,
2202
2278
  refresh
@@ -2221,7 +2297,7 @@ var QuoteClose = (({
2221
2297
  fill: "currentColor"
2222
2298
  }, props), children));
2223
2299
 
2224
- function WrappedPicto$1j(props) {
2300
+ function WrappedPicto$1m(props) {
2225
2301
  const {
2226
2302
  optimise,
2227
2303
  refresh
@@ -2246,7 +2322,7 @@ var QuoteOpenPlain = (({
2246
2322
  fill: "currentColor"
2247
2323
  }, props), children));
2248
2324
 
2249
- function WrappedPicto$1k(props) {
2325
+ function WrappedPicto$1n(props) {
2250
2326
  const {
2251
2327
  optimise,
2252
2328
  refresh
@@ -2272,7 +2348,7 @@ var Share = (({
2272
2348
  fill: "currentColor"
2273
2349
  }, props), children));
2274
2350
 
2275
- function WrappedPicto$1l(props) {
2351
+ function WrappedPicto$1o(props) {
2276
2352
  const {
2277
2353
  optimise,
2278
2354
  refresh
@@ -2297,7 +2373,7 @@ var ShieldCheck = (({
2297
2373
  fill: "currentColor"
2298
2374
  }, props), children));
2299
2375
 
2300
- function WrappedPicto$1m(props) {
2376
+ function WrappedPicto$1p(props) {
2301
2377
  const {
2302
2378
  optimise,
2303
2379
  refresh
@@ -2322,7 +2398,7 @@ var Smartphone = (({
2322
2398
  fill: "currentColor"
2323
2399
  }, props), children));
2324
2400
 
2325
- function WrappedPicto$1n(props) {
2401
+ function WrappedPicto$1q(props) {
2326
2402
  const {
2327
2403
  optimise,
2328
2404
  refresh
@@ -2348,7 +2424,7 @@ var SmileyFrown = (({
2348
2424
  fill: "currentColor"
2349
2425
  }, props), children));
2350
2426
 
2351
- function WrappedPicto$1o(props) {
2427
+ function WrappedPicto$1r(props) {
2352
2428
  const {
2353
2429
  optimise,
2354
2430
  refresh
@@ -2374,7 +2450,7 @@ var SmileyHappy = (({
2374
2450
  fill: "currentColor"
2375
2451
  }, props), children));
2376
2452
 
2377
- function WrappedPicto$1p(props) {
2453
+ function WrappedPicto$1s(props) {
2378
2454
  const {
2379
2455
  optimise,
2380
2456
  refresh
@@ -2400,7 +2476,7 @@ var SmileyNeutral = (({
2400
2476
  fill: "currentColor"
2401
2477
  }, props), children));
2402
2478
 
2403
- function WrappedPicto$1q(props) {
2479
+ function WrappedPicto$1t(props) {
2404
2480
  const {
2405
2481
  optimise,
2406
2482
  refresh
@@ -2425,7 +2501,7 @@ var SpeechBubble = (({
2425
2501
  fill: "currentColor"
2426
2502
  }, props), children));
2427
2503
 
2428
- function WrappedPicto$1r(props) {
2504
+ function WrappedPicto$1u(props) {
2429
2505
  const {
2430
2506
  optimise,
2431
2507
  refresh
@@ -2452,7 +2528,7 @@ var SquareMeter = (({
2452
2528
  fill: "currentColor"
2453
2529
  }, props), children));
2454
2530
 
2455
- function WrappedPicto$1s(props) {
2531
+ function WrappedPicto$1v(props) {
2456
2532
  const {
2457
2533
  optimise,
2458
2534
  refresh
@@ -2463,6 +2539,31 @@ function WrappedPicto$1s(props) {
2463
2539
  return optimise('p_2paMIH', /*#__PURE__*/React.createElement(SquareMeter, props));
2464
2540
  }
2465
2541
 
2542
+ var SquareMetersBold = (({
2543
+ as: Component = "svg",
2544
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
2545
+ 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"
2546
+ })),
2547
+ ...props
2548
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
2549
+ xmlns: "http://www.w3.org/2000/svg",
2550
+ width: "16",
2551
+ height: "16",
2552
+ viewBox: "0 0 16 16",
2553
+ fill: "currentColor"
2554
+ }, props), children));
2555
+
2556
+ function WrappedPicto$1w(props) {
2557
+ const {
2558
+ optimise,
2559
+ refresh
2560
+ } = useContext(PictoContext);
2561
+ useEffect(() => {
2562
+ refresh();
2563
+ }, []);
2564
+ return optimise('p_1lUc9N', /*#__PURE__*/React.createElement(SquareMetersBold, props));
2565
+ }
2566
+
2466
2567
  var StarFilled = (({
2467
2568
  as: Component = "svg",
2468
2569
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -2479,7 +2580,7 @@ var StarFilled = (({
2479
2580
  fill: "currentColor"
2480
2581
  }, props), children));
2481
2582
 
2482
- function WrappedPicto$1t(props) {
2583
+ function WrappedPicto$1x(props) {
2483
2584
  const {
2484
2585
  optimise,
2485
2586
  refresh
@@ -2506,7 +2607,7 @@ var StarHalf = (({
2506
2607
  fill: "currentColor"
2507
2608
  }, props), children));
2508
2609
 
2509
- function WrappedPicto$1u(props) {
2610
+ function WrappedPicto$1y(props) {
2510
2611
  const {
2511
2612
  optimise,
2512
2613
  refresh
@@ -2531,7 +2632,7 @@ var Star = (({
2531
2632
  fill: "currentColor"
2532
2633
  }, props), children));
2533
2634
 
2534
- function WrappedPicto$1v(props) {
2635
+ function WrappedPicto$1z(props) {
2535
2636
  const {
2536
2637
  optimise,
2537
2638
  refresh
@@ -2556,7 +2657,7 @@ var Tada = (({
2556
2657
  fill: "currentColor"
2557
2658
  }, props), children));
2558
2659
 
2559
- function WrappedPicto$1w(props) {
2660
+ function WrappedPicto$1A(props) {
2560
2661
  const {
2561
2662
  optimise,
2562
2663
  refresh
@@ -2582,7 +2683,7 @@ var ThreeCircle = (({
2582
2683
  fill: "currentColor"
2583
2684
  }, props), children));
2584
2685
 
2585
- function WrappedPicto$1x(props) {
2686
+ function WrappedPicto$1B(props) {
2586
2687
  const {
2587
2688
  optimise,
2588
2689
  refresh
@@ -2607,7 +2708,7 @@ var TimesBold = (({
2607
2708
  fill: "currentColor"
2608
2709
  }, props), children));
2609
2710
 
2610
- function WrappedPicto$1y(props) {
2711
+ function WrappedPicto$1C(props) {
2611
2712
  const {
2612
2713
  optimise,
2613
2714
  refresh
@@ -2634,7 +2735,7 @@ var TimesCircleBold = (({
2634
2735
  fill: "currentColor"
2635
2736
  }, props), children));
2636
2737
 
2637
- function WrappedPicto$1z(props) {
2738
+ function WrappedPicto$1D(props) {
2638
2739
  const {
2639
2740
  optimise,
2640
2741
  refresh
@@ -2660,7 +2761,7 @@ var TimesCircle = (({
2660
2761
  fill: "currentColor"
2661
2762
  }, props), children));
2662
2763
 
2663
- function WrappedPicto$1A(props) {
2764
+ function WrappedPicto$1E(props) {
2664
2765
  const {
2665
2766
  optimise,
2666
2767
  refresh
@@ -2685,7 +2786,7 @@ var Times = (({
2685
2786
  fill: "currentColor"
2686
2787
  }, props), children));
2687
2788
 
2688
- function WrappedPicto$1B(props) {
2789
+ function WrappedPicto$1F(props) {
2689
2790
  const {
2690
2791
  optimise,
2691
2792
  refresh
@@ -2710,7 +2811,7 @@ var Toast = (({
2710
2811
  fill: "currentColor"
2711
2812
  }, props), children));
2712
2813
 
2713
- function WrappedPicto$1C(props) {
2814
+ function WrappedPicto$1G(props) {
2714
2815
  const {
2715
2816
  optimise,
2716
2817
  refresh
@@ -2735,7 +2836,7 @@ var Trash = (({
2735
2836
  fill: "currentColor"
2736
2837
  }, props), children));
2737
2838
 
2738
- function WrappedPicto$1D(props) {
2839
+ function WrappedPicto$1H(props) {
2739
2840
  const {
2740
2841
  optimise,
2741
2842
  refresh
@@ -2760,7 +2861,7 @@ var TreePlain = (({
2760
2861
  fill: "currentColor"
2761
2862
  }, props), children));
2762
2863
 
2763
- function WrappedPicto$1E(props) {
2864
+ function WrappedPicto$1I(props) {
2764
2865
  const {
2765
2866
  optimise,
2766
2867
  refresh
@@ -2786,7 +2887,7 @@ var Tree = (({
2786
2887
  fill: "currentColor"
2787
2888
  }, props), children));
2788
2889
 
2789
- function WrappedPicto$1F(props) {
2890
+ function WrappedPicto$1J(props) {
2790
2891
  const {
2791
2892
  optimise,
2792
2893
  refresh
@@ -2811,7 +2912,7 @@ var Trustpilot = (({
2811
2912
  fill: "currentColor"
2812
2913
  }, props), children));
2813
2914
 
2814
- function WrappedPicto$1G(props) {
2915
+ function WrappedPicto$1K(props) {
2815
2916
  const {
2816
2917
  optimise,
2817
2918
  refresh
@@ -2837,7 +2938,7 @@ var Tune = (({
2837
2938
  fill: "currentColor"
2838
2939
  }, props), children));
2839
2940
 
2840
- function WrappedPicto$1H(props) {
2941
+ function WrappedPicto$1L(props) {
2841
2942
  const {
2842
2943
  optimise,
2843
2944
  refresh
@@ -2862,7 +2963,7 @@ var TwitterSmall = (({
2862
2963
  fill: "currentColor"
2863
2964
  }, props), children));
2864
2965
 
2865
- function WrappedPicto$1I(props) {
2966
+ function WrappedPicto$1M(props) {
2866
2967
  const {
2867
2968
  optimise,
2868
2969
  refresh
@@ -2887,7 +2988,7 @@ var Twitter = (({
2887
2988
  fill: "currentColor"
2888
2989
  }, props), children));
2889
2990
 
2890
- function WrappedPicto$1J(props) {
2991
+ function WrappedPicto$1N(props) {
2891
2992
  const {
2892
2993
  optimise,
2893
2994
  refresh
@@ -2912,7 +3013,7 @@ var TwoCircle = (({
2912
3013
  fill: "currentColor"
2913
3014
  }, props), children));
2914
3015
 
2915
- function WrappedPicto$1K(props) {
3016
+ function WrappedPicto$1O(props) {
2916
3017
  const {
2917
3018
  optimise,
2918
3019
  refresh
@@ -2939,7 +3040,7 @@ var TwoPeople = (({
2939
3040
  fill: "currentColor"
2940
3041
  }, props), children));
2941
3042
 
2942
- function WrappedPicto$1L(props) {
3043
+ function WrappedPicto$1P(props) {
2943
3044
  const {
2944
3045
  optimise,
2945
3046
  refresh
@@ -2964,7 +3065,7 @@ var UserBook = (({
2964
3065
  fill: "currentColor"
2965
3066
  }, props), children));
2966
3067
 
2967
- function WrappedPicto$1M(props) {
3068
+ function WrappedPicto$1Q(props) {
2968
3069
  const {
2969
3070
  optimise,
2970
3071
  refresh
@@ -2989,7 +3090,7 @@ var UserCircle = (({
2989
3090
  fill: "currentColor"
2990
3091
  }, props), children));
2991
3092
 
2992
- function WrappedPicto$1N(props) {
3093
+ function WrappedPicto$1R(props) {
2993
3094
  const {
2994
3095
  optimise,
2995
3096
  refresh
@@ -3015,7 +3116,7 @@ var UserId = (({
3015
3116
  fill: "currentColor"
3016
3117
  }, props), children));
3017
3118
 
3018
- function WrappedPicto$1O(props) {
3119
+ function WrappedPicto$1S(props) {
3019
3120
  const {
3020
3121
  optimise,
3021
3122
  refresh
@@ -3040,7 +3141,7 @@ var UserStars = (({
3040
3141
  fill: "currentColor"
3041
3142
  }, props), children));
3042
3143
 
3043
- function WrappedPicto$1P(props) {
3144
+ function WrappedPicto$1T(props) {
3044
3145
  const {
3045
3146
  optimise,
3046
3147
  refresh
@@ -3065,7 +3166,7 @@ var Wall = (({
3065
3166
  fill: "currentColor"
3066
3167
  }, props), children));
3067
3168
 
3068
- function WrappedPicto$1Q(props) {
3169
+ function WrappedPicto$1U(props) {
3069
3170
  const {
3070
3171
  optimise,
3071
3172
  refresh
@@ -3091,7 +3192,7 @@ var WorkingMan = (({
3091
3192
  fill: "currentColor"
3092
3193
  }, props), children));
3093
3194
 
3094
- function WrappedPicto$1R(props) {
3195
+ function WrappedPicto$1V(props) {
3095
3196
  const {
3096
3197
  optimise,
3097
3198
  refresh
@@ -3116,7 +3217,7 @@ var Youtube = (({
3116
3217
  fill: "currentColor"
3117
3218
  }, props), children));
3118
3219
 
3119
- function WrappedPicto$1S(props) {
3220
+ function WrappedPicto$1W(props) {
3120
3221
  const {
3121
3222
  optimise,
3122
3223
  refresh
@@ -3141,7 +3242,7 @@ var ZeroPercent = (({
3141
3242
  fill: "currentColor"
3142
3243
  }, props), children));
3143
3244
 
3144
- function WrappedPicto$1T(props) {
3245
+ function WrappedPicto$1X(props) {
3145
3246
  const {
3146
3247
  optimise,
3147
3248
  refresh
@@ -3152,5 +3253,5 @@ function WrappedPicto$1T(props) {
3152
3253
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3153
3254
  }
3154
3255
 
3155
- 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 TwoPeople, WrappedPicto$1M as UserBook, WrappedPicto$1N as UserCircle, WrappedPicto$1O as UserId, WrappedPicto$1P as UserStars, WrappedPicto$1Q as Wall, WrappedPicto$1R as WorkingMan, WrappedPicto$1S as Youtube, WrappedPicto$1T as ZeroPercent, manifest };
3256
+ 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 PlusBold, WrappedPicto$1i as PlusCircle, WrappedPicto$1j as Print, WrappedPicto$1k as QuestionMarkCircle, WrappedPicto$1l as QuestionMarkCircleBold, WrappedPicto$1m as QuoteClose, WrappedPicto$1n as QuoteOpenPlain, WrappedPicto$1o as Share, WrappedPicto$1p as ShieldCheck, WrappedPicto$1q as Smartphone, WrappedPicto$1r as SmileyFrown, WrappedPicto$1s as SmileyHappy, WrappedPicto$1t as SmileyNeutral, WrappedPicto$1u as SpeechBubble, WrappedPicto$1v as SquareMeter, WrappedPicto$1w as SquareMetersBold, WrappedPicto$1z as Star, WrappedPicto$1x as StarFilled, WrappedPicto$1y as StarHalf, WrappedPicto$1A as Tada, WrappedPicto$1B as ThreeCircle, WrappedPicto$1F as Times, WrappedPicto$1C as TimesBold, WrappedPicto$1E as TimesCircle, WrappedPicto$1D as TimesCircleBold, WrappedPicto$1G as Toast, WrappedPicto$1H as Trash, WrappedPicto$1J as Tree, WrappedPicto$1I as TreePlain, WrappedPicto$1K as Trustpilot, WrappedPicto$1L as Tune, WrappedPicto$1N as Twitter, WrappedPicto$1M as TwitterSmall, WrappedPicto$1O as TwoCircle, WrappedPicto$1P as TwoPeople, WrappedPicto$1Q as UserBook, WrappedPicto$1R as UserCircle, WrappedPicto$1S as UserId, WrappedPicto$1T as UserStars, WrappedPicto$1U as Wall, WrappedPicto$1V as WorkingMan, WrappedPicto$1W as Youtube, WrappedPicto$1X as ZeroPercent, manifest };
3156
3257
  //# sourceMappingURL=picto.js.map