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