@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/cjs/picto.js CHANGED
@@ -81,7 +81,7 @@ const useForceUpdate = () => {
81
81
  return forceUpdate;
82
82
  };
83
83
 
84
- 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"];
84
+ 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"];
85
85
 
86
86
  function _extends() {
87
87
  _extends = Object.assign || function (target) {
@@ -710,6 +710,32 @@ function WrappedPicto$n(props) {
710
710
  return optimise('p_4GGpz', /*#__PURE__*/React__default['default'].createElement(Check, props));
711
711
  }
712
712
 
713
+ var CheckBold = (({
714
+ as: Component = "svg",
715
+ children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
716
+ d: "M5.8,11.6l8-8.29,1.44,1.38L5.88,14.4.32,9.23,1.68,7.77Z",
717
+ fillRule: "evenodd"
718
+ })),
719
+ ...props
720
+ }) => /*#__PURE__*/React__default['default'].createElement(Component, _extends({
721
+ xmlns: "http://www.w3.org/2000/svg",
722
+ width: "16",
723
+ height: "16",
724
+ viewBox: "0 0 16 16",
725
+ fill: "currentColor"
726
+ }, props), children));
727
+
728
+ function WrappedPicto$o(props) {
729
+ const {
730
+ optimise,
731
+ refresh
732
+ } = React.useContext(PictoContext);
733
+ React.useEffect(() => {
734
+ refresh();
735
+ }, []);
736
+ return optimise('p_Z2eHEHd', /*#__PURE__*/React__default['default'].createElement(CheckBold, props));
737
+ }
738
+
713
739
  var ChevronDownBold = (({
714
740
  as: Component = "svg",
715
741
  children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
@@ -724,7 +750,7 @@ var ChevronDownBold = (({
724
750
  fill: "currentColor"
725
751
  }, props), children));
726
752
 
727
- function WrappedPicto$o(props) {
753
+ function WrappedPicto$p(props) {
728
754
  const {
729
755
  optimise,
730
756
  refresh
@@ -749,7 +775,7 @@ var ChevronLeftBold = (({
749
775
  fill: "currentColor"
750
776
  }, props), children));
751
777
 
752
- function WrappedPicto$p(props) {
778
+ function WrappedPicto$q(props) {
753
779
  const {
754
780
  optimise,
755
781
  refresh
@@ -774,7 +800,7 @@ var ChevronRightBold = (({
774
800
  fill: "currentColor"
775
801
  }, props), children));
776
802
 
777
- function WrappedPicto$q(props) {
803
+ function WrappedPicto$r(props) {
778
804
  const {
779
805
  optimise,
780
806
  refresh
@@ -799,7 +825,7 @@ var ChevronUpBold = (({
799
825
  fill: "currentColor"
800
826
  }, props), children));
801
827
 
802
- function WrappedPicto$r(props) {
828
+ function WrappedPicto$s(props) {
803
829
  const {
804
830
  optimise,
805
831
  refresh
@@ -825,7 +851,7 @@ var Clock = (({
825
851
  fill: "currentColor"
826
852
  }, props), children));
827
853
 
828
- function WrappedPicto$s(props) {
854
+ function WrappedPicto$t(props) {
829
855
  const {
830
856
  optimise,
831
857
  refresh
@@ -850,7 +876,7 @@ var Cloud = (({
850
876
  fill: "currentColor"
851
877
  }, props), children));
852
878
 
853
- function WrappedPicto$t(props) {
879
+ function WrappedPicto$u(props) {
854
880
  const {
855
881
  optimise,
856
882
  refresh
@@ -876,7 +902,7 @@ var CloudUpload = (({
876
902
  fill: "currentColor"
877
903
  }, props), children));
878
904
 
879
- function WrappedPicto$u(props) {
905
+ function WrappedPicto$v(props) {
880
906
  const {
881
907
  optimise,
882
908
  refresh
@@ -902,7 +928,7 @@ var Coins = (({
902
928
  fill: "currentColor"
903
929
  }, props), children));
904
930
 
905
- function WrappedPicto$v(props) {
931
+ function WrappedPicto$w(props) {
906
932
  const {
907
933
  optimise,
908
934
  refresh
@@ -928,7 +954,7 @@ var Crane = (({
928
954
  fill: "currentColor"
929
955
  }, props), children));
930
956
 
931
- function WrappedPicto$w(props) {
957
+ function WrappedPicto$x(props) {
932
958
  const {
933
959
  optimise,
934
960
  refresh
@@ -954,7 +980,7 @@ var Crown = (({
954
980
  fill: "currentColor"
955
981
  }, props), children));
956
982
 
957
- function WrappedPicto$x(props) {
983
+ function WrappedPicto$y(props) {
958
984
  const {
959
985
  optimise,
960
986
  refresh
@@ -981,7 +1007,7 @@ var DoubleArrow = (({
981
1007
  fill: "currentColor"
982
1008
  }, props), children));
983
1009
 
984
- function WrappedPicto$y(props) {
1010
+ function WrappedPicto$z(props) {
985
1011
  const {
986
1012
  optimise,
987
1013
  refresh
@@ -1006,7 +1032,7 @@ var Download = (({
1006
1032
  fill: "currentColor"
1007
1033
  }, props), children));
1008
1034
 
1009
- function WrappedPicto$z(props) {
1035
+ function WrappedPicto$A(props) {
1010
1036
  const {
1011
1037
  optimise,
1012
1038
  refresh
@@ -1031,7 +1057,7 @@ var Envelope = (({
1031
1057
  fill: "currentColor"
1032
1058
  }, props), children));
1033
1059
 
1034
- function WrappedPicto$A(props) {
1060
+ function WrappedPicto$B(props) {
1035
1061
  const {
1036
1062
  optimise,
1037
1063
  refresh
@@ -1064,7 +1090,7 @@ var EqualBold = (({
1064
1090
  fill: "currentColor"
1065
1091
  }, props), children));
1066
1092
 
1067
- function WrappedPicto$B(props) {
1093
+ function WrappedPicto$C(props) {
1068
1094
  const {
1069
1095
  optimise,
1070
1096
  refresh
@@ -1090,7 +1116,7 @@ var EqualCircle = (({
1090
1116
  fill: "currentColor"
1091
1117
  }, props), children));
1092
1118
 
1093
- function WrappedPicto$C(props) {
1119
+ function WrappedPicto$D(props) {
1094
1120
  const {
1095
1121
  optimise,
1096
1122
  refresh
@@ -1115,7 +1141,7 @@ var Euro = (({
1115
1141
  fill: "currentColor"
1116
1142
  }, props), children));
1117
1143
 
1118
- function WrappedPicto$D(props) {
1144
+ function WrappedPicto$E(props) {
1119
1145
  const {
1120
1146
  optimise,
1121
1147
  refresh
@@ -1140,7 +1166,7 @@ var EuroBold = (({
1140
1166
  fill: "currentColor"
1141
1167
  }, props), children));
1142
1168
 
1143
- function WrappedPicto$E(props) {
1169
+ function WrappedPicto$F(props) {
1144
1170
  const {
1145
1171
  optimise,
1146
1172
  refresh
@@ -1166,7 +1192,7 @@ var ExclamationMarkCircle = (({
1166
1192
  fill: "currentColor"
1167
1193
  }, props), children));
1168
1194
 
1169
- function WrappedPicto$F(props) {
1195
+ function WrappedPicto$G(props) {
1170
1196
  const {
1171
1197
  optimise,
1172
1198
  refresh
@@ -1191,7 +1217,7 @@ var ExclamationMarkTriangle = (({
1191
1217
  fill: "currentColor"
1192
1218
  }, props), children));
1193
1219
 
1194
- function WrappedPicto$G(props) {
1220
+ function WrappedPicto$H(props) {
1195
1221
  const {
1196
1222
  optimise,
1197
1223
  refresh
@@ -1217,7 +1243,7 @@ var ExclamationMarkCircleBold = (({
1217
1243
  fill: "currentColor"
1218
1244
  }, props), children));
1219
1245
 
1220
- function WrappedPicto$H(props) {
1246
+ function WrappedPicto$I(props) {
1221
1247
  const {
1222
1248
  optimise,
1223
1249
  refresh
@@ -1243,7 +1269,7 @@ var ExclamationMarkTriangleBold = (({
1243
1269
  fill: "currentColor"
1244
1270
  }, props), children));
1245
1271
 
1246
- function WrappedPicto$I(props) {
1272
+ function WrappedPicto$J(props) {
1247
1273
  const {
1248
1274
  optimise,
1249
1275
  refresh
@@ -1269,7 +1295,7 @@ var Eye = (({
1269
1295
  fill: "currentColor"
1270
1296
  }, props), children));
1271
1297
 
1272
- function WrappedPicto$J(props) {
1298
+ function WrappedPicto$K(props) {
1273
1299
  const {
1274
1300
  optimise,
1275
1301
  refresh
@@ -1294,7 +1320,7 @@ var FacebookSmall = (({
1294
1320
  fill: "currentColor"
1295
1321
  }, props), children));
1296
1322
 
1297
- function WrappedPicto$K(props) {
1323
+ function WrappedPicto$L(props) {
1298
1324
  const {
1299
1325
  optimise,
1300
1326
  refresh
@@ -1319,7 +1345,7 @@ var Facebook = (({
1319
1345
  fill: "currentColor"
1320
1346
  }, props), children));
1321
1347
 
1322
- function WrappedPicto$L(props) {
1348
+ function WrappedPicto$M(props) {
1323
1349
  const {
1324
1350
  optimise,
1325
1351
  refresh
@@ -1348,7 +1374,7 @@ var FileCheck = (({
1348
1374
  fill: "currentColor"
1349
1375
  }, props), children));
1350
1376
 
1351
- function WrappedPicto$M(props) {
1377
+ function WrappedPicto$N(props) {
1352
1378
  const {
1353
1379
  optimise,
1354
1380
  refresh
@@ -1373,7 +1399,7 @@ var File = (({
1373
1399
  fill: "currentColor"
1374
1400
  }, props), children));
1375
1401
 
1376
- function WrappedPicto$N(props) {
1402
+ function WrappedPicto$O(props) {
1377
1403
  const {
1378
1404
  optimise,
1379
1405
  refresh
@@ -1399,7 +1425,7 @@ var Files = (({
1399
1425
  fill: "currentColor"
1400
1426
  }, props), children));
1401
1427
 
1402
- function WrappedPicto$O(props) {
1428
+ function WrappedPicto$P(props) {
1403
1429
  const {
1404
1430
  optimise,
1405
1431
  refresh
@@ -1424,7 +1450,7 @@ var Filter = (({
1424
1450
  fill: "currentColor"
1425
1451
  }, props), children));
1426
1452
 
1427
- function WrappedPicto$P(props) {
1453
+ function WrappedPicto$Q(props) {
1428
1454
  const {
1429
1455
  optimise,
1430
1456
  refresh
@@ -1450,7 +1476,7 @@ var FirstCircle = (({
1450
1476
  fill: "currentColor"
1451
1477
  }, props), children));
1452
1478
 
1453
- function WrappedPicto$Q(props) {
1479
+ function WrappedPicto$R(props) {
1454
1480
  const {
1455
1481
  optimise,
1456
1482
  refresh
@@ -1476,7 +1502,7 @@ var Flag = (({
1476
1502
  fill: "currentColor"
1477
1503
  }, props), children));
1478
1504
 
1479
- function WrappedPicto$R(props) {
1505
+ function WrappedPicto$S(props) {
1480
1506
  const {
1481
1507
  optimise,
1482
1508
  refresh
@@ -1501,7 +1527,7 @@ var FolderOpen = (({
1501
1527
  fill: "currentColor"
1502
1528
  }, props), children));
1503
1529
 
1504
- function WrappedPicto$S(props) {
1530
+ function WrappedPicto$T(props) {
1505
1531
  const {
1506
1532
  optimise,
1507
1533
  refresh
@@ -1527,7 +1553,7 @@ var Folder = (({
1527
1553
  fill: "currentColor"
1528
1554
  }, props), children));
1529
1555
 
1530
- function WrappedPicto$T(props) {
1556
+ function WrappedPicto$U(props) {
1531
1557
  const {
1532
1558
  optimise,
1533
1559
  refresh
@@ -1553,7 +1579,7 @@ var FourCircle = (({
1553
1579
  fill: "currentColor"
1554
1580
  }, props), children));
1555
1581
 
1556
- function WrappedPicto$U(props) {
1582
+ function WrappedPicto$V(props) {
1557
1583
  const {
1558
1584
  optimise,
1559
1585
  refresh
@@ -1578,7 +1604,7 @@ var Globe = (({
1578
1604
  fill: "currentColor"
1579
1605
  }, props), children));
1580
1606
 
1581
- function WrappedPicto$V(props) {
1607
+ function WrappedPicto$W(props) {
1582
1608
  const {
1583
1609
  optimise,
1584
1610
  refresh
@@ -1603,7 +1629,7 @@ var GraduationCap = (({
1603
1629
  fill: "currentColor"
1604
1630
  }, props), children));
1605
1631
 
1606
- function WrappedPicto$W(props) {
1632
+ function WrappedPicto$X(props) {
1607
1633
  const {
1608
1634
  optimise,
1609
1635
  refresh
@@ -1629,7 +1655,7 @@ var HandCoin = (({
1629
1655
  fill: "currentColor"
1630
1656
  }, props), children));
1631
1657
 
1632
- function WrappedPicto$X(props) {
1658
+ function WrappedPicto$Y(props) {
1633
1659
  const {
1634
1660
  optimise,
1635
1661
  refresh
@@ -1655,7 +1681,7 @@ var HeartPlain = (({
1655
1681
  fill: "currentColor"
1656
1682
  }, props), children));
1657
1683
 
1658
- function WrappedPicto$Y(props) {
1684
+ function WrappedPicto$Z(props) {
1659
1685
  const {
1660
1686
  optimise,
1661
1687
  refresh
@@ -1680,7 +1706,7 @@ var Heart = (({
1680
1706
  fill: "currentColor"
1681
1707
  }, props), children));
1682
1708
 
1683
- function WrappedPicto$Z(props) {
1709
+ function WrappedPicto$_(props) {
1684
1710
  const {
1685
1711
  optimise,
1686
1712
  refresh
@@ -1706,7 +1732,7 @@ var HorseChase = (({
1706
1732
  fill: "currentColor"
1707
1733
  }, props), children));
1708
1734
 
1709
- function WrappedPicto$_(props) {
1735
+ function WrappedPicto$$(props) {
1710
1736
  const {
1711
1737
  optimise,
1712
1738
  refresh
@@ -1731,7 +1757,7 @@ var House = (({
1731
1757
  fill: "currentColor"
1732
1758
  }, props), children));
1733
1759
 
1734
- function WrappedPicto$$(props) {
1760
+ function WrappedPicto$10(props) {
1735
1761
  const {
1736
1762
  optimise,
1737
1763
  refresh
@@ -1742,6 +1768,31 @@ function WrappedPicto$$(props) {
1742
1768
  return optimise('p_531FK', /*#__PURE__*/React__default['default'].createElement(House, props));
1743
1769
  }
1744
1770
 
1771
+ var HouseMagnifier = (({
1772
+ as: Component = "svg",
1773
+ children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
1774
+ 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"
1775
+ })),
1776
+ ...props
1777
+ }) => /*#__PURE__*/React__default['default'].createElement(Component, _extends({
1778
+ xmlns: "http://www.w3.org/2000/svg",
1779
+ width: "24",
1780
+ height: "24",
1781
+ viewBox: "0 0 24 24",
1782
+ fill: "currentColor"
1783
+ }, props), children));
1784
+
1785
+ function WrappedPicto$11(props) {
1786
+ const {
1787
+ optimise,
1788
+ refresh
1789
+ } = React.useContext(PictoContext);
1790
+ React.useEffect(() => {
1791
+ refresh();
1792
+ }, []);
1793
+ return optimise('p_Z1pRCUl', /*#__PURE__*/React__default['default'].createElement(HouseMagnifier, props));
1794
+ }
1795
+
1745
1796
  var InfoCircle = (({
1746
1797
  as: Component = "svg",
1747
1798
  children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
@@ -1757,7 +1808,7 @@ var InfoCircle = (({
1757
1808
  fill: "currentColor"
1758
1809
  }, props), children));
1759
1810
 
1760
- function WrappedPicto$10(props) {
1811
+ function WrappedPicto$12(props) {
1761
1812
  const {
1762
1813
  optimise,
1763
1814
  refresh
@@ -1786,7 +1837,7 @@ var Instagram = (({
1786
1837
  fill: "currentColor"
1787
1838
  }, props), children));
1788
1839
 
1789
- function WrappedPicto$11(props) {
1840
+ function WrappedPicto$13(props) {
1790
1841
  const {
1791
1842
  optimise,
1792
1843
  refresh
@@ -1812,7 +1863,7 @@ var Key = (({
1812
1863
  fill: "currentColor"
1813
1864
  }, props), children));
1814
1865
 
1815
- function WrappedPicto$12(props) {
1866
+ function WrappedPicto$14(props) {
1816
1867
  const {
1817
1868
  optimise,
1818
1869
  refresh
@@ -1837,7 +1888,7 @@ var LightningBolt = (({
1837
1888
  fill: "currentColor"
1838
1889
  }, props), children));
1839
1890
 
1840
- function WrappedPicto$13(props) {
1891
+ function WrappedPicto$15(props) {
1841
1892
  const {
1842
1893
  optimise,
1843
1894
  refresh
@@ -1862,7 +1913,7 @@ var Link = (({
1862
1913
  fill: "currentColor"
1863
1914
  }, props), children));
1864
1915
 
1865
- function WrappedPicto$14(props) {
1916
+ function WrappedPicto$16(props) {
1866
1917
  const {
1867
1918
  optimise,
1868
1919
  refresh
@@ -1887,7 +1938,7 @@ var Lock = (({
1887
1938
  fill: "currentColor"
1888
1939
  }, props), children));
1889
1940
 
1890
- function WrappedPicto$15(props) {
1941
+ function WrappedPicto$17(props) {
1891
1942
  const {
1892
1943
  optimise,
1893
1944
  refresh
@@ -1912,7 +1963,7 @@ var MagicWand = (({
1912
1963
  fill: "currentColor"
1913
1964
  }, props), children));
1914
1965
 
1915
- function WrappedPicto$16(props) {
1966
+ function WrappedPicto$18(props) {
1916
1967
  const {
1917
1968
  optimise,
1918
1969
  refresh
@@ -1937,7 +1988,7 @@ var MagnifyingGlassLeft = (({
1937
1988
  fill: "currentColor"
1938
1989
  }, props), children));
1939
1990
 
1940
- function WrappedPicto$17(props) {
1991
+ function WrappedPicto$19(props) {
1941
1992
  const {
1942
1993
  optimise,
1943
1994
  refresh
@@ -1963,7 +2014,7 @@ var MagnifyingBold = (({
1963
2014
  fill: "currentColor"
1964
2015
  }, props), children));
1965
2016
 
1966
- function WrappedPicto$18(props) {
2017
+ function WrappedPicto$1a(props) {
1967
2018
  const {
1968
2019
  optimise,
1969
2020
  refresh
@@ -1988,7 +2039,7 @@ var Marker = (({
1988
2039
  fill: "currentColor"
1989
2040
  }, props), children));
1990
2041
 
1991
- function WrappedPicto$19(props) {
2042
+ function WrappedPicto$1b(props) {
1992
2043
  const {
1993
2044
  optimise,
1994
2045
  refresh
@@ -2013,7 +2064,7 @@ var Microphone = (({
2013
2064
  fill: "currentColor"
2014
2065
  }, props), children));
2015
2066
 
2016
- function WrappedPicto$1a(props) {
2067
+ function WrappedPicto$1c(props) {
2017
2068
  const {
2018
2069
  optimise,
2019
2070
  refresh
@@ -2041,7 +2092,7 @@ var MinusBold = (({
2041
2092
  fill: "currentColor"
2042
2093
  }, props), children));
2043
2094
 
2044
- function WrappedPicto$1b(props) {
2095
+ function WrappedPicto$1d(props) {
2045
2096
  const {
2046
2097
  optimise,
2047
2098
  refresh
@@ -2067,7 +2118,7 @@ var MinusCircle = (({
2067
2118
  fill: "currentColor"
2068
2119
  }, props), children));
2069
2120
 
2070
- function WrappedPicto$1c(props) {
2121
+ function WrappedPicto$1e(props) {
2071
2122
  const {
2072
2123
  optimise,
2073
2124
  refresh
@@ -2092,7 +2143,7 @@ var Paperclip = (({
2092
2143
  fill: "currentColor"
2093
2144
  }, props), children));
2094
2145
 
2095
- function WrappedPicto$1d(props) {
2146
+ function WrappedPicto$1f(props) {
2096
2147
  const {
2097
2148
  optimise,
2098
2149
  refresh
@@ -2117,7 +2168,7 @@ var Pen = (({
2117
2168
  fill: "currentColor"
2118
2169
  }, props), children));
2119
2170
 
2120
- function WrappedPicto$1e(props) {
2171
+ function WrappedPicto$1g(props) {
2121
2172
  const {
2122
2173
  optimise,
2123
2174
  refresh
@@ -2143,7 +2194,7 @@ var Percent = (({
2143
2194
  fill: "currentColor"
2144
2195
  }, props), children));
2145
2196
 
2146
- function WrappedPicto$1f(props) {
2197
+ function WrappedPicto$1h(props) {
2147
2198
  const {
2148
2199
  optimise,
2149
2200
  refresh
@@ -2168,7 +2219,7 @@ var Phone = (({
2168
2219
  fill: "currentColor"
2169
2220
  }, props), children));
2170
2221
 
2171
- function WrappedPicto$1g(props) {
2222
+ function WrappedPicto$1i(props) {
2172
2223
  const {
2173
2224
  optimise,
2174
2225
  refresh
@@ -2193,7 +2244,7 @@ var Plan = (({
2193
2244
  fill: "currentColor"
2194
2245
  }, props), children));
2195
2246
 
2196
- function WrappedPicto$1h(props) {
2247
+ function WrappedPicto$1j(props) {
2197
2248
  const {
2198
2249
  optimise,
2199
2250
  refresh
@@ -2218,7 +2269,7 @@ var Plane = (({
2218
2269
  fill: "currentColor"
2219
2270
  }, props), children));
2220
2271
 
2221
- function WrappedPicto$1i(props) {
2272
+ function WrappedPicto$1k(props) {
2222
2273
  const {
2223
2274
  optimise,
2224
2275
  refresh
@@ -2242,7 +2293,7 @@ var Play = (({
2242
2293
  fill: "currentColor"
2243
2294
  }, props), children));
2244
2295
 
2245
- function WrappedPicto$1j(props) {
2296
+ function WrappedPicto$1l(props) {
2246
2297
  const {
2247
2298
  optimise,
2248
2299
  refresh
@@ -2267,7 +2318,7 @@ var PlusBold = (({
2267
2318
  fill: "currentColor"
2268
2319
  }, props), children));
2269
2320
 
2270
- function WrappedPicto$1k(props) {
2321
+ function WrappedPicto$1m(props) {
2271
2322
  const {
2272
2323
  optimise,
2273
2324
  refresh
@@ -2293,7 +2344,7 @@ var PlusCircle = (({
2293
2344
  fill: "currentColor"
2294
2345
  }, props), children));
2295
2346
 
2296
- function WrappedPicto$1l(props) {
2347
+ function WrappedPicto$1n(props) {
2297
2348
  const {
2298
2349
  optimise,
2299
2350
  refresh
@@ -2318,7 +2369,7 @@ var Print = (({
2318
2369
  fill: "currentColor"
2319
2370
  }, props), children));
2320
2371
 
2321
- function WrappedPicto$1m(props) {
2372
+ function WrappedPicto$1o(props) {
2322
2373
  const {
2323
2374
  optimise,
2324
2375
  refresh
@@ -2344,7 +2395,7 @@ var QuestionMarkCircle = (({
2344
2395
  fill: "currentColor"
2345
2396
  }, props), children));
2346
2397
 
2347
- function WrappedPicto$1n(props) {
2398
+ function WrappedPicto$1p(props) {
2348
2399
  const {
2349
2400
  optimise,
2350
2401
  refresh
@@ -2370,7 +2421,7 @@ var QuestionMarkCircleBold = (({
2370
2421
  fill: "currentColor"
2371
2422
  }, props), children));
2372
2423
 
2373
- function WrappedPicto$1o(props) {
2424
+ function WrappedPicto$1q(props) {
2374
2425
  const {
2375
2426
  optimise,
2376
2427
  refresh
@@ -2395,7 +2446,7 @@ var QuoteClose = (({
2395
2446
  fill: "currentColor"
2396
2447
  }, props), children));
2397
2448
 
2398
- function WrappedPicto$1p(props) {
2449
+ function WrappedPicto$1r(props) {
2399
2450
  const {
2400
2451
  optimise,
2401
2452
  refresh
@@ -2420,7 +2471,7 @@ var QuoteOpenPlain = (({
2420
2471
  fill: "currentColor"
2421
2472
  }, props), children));
2422
2473
 
2423
- function WrappedPicto$1q(props) {
2474
+ function WrappedPicto$1s(props) {
2424
2475
  const {
2425
2476
  optimise,
2426
2477
  refresh
@@ -2446,7 +2497,7 @@ var Share = (({
2446
2497
  fill: "currentColor"
2447
2498
  }, props), children));
2448
2499
 
2449
- function WrappedPicto$1r(props) {
2500
+ function WrappedPicto$1t(props) {
2450
2501
  const {
2451
2502
  optimise,
2452
2503
  refresh
@@ -2471,7 +2522,7 @@ var ShieldCheck = (({
2471
2522
  fill: "currentColor"
2472
2523
  }, props), children));
2473
2524
 
2474
- function WrappedPicto$1s(props) {
2525
+ function WrappedPicto$1u(props) {
2475
2526
  const {
2476
2527
  optimise,
2477
2528
  refresh
@@ -2496,7 +2547,7 @@ var Smartphone = (({
2496
2547
  fill: "currentColor"
2497
2548
  }, props), children));
2498
2549
 
2499
- function WrappedPicto$1t(props) {
2550
+ function WrappedPicto$1v(props) {
2500
2551
  const {
2501
2552
  optimise,
2502
2553
  refresh
@@ -2522,7 +2573,7 @@ var SmileyFrown = (({
2522
2573
  fill: "currentColor"
2523
2574
  }, props), children));
2524
2575
 
2525
- function WrappedPicto$1u(props) {
2576
+ function WrappedPicto$1w(props) {
2526
2577
  const {
2527
2578
  optimise,
2528
2579
  refresh
@@ -2548,7 +2599,7 @@ var SmileyHappy = (({
2548
2599
  fill: "currentColor"
2549
2600
  }, props), children));
2550
2601
 
2551
- function WrappedPicto$1v(props) {
2602
+ function WrappedPicto$1x(props) {
2552
2603
  const {
2553
2604
  optimise,
2554
2605
  refresh
@@ -2574,7 +2625,7 @@ var SmileyNeutral = (({
2574
2625
  fill: "currentColor"
2575
2626
  }, props), children));
2576
2627
 
2577
- function WrappedPicto$1w(props) {
2628
+ function WrappedPicto$1y(props) {
2578
2629
  const {
2579
2630
  optimise,
2580
2631
  refresh
@@ -2599,7 +2650,7 @@ var SpeechBubble = (({
2599
2650
  fill: "currentColor"
2600
2651
  }, props), children));
2601
2652
 
2602
- function WrappedPicto$1x(props) {
2653
+ function WrappedPicto$1z(props) {
2603
2654
  const {
2604
2655
  optimise,
2605
2656
  refresh
@@ -2626,7 +2677,7 @@ var SquareMeter = (({
2626
2677
  fill: "currentColor"
2627
2678
  }, props), children));
2628
2679
 
2629
- function WrappedPicto$1y(props) {
2680
+ function WrappedPicto$1A(props) {
2630
2681
  const {
2631
2682
  optimise,
2632
2683
  refresh
@@ -2651,7 +2702,7 @@ var SquareMetersBold = (({
2651
2702
  fill: "currentColor"
2652
2703
  }, props), children));
2653
2704
 
2654
- function WrappedPicto$1z(props) {
2705
+ function WrappedPicto$1B(props) {
2655
2706
  const {
2656
2707
  optimise,
2657
2708
  refresh
@@ -2678,7 +2729,7 @@ var StarFilled = (({
2678
2729
  fill: "currentColor"
2679
2730
  }, props), children));
2680
2731
 
2681
- function WrappedPicto$1A(props) {
2732
+ function WrappedPicto$1C(props) {
2682
2733
  const {
2683
2734
  optimise,
2684
2735
  refresh
@@ -2705,7 +2756,7 @@ var StarHalf = (({
2705
2756
  fill: "currentColor"
2706
2757
  }, props), children));
2707
2758
 
2708
- function WrappedPicto$1B(props) {
2759
+ function WrappedPicto$1D(props) {
2709
2760
  const {
2710
2761
  optimise,
2711
2762
  refresh
@@ -2730,7 +2781,7 @@ var Star = (({
2730
2781
  fill: "currentColor"
2731
2782
  }, props), children));
2732
2783
 
2733
- function WrappedPicto$1C(props) {
2784
+ function WrappedPicto$1E(props) {
2734
2785
  const {
2735
2786
  optimise,
2736
2787
  refresh
@@ -2755,7 +2806,7 @@ var Tada = (({
2755
2806
  fill: "currentColor"
2756
2807
  }, props), children));
2757
2808
 
2758
- function WrappedPicto$1D(props) {
2809
+ function WrappedPicto$1F(props) {
2759
2810
  const {
2760
2811
  optimise,
2761
2812
  refresh
@@ -2781,7 +2832,7 @@ var ThreeCircle = (({
2781
2832
  fill: "currentColor"
2782
2833
  }, props), children));
2783
2834
 
2784
- function WrappedPicto$1E(props) {
2835
+ function WrappedPicto$1G(props) {
2785
2836
  const {
2786
2837
  optimise,
2787
2838
  refresh
@@ -2806,7 +2857,7 @@ var TimesBold = (({
2806
2857
  fill: "currentColor"
2807
2858
  }, props), children));
2808
2859
 
2809
- function WrappedPicto$1F(props) {
2860
+ function WrappedPicto$1H(props) {
2810
2861
  const {
2811
2862
  optimise,
2812
2863
  refresh
@@ -2833,7 +2884,7 @@ var TimesCircleBold = (({
2833
2884
  fill: "currentColor"
2834
2885
  }, props), children));
2835
2886
 
2836
- function WrappedPicto$1G(props) {
2887
+ function WrappedPicto$1I(props) {
2837
2888
  const {
2838
2889
  optimise,
2839
2890
  refresh
@@ -2859,7 +2910,7 @@ var TimesCircle = (({
2859
2910
  fill: "currentColor"
2860
2911
  }, props), children));
2861
2912
 
2862
- function WrappedPicto$1H(props) {
2913
+ function WrappedPicto$1J(props) {
2863
2914
  const {
2864
2915
  optimise,
2865
2916
  refresh
@@ -2884,7 +2935,7 @@ var Times = (({
2884
2935
  fill: "currentColor"
2885
2936
  }, props), children));
2886
2937
 
2887
- function WrappedPicto$1I(props) {
2938
+ function WrappedPicto$1K(props) {
2888
2939
  const {
2889
2940
  optimise,
2890
2941
  refresh
@@ -2909,7 +2960,7 @@ var Toast = (({
2909
2960
  fill: "currentColor"
2910
2961
  }, props), children));
2911
2962
 
2912
- function WrappedPicto$1J(props) {
2963
+ function WrappedPicto$1L(props) {
2913
2964
  const {
2914
2965
  optimise,
2915
2966
  refresh
@@ -2934,7 +2985,7 @@ var Trash = (({
2934
2985
  fill: "currentColor"
2935
2986
  }, props), children));
2936
2987
 
2937
- function WrappedPicto$1K(props) {
2988
+ function WrappedPicto$1M(props) {
2938
2989
  const {
2939
2990
  optimise,
2940
2991
  refresh
@@ -2959,7 +3010,7 @@ var TreePlain = (({
2959
3010
  fill: "currentColor"
2960
3011
  }, props), children));
2961
3012
 
2962
- function WrappedPicto$1L(props) {
3013
+ function WrappedPicto$1N(props) {
2963
3014
  const {
2964
3015
  optimise,
2965
3016
  refresh
@@ -2985,7 +3036,7 @@ var Tree = (({
2985
3036
  fill: "currentColor"
2986
3037
  }, props), children));
2987
3038
 
2988
- function WrappedPicto$1M(props) {
3039
+ function WrappedPicto$1O(props) {
2989
3040
  const {
2990
3041
  optimise,
2991
3042
  refresh
@@ -3010,7 +3061,7 @@ var Trustpilot = (({
3010
3061
  fill: "currentColor"
3011
3062
  }, props), children));
3012
3063
 
3013
- function WrappedPicto$1N(props) {
3064
+ function WrappedPicto$1P(props) {
3014
3065
  const {
3015
3066
  optimise,
3016
3067
  refresh
@@ -3036,7 +3087,7 @@ var Tune = (({
3036
3087
  fill: "currentColor"
3037
3088
  }, props), children));
3038
3089
 
3039
- function WrappedPicto$1O(props) {
3090
+ function WrappedPicto$1Q(props) {
3040
3091
  const {
3041
3092
  optimise,
3042
3093
  refresh
@@ -3061,7 +3112,7 @@ var TwitterSmall = (({
3061
3112
  fill: "currentColor"
3062
3113
  }, props), children));
3063
3114
 
3064
- function WrappedPicto$1P(props) {
3115
+ function WrappedPicto$1R(props) {
3065
3116
  const {
3066
3117
  optimise,
3067
3118
  refresh
@@ -3086,7 +3137,7 @@ var Twitter = (({
3086
3137
  fill: "currentColor"
3087
3138
  }, props), children));
3088
3139
 
3089
- function WrappedPicto$1Q(props) {
3140
+ function WrappedPicto$1S(props) {
3090
3141
  const {
3091
3142
  optimise,
3092
3143
  refresh
@@ -3111,7 +3162,7 @@ var TwoCircle = (({
3111
3162
  fill: "currentColor"
3112
3163
  }, props), children));
3113
3164
 
3114
- function WrappedPicto$1R(props) {
3165
+ function WrappedPicto$1T(props) {
3115
3166
  const {
3116
3167
  optimise,
3117
3168
  refresh
@@ -3138,7 +3189,7 @@ var TwoPeople = (({
3138
3189
  fill: "currentColor"
3139
3190
  }, props), children));
3140
3191
 
3141
- function WrappedPicto$1S(props) {
3192
+ function WrappedPicto$1U(props) {
3142
3193
  const {
3143
3194
  optimise,
3144
3195
  refresh
@@ -3163,7 +3214,7 @@ var UserBook = (({
3163
3214
  fill: "currentColor"
3164
3215
  }, props), children));
3165
3216
 
3166
- function WrappedPicto$1T(props) {
3217
+ function WrappedPicto$1V(props) {
3167
3218
  const {
3168
3219
  optimise,
3169
3220
  refresh
@@ -3188,7 +3239,7 @@ var UserCircle = (({
3188
3239
  fill: "currentColor"
3189
3240
  }, props), children));
3190
3241
 
3191
- function WrappedPicto$1U(props) {
3242
+ function WrappedPicto$1W(props) {
3192
3243
  const {
3193
3244
  optimise,
3194
3245
  refresh
@@ -3214,7 +3265,7 @@ var UserId = (({
3214
3265
  fill: "currentColor"
3215
3266
  }, props), children));
3216
3267
 
3217
- function WrappedPicto$1V(props) {
3268
+ function WrappedPicto$1X(props) {
3218
3269
  const {
3219
3270
  optimise,
3220
3271
  refresh
@@ -3239,7 +3290,7 @@ var UserStars = (({
3239
3290
  fill: "currentColor"
3240
3291
  }, props), children));
3241
3292
 
3242
- function WrappedPicto$1W(props) {
3293
+ function WrappedPicto$1Y(props) {
3243
3294
  const {
3244
3295
  optimise,
3245
3296
  refresh
@@ -3264,7 +3315,7 @@ var Wall = (({
3264
3315
  fill: "currentColor"
3265
3316
  }, props), children));
3266
3317
 
3267
- function WrappedPicto$1X(props) {
3318
+ function WrappedPicto$1Z(props) {
3268
3319
  const {
3269
3320
  optimise,
3270
3321
  refresh
@@ -3290,7 +3341,7 @@ var WorkingMan = (({
3290
3341
  fill: "currentColor"
3291
3342
  }, props), children));
3292
3343
 
3293
- function WrappedPicto$1Y(props) {
3344
+ function WrappedPicto$1_(props) {
3294
3345
  const {
3295
3346
  optimise,
3296
3347
  refresh
@@ -3315,7 +3366,7 @@ var Youtube = (({
3315
3366
  fill: "currentColor"
3316
3367
  }, props), children));
3317
3368
 
3318
- function WrappedPicto$1Z(props) {
3369
+ function WrappedPicto$1$(props) {
3319
3370
  const {
3320
3371
  optimise,
3321
3372
  refresh
@@ -3340,7 +3391,7 @@ var ZeroPercent = (({
3340
3391
  fill: "currentColor"
3341
3392
  }, props), children));
3342
3393
 
3343
- function WrappedPicto$1_(props) {
3394
+ function WrappedPicto$20(props) {
3344
3395
  const {
3345
3396
  optimise,
3346
3397
  refresh
@@ -3374,110 +3425,112 @@ exports.Camera = WrappedPicto$j;
3374
3425
  exports.ChalkboardTeacher = WrappedPicto$k;
3375
3426
  exports.ChartBar = WrappedPicto$l;
3376
3427
  exports.Check = WrappedPicto$n;
3428
+ exports.CheckBold = WrappedPicto$o;
3377
3429
  exports.CheckHandwrite = WrappedPicto$m;
3378
- exports.ChevronDownBold = WrappedPicto$o;
3379
- exports.ChevronLeftBold = WrappedPicto$p;
3380
- exports.ChevronRightBold = WrappedPicto$q;
3381
- exports.ChevronUpBold = WrappedPicto$r;
3382
- exports.Clock = WrappedPicto$s;
3383
- exports.Cloud = WrappedPicto$t;
3384
- exports.CloudUpload = WrappedPicto$u;
3385
- exports.Coins = WrappedPicto$v;
3386
- exports.Crane = WrappedPicto$w;
3387
- exports.Crown = WrappedPicto$x;
3388
- exports.DoubleArrow = WrappedPicto$y;
3389
- exports.Download = WrappedPicto$z;
3390
- exports.Envelope = WrappedPicto$A;
3391
- exports.EqualBold = WrappedPicto$B;
3392
- exports.EqualCircle = WrappedPicto$C;
3393
- exports.Euro = WrappedPicto$D;
3394
- exports.EuroBold = WrappedPicto$E;
3395
- exports.ExclamationMarkCircle = WrappedPicto$F;
3396
- exports.ExclamationMarkCircleBold = WrappedPicto$H;
3397
- exports.ExclamationMarkTriangle = WrappedPicto$G;
3398
- exports.ExclamationMarkTriangleBold = WrappedPicto$I;
3399
- exports.Eye = WrappedPicto$J;
3400
- exports.Facebook = WrappedPicto$L;
3401
- exports.FacebookSmall = WrappedPicto$K;
3402
- exports.File = WrappedPicto$N;
3403
- exports.FileCheck = WrappedPicto$M;
3404
- exports.Files = WrappedPicto$O;
3405
- exports.Filter = WrappedPicto$P;
3406
- exports.FirstCircle = WrappedPicto$Q;
3407
- exports.Flag = WrappedPicto$R;
3408
- exports.Folder = WrappedPicto$T;
3409
- exports.FolderOpen = WrappedPicto$S;
3410
- exports.FourCircle = WrappedPicto$U;
3411
- exports.Globe = WrappedPicto$V;
3412
- exports.GraduationCap = WrappedPicto$W;
3413
- exports.HandCoin = WrappedPicto$X;
3414
- exports.Heart = WrappedPicto$Z;
3415
- exports.HeartPlain = WrappedPicto$Y;
3416
- exports.HorseChase = WrappedPicto$_;
3417
- exports.House = WrappedPicto$$;
3418
- exports.InfoCircle = WrappedPicto$10;
3419
- exports.Instagram = WrappedPicto$11;
3420
- exports.Key = WrappedPicto$12;
3421
- exports.LightningBolt = WrappedPicto$13;
3422
- exports.Link = WrappedPicto$14;
3423
- exports.Lock = WrappedPicto$15;
3424
- exports.MagicWand = WrappedPicto$16;
3425
- exports.MagnifyingBold = WrappedPicto$18;
3426
- exports.MagnifyingGlassLeft = WrappedPicto$17;
3427
- exports.Marker = WrappedPicto$19;
3428
- exports.Microphone = WrappedPicto$1a;
3429
- exports.MinusBold = WrappedPicto$1b;
3430
- exports.MinusCircle = WrappedPicto$1c;
3431
- exports.Paperclip = WrappedPicto$1d;
3432
- exports.Pen = WrappedPicto$1e;
3433
- exports.Percent = WrappedPicto$1f;
3434
- exports.Phone = WrappedPicto$1g;
3430
+ exports.ChevronDownBold = WrappedPicto$p;
3431
+ exports.ChevronLeftBold = WrappedPicto$q;
3432
+ exports.ChevronRightBold = WrappedPicto$r;
3433
+ exports.ChevronUpBold = WrappedPicto$s;
3434
+ exports.Clock = WrappedPicto$t;
3435
+ exports.Cloud = WrappedPicto$u;
3436
+ exports.CloudUpload = WrappedPicto$v;
3437
+ exports.Coins = WrappedPicto$w;
3438
+ exports.Crane = WrappedPicto$x;
3439
+ exports.Crown = WrappedPicto$y;
3440
+ exports.DoubleArrow = WrappedPicto$z;
3441
+ exports.Download = WrappedPicto$A;
3442
+ exports.Envelope = WrappedPicto$B;
3443
+ exports.EqualBold = WrappedPicto$C;
3444
+ exports.EqualCircle = WrappedPicto$D;
3445
+ exports.Euro = WrappedPicto$E;
3446
+ exports.EuroBold = WrappedPicto$F;
3447
+ exports.ExclamationMarkCircle = WrappedPicto$G;
3448
+ exports.ExclamationMarkCircleBold = WrappedPicto$I;
3449
+ exports.ExclamationMarkTriangle = WrappedPicto$H;
3450
+ exports.ExclamationMarkTriangleBold = WrappedPicto$J;
3451
+ exports.Eye = WrappedPicto$K;
3452
+ exports.Facebook = WrappedPicto$M;
3453
+ exports.FacebookSmall = WrappedPicto$L;
3454
+ exports.File = WrappedPicto$O;
3455
+ exports.FileCheck = WrappedPicto$N;
3456
+ exports.Files = WrappedPicto$P;
3457
+ exports.Filter = WrappedPicto$Q;
3458
+ exports.FirstCircle = WrappedPicto$R;
3459
+ exports.Flag = WrappedPicto$S;
3460
+ exports.Folder = WrappedPicto$U;
3461
+ exports.FolderOpen = WrappedPicto$T;
3462
+ exports.FourCircle = WrappedPicto$V;
3463
+ exports.Globe = WrappedPicto$W;
3464
+ exports.GraduationCap = WrappedPicto$X;
3465
+ exports.HandCoin = WrappedPicto$Y;
3466
+ exports.Heart = WrappedPicto$_;
3467
+ exports.HeartPlain = WrappedPicto$Z;
3468
+ exports.HorseChase = WrappedPicto$$;
3469
+ exports.House = WrappedPicto$10;
3470
+ exports.HouseMagnifier = WrappedPicto$11;
3471
+ exports.InfoCircle = WrappedPicto$12;
3472
+ exports.Instagram = WrappedPicto$13;
3473
+ exports.Key = WrappedPicto$14;
3474
+ exports.LightningBolt = WrappedPicto$15;
3475
+ exports.Link = WrappedPicto$16;
3476
+ exports.Lock = WrappedPicto$17;
3477
+ exports.MagicWand = WrappedPicto$18;
3478
+ exports.MagnifyingBold = WrappedPicto$1a;
3479
+ exports.MagnifyingGlassLeft = WrappedPicto$19;
3480
+ exports.Marker = WrappedPicto$1b;
3481
+ exports.Microphone = WrappedPicto$1c;
3482
+ exports.MinusBold = WrappedPicto$1d;
3483
+ exports.MinusCircle = WrappedPicto$1e;
3484
+ exports.Paperclip = WrappedPicto$1f;
3485
+ exports.Pen = WrappedPicto$1g;
3486
+ exports.Percent = WrappedPicto$1h;
3487
+ exports.Phone = WrappedPicto$1i;
3435
3488
  exports.PictoProvider = PictoProvider;
3436
- exports.Plan = WrappedPicto$1h;
3437
- exports.Plane = WrappedPicto$1i;
3438
- exports.Play = WrappedPicto$1j;
3439
- exports.PlusBold = WrappedPicto$1k;
3440
- exports.PlusCircle = WrappedPicto$1l;
3441
- exports.Print = WrappedPicto$1m;
3442
- exports.QuestionMarkCircle = WrappedPicto$1n;
3443
- exports.QuestionMarkCircleBold = WrappedPicto$1o;
3444
- exports.QuoteClose = WrappedPicto$1p;
3445
- exports.QuoteOpenPlain = WrappedPicto$1q;
3446
- exports.Share = WrappedPicto$1r;
3447
- exports.ShieldCheck = WrappedPicto$1s;
3448
- exports.Smartphone = WrappedPicto$1t;
3449
- exports.SmileyFrown = WrappedPicto$1u;
3450
- exports.SmileyHappy = WrappedPicto$1v;
3451
- exports.SmileyNeutral = WrappedPicto$1w;
3452
- exports.SpeechBubble = WrappedPicto$1x;
3453
- exports.SquareMeter = WrappedPicto$1y;
3454
- exports.SquareMetersBold = WrappedPicto$1z;
3455
- exports.Star = WrappedPicto$1C;
3456
- exports.StarFilled = WrappedPicto$1A;
3457
- exports.StarHalf = WrappedPicto$1B;
3458
- exports.Tada = WrappedPicto$1D;
3459
- exports.ThreeCircle = WrappedPicto$1E;
3460
- exports.Times = WrappedPicto$1I;
3461
- exports.TimesBold = WrappedPicto$1F;
3462
- exports.TimesCircle = WrappedPicto$1H;
3463
- exports.TimesCircleBold = WrappedPicto$1G;
3464
- exports.Toast = WrappedPicto$1J;
3465
- exports.Trash = WrappedPicto$1K;
3466
- exports.Tree = WrappedPicto$1M;
3467
- exports.TreePlain = WrappedPicto$1L;
3468
- exports.Trustpilot = WrappedPicto$1N;
3469
- exports.Tune = WrappedPicto$1O;
3470
- exports.Twitter = WrappedPicto$1Q;
3471
- exports.TwitterSmall = WrappedPicto$1P;
3472
- exports.TwoCircle = WrappedPicto$1R;
3473
- exports.TwoPeople = WrappedPicto$1S;
3474
- exports.UserBook = WrappedPicto$1T;
3475
- exports.UserCircle = WrappedPicto$1U;
3476
- exports.UserId = WrappedPicto$1V;
3477
- exports.UserStars = WrappedPicto$1W;
3478
- exports.Wall = WrappedPicto$1X;
3479
- exports.WorkingMan = WrappedPicto$1Y;
3480
- exports.Youtube = WrappedPicto$1Z;
3481
- exports.ZeroPercent = WrappedPicto$1_;
3489
+ exports.Plan = WrappedPicto$1j;
3490
+ exports.Plane = WrappedPicto$1k;
3491
+ exports.Play = WrappedPicto$1l;
3492
+ exports.PlusBold = WrappedPicto$1m;
3493
+ exports.PlusCircle = WrappedPicto$1n;
3494
+ exports.Print = WrappedPicto$1o;
3495
+ exports.QuestionMarkCircle = WrappedPicto$1p;
3496
+ exports.QuestionMarkCircleBold = WrappedPicto$1q;
3497
+ exports.QuoteClose = WrappedPicto$1r;
3498
+ exports.QuoteOpenPlain = WrappedPicto$1s;
3499
+ exports.Share = WrappedPicto$1t;
3500
+ exports.ShieldCheck = WrappedPicto$1u;
3501
+ exports.Smartphone = WrappedPicto$1v;
3502
+ exports.SmileyFrown = WrappedPicto$1w;
3503
+ exports.SmileyHappy = WrappedPicto$1x;
3504
+ exports.SmileyNeutral = WrappedPicto$1y;
3505
+ exports.SpeechBubble = WrappedPicto$1z;
3506
+ exports.SquareMeter = WrappedPicto$1A;
3507
+ exports.SquareMetersBold = WrappedPicto$1B;
3508
+ exports.Star = WrappedPicto$1E;
3509
+ exports.StarFilled = WrappedPicto$1C;
3510
+ exports.StarHalf = WrappedPicto$1D;
3511
+ exports.Tada = WrappedPicto$1F;
3512
+ exports.ThreeCircle = WrappedPicto$1G;
3513
+ exports.Times = WrappedPicto$1K;
3514
+ exports.TimesBold = WrappedPicto$1H;
3515
+ exports.TimesCircle = WrappedPicto$1J;
3516
+ exports.TimesCircleBold = WrappedPicto$1I;
3517
+ exports.Toast = WrappedPicto$1L;
3518
+ exports.Trash = WrappedPicto$1M;
3519
+ exports.Tree = WrappedPicto$1O;
3520
+ exports.TreePlain = WrappedPicto$1N;
3521
+ exports.Trustpilot = WrappedPicto$1P;
3522
+ exports.Tune = WrappedPicto$1Q;
3523
+ exports.Twitter = WrappedPicto$1S;
3524
+ exports.TwitterSmall = WrappedPicto$1R;
3525
+ exports.TwoCircle = WrappedPicto$1T;
3526
+ exports.TwoPeople = WrappedPicto$1U;
3527
+ exports.UserBook = WrappedPicto$1V;
3528
+ exports.UserCircle = WrappedPicto$1W;
3529
+ exports.UserId = WrappedPicto$1X;
3530
+ exports.UserStars = WrappedPicto$1Y;
3531
+ exports.Wall = WrappedPicto$1Z;
3532
+ exports.WorkingMan = WrappedPicto$1_;
3533
+ exports.Youtube = WrappedPicto$1$;
3534
+ exports.ZeroPercent = WrappedPicto$20;
3482
3535
  exports.manifest = manifest;
3483
3536
  //# sourceMappingURL=picto.js.map