@pretto/picto 3.4.0 → 3.5.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", "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", "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
@@ -827,7 +853,7 @@ var Cloud = (({
827
853
  fill: "currentColor"
828
854
  }, props), children));
829
855
 
830
- function WrappedPicto$t(props) {
856
+ function WrappedPicto$u(props) {
831
857
  const {
832
858
  optimise,
833
859
  refresh
@@ -853,7 +879,7 @@ var CloudUpload = (({
853
879
  fill: "currentColor"
854
880
  }, props), children));
855
881
 
856
- function WrappedPicto$u(props) {
882
+ function WrappedPicto$v(props) {
857
883
  const {
858
884
  optimise,
859
885
  refresh
@@ -879,7 +905,7 @@ var Coins = (({
879
905
  fill: "currentColor"
880
906
  }, props), children));
881
907
 
882
- function WrappedPicto$v(props) {
908
+ function WrappedPicto$w(props) {
883
909
  const {
884
910
  optimise,
885
911
  refresh
@@ -905,7 +931,7 @@ var Crane = (({
905
931
  fill: "currentColor"
906
932
  }, props), children));
907
933
 
908
- function WrappedPicto$w(props) {
934
+ function WrappedPicto$x(props) {
909
935
  const {
910
936
  optimise,
911
937
  refresh
@@ -931,7 +957,7 @@ var Crown = (({
931
957
  fill: "currentColor"
932
958
  }, props), children));
933
959
 
934
- function WrappedPicto$x(props) {
960
+ function WrappedPicto$y(props) {
935
961
  const {
936
962
  optimise,
937
963
  refresh
@@ -958,7 +984,7 @@ var DoubleArrow = (({
958
984
  fill: "currentColor"
959
985
  }, props), children));
960
986
 
961
- function WrappedPicto$y(props) {
987
+ function WrappedPicto$z(props) {
962
988
  const {
963
989
  optimise,
964
990
  refresh
@@ -983,7 +1009,7 @@ var Download = (({
983
1009
  fill: "currentColor"
984
1010
  }, props), children));
985
1011
 
986
- function WrappedPicto$z(props) {
1012
+ function WrappedPicto$A(props) {
987
1013
  const {
988
1014
  optimise,
989
1015
  refresh
@@ -1008,7 +1034,7 @@ var Envelope = (({
1008
1034
  fill: "currentColor"
1009
1035
  }, props), children));
1010
1036
 
1011
- function WrappedPicto$A(props) {
1037
+ function WrappedPicto$B(props) {
1012
1038
  const {
1013
1039
  optimise,
1014
1040
  refresh
@@ -1041,7 +1067,7 @@ var EqualBold = (({
1041
1067
  fill: "currentColor"
1042
1068
  }, props), children));
1043
1069
 
1044
- function WrappedPicto$B(props) {
1070
+ function WrappedPicto$C(props) {
1045
1071
  const {
1046
1072
  optimise,
1047
1073
  refresh
@@ -1067,7 +1093,7 @@ var EqualCircle = (({
1067
1093
  fill: "currentColor"
1068
1094
  }, props), children));
1069
1095
 
1070
- function WrappedPicto$C(props) {
1096
+ function WrappedPicto$D(props) {
1071
1097
  const {
1072
1098
  optimise,
1073
1099
  refresh
@@ -1092,7 +1118,7 @@ var Euro = (({
1092
1118
  fill: "currentColor"
1093
1119
  }, props), children));
1094
1120
 
1095
- function WrappedPicto$D(props) {
1121
+ function WrappedPicto$E(props) {
1096
1122
  const {
1097
1123
  optimise,
1098
1124
  refresh
@@ -1117,7 +1143,7 @@ var EuroBold = (({
1117
1143
  fill: "currentColor"
1118
1144
  }, props), children));
1119
1145
 
1120
- function WrappedPicto$E(props) {
1146
+ function WrappedPicto$F(props) {
1121
1147
  const {
1122
1148
  optimise,
1123
1149
  refresh
@@ -1143,7 +1169,7 @@ var ExclamationMarkCircle = (({
1143
1169
  fill: "currentColor"
1144
1170
  }, props), children));
1145
1171
 
1146
- function WrappedPicto$F(props) {
1172
+ function WrappedPicto$G(props) {
1147
1173
  const {
1148
1174
  optimise,
1149
1175
  refresh
@@ -1168,7 +1194,7 @@ var ExclamationMarkTriangle = (({
1168
1194
  fill: "currentColor"
1169
1195
  }, props), children));
1170
1196
 
1171
- function WrappedPicto$G(props) {
1197
+ function WrappedPicto$H(props) {
1172
1198
  const {
1173
1199
  optimise,
1174
1200
  refresh
@@ -1194,7 +1220,7 @@ var ExclamationMarkCircleBold = (({
1194
1220
  fill: "currentColor"
1195
1221
  }, props), children));
1196
1222
 
1197
- function WrappedPicto$H(props) {
1223
+ function WrappedPicto$I(props) {
1198
1224
  const {
1199
1225
  optimise,
1200
1226
  refresh
@@ -1220,7 +1246,7 @@ var ExclamationMarkTriangleBold = (({
1220
1246
  fill: "currentColor"
1221
1247
  }, props), children));
1222
1248
 
1223
- function WrappedPicto$I(props) {
1249
+ function WrappedPicto$J(props) {
1224
1250
  const {
1225
1251
  optimise,
1226
1252
  refresh
@@ -1246,7 +1272,7 @@ var Eye = (({
1246
1272
  fill: "currentColor"
1247
1273
  }, props), children));
1248
1274
 
1249
- function WrappedPicto$J(props) {
1275
+ function WrappedPicto$K(props) {
1250
1276
  const {
1251
1277
  optimise,
1252
1278
  refresh
@@ -1271,7 +1297,7 @@ var FacebookSmall = (({
1271
1297
  fill: "currentColor"
1272
1298
  }, props), children));
1273
1299
 
1274
- function WrappedPicto$K(props) {
1300
+ function WrappedPicto$L(props) {
1275
1301
  const {
1276
1302
  optimise,
1277
1303
  refresh
@@ -1296,7 +1322,7 @@ var Facebook = (({
1296
1322
  fill: "currentColor"
1297
1323
  }, props), children));
1298
1324
 
1299
- function WrappedPicto$L(props) {
1325
+ function WrappedPicto$M(props) {
1300
1326
  const {
1301
1327
  optimise,
1302
1328
  refresh
@@ -1325,7 +1351,7 @@ var FileCheck = (({
1325
1351
  fill: "currentColor"
1326
1352
  }, props), children));
1327
1353
 
1328
- function WrappedPicto$M(props) {
1354
+ function WrappedPicto$N(props) {
1329
1355
  const {
1330
1356
  optimise,
1331
1357
  refresh
@@ -1350,7 +1376,7 @@ var File = (({
1350
1376
  fill: "currentColor"
1351
1377
  }, props), children));
1352
1378
 
1353
- function WrappedPicto$N(props) {
1379
+ function WrappedPicto$O(props) {
1354
1380
  const {
1355
1381
  optimise,
1356
1382
  refresh
@@ -1376,7 +1402,7 @@ var Files = (({
1376
1402
  fill: "currentColor"
1377
1403
  }, props), children));
1378
1404
 
1379
- function WrappedPicto$O(props) {
1405
+ function WrappedPicto$P(props) {
1380
1406
  const {
1381
1407
  optimise,
1382
1408
  refresh
@@ -1401,7 +1427,7 @@ var Filter = (({
1401
1427
  fill: "currentColor"
1402
1428
  }, props), children));
1403
1429
 
1404
- function WrappedPicto$P(props) {
1430
+ function WrappedPicto$Q(props) {
1405
1431
  const {
1406
1432
  optimise,
1407
1433
  refresh
@@ -1427,7 +1453,7 @@ var FirstCircle = (({
1427
1453
  fill: "currentColor"
1428
1454
  }, props), children));
1429
1455
 
1430
- function WrappedPicto$Q(props) {
1456
+ function WrappedPicto$R(props) {
1431
1457
  const {
1432
1458
  optimise,
1433
1459
  refresh
@@ -1453,7 +1479,7 @@ var Flag = (({
1453
1479
  fill: "currentColor"
1454
1480
  }, props), children));
1455
1481
 
1456
- function WrappedPicto$R(props) {
1482
+ function WrappedPicto$S(props) {
1457
1483
  const {
1458
1484
  optimise,
1459
1485
  refresh
@@ -1478,7 +1504,7 @@ var FolderOpen = (({
1478
1504
  fill: "currentColor"
1479
1505
  }, props), children));
1480
1506
 
1481
- function WrappedPicto$S(props) {
1507
+ function WrappedPicto$T(props) {
1482
1508
  const {
1483
1509
  optimise,
1484
1510
  refresh
@@ -1504,7 +1530,7 @@ var Folder = (({
1504
1530
  fill: "currentColor"
1505
1531
  }, props), children));
1506
1532
 
1507
- function WrappedPicto$T(props) {
1533
+ function WrappedPicto$U(props) {
1508
1534
  const {
1509
1535
  optimise,
1510
1536
  refresh
@@ -1530,7 +1556,7 @@ var FourCircle = (({
1530
1556
  fill: "currentColor"
1531
1557
  }, props), children));
1532
1558
 
1533
- function WrappedPicto$U(props) {
1559
+ function WrappedPicto$V(props) {
1534
1560
  const {
1535
1561
  optimise,
1536
1562
  refresh
@@ -1555,7 +1581,7 @@ var Globe = (({
1555
1581
  fill: "currentColor"
1556
1582
  }, props), children));
1557
1583
 
1558
- function WrappedPicto$V(props) {
1584
+ function WrappedPicto$W(props) {
1559
1585
  const {
1560
1586
  optimise,
1561
1587
  refresh
@@ -1580,7 +1606,7 @@ var GraduationCap = (({
1580
1606
  fill: "currentColor"
1581
1607
  }, props), children));
1582
1608
 
1583
- function WrappedPicto$W(props) {
1609
+ function WrappedPicto$X(props) {
1584
1610
  const {
1585
1611
  optimise,
1586
1612
  refresh
@@ -1606,7 +1632,7 @@ var HandCoin = (({
1606
1632
  fill: "currentColor"
1607
1633
  }, props), children));
1608
1634
 
1609
- function WrappedPicto$X(props) {
1635
+ function WrappedPicto$Y(props) {
1610
1636
  const {
1611
1637
  optimise,
1612
1638
  refresh
@@ -1632,7 +1658,7 @@ var HeartPlain = (({
1632
1658
  fill: "currentColor"
1633
1659
  }, props), children));
1634
1660
 
1635
- function WrappedPicto$Y(props) {
1661
+ function WrappedPicto$Z(props) {
1636
1662
  const {
1637
1663
  optimise,
1638
1664
  refresh
@@ -1657,7 +1683,7 @@ var Heart = (({
1657
1683
  fill: "currentColor"
1658
1684
  }, props), children));
1659
1685
 
1660
- function WrappedPicto$Z(props) {
1686
+ function WrappedPicto$_(props) {
1661
1687
  const {
1662
1688
  optimise,
1663
1689
  refresh
@@ -1683,7 +1709,7 @@ var HorseChase = (({
1683
1709
  fill: "currentColor"
1684
1710
  }, props), children));
1685
1711
 
1686
- function WrappedPicto$_(props) {
1712
+ function WrappedPicto$$(props) {
1687
1713
  const {
1688
1714
  optimise,
1689
1715
  refresh
@@ -1708,7 +1734,7 @@ var House = (({
1708
1734
  fill: "currentColor"
1709
1735
  }, props), children));
1710
1736
 
1711
- function WrappedPicto$$(props) {
1737
+ function WrappedPicto$10(props) {
1712
1738
  const {
1713
1739
  optimise,
1714
1740
  refresh
@@ -1719,6 +1745,31 @@ function WrappedPicto$$(props) {
1719
1745
  return optimise('p_531FK', /*#__PURE__*/React.createElement(House, props));
1720
1746
  }
1721
1747
 
1748
+ var HouseMagnifier = (({
1749
+ as: Component = "svg",
1750
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1751
+ 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"
1752
+ })),
1753
+ ...props
1754
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1755
+ xmlns: "http://www.w3.org/2000/svg",
1756
+ width: "24",
1757
+ height: "24",
1758
+ viewBox: "0 0 24 24",
1759
+ fill: "currentColor"
1760
+ }, props), children));
1761
+
1762
+ function WrappedPicto$11(props) {
1763
+ const {
1764
+ optimise,
1765
+ refresh
1766
+ } = useContext(PictoContext);
1767
+ useEffect(() => {
1768
+ refresh();
1769
+ }, []);
1770
+ return optimise('p_Z1pRCUl', /*#__PURE__*/React.createElement(HouseMagnifier, props));
1771
+ }
1772
+
1722
1773
  var InfoCircle = (({
1723
1774
  as: Component = "svg",
1724
1775
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1734,7 +1785,7 @@ var InfoCircle = (({
1734
1785
  fill: "currentColor"
1735
1786
  }, props), children));
1736
1787
 
1737
- function WrappedPicto$10(props) {
1788
+ function WrappedPicto$12(props) {
1738
1789
  const {
1739
1790
  optimise,
1740
1791
  refresh
@@ -1763,7 +1814,7 @@ var Instagram = (({
1763
1814
  fill: "currentColor"
1764
1815
  }, props), children));
1765
1816
 
1766
- function WrappedPicto$11(props) {
1817
+ function WrappedPicto$13(props) {
1767
1818
  const {
1768
1819
  optimise,
1769
1820
  refresh
@@ -1789,7 +1840,7 @@ var Key = (({
1789
1840
  fill: "currentColor"
1790
1841
  }, props), children));
1791
1842
 
1792
- function WrappedPicto$12(props) {
1843
+ function WrappedPicto$14(props) {
1793
1844
  const {
1794
1845
  optimise,
1795
1846
  refresh
@@ -1814,7 +1865,7 @@ var LightningBolt = (({
1814
1865
  fill: "currentColor"
1815
1866
  }, props), children));
1816
1867
 
1817
- function WrappedPicto$13(props) {
1868
+ function WrappedPicto$15(props) {
1818
1869
  const {
1819
1870
  optimise,
1820
1871
  refresh
@@ -1839,7 +1890,7 @@ var Link = (({
1839
1890
  fill: "currentColor"
1840
1891
  }, props), children));
1841
1892
 
1842
- function WrappedPicto$14(props) {
1893
+ function WrappedPicto$16(props) {
1843
1894
  const {
1844
1895
  optimise,
1845
1896
  refresh
@@ -1864,7 +1915,7 @@ var Lock = (({
1864
1915
  fill: "currentColor"
1865
1916
  }, props), children));
1866
1917
 
1867
- function WrappedPicto$15(props) {
1918
+ function WrappedPicto$17(props) {
1868
1919
  const {
1869
1920
  optimise,
1870
1921
  refresh
@@ -1889,7 +1940,7 @@ var MagicWand = (({
1889
1940
  fill: "currentColor"
1890
1941
  }, props), children));
1891
1942
 
1892
- function WrappedPicto$16(props) {
1943
+ function WrappedPicto$18(props) {
1893
1944
  const {
1894
1945
  optimise,
1895
1946
  refresh
@@ -1914,7 +1965,7 @@ var MagnifyingGlassLeft = (({
1914
1965
  fill: "currentColor"
1915
1966
  }, props), children));
1916
1967
 
1917
- function WrappedPicto$17(props) {
1968
+ function WrappedPicto$19(props) {
1918
1969
  const {
1919
1970
  optimise,
1920
1971
  refresh
@@ -1940,7 +1991,7 @@ var MagnifyingBold = (({
1940
1991
  fill: "currentColor"
1941
1992
  }, props), children));
1942
1993
 
1943
- function WrappedPicto$18(props) {
1994
+ function WrappedPicto$1a(props) {
1944
1995
  const {
1945
1996
  optimise,
1946
1997
  refresh
@@ -1965,7 +2016,7 @@ var Marker = (({
1965
2016
  fill: "currentColor"
1966
2017
  }, props), children));
1967
2018
 
1968
- function WrappedPicto$19(props) {
2019
+ function WrappedPicto$1b(props) {
1969
2020
  const {
1970
2021
  optimise,
1971
2022
  refresh
@@ -1990,7 +2041,7 @@ var Microphone = (({
1990
2041
  fill: "currentColor"
1991
2042
  }, props), children));
1992
2043
 
1993
- function WrappedPicto$1a(props) {
2044
+ function WrappedPicto$1c(props) {
1994
2045
  const {
1995
2046
  optimise,
1996
2047
  refresh
@@ -2018,7 +2069,7 @@ var MinusBold = (({
2018
2069
  fill: "currentColor"
2019
2070
  }, props), children));
2020
2071
 
2021
- function WrappedPicto$1b(props) {
2072
+ function WrappedPicto$1d(props) {
2022
2073
  const {
2023
2074
  optimise,
2024
2075
  refresh
@@ -2044,7 +2095,7 @@ var MinusCircle = (({
2044
2095
  fill: "currentColor"
2045
2096
  }, props), children));
2046
2097
 
2047
- function WrappedPicto$1c(props) {
2098
+ function WrappedPicto$1e(props) {
2048
2099
  const {
2049
2100
  optimise,
2050
2101
  refresh
@@ -2069,7 +2120,7 @@ var Paperclip = (({
2069
2120
  fill: "currentColor"
2070
2121
  }, props), children));
2071
2122
 
2072
- function WrappedPicto$1d(props) {
2123
+ function WrappedPicto$1f(props) {
2073
2124
  const {
2074
2125
  optimise,
2075
2126
  refresh
@@ -2094,7 +2145,7 @@ var Pen = (({
2094
2145
  fill: "currentColor"
2095
2146
  }, props), children));
2096
2147
 
2097
- function WrappedPicto$1e(props) {
2148
+ function WrappedPicto$1g(props) {
2098
2149
  const {
2099
2150
  optimise,
2100
2151
  refresh
@@ -2120,7 +2171,7 @@ var Percent = (({
2120
2171
  fill: "currentColor"
2121
2172
  }, props), children));
2122
2173
 
2123
- function WrappedPicto$1f(props) {
2174
+ function WrappedPicto$1h(props) {
2124
2175
  const {
2125
2176
  optimise,
2126
2177
  refresh
@@ -2145,7 +2196,7 @@ var Phone = (({
2145
2196
  fill: "currentColor"
2146
2197
  }, props), children));
2147
2198
 
2148
- function WrappedPicto$1g(props) {
2199
+ function WrappedPicto$1i(props) {
2149
2200
  const {
2150
2201
  optimise,
2151
2202
  refresh
@@ -2170,7 +2221,7 @@ var Plan = (({
2170
2221
  fill: "currentColor"
2171
2222
  }, props), children));
2172
2223
 
2173
- function WrappedPicto$1h(props) {
2224
+ function WrappedPicto$1j(props) {
2174
2225
  const {
2175
2226
  optimise,
2176
2227
  refresh
@@ -2195,7 +2246,7 @@ var Plane = (({
2195
2246
  fill: "currentColor"
2196
2247
  }, props), children));
2197
2248
 
2198
- function WrappedPicto$1i(props) {
2249
+ function WrappedPicto$1k(props) {
2199
2250
  const {
2200
2251
  optimise,
2201
2252
  refresh
@@ -2219,7 +2270,7 @@ var Play = (({
2219
2270
  fill: "currentColor"
2220
2271
  }, props), children));
2221
2272
 
2222
- function WrappedPicto$1j(props) {
2273
+ function WrappedPicto$1l(props) {
2223
2274
  const {
2224
2275
  optimise,
2225
2276
  refresh
@@ -2244,7 +2295,7 @@ var PlusBold = (({
2244
2295
  fill: "currentColor"
2245
2296
  }, props), children));
2246
2297
 
2247
- function WrappedPicto$1k(props) {
2298
+ function WrappedPicto$1m(props) {
2248
2299
  const {
2249
2300
  optimise,
2250
2301
  refresh
@@ -2270,7 +2321,7 @@ var PlusCircle = (({
2270
2321
  fill: "currentColor"
2271
2322
  }, props), children));
2272
2323
 
2273
- function WrappedPicto$1l(props) {
2324
+ function WrappedPicto$1n(props) {
2274
2325
  const {
2275
2326
  optimise,
2276
2327
  refresh
@@ -2295,7 +2346,7 @@ var Print = (({
2295
2346
  fill: "currentColor"
2296
2347
  }, props), children));
2297
2348
 
2298
- function WrappedPicto$1m(props) {
2349
+ function WrappedPicto$1o(props) {
2299
2350
  const {
2300
2351
  optimise,
2301
2352
  refresh
@@ -2321,7 +2372,7 @@ var QuestionMarkCircle = (({
2321
2372
  fill: "currentColor"
2322
2373
  }, props), children));
2323
2374
 
2324
- function WrappedPicto$1n(props) {
2375
+ function WrappedPicto$1p(props) {
2325
2376
  const {
2326
2377
  optimise,
2327
2378
  refresh
@@ -2347,7 +2398,7 @@ var QuestionMarkCircleBold = (({
2347
2398
  fill: "currentColor"
2348
2399
  }, props), children));
2349
2400
 
2350
- function WrappedPicto$1o(props) {
2401
+ function WrappedPicto$1q(props) {
2351
2402
  const {
2352
2403
  optimise,
2353
2404
  refresh
@@ -2372,7 +2423,7 @@ var QuoteClose = (({
2372
2423
  fill: "currentColor"
2373
2424
  }, props), children));
2374
2425
 
2375
- function WrappedPicto$1p(props) {
2426
+ function WrappedPicto$1r(props) {
2376
2427
  const {
2377
2428
  optimise,
2378
2429
  refresh
@@ -2397,7 +2448,7 @@ var QuoteOpenPlain = (({
2397
2448
  fill: "currentColor"
2398
2449
  }, props), children));
2399
2450
 
2400
- function WrappedPicto$1q(props) {
2451
+ function WrappedPicto$1s(props) {
2401
2452
  const {
2402
2453
  optimise,
2403
2454
  refresh
@@ -2423,7 +2474,7 @@ var Share = (({
2423
2474
  fill: "currentColor"
2424
2475
  }, props), children));
2425
2476
 
2426
- function WrappedPicto$1r(props) {
2477
+ function WrappedPicto$1t(props) {
2427
2478
  const {
2428
2479
  optimise,
2429
2480
  refresh
@@ -2448,7 +2499,7 @@ var ShieldCheck = (({
2448
2499
  fill: "currentColor"
2449
2500
  }, props), children));
2450
2501
 
2451
- function WrappedPicto$1s(props) {
2502
+ function WrappedPicto$1u(props) {
2452
2503
  const {
2453
2504
  optimise,
2454
2505
  refresh
@@ -2473,7 +2524,7 @@ var Smartphone = (({
2473
2524
  fill: "currentColor"
2474
2525
  }, props), children));
2475
2526
 
2476
- function WrappedPicto$1t(props) {
2527
+ function WrappedPicto$1v(props) {
2477
2528
  const {
2478
2529
  optimise,
2479
2530
  refresh
@@ -2499,7 +2550,7 @@ var SmileyFrown = (({
2499
2550
  fill: "currentColor"
2500
2551
  }, props), children));
2501
2552
 
2502
- function WrappedPicto$1u(props) {
2553
+ function WrappedPicto$1w(props) {
2503
2554
  const {
2504
2555
  optimise,
2505
2556
  refresh
@@ -2525,7 +2576,7 @@ var SmileyHappy = (({
2525
2576
  fill: "currentColor"
2526
2577
  }, props), children));
2527
2578
 
2528
- function WrappedPicto$1v(props) {
2579
+ function WrappedPicto$1x(props) {
2529
2580
  const {
2530
2581
  optimise,
2531
2582
  refresh
@@ -2551,7 +2602,7 @@ var SmileyNeutral = (({
2551
2602
  fill: "currentColor"
2552
2603
  }, props), children));
2553
2604
 
2554
- function WrappedPicto$1w(props) {
2605
+ function WrappedPicto$1y(props) {
2555
2606
  const {
2556
2607
  optimise,
2557
2608
  refresh
@@ -2576,7 +2627,7 @@ var SpeechBubble = (({
2576
2627
  fill: "currentColor"
2577
2628
  }, props), children));
2578
2629
 
2579
- function WrappedPicto$1x(props) {
2630
+ function WrappedPicto$1z(props) {
2580
2631
  const {
2581
2632
  optimise,
2582
2633
  refresh
@@ -2603,7 +2654,7 @@ var SquareMeter = (({
2603
2654
  fill: "currentColor"
2604
2655
  }, props), children));
2605
2656
 
2606
- function WrappedPicto$1y(props) {
2657
+ function WrappedPicto$1A(props) {
2607
2658
  const {
2608
2659
  optimise,
2609
2660
  refresh
@@ -2628,7 +2679,7 @@ var SquareMetersBold = (({
2628
2679
  fill: "currentColor"
2629
2680
  }, props), children));
2630
2681
 
2631
- function WrappedPicto$1z(props) {
2682
+ function WrappedPicto$1B(props) {
2632
2683
  const {
2633
2684
  optimise,
2634
2685
  refresh
@@ -2655,7 +2706,7 @@ var StarFilled = (({
2655
2706
  fill: "currentColor"
2656
2707
  }, props), children));
2657
2708
 
2658
- function WrappedPicto$1A(props) {
2709
+ function WrappedPicto$1C(props) {
2659
2710
  const {
2660
2711
  optimise,
2661
2712
  refresh
@@ -2682,7 +2733,7 @@ var StarHalf = (({
2682
2733
  fill: "currentColor"
2683
2734
  }, props), children));
2684
2735
 
2685
- function WrappedPicto$1B(props) {
2736
+ function WrappedPicto$1D(props) {
2686
2737
  const {
2687
2738
  optimise,
2688
2739
  refresh
@@ -2707,7 +2758,7 @@ var Star = (({
2707
2758
  fill: "currentColor"
2708
2759
  }, props), children));
2709
2760
 
2710
- function WrappedPicto$1C(props) {
2761
+ function WrappedPicto$1E(props) {
2711
2762
  const {
2712
2763
  optimise,
2713
2764
  refresh
@@ -2732,7 +2783,7 @@ var Tada = (({
2732
2783
  fill: "currentColor"
2733
2784
  }, props), children));
2734
2785
 
2735
- function WrappedPicto$1D(props) {
2786
+ function WrappedPicto$1F(props) {
2736
2787
  const {
2737
2788
  optimise,
2738
2789
  refresh
@@ -2758,7 +2809,7 @@ var ThreeCircle = (({
2758
2809
  fill: "currentColor"
2759
2810
  }, props), children));
2760
2811
 
2761
- function WrappedPicto$1E(props) {
2812
+ function WrappedPicto$1G(props) {
2762
2813
  const {
2763
2814
  optimise,
2764
2815
  refresh
@@ -2783,7 +2834,7 @@ var TimesBold = (({
2783
2834
  fill: "currentColor"
2784
2835
  }, props), children));
2785
2836
 
2786
- function WrappedPicto$1F(props) {
2837
+ function WrappedPicto$1H(props) {
2787
2838
  const {
2788
2839
  optimise,
2789
2840
  refresh
@@ -2810,7 +2861,7 @@ var TimesCircleBold = (({
2810
2861
  fill: "currentColor"
2811
2862
  }, props), children));
2812
2863
 
2813
- function WrappedPicto$1G(props) {
2864
+ function WrappedPicto$1I(props) {
2814
2865
  const {
2815
2866
  optimise,
2816
2867
  refresh
@@ -2836,7 +2887,7 @@ var TimesCircle = (({
2836
2887
  fill: "currentColor"
2837
2888
  }, props), children));
2838
2889
 
2839
- function WrappedPicto$1H(props) {
2890
+ function WrappedPicto$1J(props) {
2840
2891
  const {
2841
2892
  optimise,
2842
2893
  refresh
@@ -2861,7 +2912,7 @@ var Times = (({
2861
2912
  fill: "currentColor"
2862
2913
  }, props), children));
2863
2914
 
2864
- function WrappedPicto$1I(props) {
2915
+ function WrappedPicto$1K(props) {
2865
2916
  const {
2866
2917
  optimise,
2867
2918
  refresh
@@ -2886,7 +2937,7 @@ var Toast = (({
2886
2937
  fill: "currentColor"
2887
2938
  }, props), children));
2888
2939
 
2889
- function WrappedPicto$1J(props) {
2940
+ function WrappedPicto$1L(props) {
2890
2941
  const {
2891
2942
  optimise,
2892
2943
  refresh
@@ -2911,7 +2962,7 @@ var Trash = (({
2911
2962
  fill: "currentColor"
2912
2963
  }, props), children));
2913
2964
 
2914
- function WrappedPicto$1K(props) {
2965
+ function WrappedPicto$1M(props) {
2915
2966
  const {
2916
2967
  optimise,
2917
2968
  refresh
@@ -2936,7 +2987,7 @@ var TreePlain = (({
2936
2987
  fill: "currentColor"
2937
2988
  }, props), children));
2938
2989
 
2939
- function WrappedPicto$1L(props) {
2990
+ function WrappedPicto$1N(props) {
2940
2991
  const {
2941
2992
  optimise,
2942
2993
  refresh
@@ -2962,7 +3013,7 @@ var Tree = (({
2962
3013
  fill: "currentColor"
2963
3014
  }, props), children));
2964
3015
 
2965
- function WrappedPicto$1M(props) {
3016
+ function WrappedPicto$1O(props) {
2966
3017
  const {
2967
3018
  optimise,
2968
3019
  refresh
@@ -2987,7 +3038,7 @@ var Trustpilot = (({
2987
3038
  fill: "currentColor"
2988
3039
  }, props), children));
2989
3040
 
2990
- function WrappedPicto$1N(props) {
3041
+ function WrappedPicto$1P(props) {
2991
3042
  const {
2992
3043
  optimise,
2993
3044
  refresh
@@ -3013,7 +3064,7 @@ var Tune = (({
3013
3064
  fill: "currentColor"
3014
3065
  }, props), children));
3015
3066
 
3016
- function WrappedPicto$1O(props) {
3067
+ function WrappedPicto$1Q(props) {
3017
3068
  const {
3018
3069
  optimise,
3019
3070
  refresh
@@ -3038,7 +3089,7 @@ var TwitterSmall = (({
3038
3089
  fill: "currentColor"
3039
3090
  }, props), children));
3040
3091
 
3041
- function WrappedPicto$1P(props) {
3092
+ function WrappedPicto$1R(props) {
3042
3093
  const {
3043
3094
  optimise,
3044
3095
  refresh
@@ -3063,7 +3114,7 @@ var Twitter = (({
3063
3114
  fill: "currentColor"
3064
3115
  }, props), children));
3065
3116
 
3066
- function WrappedPicto$1Q(props) {
3117
+ function WrappedPicto$1S(props) {
3067
3118
  const {
3068
3119
  optimise,
3069
3120
  refresh
@@ -3088,7 +3139,7 @@ var TwoCircle = (({
3088
3139
  fill: "currentColor"
3089
3140
  }, props), children));
3090
3141
 
3091
- function WrappedPicto$1R(props) {
3142
+ function WrappedPicto$1T(props) {
3092
3143
  const {
3093
3144
  optimise,
3094
3145
  refresh
@@ -3115,7 +3166,7 @@ var TwoPeople = (({
3115
3166
  fill: "currentColor"
3116
3167
  }, props), children));
3117
3168
 
3118
- function WrappedPicto$1S(props) {
3169
+ function WrappedPicto$1U(props) {
3119
3170
  const {
3120
3171
  optimise,
3121
3172
  refresh
@@ -3140,7 +3191,7 @@ var UserBook = (({
3140
3191
  fill: "currentColor"
3141
3192
  }, props), children));
3142
3193
 
3143
- function WrappedPicto$1T(props) {
3194
+ function WrappedPicto$1V(props) {
3144
3195
  const {
3145
3196
  optimise,
3146
3197
  refresh
@@ -3165,7 +3216,7 @@ var UserCircle = (({
3165
3216
  fill: "currentColor"
3166
3217
  }, props), children));
3167
3218
 
3168
- function WrappedPicto$1U(props) {
3219
+ function WrappedPicto$1W(props) {
3169
3220
  const {
3170
3221
  optimise,
3171
3222
  refresh
@@ -3191,7 +3242,7 @@ var UserId = (({
3191
3242
  fill: "currentColor"
3192
3243
  }, props), children));
3193
3244
 
3194
- function WrappedPicto$1V(props) {
3245
+ function WrappedPicto$1X(props) {
3195
3246
  const {
3196
3247
  optimise,
3197
3248
  refresh
@@ -3216,7 +3267,7 @@ var UserStars = (({
3216
3267
  fill: "currentColor"
3217
3268
  }, props), children));
3218
3269
 
3219
- function WrappedPicto$1W(props) {
3270
+ function WrappedPicto$1Y(props) {
3220
3271
  const {
3221
3272
  optimise,
3222
3273
  refresh
@@ -3241,7 +3292,7 @@ var Wall = (({
3241
3292
  fill: "currentColor"
3242
3293
  }, props), children));
3243
3294
 
3244
- function WrappedPicto$1X(props) {
3295
+ function WrappedPicto$1Z(props) {
3245
3296
  const {
3246
3297
  optimise,
3247
3298
  refresh
@@ -3267,7 +3318,7 @@ var WorkingMan = (({
3267
3318
  fill: "currentColor"
3268
3319
  }, props), children));
3269
3320
 
3270
- function WrappedPicto$1Y(props) {
3321
+ function WrappedPicto$1_(props) {
3271
3322
  const {
3272
3323
  optimise,
3273
3324
  refresh
@@ -3292,7 +3343,7 @@ var Youtube = (({
3292
3343
  fill: "currentColor"
3293
3344
  }, props), children));
3294
3345
 
3295
- function WrappedPicto$1Z(props) {
3346
+ function WrappedPicto$1$(props) {
3296
3347
  const {
3297
3348
  optimise,
3298
3349
  refresh
@@ -3317,7 +3368,7 @@ var ZeroPercent = (({
3317
3368
  fill: "currentColor"
3318
3369
  }, props), children));
3319
3370
 
3320
- function WrappedPicto$1_(props) {
3371
+ function WrappedPicto$20(props) {
3321
3372
  const {
3322
3373
  optimise,
3323
3374
  refresh
@@ -3328,5 +3379,5 @@ function WrappedPicto$1_(props) {
3328
3379
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3329
3380
  }
3330
3381
 
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 };
3382
+ 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 Cloud, WrappedPicto$v as CloudUpload, WrappedPicto$w as Coins, WrappedPicto$x as Crane, WrappedPicto$y as Crown, WrappedPicto$z as DoubleArrow, WrappedPicto$A as Download, WrappedPicto$B as Envelope, WrappedPicto$C as EqualBold, WrappedPicto$D as EqualCircle, WrappedPicto$E as Euro, WrappedPicto$F as EuroBold, WrappedPicto$G as ExclamationMarkCircle, WrappedPicto$I as ExclamationMarkCircleBold, WrappedPicto$H as ExclamationMarkTriangle, WrappedPicto$J as ExclamationMarkTriangleBold, WrappedPicto$K as Eye, WrappedPicto$M as Facebook, WrappedPicto$L as FacebookSmall, WrappedPicto$O as File, WrappedPicto$N as FileCheck, WrappedPicto$P as Files, WrappedPicto$Q as Filter, WrappedPicto$R as FirstCircle, WrappedPicto$S as Flag, WrappedPicto$U as Folder, WrappedPicto$T as FolderOpen, WrappedPicto$V as FourCircle, WrappedPicto$W as Globe, WrappedPicto$X as GraduationCap, WrappedPicto$Y as HandCoin, WrappedPicto$_ as Heart, WrappedPicto$Z as HeartPlain, WrappedPicto$$ as HorseChase, WrappedPicto$10 as House, WrappedPicto$11 as HouseMagnifier, WrappedPicto$12 as InfoCircle, WrappedPicto$13 as Instagram, WrappedPicto$14 as Key, WrappedPicto$15 as LightningBolt, WrappedPicto$16 as Link, WrappedPicto$17 as Lock, WrappedPicto$18 as MagicWand, WrappedPicto$1a as MagnifyingBold, WrappedPicto$19 as MagnifyingGlassLeft, WrappedPicto$1b as Marker, WrappedPicto$1c as Microphone, WrappedPicto$1d as MinusBold, WrappedPicto$1e as MinusCircle, WrappedPicto$1f as Paperclip, WrappedPicto$1g as Pen, WrappedPicto$1h as Percent, WrappedPicto$1i as Phone, PictoProvider, WrappedPicto$1j as Plan, WrappedPicto$1k as Plane, WrappedPicto$1l as Play, WrappedPicto$1m as PlusBold, WrappedPicto$1n as PlusCircle, WrappedPicto$1o as Print, WrappedPicto$1p as QuestionMarkCircle, WrappedPicto$1q as QuestionMarkCircleBold, WrappedPicto$1r as QuoteClose, WrappedPicto$1s as QuoteOpenPlain, WrappedPicto$1t as Share, WrappedPicto$1u as ShieldCheck, WrappedPicto$1v as Smartphone, WrappedPicto$1w as SmileyFrown, WrappedPicto$1x as SmileyHappy, WrappedPicto$1y as SmileyNeutral, WrappedPicto$1z as SpeechBubble, WrappedPicto$1A as SquareMeter, WrappedPicto$1B as SquareMetersBold, WrappedPicto$1E as Star, WrappedPicto$1C as StarFilled, WrappedPicto$1D as StarHalf, WrappedPicto$1F as Tada, WrappedPicto$1G as ThreeCircle, WrappedPicto$1K as Times, WrappedPicto$1H as TimesBold, WrappedPicto$1J as TimesCircle, WrappedPicto$1I as TimesCircleBold, WrappedPicto$1L as Toast, WrappedPicto$1M as Trash, WrappedPicto$1O as Tree, WrappedPicto$1N as TreePlain, WrappedPicto$1P as Trustpilot, WrappedPicto$1Q as Tune, WrappedPicto$1S as Twitter, WrappedPicto$1R as TwitterSmall, WrappedPicto$1T as TwoCircle, WrappedPicto$1U as TwoPeople, WrappedPicto$1V as UserBook, WrappedPicto$1W as UserCircle, WrappedPicto$1X as UserId, WrappedPicto$1Y as UserStars, WrappedPicto$1Z as Wall, WrappedPicto$1_ as WorkingMan, WrappedPicto$1$ as Youtube, WrappedPicto$20 as ZeroPercent, manifest };
3332
3383
  //# sourceMappingURL=picto.js.map