@pretto/picto 3.4.0 → 3.7.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", "BubbleDouble", "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", "Plane", "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"];
79
+ var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "CheckBold", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "MagnifyingBold", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "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",
@@ -687,6 +687,32 @@ function WrappedPicto$n(props) {
687
687
  return optimise('p_4GGpz', /*#__PURE__*/React.createElement(Check, props));
688
688
  }
689
689
 
690
+ var CheckBold = (({
691
+ as: Component = "svg",
692
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
693
+ d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
694
+ fillRule: "evenodd"
695
+ })),
696
+ ...props
697
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
698
+ xmlns: "http://www.w3.org/2000/svg",
699
+ width: "16",
700
+ height: "16",
701
+ viewBox: "0 0 16 16",
702
+ fill: "currentColor"
703
+ }, props), children));
704
+
705
+ function WrappedPicto$o(props) {
706
+ const {
707
+ optimise,
708
+ refresh
709
+ } = useContext(PictoContext);
710
+ useEffect(() => {
711
+ refresh();
712
+ }, []);
713
+ return optimise('p_Z2eHEHd', /*#__PURE__*/React.createElement(CheckBold, props));
714
+ }
715
+
690
716
  var ChevronDownBold = (({
691
717
  as: Component = "svg",
692
718
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -701,7 +727,7 @@ var ChevronDownBold = (({
701
727
  fill: "currentColor"
702
728
  }, props), children));
703
729
 
704
- function WrappedPicto$o(props) {
730
+ function WrappedPicto$p(props) {
705
731
  const {
706
732
  optimise,
707
733
  refresh
@@ -726,7 +752,7 @@ var ChevronLeftBold = (({
726
752
  fill: "currentColor"
727
753
  }, props), children));
728
754
 
729
- function WrappedPicto$p(props) {
755
+ function WrappedPicto$q(props) {
730
756
  const {
731
757
  optimise,
732
758
  refresh
@@ -751,7 +777,7 @@ var ChevronRightBold = (({
751
777
  fill: "currentColor"
752
778
  }, props), children));
753
779
 
754
- function WrappedPicto$q(props) {
780
+ function WrappedPicto$r(props) {
755
781
  const {
756
782
  optimise,
757
783
  refresh
@@ -776,7 +802,7 @@ var ChevronUpBold = (({
776
802
  fill: "currentColor"
777
803
  }, props), children));
778
804
 
779
- function WrappedPicto$r(props) {
805
+ function WrappedPicto$s(props) {
780
806
  const {
781
807
  optimise,
782
808
  refresh
@@ -802,7 +828,7 @@ var Clock = (({
802
828
  fill: "currentColor"
803
829
  }, props), children));
804
830
 
805
- function WrappedPicto$s(props) {
831
+ function WrappedPicto$t(props) {
806
832
  const {
807
833
  optimise,
808
834
  refresh
@@ -813,6 +839,31 @@ function WrappedPicto$s(props) {
813
839
  return optimise('p_4Hg1C', /*#__PURE__*/React.createElement(Clock, props));
814
840
  }
815
841
 
842
+ var ClockBold = (({
843
+ as: Component = "svg",
844
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
845
+ d: "M8.5,8.17h2.67v1.5H7V4.83H8.5Zm6-.17A6.5,6.5,0,1,1,8,1.5,6.51,6.51,0,0,1,14.5,8ZM13,8a5,5,0,1,0-5,5A5,5,0,0,0,13,8Z"
846
+ })),
847
+ ...props
848
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
849
+ xmlns: "http://www.w3.org/2000/svg",
850
+ width: "16",
851
+ height: "16",
852
+ viewBox: "0 0 16 16",
853
+ fill: "currentColor"
854
+ }, props), children));
855
+
856
+ function WrappedPicto$u(props) {
857
+ const {
858
+ optimise,
859
+ refresh
860
+ } = useContext(PictoContext);
861
+ useEffect(() => {
862
+ refresh();
863
+ }, []);
864
+ return optimise('p_1ga8eC', /*#__PURE__*/React.createElement(ClockBold, props));
865
+ }
866
+
816
867
  var Cloud = (({
817
868
  as: Component = "svg",
818
869
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -827,7 +878,7 @@ var Cloud = (({
827
878
  fill: "currentColor"
828
879
  }, props), children));
829
880
 
830
- function WrappedPicto$t(props) {
881
+ function WrappedPicto$v(props) {
831
882
  const {
832
883
  optimise,
833
884
  refresh
@@ -853,7 +904,7 @@ var CloudUpload = (({
853
904
  fill: "currentColor"
854
905
  }, props), children));
855
906
 
856
- function WrappedPicto$u(props) {
907
+ function WrappedPicto$w(props) {
857
908
  const {
858
909
  optimise,
859
910
  refresh
@@ -879,7 +930,7 @@ var Coins = (({
879
930
  fill: "currentColor"
880
931
  }, props), children));
881
932
 
882
- function WrappedPicto$v(props) {
933
+ function WrappedPicto$x(props) {
883
934
  const {
884
935
  optimise,
885
936
  refresh
@@ -905,7 +956,7 @@ var Crane = (({
905
956
  fill: "currentColor"
906
957
  }, props), children));
907
958
 
908
- function WrappedPicto$w(props) {
959
+ function WrappedPicto$y(props) {
909
960
  const {
910
961
  optimise,
911
962
  refresh
@@ -931,7 +982,7 @@ var Crown = (({
931
982
  fill: "currentColor"
932
983
  }, props), children));
933
984
 
934
- function WrappedPicto$x(props) {
985
+ function WrappedPicto$z(props) {
935
986
  const {
936
987
  optimise,
937
988
  refresh
@@ -958,7 +1009,7 @@ var DoubleArrow = (({
958
1009
  fill: "currentColor"
959
1010
  }, props), children));
960
1011
 
961
- function WrappedPicto$y(props) {
1012
+ function WrappedPicto$A(props) {
962
1013
  const {
963
1014
  optimise,
964
1015
  refresh
@@ -983,7 +1034,7 @@ var Download = (({
983
1034
  fill: "currentColor"
984
1035
  }, props), children));
985
1036
 
986
- function WrappedPicto$z(props) {
1037
+ function WrappedPicto$B(props) {
987
1038
  const {
988
1039
  optimise,
989
1040
  refresh
@@ -1008,7 +1059,7 @@ var Envelope = (({
1008
1059
  fill: "currentColor"
1009
1060
  }, props), children));
1010
1061
 
1011
- function WrappedPicto$A(props) {
1062
+ function WrappedPicto$C(props) {
1012
1063
  const {
1013
1064
  optimise,
1014
1065
  refresh
@@ -1041,7 +1092,7 @@ var EqualBold = (({
1041
1092
  fill: "currentColor"
1042
1093
  }, props), children));
1043
1094
 
1044
- function WrappedPicto$B(props) {
1095
+ function WrappedPicto$D(props) {
1045
1096
  const {
1046
1097
  optimise,
1047
1098
  refresh
@@ -1067,7 +1118,7 @@ var EqualCircle = (({
1067
1118
  fill: "currentColor"
1068
1119
  }, props), children));
1069
1120
 
1070
- function WrappedPicto$C(props) {
1121
+ function WrappedPicto$E(props) {
1071
1122
  const {
1072
1123
  optimise,
1073
1124
  refresh
@@ -1092,7 +1143,7 @@ var Euro = (({
1092
1143
  fill: "currentColor"
1093
1144
  }, props), children));
1094
1145
 
1095
- function WrappedPicto$D(props) {
1146
+ function WrappedPicto$F(props) {
1096
1147
  const {
1097
1148
  optimise,
1098
1149
  refresh
@@ -1117,7 +1168,7 @@ var EuroBold = (({
1117
1168
  fill: "currentColor"
1118
1169
  }, props), children));
1119
1170
 
1120
- function WrappedPicto$E(props) {
1171
+ function WrappedPicto$G(props) {
1121
1172
  const {
1122
1173
  optimise,
1123
1174
  refresh
@@ -1143,7 +1194,7 @@ var ExclamationMarkCircle = (({
1143
1194
  fill: "currentColor"
1144
1195
  }, props), children));
1145
1196
 
1146
- function WrappedPicto$F(props) {
1197
+ function WrappedPicto$H(props) {
1147
1198
  const {
1148
1199
  optimise,
1149
1200
  refresh
@@ -1168,7 +1219,7 @@ var ExclamationMarkTriangle = (({
1168
1219
  fill: "currentColor"
1169
1220
  }, props), children));
1170
1221
 
1171
- function WrappedPicto$G(props) {
1222
+ function WrappedPicto$I(props) {
1172
1223
  const {
1173
1224
  optimise,
1174
1225
  refresh
@@ -1194,7 +1245,7 @@ var ExclamationMarkCircleBold = (({
1194
1245
  fill: "currentColor"
1195
1246
  }, props), children));
1196
1247
 
1197
- function WrappedPicto$H(props) {
1248
+ function WrappedPicto$J(props) {
1198
1249
  const {
1199
1250
  optimise,
1200
1251
  refresh
@@ -1220,7 +1271,7 @@ var ExclamationMarkTriangleBold = (({
1220
1271
  fill: "currentColor"
1221
1272
  }, props), children));
1222
1273
 
1223
- function WrappedPicto$I(props) {
1274
+ function WrappedPicto$K(props) {
1224
1275
  const {
1225
1276
  optimise,
1226
1277
  refresh
@@ -1231,6 +1282,32 @@ function WrappedPicto$I(props) {
1231
1282
  return optimise('p_KoHeE', /*#__PURE__*/React.createElement(ExclamationMarkTriangleBold, props));
1232
1283
  }
1233
1284
 
1285
+ var ExternalLink = (({
1286
+ as: Component = "svg",
1287
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1288
+ d: "M14,4H1V22H21V11h1V23H0V3H14ZM24,9H23V2.71L11.35,14.35l-.7-.7L22.29,2H16V1h8Z",
1289
+ fillRule: "evenodd"
1290
+ })),
1291
+ ...props
1292
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1293
+ xmlns: "http://www.w3.org/2000/svg",
1294
+ width: "24",
1295
+ height: "24",
1296
+ viewBox: "0 0 24 24",
1297
+ fill: "currentColor"
1298
+ }, props), children));
1299
+
1300
+ function WrappedPicto$L(props) {
1301
+ const {
1302
+ optimise,
1303
+ refresh
1304
+ } = useContext(PictoContext);
1305
+ useEffect(() => {
1306
+ refresh();
1307
+ }, []);
1308
+ return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(ExternalLink, props));
1309
+ }
1310
+
1234
1311
  var Eye = (({
1235
1312
  as: Component = "svg",
1236
1313
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1246,7 +1323,7 @@ var Eye = (({
1246
1323
  fill: "currentColor"
1247
1324
  }, props), children));
1248
1325
 
1249
- function WrappedPicto$J(props) {
1326
+ function WrappedPicto$M(props) {
1250
1327
  const {
1251
1328
  optimise,
1252
1329
  refresh
@@ -1271,7 +1348,7 @@ var FacebookSmall = (({
1271
1348
  fill: "currentColor"
1272
1349
  }, props), children));
1273
1350
 
1274
- function WrappedPicto$K(props) {
1351
+ function WrappedPicto$N(props) {
1275
1352
  const {
1276
1353
  optimise,
1277
1354
  refresh
@@ -1296,7 +1373,7 @@ var Facebook = (({
1296
1373
  fill: "currentColor"
1297
1374
  }, props), children));
1298
1375
 
1299
- function WrappedPicto$L(props) {
1376
+ function WrappedPicto$O(props) {
1300
1377
  const {
1301
1378
  optimise,
1302
1379
  refresh
@@ -1325,7 +1402,7 @@ var FileCheck = (({
1325
1402
  fill: "currentColor"
1326
1403
  }, props), children));
1327
1404
 
1328
- function WrappedPicto$M(props) {
1405
+ function WrappedPicto$P(props) {
1329
1406
  const {
1330
1407
  optimise,
1331
1408
  refresh
@@ -1350,7 +1427,7 @@ var File = (({
1350
1427
  fill: "currentColor"
1351
1428
  }, props), children));
1352
1429
 
1353
- function WrappedPicto$N(props) {
1430
+ function WrappedPicto$Q(props) {
1354
1431
  const {
1355
1432
  optimise,
1356
1433
  refresh
@@ -1376,7 +1453,7 @@ var Files = (({
1376
1453
  fill: "currentColor"
1377
1454
  }, props), children));
1378
1455
 
1379
- function WrappedPicto$O(props) {
1456
+ function WrappedPicto$R(props) {
1380
1457
  const {
1381
1458
  optimise,
1382
1459
  refresh
@@ -1401,7 +1478,7 @@ var Filter = (({
1401
1478
  fill: "currentColor"
1402
1479
  }, props), children));
1403
1480
 
1404
- function WrappedPicto$P(props) {
1481
+ function WrappedPicto$S(props) {
1405
1482
  const {
1406
1483
  optimise,
1407
1484
  refresh
@@ -1427,7 +1504,7 @@ var FirstCircle = (({
1427
1504
  fill: "currentColor"
1428
1505
  }, props), children));
1429
1506
 
1430
- function WrappedPicto$Q(props) {
1507
+ function WrappedPicto$T(props) {
1431
1508
  const {
1432
1509
  optimise,
1433
1510
  refresh
@@ -1453,7 +1530,7 @@ var Flag = (({
1453
1530
  fill: "currentColor"
1454
1531
  }, props), children));
1455
1532
 
1456
- function WrappedPicto$R(props) {
1533
+ function WrappedPicto$U(props) {
1457
1534
  const {
1458
1535
  optimise,
1459
1536
  refresh
@@ -1478,7 +1555,7 @@ var FolderOpen = (({
1478
1555
  fill: "currentColor"
1479
1556
  }, props), children));
1480
1557
 
1481
- function WrappedPicto$S(props) {
1558
+ function WrappedPicto$V(props) {
1482
1559
  const {
1483
1560
  optimise,
1484
1561
  refresh
@@ -1504,7 +1581,7 @@ var Folder = (({
1504
1581
  fill: "currentColor"
1505
1582
  }, props), children));
1506
1583
 
1507
- function WrappedPicto$T(props) {
1584
+ function WrappedPicto$W(props) {
1508
1585
  const {
1509
1586
  optimise,
1510
1587
  refresh
@@ -1530,7 +1607,7 @@ var FourCircle = (({
1530
1607
  fill: "currentColor"
1531
1608
  }, props), children));
1532
1609
 
1533
- function WrappedPicto$U(props) {
1610
+ function WrappedPicto$X(props) {
1534
1611
  const {
1535
1612
  optimise,
1536
1613
  refresh
@@ -1555,7 +1632,7 @@ var Globe = (({
1555
1632
  fill: "currentColor"
1556
1633
  }, props), children));
1557
1634
 
1558
- function WrappedPicto$V(props) {
1635
+ function WrappedPicto$Y(props) {
1559
1636
  const {
1560
1637
  optimise,
1561
1638
  refresh
@@ -1580,7 +1657,7 @@ var GraduationCap = (({
1580
1657
  fill: "currentColor"
1581
1658
  }, props), children));
1582
1659
 
1583
- function WrappedPicto$W(props) {
1660
+ function WrappedPicto$Z(props) {
1584
1661
  const {
1585
1662
  optimise,
1586
1663
  refresh
@@ -1606,7 +1683,7 @@ var HandCoin = (({
1606
1683
  fill: "currentColor"
1607
1684
  }, props), children));
1608
1685
 
1609
- function WrappedPicto$X(props) {
1686
+ function WrappedPicto$_(props) {
1610
1687
  const {
1611
1688
  optimise,
1612
1689
  refresh
@@ -1632,7 +1709,7 @@ var HeartPlain = (({
1632
1709
  fill: "currentColor"
1633
1710
  }, props), children));
1634
1711
 
1635
- function WrappedPicto$Y(props) {
1712
+ function WrappedPicto$$(props) {
1636
1713
  const {
1637
1714
  optimise,
1638
1715
  refresh
@@ -1657,7 +1734,7 @@ var Heart = (({
1657
1734
  fill: "currentColor"
1658
1735
  }, props), children));
1659
1736
 
1660
- function WrappedPicto$Z(props) {
1737
+ function WrappedPicto$10(props) {
1661
1738
  const {
1662
1739
  optimise,
1663
1740
  refresh
@@ -1683,7 +1760,7 @@ var HorseChase = (({
1683
1760
  fill: "currentColor"
1684
1761
  }, props), children));
1685
1762
 
1686
- function WrappedPicto$_(props) {
1763
+ function WrappedPicto$11(props) {
1687
1764
  const {
1688
1765
  optimise,
1689
1766
  refresh
@@ -1708,7 +1785,7 @@ var House = (({
1708
1785
  fill: "currentColor"
1709
1786
  }, props), children));
1710
1787
 
1711
- function WrappedPicto$$(props) {
1788
+ function WrappedPicto$12(props) {
1712
1789
  const {
1713
1790
  optimise,
1714
1791
  refresh
@@ -1719,6 +1796,31 @@ function WrappedPicto$$(props) {
1719
1796
  return optimise('p_531FK', /*#__PURE__*/React.createElement(House, props));
1720
1797
  }
1721
1798
 
1799
+ var HouseMagnifier = (({
1800
+ as: Component = "svg",
1801
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1802
+ d: "M20.27,14.69l.73.69L18,18.5l-2-1.78.66-.75L18,17.12Zm3.64,8.52-.82.58-2.21-3.1a5,5,0,0,1-2.57.71H0V8.65L9,.32l9,8.33v2.76h.31a5,5,0,0,1,3.37,8.69ZM10.5,15.5h-3v4.9h3Zm4.81,4.9A5,5,0,0,1,17,11.57V9.09L9,1.68,1,9.09V20.4H6.5V14.5h5v5.9Zm7-4a4,4,0,1,0-4,4A4,4,0,0,0,22.31,16.4Z"
1803
+ })),
1804
+ ...props
1805
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1806
+ xmlns: "http://www.w3.org/2000/svg",
1807
+ width: "24",
1808
+ height: "24",
1809
+ viewBox: "0 0 24 24",
1810
+ fill: "currentColor"
1811
+ }, props), children));
1812
+
1813
+ function WrappedPicto$13(props) {
1814
+ const {
1815
+ optimise,
1816
+ refresh
1817
+ } = useContext(PictoContext);
1818
+ useEffect(() => {
1819
+ refresh();
1820
+ }, []);
1821
+ return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(HouseMagnifier, props));
1822
+ }
1823
+
1722
1824
  var InfoCircle = (({
1723
1825
  as: Component = "svg",
1724
1826
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1734,7 +1836,7 @@ var InfoCircle = (({
1734
1836
  fill: "currentColor"
1735
1837
  }, props), children));
1736
1838
 
1737
- function WrappedPicto$10(props) {
1839
+ function WrappedPicto$14(props) {
1738
1840
  const {
1739
1841
  optimise,
1740
1842
  refresh
@@ -1763,7 +1865,7 @@ var Instagram = (({
1763
1865
  fill: "currentColor"
1764
1866
  }, props), children));
1765
1867
 
1766
- function WrappedPicto$11(props) {
1868
+ function WrappedPicto$15(props) {
1767
1869
  const {
1768
1870
  optimise,
1769
1871
  refresh
@@ -1789,7 +1891,7 @@ var Key = (({
1789
1891
  fill: "currentColor"
1790
1892
  }, props), children));
1791
1893
 
1792
- function WrappedPicto$12(props) {
1894
+ function WrappedPicto$16(props) {
1793
1895
  const {
1794
1896
  optimise,
1795
1897
  refresh
@@ -1814,7 +1916,7 @@ var LightningBolt = (({
1814
1916
  fill: "currentColor"
1815
1917
  }, props), children));
1816
1918
 
1817
- function WrappedPicto$13(props) {
1919
+ function WrappedPicto$17(props) {
1818
1920
  const {
1819
1921
  optimise,
1820
1922
  refresh
@@ -1839,7 +1941,7 @@ var Link = (({
1839
1941
  fill: "currentColor"
1840
1942
  }, props), children));
1841
1943
 
1842
- function WrappedPicto$14(props) {
1944
+ function WrappedPicto$18(props) {
1843
1945
  const {
1844
1946
  optimise,
1845
1947
  refresh
@@ -1864,7 +1966,7 @@ var Lock = (({
1864
1966
  fill: "currentColor"
1865
1967
  }, props), children));
1866
1968
 
1867
- function WrappedPicto$15(props) {
1969
+ function WrappedPicto$19(props) {
1868
1970
  const {
1869
1971
  optimise,
1870
1972
  refresh
@@ -1889,7 +1991,7 @@ var MagicWand = (({
1889
1991
  fill: "currentColor"
1890
1992
  }, props), children));
1891
1993
 
1892
- function WrappedPicto$16(props) {
1994
+ function WrappedPicto$1a(props) {
1893
1995
  const {
1894
1996
  optimise,
1895
1997
  refresh
@@ -1914,7 +2016,7 @@ var MagnifyingGlassLeft = (({
1914
2016
  fill: "currentColor"
1915
2017
  }, props), children));
1916
2018
 
1917
- function WrappedPicto$17(props) {
2019
+ function WrappedPicto$1b(props) {
1918
2020
  const {
1919
2021
  optimise,
1920
2022
  refresh
@@ -1940,7 +2042,7 @@ var MagnifyingBold = (({
1940
2042
  fill: "currentColor"
1941
2043
  }, props), children));
1942
2044
 
1943
- function WrappedPicto$18(props) {
2045
+ function WrappedPicto$1c(props) {
1944
2046
  const {
1945
2047
  optimise,
1946
2048
  refresh
@@ -1965,7 +2067,7 @@ var Marker = (({
1965
2067
  fill: "currentColor"
1966
2068
  }, props), children));
1967
2069
 
1968
- function WrappedPicto$19(props) {
2070
+ function WrappedPicto$1d(props) {
1969
2071
  const {
1970
2072
  optimise,
1971
2073
  refresh
@@ -1990,7 +2092,7 @@ var Microphone = (({
1990
2092
  fill: "currentColor"
1991
2093
  }, props), children));
1992
2094
 
1993
- function WrappedPicto$1a(props) {
2095
+ function WrappedPicto$1e(props) {
1994
2096
  const {
1995
2097
  optimise,
1996
2098
  refresh
@@ -2018,7 +2120,7 @@ var MinusBold = (({
2018
2120
  fill: "currentColor"
2019
2121
  }, props), children));
2020
2122
 
2021
- function WrappedPicto$1b(props) {
2123
+ function WrappedPicto$1f(props) {
2022
2124
  const {
2023
2125
  optimise,
2024
2126
  refresh
@@ -2044,7 +2146,7 @@ var MinusCircle = (({
2044
2146
  fill: "currentColor"
2045
2147
  }, props), children));
2046
2148
 
2047
- function WrappedPicto$1c(props) {
2149
+ function WrappedPicto$1g(props) {
2048
2150
  const {
2049
2151
  optimise,
2050
2152
  refresh
@@ -2069,7 +2171,7 @@ var Paperclip = (({
2069
2171
  fill: "currentColor"
2070
2172
  }, props), children));
2071
2173
 
2072
- function WrappedPicto$1d(props) {
2174
+ function WrappedPicto$1h(props) {
2073
2175
  const {
2074
2176
  optimise,
2075
2177
  refresh
@@ -2094,7 +2196,7 @@ var Pen = (({
2094
2196
  fill: "currentColor"
2095
2197
  }, props), children));
2096
2198
 
2097
- function WrappedPicto$1e(props) {
2199
+ function WrappedPicto$1i(props) {
2098
2200
  const {
2099
2201
  optimise,
2100
2202
  refresh
@@ -2120,7 +2222,7 @@ var Percent = (({
2120
2222
  fill: "currentColor"
2121
2223
  }, props), children));
2122
2224
 
2123
- function WrappedPicto$1f(props) {
2225
+ function WrappedPicto$1j(props) {
2124
2226
  const {
2125
2227
  optimise,
2126
2228
  refresh
@@ -2145,7 +2247,7 @@ var Phone = (({
2145
2247
  fill: "currentColor"
2146
2248
  }, props), children));
2147
2249
 
2148
- function WrappedPicto$1g(props) {
2250
+ function WrappedPicto$1k(props) {
2149
2251
  const {
2150
2252
  optimise,
2151
2253
  refresh
@@ -2170,7 +2272,7 @@ var Plan = (({
2170
2272
  fill: "currentColor"
2171
2273
  }, props), children));
2172
2274
 
2173
- function WrappedPicto$1h(props) {
2275
+ function WrappedPicto$1l(props) {
2174
2276
  const {
2175
2277
  optimise,
2176
2278
  refresh
@@ -2195,7 +2297,7 @@ var Plane = (({
2195
2297
  fill: "currentColor"
2196
2298
  }, props), children));
2197
2299
 
2198
- function WrappedPicto$1i(props) {
2300
+ function WrappedPicto$1m(props) {
2199
2301
  const {
2200
2302
  optimise,
2201
2303
  refresh
@@ -2219,7 +2321,7 @@ var Play = (({
2219
2321
  fill: "currentColor"
2220
2322
  }, props), children));
2221
2323
 
2222
- function WrappedPicto$1j(props) {
2324
+ function WrappedPicto$1n(props) {
2223
2325
  const {
2224
2326
  optimise,
2225
2327
  refresh
@@ -2244,7 +2346,7 @@ var PlusBold = (({
2244
2346
  fill: "currentColor"
2245
2347
  }, props), children));
2246
2348
 
2247
- function WrappedPicto$1k(props) {
2349
+ function WrappedPicto$1o(props) {
2248
2350
  const {
2249
2351
  optimise,
2250
2352
  refresh
@@ -2270,7 +2372,7 @@ var PlusCircle = (({
2270
2372
  fill: "currentColor"
2271
2373
  }, props), children));
2272
2374
 
2273
- function WrappedPicto$1l(props) {
2375
+ function WrappedPicto$1p(props) {
2274
2376
  const {
2275
2377
  optimise,
2276
2378
  refresh
@@ -2295,7 +2397,7 @@ var Print = (({
2295
2397
  fill: "currentColor"
2296
2398
  }, props), children));
2297
2399
 
2298
- function WrappedPicto$1m(props) {
2400
+ function WrappedPicto$1q(props) {
2299
2401
  const {
2300
2402
  optimise,
2301
2403
  refresh
@@ -2321,7 +2423,7 @@ var QuestionMarkCircle = (({
2321
2423
  fill: "currentColor"
2322
2424
  }, props), children));
2323
2425
 
2324
- function WrappedPicto$1n(props) {
2426
+ function WrappedPicto$1r(props) {
2325
2427
  const {
2326
2428
  optimise,
2327
2429
  refresh
@@ -2347,7 +2449,7 @@ var QuestionMarkCircleBold = (({
2347
2449
  fill: "currentColor"
2348
2450
  }, props), children));
2349
2451
 
2350
- function WrappedPicto$1o(props) {
2452
+ function WrappedPicto$1s(props) {
2351
2453
  const {
2352
2454
  optimise,
2353
2455
  refresh
@@ -2372,7 +2474,7 @@ var QuoteClose = (({
2372
2474
  fill: "currentColor"
2373
2475
  }, props), children));
2374
2476
 
2375
- function WrappedPicto$1p(props) {
2477
+ function WrappedPicto$1t(props) {
2376
2478
  const {
2377
2479
  optimise,
2378
2480
  refresh
@@ -2397,7 +2499,7 @@ var QuoteOpenPlain = (({
2397
2499
  fill: "currentColor"
2398
2500
  }, props), children));
2399
2501
 
2400
- function WrappedPicto$1q(props) {
2502
+ function WrappedPicto$1u(props) {
2401
2503
  const {
2402
2504
  optimise,
2403
2505
  refresh
@@ -2423,7 +2525,7 @@ var Share = (({
2423
2525
  fill: "currentColor"
2424
2526
  }, props), children));
2425
2527
 
2426
- function WrappedPicto$1r(props) {
2528
+ function WrappedPicto$1v(props) {
2427
2529
  const {
2428
2530
  optimise,
2429
2531
  refresh
@@ -2448,7 +2550,7 @@ var ShieldCheck = (({
2448
2550
  fill: "currentColor"
2449
2551
  }, props), children));
2450
2552
 
2451
- function WrappedPicto$1s(props) {
2553
+ function WrappedPicto$1w(props) {
2452
2554
  const {
2453
2555
  optimise,
2454
2556
  refresh
@@ -2473,7 +2575,7 @@ var Smartphone = (({
2473
2575
  fill: "currentColor"
2474
2576
  }, props), children));
2475
2577
 
2476
- function WrappedPicto$1t(props) {
2578
+ function WrappedPicto$1x(props) {
2477
2579
  const {
2478
2580
  optimise,
2479
2581
  refresh
@@ -2499,7 +2601,7 @@ var SmileyFrown = (({
2499
2601
  fill: "currentColor"
2500
2602
  }, props), children));
2501
2603
 
2502
- function WrappedPicto$1u(props) {
2604
+ function WrappedPicto$1y(props) {
2503
2605
  const {
2504
2606
  optimise,
2505
2607
  refresh
@@ -2525,7 +2627,7 @@ var SmileyHappy = (({
2525
2627
  fill: "currentColor"
2526
2628
  }, props), children));
2527
2629
 
2528
- function WrappedPicto$1v(props) {
2630
+ function WrappedPicto$1z(props) {
2529
2631
  const {
2530
2632
  optimise,
2531
2633
  refresh
@@ -2551,7 +2653,7 @@ var SmileyNeutral = (({
2551
2653
  fill: "currentColor"
2552
2654
  }, props), children));
2553
2655
 
2554
- function WrappedPicto$1w(props) {
2656
+ function WrappedPicto$1A(props) {
2555
2657
  const {
2556
2658
  optimise,
2557
2659
  refresh
@@ -2576,7 +2678,7 @@ var SpeechBubble = (({
2576
2678
  fill: "currentColor"
2577
2679
  }, props), children));
2578
2680
 
2579
- function WrappedPicto$1x(props) {
2681
+ function WrappedPicto$1B(props) {
2580
2682
  const {
2581
2683
  optimise,
2582
2684
  refresh
@@ -2603,7 +2705,7 @@ var SquareMeter = (({
2603
2705
  fill: "currentColor"
2604
2706
  }, props), children));
2605
2707
 
2606
- function WrappedPicto$1y(props) {
2708
+ function WrappedPicto$1C(props) {
2607
2709
  const {
2608
2710
  optimise,
2609
2711
  refresh
@@ -2628,7 +2730,7 @@ var SquareMetersBold = (({
2628
2730
  fill: "currentColor"
2629
2731
  }, props), children));
2630
2732
 
2631
- function WrappedPicto$1z(props) {
2733
+ function WrappedPicto$1D(props) {
2632
2734
  const {
2633
2735
  optimise,
2634
2736
  refresh
@@ -2655,7 +2757,7 @@ var StarFilled = (({
2655
2757
  fill: "currentColor"
2656
2758
  }, props), children));
2657
2759
 
2658
- function WrappedPicto$1A(props) {
2760
+ function WrappedPicto$1E(props) {
2659
2761
  const {
2660
2762
  optimise,
2661
2763
  refresh
@@ -2682,7 +2784,7 @@ var StarHalf = (({
2682
2784
  fill: "currentColor"
2683
2785
  }, props), children));
2684
2786
 
2685
- function WrappedPicto$1B(props) {
2787
+ function WrappedPicto$1F(props) {
2686
2788
  const {
2687
2789
  optimise,
2688
2790
  refresh
@@ -2707,7 +2809,7 @@ var Star = (({
2707
2809
  fill: "currentColor"
2708
2810
  }, props), children));
2709
2811
 
2710
- function WrappedPicto$1C(props) {
2812
+ function WrappedPicto$1G(props) {
2711
2813
  const {
2712
2814
  optimise,
2713
2815
  refresh
@@ -2732,7 +2834,7 @@ var Tada = (({
2732
2834
  fill: "currentColor"
2733
2835
  }, props), children));
2734
2836
 
2735
- function WrappedPicto$1D(props) {
2837
+ function WrappedPicto$1H(props) {
2736
2838
  const {
2737
2839
  optimise,
2738
2840
  refresh
@@ -2758,7 +2860,7 @@ var ThreeCircle = (({
2758
2860
  fill: "currentColor"
2759
2861
  }, props), children));
2760
2862
 
2761
- function WrappedPicto$1E(props) {
2863
+ function WrappedPicto$1I(props) {
2762
2864
  const {
2763
2865
  optimise,
2764
2866
  refresh
@@ -2783,7 +2885,7 @@ var TimesBold = (({
2783
2885
  fill: "currentColor"
2784
2886
  }, props), children));
2785
2887
 
2786
- function WrappedPicto$1F(props) {
2888
+ function WrappedPicto$1J(props) {
2787
2889
  const {
2788
2890
  optimise,
2789
2891
  refresh
@@ -2810,7 +2912,7 @@ var TimesCircleBold = (({
2810
2912
  fill: "currentColor"
2811
2913
  }, props), children));
2812
2914
 
2813
- function WrappedPicto$1G(props) {
2915
+ function WrappedPicto$1K(props) {
2814
2916
  const {
2815
2917
  optimise,
2816
2918
  refresh
@@ -2836,7 +2938,7 @@ var TimesCircle = (({
2836
2938
  fill: "currentColor"
2837
2939
  }, props), children));
2838
2940
 
2839
- function WrappedPicto$1H(props) {
2941
+ function WrappedPicto$1L(props) {
2840
2942
  const {
2841
2943
  optimise,
2842
2944
  refresh
@@ -2861,7 +2963,7 @@ var Times = (({
2861
2963
  fill: "currentColor"
2862
2964
  }, props), children));
2863
2965
 
2864
- function WrappedPicto$1I(props) {
2966
+ function WrappedPicto$1M(props) {
2865
2967
  const {
2866
2968
  optimise,
2867
2969
  refresh
@@ -2886,7 +2988,7 @@ var Toast = (({
2886
2988
  fill: "currentColor"
2887
2989
  }, props), children));
2888
2990
 
2889
- function WrappedPicto$1J(props) {
2991
+ function WrappedPicto$1N(props) {
2890
2992
  const {
2891
2993
  optimise,
2892
2994
  refresh
@@ -2911,7 +3013,7 @@ var Trash = (({
2911
3013
  fill: "currentColor"
2912
3014
  }, props), children));
2913
3015
 
2914
- function WrappedPicto$1K(props) {
3016
+ function WrappedPicto$1O(props) {
2915
3017
  const {
2916
3018
  optimise,
2917
3019
  refresh
@@ -2936,7 +3038,7 @@ var TreePlain = (({
2936
3038
  fill: "currentColor"
2937
3039
  }, props), children));
2938
3040
 
2939
- function WrappedPicto$1L(props) {
3041
+ function WrappedPicto$1P(props) {
2940
3042
  const {
2941
3043
  optimise,
2942
3044
  refresh
@@ -2962,7 +3064,7 @@ var Tree = (({
2962
3064
  fill: "currentColor"
2963
3065
  }, props), children));
2964
3066
 
2965
- function WrappedPicto$1M(props) {
3067
+ function WrappedPicto$1Q(props) {
2966
3068
  const {
2967
3069
  optimise,
2968
3070
  refresh
@@ -2987,7 +3089,7 @@ var Trustpilot = (({
2987
3089
  fill: "currentColor"
2988
3090
  }, props), children));
2989
3091
 
2990
- function WrappedPicto$1N(props) {
3092
+ function WrappedPicto$1R(props) {
2991
3093
  const {
2992
3094
  optimise,
2993
3095
  refresh
@@ -3013,7 +3115,7 @@ var Tune = (({
3013
3115
  fill: "currentColor"
3014
3116
  }, props), children));
3015
3117
 
3016
- function WrappedPicto$1O(props) {
3118
+ function WrappedPicto$1S(props) {
3017
3119
  const {
3018
3120
  optimise,
3019
3121
  refresh
@@ -3038,7 +3140,7 @@ var TwitterSmall = (({
3038
3140
  fill: "currentColor"
3039
3141
  }, props), children));
3040
3142
 
3041
- function WrappedPicto$1P(props) {
3143
+ function WrappedPicto$1T(props) {
3042
3144
  const {
3043
3145
  optimise,
3044
3146
  refresh
@@ -3063,7 +3165,7 @@ var Twitter = (({
3063
3165
  fill: "currentColor"
3064
3166
  }, props), children));
3065
3167
 
3066
- function WrappedPicto$1Q(props) {
3168
+ function WrappedPicto$1U(props) {
3067
3169
  const {
3068
3170
  optimise,
3069
3171
  refresh
@@ -3088,7 +3190,7 @@ var TwoCircle = (({
3088
3190
  fill: "currentColor"
3089
3191
  }, props), children));
3090
3192
 
3091
- function WrappedPicto$1R(props) {
3193
+ function WrappedPicto$1V(props) {
3092
3194
  const {
3093
3195
  optimise,
3094
3196
  refresh
@@ -3115,7 +3217,7 @@ var TwoPeople = (({
3115
3217
  fill: "currentColor"
3116
3218
  }, props), children));
3117
3219
 
3118
- function WrappedPicto$1S(props) {
3220
+ function WrappedPicto$1W(props) {
3119
3221
  const {
3120
3222
  optimise,
3121
3223
  refresh
@@ -3140,7 +3242,7 @@ var UserBook = (({
3140
3242
  fill: "currentColor"
3141
3243
  }, props), children));
3142
3244
 
3143
- function WrappedPicto$1T(props) {
3245
+ function WrappedPicto$1X(props) {
3144
3246
  const {
3145
3247
  optimise,
3146
3248
  refresh
@@ -3165,7 +3267,7 @@ var UserCircle = (({
3165
3267
  fill: "currentColor"
3166
3268
  }, props), children));
3167
3269
 
3168
- function WrappedPicto$1U(props) {
3270
+ function WrappedPicto$1Y(props) {
3169
3271
  const {
3170
3272
  optimise,
3171
3273
  refresh
@@ -3191,7 +3293,7 @@ var UserId = (({
3191
3293
  fill: "currentColor"
3192
3294
  }, props), children));
3193
3295
 
3194
- function WrappedPicto$1V(props) {
3296
+ function WrappedPicto$1Z(props) {
3195
3297
  const {
3196
3298
  optimise,
3197
3299
  refresh
@@ -3216,7 +3318,7 @@ var UserStars = (({
3216
3318
  fill: "currentColor"
3217
3319
  }, props), children));
3218
3320
 
3219
- function WrappedPicto$1W(props) {
3321
+ function WrappedPicto$1_(props) {
3220
3322
  const {
3221
3323
  optimise,
3222
3324
  refresh
@@ -3241,7 +3343,7 @@ var Wall = (({
3241
3343
  fill: "currentColor"
3242
3344
  }, props), children));
3243
3345
 
3244
- function WrappedPicto$1X(props) {
3346
+ function WrappedPicto$1$(props) {
3245
3347
  const {
3246
3348
  optimise,
3247
3349
  refresh
@@ -3267,7 +3369,7 @@ var WorkingMan = (({
3267
3369
  fill: "currentColor"
3268
3370
  }, props), children));
3269
3371
 
3270
- function WrappedPicto$1Y(props) {
3372
+ function WrappedPicto$20(props) {
3271
3373
  const {
3272
3374
  optimise,
3273
3375
  refresh
@@ -3292,7 +3394,7 @@ var Youtube = (({
3292
3394
  fill: "currentColor"
3293
3395
  }, props), children));
3294
3396
 
3295
- function WrappedPicto$1Z(props) {
3397
+ function WrappedPicto$21(props) {
3296
3398
  const {
3297
3399
  optimise,
3298
3400
  refresh
@@ -3317,7 +3419,7 @@ var ZeroPercent = (({
3317
3419
  fill: "currentColor"
3318
3420
  }, props), children));
3319
3421
 
3320
- function WrappedPicto$1_(props) {
3422
+ function WrappedPicto$22(props) {
3321
3423
  const {
3322
3424
  optimise,
3323
3425
  refresh
@@ -3328,5 +3430,5 @@ function WrappedPicto$1_(props) {
3328
3430
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3329
3431
  }
3330
3432
 
3331
- 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 BubbleDouble, WrappedPicto$b as Building, WrappedPicto$c as Bulb, WrappedPicto$d as BulletBold, WrappedPicto$e as BulletBook, WrappedPicto$f as Burden, WrappedPicto$g as Calculator, WrappedPicto$h as Calendar, WrappedPicto$i as CalendarBold, WrappedPicto$j as Camera, WrappedPicto$k as ChalkboardTeacher, WrappedPicto$l as ChartBar, WrappedPicto$n as Check, WrappedPicto$m as CheckHandwrite, WrappedPicto$o as ChevronDownBold, WrappedPicto$p as ChevronLeftBold, WrappedPicto$q as ChevronRightBold, WrappedPicto$r as ChevronUpBold, WrappedPicto$s as Clock, WrappedPicto$t as Cloud, WrappedPicto$u as CloudUpload, WrappedPicto$v as Coins, WrappedPicto$w as Crane, WrappedPicto$x as Crown, WrappedPicto$y as DoubleArrow, WrappedPicto$z as Download, WrappedPicto$A as Envelope, WrappedPicto$B as EqualBold, WrappedPicto$C as EqualCircle, WrappedPicto$D as Euro, WrappedPicto$E as EuroBold, WrappedPicto$F as ExclamationMarkCircle, WrappedPicto$H as ExclamationMarkCircleBold, WrappedPicto$G as ExclamationMarkTriangle, WrappedPicto$I as ExclamationMarkTriangleBold, WrappedPicto$J as Eye, WrappedPicto$L as Facebook, WrappedPicto$K as FacebookSmall, WrappedPicto$N as File, WrappedPicto$M as FileCheck, WrappedPicto$O as Files, WrappedPicto$P as Filter, WrappedPicto$Q as FirstCircle, WrappedPicto$R as Flag, WrappedPicto$T as Folder, WrappedPicto$S as FolderOpen, WrappedPicto$U as FourCircle, WrappedPicto$V as Globe, WrappedPicto$W as GraduationCap, WrappedPicto$X as HandCoin, WrappedPicto$Z as Heart, WrappedPicto$Y as HeartPlain, WrappedPicto$_ as HorseChase, WrappedPicto$$ as House, WrappedPicto$10 as InfoCircle, WrappedPicto$11 as Instagram, WrappedPicto$12 as Key, WrappedPicto$13 as LightningBolt, WrappedPicto$14 as Link, WrappedPicto$15 as Lock, WrappedPicto$16 as MagicWand, WrappedPicto$18 as MagnifyingBold, WrappedPicto$17 as MagnifyingGlassLeft, WrappedPicto$19 as Marker, WrappedPicto$1a as Microphone, WrappedPicto$1b as MinusBold, WrappedPicto$1c as MinusCircle, WrappedPicto$1d as Paperclip, WrappedPicto$1e as Pen, WrappedPicto$1f as Percent, WrappedPicto$1g as Phone, PictoProvider, WrappedPicto$1h as Plan, WrappedPicto$1i as Plane, WrappedPicto$1j as Play, WrappedPicto$1k as PlusBold, WrappedPicto$1l as PlusCircle, WrappedPicto$1m as Print, WrappedPicto$1n as QuestionMarkCircle, WrappedPicto$1o as QuestionMarkCircleBold, WrappedPicto$1p as QuoteClose, WrappedPicto$1q as QuoteOpenPlain, WrappedPicto$1r as Share, WrappedPicto$1s as ShieldCheck, WrappedPicto$1t as Smartphone, WrappedPicto$1u as SmileyFrown, WrappedPicto$1v as SmileyHappy, WrappedPicto$1w as SmileyNeutral, WrappedPicto$1x as SpeechBubble, WrappedPicto$1y as SquareMeter, WrappedPicto$1z as SquareMetersBold, WrappedPicto$1C as Star, WrappedPicto$1A as StarFilled, WrappedPicto$1B as StarHalf, WrappedPicto$1D as Tada, WrappedPicto$1E as ThreeCircle, WrappedPicto$1I as Times, WrappedPicto$1F as TimesBold, WrappedPicto$1H as TimesCircle, WrappedPicto$1G as TimesCircleBold, WrappedPicto$1J as Toast, WrappedPicto$1K as Trash, WrappedPicto$1M as Tree, WrappedPicto$1L as TreePlain, WrappedPicto$1N as Trustpilot, WrappedPicto$1O as Tune, WrappedPicto$1Q as Twitter, WrappedPicto$1P as TwitterSmall, WrappedPicto$1R as TwoCircle, WrappedPicto$1S as TwoPeople, WrappedPicto$1T as UserBook, WrappedPicto$1U as UserCircle, WrappedPicto$1V as UserId, WrappedPicto$1W as UserStars, WrappedPicto$1X as Wall, WrappedPicto$1Y as WorkingMan, WrappedPicto$1Z as Youtube, WrappedPicto$1_ as ZeroPercent, manifest };
3433
+ 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 BubbleDouble, WrappedPicto$b as Building, WrappedPicto$c as Bulb, WrappedPicto$d as BulletBold, WrappedPicto$e as BulletBook, WrappedPicto$f as Burden, WrappedPicto$g as Calculator, WrappedPicto$h as Calendar, WrappedPicto$i as CalendarBold, WrappedPicto$j as Camera, WrappedPicto$k as ChalkboardTeacher, WrappedPicto$l as ChartBar, WrappedPicto$n as Check, WrappedPicto$o as CheckBold, WrappedPicto$m as CheckHandwrite, WrappedPicto$p as ChevronDownBold, WrappedPicto$q as ChevronLeftBold, WrappedPicto$r as ChevronRightBold, WrappedPicto$s as ChevronUpBold, WrappedPicto$t as Clock, WrappedPicto$u as ClockBold, WrappedPicto$v as Cloud, WrappedPicto$w as CloudUpload, WrappedPicto$x as Coins, WrappedPicto$y as Crane, WrappedPicto$z as Crown, WrappedPicto$A as DoubleArrow, WrappedPicto$B as Download, WrappedPicto$C as Envelope, WrappedPicto$D as EqualBold, WrappedPicto$E as EqualCircle, WrappedPicto$F as Euro, WrappedPicto$G as EuroBold, WrappedPicto$H as ExclamationMarkCircle, WrappedPicto$J as ExclamationMarkCircleBold, WrappedPicto$I as ExclamationMarkTriangle, WrappedPicto$K as ExclamationMarkTriangleBold, WrappedPicto$L as ExternalLink, WrappedPicto$M as Eye, WrappedPicto$O as Facebook, WrappedPicto$N as FacebookSmall, WrappedPicto$Q as File, WrappedPicto$P as FileCheck, WrappedPicto$R as Files, WrappedPicto$S as Filter, WrappedPicto$T as FirstCircle, WrappedPicto$U as Flag, WrappedPicto$W as Folder, WrappedPicto$V as FolderOpen, WrappedPicto$X as FourCircle, WrappedPicto$Y as Globe, WrappedPicto$Z as GraduationCap, WrappedPicto$_ as HandCoin, WrappedPicto$10 as Heart, WrappedPicto$$ as HeartPlain, WrappedPicto$11 as HorseChase, WrappedPicto$12 as House, WrappedPicto$13 as HouseMagnifier, WrappedPicto$14 as InfoCircle, WrappedPicto$15 as Instagram, WrappedPicto$16 as Key, WrappedPicto$17 as LightningBolt, WrappedPicto$18 as Link, WrappedPicto$19 as Lock, WrappedPicto$1a as MagicWand, WrappedPicto$1c as MagnifyingBold, WrappedPicto$1b as MagnifyingGlassLeft, WrappedPicto$1d as Marker, WrappedPicto$1e as Microphone, WrappedPicto$1f as MinusBold, WrappedPicto$1g as MinusCircle, WrappedPicto$1h as Paperclip, WrappedPicto$1i as Pen, WrappedPicto$1j as Percent, WrappedPicto$1k as Phone, PictoProvider, WrappedPicto$1l as Plan, WrappedPicto$1m as Plane, WrappedPicto$1n as Play, WrappedPicto$1o as PlusBold, WrappedPicto$1p as PlusCircle, WrappedPicto$1q as Print, WrappedPicto$1r as QuestionMarkCircle, WrappedPicto$1s as QuestionMarkCircleBold, WrappedPicto$1t as QuoteClose, WrappedPicto$1u as QuoteOpenPlain, WrappedPicto$1v as Share, WrappedPicto$1w as ShieldCheck, WrappedPicto$1x as Smartphone, WrappedPicto$1y as SmileyFrown, WrappedPicto$1z as SmileyHappy, WrappedPicto$1A as SmileyNeutral, WrappedPicto$1B as SpeechBubble, WrappedPicto$1C as SquareMeter, WrappedPicto$1D as SquareMetersBold, WrappedPicto$1G as Star, WrappedPicto$1E as StarFilled, WrappedPicto$1F as StarHalf, WrappedPicto$1H as Tada, WrappedPicto$1I as ThreeCircle, WrappedPicto$1M as Times, WrappedPicto$1J as TimesBold, WrappedPicto$1L as TimesCircle, WrappedPicto$1K as TimesCircleBold, WrappedPicto$1N as Toast, WrappedPicto$1O as Trash, WrappedPicto$1Q as Tree, WrappedPicto$1P as TreePlain, WrappedPicto$1R as Trustpilot, WrappedPicto$1S as Tune, WrappedPicto$1U as Twitter, WrappedPicto$1T as TwitterSmall, WrappedPicto$1V as TwoCircle, WrappedPicto$1W as TwoPeople, WrappedPicto$1X as UserBook, WrappedPicto$1Y as UserCircle, WrappedPicto$1Z as UserId, WrappedPicto$1_ as UserStars, WrappedPicto$1$ as Wall, WrappedPicto$20 as WorkingMan, WrappedPicto$21 as Youtube, WrappedPicto$22 as ZeroPercent, manifest };
3332
3434
  //# sourceMappingURL=picto.js.map