@pretto/picto 2.23.0 → 3.0.1
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/Camera.js +54 -0
- package/cjs/Camera.js.map +1 -0
- package/cjs/FileCheck.js +58 -0
- package/cjs/FileCheck.js.map +1 -0
- package/cjs/picto.js +257 -201
- 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 +156 -102
- package/esm/picto.js.map +1 -1
- package/index.d.ts +121 -0
- package/package.json +5 -2
package/esm/picto.js
CHANGED
|
@@ -76,7 +76,7 @@ const useForceUpdate = () => {
|
|
|
76
76
|
return forceUpdate;
|
|
77
77
|
};
|
|
78
78
|
|
|
79
|
-
var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "Eye", "FacebookSmall", "Facebook", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
79
|
+
var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
|
|
80
80
|
|
|
81
81
|
var Archive = (({
|
|
82
82
|
as: Component = "svg",
|
|
@@ -511,6 +511,31 @@ function WrappedPicto$g(props) {
|
|
|
511
511
|
return optimise('p_Z8cP4v', /*#__PURE__*/React.createElement(Calendar, props));
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
+
var Camera = (({
|
|
515
|
+
as: Component = "svg",
|
|
516
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
517
|
+
d: "M15,3a2,2,0,0,1,2,2V9l7-4V19l-7-4v4a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V5A2,2,0,0,1,2,3Zm0,17a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1H2A1,1,0,0,0,1,5V19a1,1,0,0,0,1,1Zm2-9.85v3.7l6,3.43V6.72Z"
|
|
518
|
+
})),
|
|
519
|
+
...props
|
|
520
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
521
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
522
|
+
width: "24",
|
|
523
|
+
height: "24",
|
|
524
|
+
viewBox: "0 0 24 24",
|
|
525
|
+
fill: "currentColor"
|
|
526
|
+
}, props), children));
|
|
527
|
+
|
|
528
|
+
function WrappedPicto$h(props) {
|
|
529
|
+
const {
|
|
530
|
+
optimise,
|
|
531
|
+
refresh
|
|
532
|
+
} = useContext(PictoContext);
|
|
533
|
+
useEffect(() => {
|
|
534
|
+
refresh();
|
|
535
|
+
}, []);
|
|
536
|
+
return optimise('p_2nf8iD', /*#__PURE__*/React.createElement(Camera, props));
|
|
537
|
+
}
|
|
538
|
+
|
|
514
539
|
var ChalkboardTeacher = (({
|
|
515
540
|
as: Component = "svg",
|
|
516
541
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
@@ -525,7 +550,7 @@ var ChalkboardTeacher = (({
|
|
|
525
550
|
fill: "currentColor"
|
|
526
551
|
}, props), children));
|
|
527
552
|
|
|
528
|
-
function WrappedPicto$
|
|
553
|
+
function WrappedPicto$i(props) {
|
|
529
554
|
const {
|
|
530
555
|
optimise,
|
|
531
556
|
refresh
|
|
@@ -550,7 +575,7 @@ var ChartBar = (({
|
|
|
550
575
|
fill: "currentColor"
|
|
551
576
|
}, props), children));
|
|
552
577
|
|
|
553
|
-
function WrappedPicto$
|
|
578
|
+
function WrappedPicto$j(props) {
|
|
554
579
|
const {
|
|
555
580
|
optimise,
|
|
556
581
|
refresh
|
|
@@ -575,7 +600,7 @@ var CheckHandwrite = (({
|
|
|
575
600
|
fill: "currentColor"
|
|
576
601
|
}, props), children));
|
|
577
602
|
|
|
578
|
-
function WrappedPicto$
|
|
603
|
+
function WrappedPicto$k(props) {
|
|
579
604
|
const {
|
|
580
605
|
optimise,
|
|
581
606
|
refresh
|
|
@@ -600,7 +625,7 @@ var Check = (({
|
|
|
600
625
|
fill: "currentColor"
|
|
601
626
|
}, props), children));
|
|
602
627
|
|
|
603
|
-
function WrappedPicto$
|
|
628
|
+
function WrappedPicto$l(props) {
|
|
604
629
|
const {
|
|
605
630
|
optimise,
|
|
606
631
|
refresh
|
|
@@ -625,7 +650,7 @@ var ChevronDownBold = (({
|
|
|
625
650
|
fill: "currentColor"
|
|
626
651
|
}, props), children));
|
|
627
652
|
|
|
628
|
-
function WrappedPicto$
|
|
653
|
+
function WrappedPicto$m(props) {
|
|
629
654
|
const {
|
|
630
655
|
optimise,
|
|
631
656
|
refresh
|
|
@@ -650,7 +675,7 @@ var ChevronLeftBold = (({
|
|
|
650
675
|
fill: "currentColor"
|
|
651
676
|
}, props), children));
|
|
652
677
|
|
|
653
|
-
function WrappedPicto$
|
|
678
|
+
function WrappedPicto$n(props) {
|
|
654
679
|
const {
|
|
655
680
|
optimise,
|
|
656
681
|
refresh
|
|
@@ -675,7 +700,7 @@ var ChevronRightBold = (({
|
|
|
675
700
|
fill: "currentColor"
|
|
676
701
|
}, props), children));
|
|
677
702
|
|
|
678
|
-
function WrappedPicto$
|
|
703
|
+
function WrappedPicto$o(props) {
|
|
679
704
|
const {
|
|
680
705
|
optimise,
|
|
681
706
|
refresh
|
|
@@ -700,7 +725,7 @@ var ChevronUpBold = (({
|
|
|
700
725
|
fill: "currentColor"
|
|
701
726
|
}, props), children));
|
|
702
727
|
|
|
703
|
-
function WrappedPicto$
|
|
728
|
+
function WrappedPicto$p(props) {
|
|
704
729
|
const {
|
|
705
730
|
optimise,
|
|
706
731
|
refresh
|
|
@@ -726,7 +751,7 @@ var Clock = (({
|
|
|
726
751
|
fill: "currentColor"
|
|
727
752
|
}, props), children));
|
|
728
753
|
|
|
729
|
-
function WrappedPicto$
|
|
754
|
+
function WrappedPicto$q(props) {
|
|
730
755
|
const {
|
|
731
756
|
optimise,
|
|
732
757
|
refresh
|
|
@@ -751,7 +776,7 @@ var Cloud = (({
|
|
|
751
776
|
fill: "currentColor"
|
|
752
777
|
}, props), children));
|
|
753
778
|
|
|
754
|
-
function WrappedPicto$
|
|
779
|
+
function WrappedPicto$r(props) {
|
|
755
780
|
const {
|
|
756
781
|
optimise,
|
|
757
782
|
refresh
|
|
@@ -777,7 +802,7 @@ var CloudUpload = (({
|
|
|
777
802
|
fill: "currentColor"
|
|
778
803
|
}, props), children));
|
|
779
804
|
|
|
780
|
-
function WrappedPicto$
|
|
805
|
+
function WrappedPicto$s(props) {
|
|
781
806
|
const {
|
|
782
807
|
optimise,
|
|
783
808
|
refresh
|
|
@@ -803,7 +828,7 @@ var Coins = (({
|
|
|
803
828
|
fill: "currentColor"
|
|
804
829
|
}, props), children));
|
|
805
830
|
|
|
806
|
-
function WrappedPicto$
|
|
831
|
+
function WrappedPicto$t(props) {
|
|
807
832
|
const {
|
|
808
833
|
optimise,
|
|
809
834
|
refresh
|
|
@@ -829,7 +854,7 @@ var Crane = (({
|
|
|
829
854
|
fill: "currentColor"
|
|
830
855
|
}, props), children));
|
|
831
856
|
|
|
832
|
-
function WrappedPicto$
|
|
857
|
+
function WrappedPicto$u(props) {
|
|
833
858
|
const {
|
|
834
859
|
optimise,
|
|
835
860
|
refresh
|
|
@@ -855,7 +880,7 @@ var Crown = (({
|
|
|
855
880
|
fill: "currentColor"
|
|
856
881
|
}, props), children));
|
|
857
882
|
|
|
858
|
-
function WrappedPicto$
|
|
883
|
+
function WrappedPicto$v(props) {
|
|
859
884
|
const {
|
|
860
885
|
optimise,
|
|
861
886
|
refresh
|
|
@@ -882,7 +907,7 @@ var DoubleArrow = (({
|
|
|
882
907
|
fill: "currentColor"
|
|
883
908
|
}, props), children));
|
|
884
909
|
|
|
885
|
-
function WrappedPicto$
|
|
910
|
+
function WrappedPicto$w(props) {
|
|
886
911
|
const {
|
|
887
912
|
optimise,
|
|
888
913
|
refresh
|
|
@@ -907,7 +932,7 @@ var Download = (({
|
|
|
907
932
|
fill: "currentColor"
|
|
908
933
|
}, props), children));
|
|
909
934
|
|
|
910
|
-
function WrappedPicto$
|
|
935
|
+
function WrappedPicto$x(props) {
|
|
911
936
|
const {
|
|
912
937
|
optimise,
|
|
913
938
|
refresh
|
|
@@ -932,7 +957,7 @@ var Envelope = (({
|
|
|
932
957
|
fill: "currentColor"
|
|
933
958
|
}, props), children));
|
|
934
959
|
|
|
935
|
-
function WrappedPicto$
|
|
960
|
+
function WrappedPicto$y(props) {
|
|
936
961
|
const {
|
|
937
962
|
optimise,
|
|
938
963
|
refresh
|
|
@@ -965,7 +990,7 @@ var EqualBold = (({
|
|
|
965
990
|
fill: "currentColor"
|
|
966
991
|
}, props), children));
|
|
967
992
|
|
|
968
|
-
function WrappedPicto$
|
|
993
|
+
function WrappedPicto$z(props) {
|
|
969
994
|
const {
|
|
970
995
|
optimise,
|
|
971
996
|
refresh
|
|
@@ -991,7 +1016,7 @@ var EqualCircle = (({
|
|
|
991
1016
|
fill: "currentColor"
|
|
992
1017
|
}, props), children));
|
|
993
1018
|
|
|
994
|
-
function WrappedPicto$
|
|
1019
|
+
function WrappedPicto$A(props) {
|
|
995
1020
|
const {
|
|
996
1021
|
optimise,
|
|
997
1022
|
refresh
|
|
@@ -1016,7 +1041,7 @@ var Euro = (({
|
|
|
1016
1041
|
fill: "currentColor"
|
|
1017
1042
|
}, props), children));
|
|
1018
1043
|
|
|
1019
|
-
function WrappedPicto$
|
|
1044
|
+
function WrappedPicto$B(props) {
|
|
1020
1045
|
const {
|
|
1021
1046
|
optimise,
|
|
1022
1047
|
refresh
|
|
@@ -1042,7 +1067,7 @@ var ExclamationMarkCircle = (({
|
|
|
1042
1067
|
fill: "currentColor"
|
|
1043
1068
|
}, props), children));
|
|
1044
1069
|
|
|
1045
|
-
function WrappedPicto$
|
|
1070
|
+
function WrappedPicto$C(props) {
|
|
1046
1071
|
const {
|
|
1047
1072
|
optimise,
|
|
1048
1073
|
refresh
|
|
@@ -1067,7 +1092,7 @@ var ExclamationMarkTriangle = (({
|
|
|
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 ExclamationMarkCircleBold = (({
|
|
|
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
|
|
@@ -1119,7 +1144,7 @@ var ExclamationMarkTriangleBold = (({
|
|
|
1119
1144
|
fill: "currentColor"
|
|
1120
1145
|
}, props), children));
|
|
1121
1146
|
|
|
1122
|
-
function WrappedPicto$
|
|
1147
|
+
function WrappedPicto$F(props) {
|
|
1123
1148
|
const {
|
|
1124
1149
|
optimise,
|
|
1125
1150
|
refresh
|
|
@@ -1145,7 +1170,7 @@ var Eye = (({
|
|
|
1145
1170
|
fill: "currentColor"
|
|
1146
1171
|
}, props), children));
|
|
1147
1172
|
|
|
1148
|
-
function WrappedPicto$
|
|
1173
|
+
function WrappedPicto$G(props) {
|
|
1149
1174
|
const {
|
|
1150
1175
|
optimise,
|
|
1151
1176
|
refresh
|
|
@@ -1170,7 +1195,7 @@ var FacebookSmall = (({
|
|
|
1170
1195
|
fill: "currentColor"
|
|
1171
1196
|
}, props), children));
|
|
1172
1197
|
|
|
1173
|
-
function WrappedPicto$
|
|
1198
|
+
function WrappedPicto$H(props) {
|
|
1174
1199
|
const {
|
|
1175
1200
|
optimise,
|
|
1176
1201
|
refresh
|
|
@@ -1195,7 +1220,7 @@ var Facebook = (({
|
|
|
1195
1220
|
fill: "currentColor"
|
|
1196
1221
|
}, props), children));
|
|
1197
1222
|
|
|
1198
|
-
function WrappedPicto$
|
|
1223
|
+
function WrappedPicto$I(props) {
|
|
1199
1224
|
const {
|
|
1200
1225
|
optimise,
|
|
1201
1226
|
refresh
|
|
@@ -1206,6 +1231,35 @@ function WrappedPicto$H(props) {
|
|
|
1206
1231
|
return optimise('p_EyY0U', /*#__PURE__*/React.createElement(Facebook, props));
|
|
1207
1232
|
}
|
|
1208
1233
|
|
|
1234
|
+
var FileCheck = (({
|
|
1235
|
+
as: Component = "svg",
|
|
1236
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
1237
|
+
d: "M16.9999 11.0309L11.0079 17.6539L7.33594 13.7229L8.03694 13.0399L11.0449 16.2239L16.2719 10.3459L16.9999 11.0309Z"
|
|
1238
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1239
|
+
fillRule: "evenodd",
|
|
1240
|
+
clipRule: "evenodd",
|
|
1241
|
+
d: "M2 24H22V6L16 0H2V24ZM3 1H15V7H21V23H3V1ZM20.586 6H16V1.414L20.586 6Z"
|
|
1242
|
+
})),
|
|
1243
|
+
...props
|
|
1244
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
1245
|
+
width: "24",
|
|
1246
|
+
height: "24",
|
|
1247
|
+
viewBox: "0 0 24 24",
|
|
1248
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1249
|
+
fill: "currentColor"
|
|
1250
|
+
}, props), children));
|
|
1251
|
+
|
|
1252
|
+
function WrappedPicto$J(props) {
|
|
1253
|
+
const {
|
|
1254
|
+
optimise,
|
|
1255
|
+
refresh
|
|
1256
|
+
} = useContext(PictoContext);
|
|
1257
|
+
useEffect(() => {
|
|
1258
|
+
refresh();
|
|
1259
|
+
}, []);
|
|
1260
|
+
return optimise('p_LLbJ6', /*#__PURE__*/React.createElement(FileCheck, props));
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1209
1263
|
var File = (({
|
|
1210
1264
|
as: Component = "svg",
|
|
1211
1265
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1220,7 +1274,7 @@ var File = (({
|
|
|
1220
1274
|
fill: "currentColor"
|
|
1221
1275
|
}, props), children));
|
|
1222
1276
|
|
|
1223
|
-
function WrappedPicto$
|
|
1277
|
+
function WrappedPicto$K(props) {
|
|
1224
1278
|
const {
|
|
1225
1279
|
optimise,
|
|
1226
1280
|
refresh
|
|
@@ -1246,7 +1300,7 @@ var Files = (({
|
|
|
1246
1300
|
fill: "currentColor"
|
|
1247
1301
|
}, props), children));
|
|
1248
1302
|
|
|
1249
|
-
function WrappedPicto$
|
|
1303
|
+
function WrappedPicto$L(props) {
|
|
1250
1304
|
const {
|
|
1251
1305
|
optimise,
|
|
1252
1306
|
refresh
|
|
@@ -1271,7 +1325,7 @@ var Filter = (({
|
|
|
1271
1325
|
fill: "currentColor"
|
|
1272
1326
|
}, props), children));
|
|
1273
1327
|
|
|
1274
|
-
function WrappedPicto$
|
|
1328
|
+
function WrappedPicto$M(props) {
|
|
1275
1329
|
const {
|
|
1276
1330
|
optimise,
|
|
1277
1331
|
refresh
|
|
@@ -1297,7 +1351,7 @@ var FirstCircle = (({
|
|
|
1297
1351
|
fill: "currentColor"
|
|
1298
1352
|
}, props), children));
|
|
1299
1353
|
|
|
1300
|
-
function WrappedPicto$
|
|
1354
|
+
function WrappedPicto$N(props) {
|
|
1301
1355
|
const {
|
|
1302
1356
|
optimise,
|
|
1303
1357
|
refresh
|
|
@@ -1323,7 +1377,7 @@ var Flag = (({
|
|
|
1323
1377
|
fill: "currentColor"
|
|
1324
1378
|
}, props), children));
|
|
1325
1379
|
|
|
1326
|
-
function WrappedPicto$
|
|
1380
|
+
function WrappedPicto$O(props) {
|
|
1327
1381
|
const {
|
|
1328
1382
|
optimise,
|
|
1329
1383
|
refresh
|
|
@@ -1348,7 +1402,7 @@ var FolderOpen = (({
|
|
|
1348
1402
|
fill: "currentColor"
|
|
1349
1403
|
}, props), children));
|
|
1350
1404
|
|
|
1351
|
-
function WrappedPicto$
|
|
1405
|
+
function WrappedPicto$P(props) {
|
|
1352
1406
|
const {
|
|
1353
1407
|
optimise,
|
|
1354
1408
|
refresh
|
|
@@ -1374,7 +1428,7 @@ var Folder = (({
|
|
|
1374
1428
|
fill: "currentColor"
|
|
1375
1429
|
}, props), children));
|
|
1376
1430
|
|
|
1377
|
-
function WrappedPicto$
|
|
1431
|
+
function WrappedPicto$Q(props) {
|
|
1378
1432
|
const {
|
|
1379
1433
|
optimise,
|
|
1380
1434
|
refresh
|
|
@@ -1400,7 +1454,7 @@ var FourCircle = (({
|
|
|
1400
1454
|
fill: "currentColor"
|
|
1401
1455
|
}, props), children));
|
|
1402
1456
|
|
|
1403
|
-
function WrappedPicto$
|
|
1457
|
+
function WrappedPicto$R(props) {
|
|
1404
1458
|
const {
|
|
1405
1459
|
optimise,
|
|
1406
1460
|
refresh
|
|
@@ -1425,7 +1479,7 @@ var Globe = (({
|
|
|
1425
1479
|
fill: "currentColor"
|
|
1426
1480
|
}, props), children));
|
|
1427
1481
|
|
|
1428
|
-
function WrappedPicto$
|
|
1482
|
+
function WrappedPicto$S(props) {
|
|
1429
1483
|
const {
|
|
1430
1484
|
optimise,
|
|
1431
1485
|
refresh
|
|
@@ -1450,7 +1504,7 @@ var GraduationCap = (({
|
|
|
1450
1504
|
fill: "currentColor"
|
|
1451
1505
|
}, props), children));
|
|
1452
1506
|
|
|
1453
|
-
function WrappedPicto$
|
|
1507
|
+
function WrappedPicto$T(props) {
|
|
1454
1508
|
const {
|
|
1455
1509
|
optimise,
|
|
1456
1510
|
refresh
|
|
@@ -1476,7 +1530,7 @@ var HandCoin = (({
|
|
|
1476
1530
|
fill: "currentColor"
|
|
1477
1531
|
}, props), children));
|
|
1478
1532
|
|
|
1479
|
-
function WrappedPicto$
|
|
1533
|
+
function WrappedPicto$U(props) {
|
|
1480
1534
|
const {
|
|
1481
1535
|
optimise,
|
|
1482
1536
|
refresh
|
|
@@ -1502,7 +1556,7 @@ var HeartPlain = (({
|
|
|
1502
1556
|
fill: "currentColor"
|
|
1503
1557
|
}, props), children));
|
|
1504
1558
|
|
|
1505
|
-
function WrappedPicto$
|
|
1559
|
+
function WrappedPicto$V(props) {
|
|
1506
1560
|
const {
|
|
1507
1561
|
optimise,
|
|
1508
1562
|
refresh
|
|
@@ -1527,7 +1581,7 @@ var Heart = (({
|
|
|
1527
1581
|
fill: "currentColor"
|
|
1528
1582
|
}, props), children));
|
|
1529
1583
|
|
|
1530
|
-
function WrappedPicto$
|
|
1584
|
+
function WrappedPicto$W(props) {
|
|
1531
1585
|
const {
|
|
1532
1586
|
optimise,
|
|
1533
1587
|
refresh
|
|
@@ -1553,7 +1607,7 @@ var HorseChase = (({
|
|
|
1553
1607
|
fill: "currentColor"
|
|
1554
1608
|
}, props), children));
|
|
1555
1609
|
|
|
1556
|
-
function WrappedPicto$
|
|
1610
|
+
function WrappedPicto$X(props) {
|
|
1557
1611
|
const {
|
|
1558
1612
|
optimise,
|
|
1559
1613
|
refresh
|
|
@@ -1578,7 +1632,7 @@ var House = (({
|
|
|
1578
1632
|
fill: "currentColor"
|
|
1579
1633
|
}, props), children));
|
|
1580
1634
|
|
|
1581
|
-
function WrappedPicto$
|
|
1635
|
+
function WrappedPicto$Y(props) {
|
|
1582
1636
|
const {
|
|
1583
1637
|
optimise,
|
|
1584
1638
|
refresh
|
|
@@ -1604,7 +1658,7 @@ var InfoCircle = (({
|
|
|
1604
1658
|
fill: "currentColor"
|
|
1605
1659
|
}, props), children));
|
|
1606
1660
|
|
|
1607
|
-
function WrappedPicto$
|
|
1661
|
+
function WrappedPicto$Z(props) {
|
|
1608
1662
|
const {
|
|
1609
1663
|
optimise,
|
|
1610
1664
|
refresh
|
|
@@ -1633,7 +1687,7 @@ var Instagram = (({
|
|
|
1633
1687
|
fill: "currentColor"
|
|
1634
1688
|
}, props), children));
|
|
1635
1689
|
|
|
1636
|
-
function WrappedPicto$
|
|
1690
|
+
function WrappedPicto$_(props) {
|
|
1637
1691
|
const {
|
|
1638
1692
|
optimise,
|
|
1639
1693
|
refresh
|
|
@@ -1659,7 +1713,7 @@ var Key = (({
|
|
|
1659
1713
|
fill: "currentColor"
|
|
1660
1714
|
}, props), children));
|
|
1661
1715
|
|
|
1662
|
-
function WrappedPicto
|
|
1716
|
+
function WrappedPicto$$(props) {
|
|
1663
1717
|
const {
|
|
1664
1718
|
optimise,
|
|
1665
1719
|
refresh
|
|
@@ -1684,7 +1738,7 @@ var LightningBolt = (({
|
|
|
1684
1738
|
fill: "currentColor"
|
|
1685
1739
|
}, props), children));
|
|
1686
1740
|
|
|
1687
|
-
function WrappedPicto$
|
|
1741
|
+
function WrappedPicto$10(props) {
|
|
1688
1742
|
const {
|
|
1689
1743
|
optimise,
|
|
1690
1744
|
refresh
|
|
@@ -1709,7 +1763,7 @@ var Link = (({
|
|
|
1709
1763
|
fill: "currentColor"
|
|
1710
1764
|
}, props), children));
|
|
1711
1765
|
|
|
1712
|
-
function WrappedPicto
|
|
1766
|
+
function WrappedPicto$11(props) {
|
|
1713
1767
|
const {
|
|
1714
1768
|
optimise,
|
|
1715
1769
|
refresh
|
|
@@ -1734,7 +1788,7 @@ var Lock = (({
|
|
|
1734
1788
|
fill: "currentColor"
|
|
1735
1789
|
}, props), children));
|
|
1736
1790
|
|
|
1737
|
-
function WrappedPicto$
|
|
1791
|
+
function WrappedPicto$12(props) {
|
|
1738
1792
|
const {
|
|
1739
1793
|
optimise,
|
|
1740
1794
|
refresh
|
|
@@ -1759,7 +1813,7 @@ var MagicWand = (({
|
|
|
1759
1813
|
fill: "currentColor"
|
|
1760
1814
|
}, props), children));
|
|
1761
1815
|
|
|
1762
|
-
function WrappedPicto$
|
|
1816
|
+
function WrappedPicto$13(props) {
|
|
1763
1817
|
const {
|
|
1764
1818
|
optimise,
|
|
1765
1819
|
refresh
|
|
@@ -1784,7 +1838,7 @@ var MagnifyingGlassLeft = (({
|
|
|
1784
1838
|
fill: "currentColor"
|
|
1785
1839
|
}, props), children));
|
|
1786
1840
|
|
|
1787
|
-
function WrappedPicto$
|
|
1841
|
+
function WrappedPicto$14(props) {
|
|
1788
1842
|
const {
|
|
1789
1843
|
optimise,
|
|
1790
1844
|
refresh
|
|
@@ -1809,7 +1863,7 @@ var Marker = (({
|
|
|
1809
1863
|
fill: "currentColor"
|
|
1810
1864
|
}, props), children));
|
|
1811
1865
|
|
|
1812
|
-
function WrappedPicto$
|
|
1866
|
+
function WrappedPicto$15(props) {
|
|
1813
1867
|
const {
|
|
1814
1868
|
optimise,
|
|
1815
1869
|
refresh
|
|
@@ -1834,7 +1888,7 @@ var Microphone = (({
|
|
|
1834
1888
|
fill: "currentColor"
|
|
1835
1889
|
}, props), children));
|
|
1836
1890
|
|
|
1837
|
-
function WrappedPicto$
|
|
1891
|
+
function WrappedPicto$16(props) {
|
|
1838
1892
|
const {
|
|
1839
1893
|
optimise,
|
|
1840
1894
|
refresh
|
|
@@ -1862,7 +1916,7 @@ var MinusBold = (({
|
|
|
1862
1916
|
fill: "currentColor"
|
|
1863
1917
|
}, props), children));
|
|
1864
1918
|
|
|
1865
|
-
function WrappedPicto$
|
|
1919
|
+
function WrappedPicto$17(props) {
|
|
1866
1920
|
const {
|
|
1867
1921
|
optimise,
|
|
1868
1922
|
refresh
|
|
@@ -1888,7 +1942,7 @@ var MinusCircle = (({
|
|
|
1888
1942
|
fill: "currentColor"
|
|
1889
1943
|
}, props), children));
|
|
1890
1944
|
|
|
1891
|
-
function WrappedPicto$
|
|
1945
|
+
function WrappedPicto$18(props) {
|
|
1892
1946
|
const {
|
|
1893
1947
|
optimise,
|
|
1894
1948
|
refresh
|
|
@@ -1913,7 +1967,7 @@ var Paperclip = (({
|
|
|
1913
1967
|
fill: "currentColor"
|
|
1914
1968
|
}, props), children));
|
|
1915
1969
|
|
|
1916
|
-
function WrappedPicto$
|
|
1970
|
+
function WrappedPicto$19(props) {
|
|
1917
1971
|
const {
|
|
1918
1972
|
optimise,
|
|
1919
1973
|
refresh
|
|
@@ -1938,7 +1992,7 @@ var Pen = (({
|
|
|
1938
1992
|
fill: "currentColor"
|
|
1939
1993
|
}, props), children));
|
|
1940
1994
|
|
|
1941
|
-
function WrappedPicto$
|
|
1995
|
+
function WrappedPicto$1a(props) {
|
|
1942
1996
|
const {
|
|
1943
1997
|
optimise,
|
|
1944
1998
|
refresh
|
|
@@ -1964,7 +2018,7 @@ var Percent = (({
|
|
|
1964
2018
|
fill: "currentColor"
|
|
1965
2019
|
}, props), children));
|
|
1966
2020
|
|
|
1967
|
-
function WrappedPicto$
|
|
2021
|
+
function WrappedPicto$1b(props) {
|
|
1968
2022
|
const {
|
|
1969
2023
|
optimise,
|
|
1970
2024
|
refresh
|
|
@@ -1989,7 +2043,7 @@ var Phone = (({
|
|
|
1989
2043
|
fill: "currentColor"
|
|
1990
2044
|
}, props), children));
|
|
1991
2045
|
|
|
1992
|
-
function WrappedPicto$
|
|
2046
|
+
function WrappedPicto$1c(props) {
|
|
1993
2047
|
const {
|
|
1994
2048
|
optimise,
|
|
1995
2049
|
refresh
|
|
@@ -2014,7 +2068,7 @@ var Plan = (({
|
|
|
2014
2068
|
fill: "currentColor"
|
|
2015
2069
|
}, props), children));
|
|
2016
2070
|
|
|
2017
|
-
function WrappedPicto$
|
|
2071
|
+
function WrappedPicto$1d(props) {
|
|
2018
2072
|
const {
|
|
2019
2073
|
optimise,
|
|
2020
2074
|
refresh
|
|
@@ -2039,7 +2093,7 @@ var PlusBold = (({
|
|
|
2039
2093
|
fill: "currentColor"
|
|
2040
2094
|
}, props), children));
|
|
2041
2095
|
|
|
2042
|
-
function WrappedPicto$
|
|
2096
|
+
function WrappedPicto$1e(props) {
|
|
2043
2097
|
const {
|
|
2044
2098
|
optimise,
|
|
2045
2099
|
refresh
|
|
@@ -2065,7 +2119,7 @@ var PlusCircle = (({
|
|
|
2065
2119
|
fill: "currentColor"
|
|
2066
2120
|
}, props), children));
|
|
2067
2121
|
|
|
2068
|
-
function WrappedPicto$
|
|
2122
|
+
function WrappedPicto$1f(props) {
|
|
2069
2123
|
const {
|
|
2070
2124
|
optimise,
|
|
2071
2125
|
refresh
|
|
@@ -2090,7 +2144,7 @@ var Print = (({
|
|
|
2090
2144
|
fill: "currentColor"
|
|
2091
2145
|
}, props), children));
|
|
2092
2146
|
|
|
2093
|
-
function WrappedPicto$
|
|
2147
|
+
function WrappedPicto$1g(props) {
|
|
2094
2148
|
const {
|
|
2095
2149
|
optimise,
|
|
2096
2150
|
refresh
|
|
@@ -2116,7 +2170,7 @@ var QuestionMarkCircle = (({
|
|
|
2116
2170
|
fill: "currentColor"
|
|
2117
2171
|
}, props), children));
|
|
2118
2172
|
|
|
2119
|
-
function WrappedPicto$
|
|
2173
|
+
function WrappedPicto$1h(props) {
|
|
2120
2174
|
const {
|
|
2121
2175
|
optimise,
|
|
2122
2176
|
refresh
|
|
@@ -2142,7 +2196,7 @@ var QuestionMarkCircleBold = (({
|
|
|
2142
2196
|
fill: "currentColor"
|
|
2143
2197
|
}, props), children));
|
|
2144
2198
|
|
|
2145
|
-
function WrappedPicto$
|
|
2199
|
+
function WrappedPicto$1i(props) {
|
|
2146
2200
|
const {
|
|
2147
2201
|
optimise,
|
|
2148
2202
|
refresh
|
|
@@ -2167,7 +2221,7 @@ var QuoteClose = (({
|
|
|
2167
2221
|
fill: "currentColor"
|
|
2168
2222
|
}, props), children));
|
|
2169
2223
|
|
|
2170
|
-
function WrappedPicto$
|
|
2224
|
+
function WrappedPicto$1j(props) {
|
|
2171
2225
|
const {
|
|
2172
2226
|
optimise,
|
|
2173
2227
|
refresh
|
|
@@ -2192,7 +2246,7 @@ var QuoteOpenPlain = (({
|
|
|
2192
2246
|
fill: "currentColor"
|
|
2193
2247
|
}, props), children));
|
|
2194
2248
|
|
|
2195
|
-
function WrappedPicto$
|
|
2249
|
+
function WrappedPicto$1k(props) {
|
|
2196
2250
|
const {
|
|
2197
2251
|
optimise,
|
|
2198
2252
|
refresh
|
|
@@ -2218,7 +2272,7 @@ var Share = (({
|
|
|
2218
2272
|
fill: "currentColor"
|
|
2219
2273
|
}, props), children));
|
|
2220
2274
|
|
|
2221
|
-
function WrappedPicto$
|
|
2275
|
+
function WrappedPicto$1l(props) {
|
|
2222
2276
|
const {
|
|
2223
2277
|
optimise,
|
|
2224
2278
|
refresh
|
|
@@ -2243,7 +2297,7 @@ var ShieldCheck = (({
|
|
|
2243
2297
|
fill: "currentColor"
|
|
2244
2298
|
}, props), children));
|
|
2245
2299
|
|
|
2246
|
-
function WrappedPicto$
|
|
2300
|
+
function WrappedPicto$1m(props) {
|
|
2247
2301
|
const {
|
|
2248
2302
|
optimise,
|
|
2249
2303
|
refresh
|
|
@@ -2268,7 +2322,7 @@ var Smartphone = (({
|
|
|
2268
2322
|
fill: "currentColor"
|
|
2269
2323
|
}, props), children));
|
|
2270
2324
|
|
|
2271
|
-
function WrappedPicto$
|
|
2325
|
+
function WrappedPicto$1n(props) {
|
|
2272
2326
|
const {
|
|
2273
2327
|
optimise,
|
|
2274
2328
|
refresh
|
|
@@ -2294,7 +2348,7 @@ var SmileyFrown = (({
|
|
|
2294
2348
|
fill: "currentColor"
|
|
2295
2349
|
}, props), children));
|
|
2296
2350
|
|
|
2297
|
-
function WrappedPicto$
|
|
2351
|
+
function WrappedPicto$1o(props) {
|
|
2298
2352
|
const {
|
|
2299
2353
|
optimise,
|
|
2300
2354
|
refresh
|
|
@@ -2320,7 +2374,7 @@ var SmileyHappy = (({
|
|
|
2320
2374
|
fill: "currentColor"
|
|
2321
2375
|
}, props), children));
|
|
2322
2376
|
|
|
2323
|
-
function WrappedPicto$
|
|
2377
|
+
function WrappedPicto$1p(props) {
|
|
2324
2378
|
const {
|
|
2325
2379
|
optimise,
|
|
2326
2380
|
refresh
|
|
@@ -2346,7 +2400,7 @@ var SmileyNeutral = (({
|
|
|
2346
2400
|
fill: "currentColor"
|
|
2347
2401
|
}, props), children));
|
|
2348
2402
|
|
|
2349
|
-
function WrappedPicto$
|
|
2403
|
+
function WrappedPicto$1q(props) {
|
|
2350
2404
|
const {
|
|
2351
2405
|
optimise,
|
|
2352
2406
|
refresh
|
|
@@ -2371,7 +2425,7 @@ var SpeechBubble = (({
|
|
|
2371
2425
|
fill: "currentColor"
|
|
2372
2426
|
}, props), children));
|
|
2373
2427
|
|
|
2374
|
-
function WrappedPicto$
|
|
2428
|
+
function WrappedPicto$1r(props) {
|
|
2375
2429
|
const {
|
|
2376
2430
|
optimise,
|
|
2377
2431
|
refresh
|
|
@@ -2398,7 +2452,7 @@ var SquareMeter = (({
|
|
|
2398
2452
|
fill: "currentColor"
|
|
2399
2453
|
}, props), children));
|
|
2400
2454
|
|
|
2401
|
-
function WrappedPicto$
|
|
2455
|
+
function WrappedPicto$1s(props) {
|
|
2402
2456
|
const {
|
|
2403
2457
|
optimise,
|
|
2404
2458
|
refresh
|
|
@@ -2425,7 +2479,7 @@ var StarFilled = (({
|
|
|
2425
2479
|
fill: "currentColor"
|
|
2426
2480
|
}, props), children));
|
|
2427
2481
|
|
|
2428
|
-
function WrappedPicto$
|
|
2482
|
+
function WrappedPicto$1t(props) {
|
|
2429
2483
|
const {
|
|
2430
2484
|
optimise,
|
|
2431
2485
|
refresh
|
|
@@ -2452,7 +2506,7 @@ var StarHalf = (({
|
|
|
2452
2506
|
fill: "currentColor"
|
|
2453
2507
|
}, props), children));
|
|
2454
2508
|
|
|
2455
|
-
function WrappedPicto$
|
|
2509
|
+
function WrappedPicto$1u(props) {
|
|
2456
2510
|
const {
|
|
2457
2511
|
optimise,
|
|
2458
2512
|
refresh
|
|
@@ -2477,7 +2531,7 @@ var Star = (({
|
|
|
2477
2531
|
fill: "currentColor"
|
|
2478
2532
|
}, props), children));
|
|
2479
2533
|
|
|
2480
|
-
function WrappedPicto$
|
|
2534
|
+
function WrappedPicto$1v(props) {
|
|
2481
2535
|
const {
|
|
2482
2536
|
optimise,
|
|
2483
2537
|
refresh
|
|
@@ -2502,7 +2556,7 @@ var Tada = (({
|
|
|
2502
2556
|
fill: "currentColor"
|
|
2503
2557
|
}, props), children));
|
|
2504
2558
|
|
|
2505
|
-
function WrappedPicto$
|
|
2559
|
+
function WrappedPicto$1w(props) {
|
|
2506
2560
|
const {
|
|
2507
2561
|
optimise,
|
|
2508
2562
|
refresh
|
|
@@ -2528,7 +2582,7 @@ var ThreeCircle = (({
|
|
|
2528
2582
|
fill: "currentColor"
|
|
2529
2583
|
}, props), children));
|
|
2530
2584
|
|
|
2531
|
-
function WrappedPicto$
|
|
2585
|
+
function WrappedPicto$1x(props) {
|
|
2532
2586
|
const {
|
|
2533
2587
|
optimise,
|
|
2534
2588
|
refresh
|
|
@@ -2553,7 +2607,7 @@ var TimesBold = (({
|
|
|
2553
2607
|
fill: "currentColor"
|
|
2554
2608
|
}, props), children));
|
|
2555
2609
|
|
|
2556
|
-
function WrappedPicto$
|
|
2610
|
+
function WrappedPicto$1y(props) {
|
|
2557
2611
|
const {
|
|
2558
2612
|
optimise,
|
|
2559
2613
|
refresh
|
|
@@ -2580,7 +2634,7 @@ var TimesCircleBold = (({
|
|
|
2580
2634
|
fill: "currentColor"
|
|
2581
2635
|
}, props), children));
|
|
2582
2636
|
|
|
2583
|
-
function WrappedPicto$
|
|
2637
|
+
function WrappedPicto$1z(props) {
|
|
2584
2638
|
const {
|
|
2585
2639
|
optimise,
|
|
2586
2640
|
refresh
|
|
@@ -2606,7 +2660,7 @@ var TimesCircle = (({
|
|
|
2606
2660
|
fill: "currentColor"
|
|
2607
2661
|
}, props), children));
|
|
2608
2662
|
|
|
2609
|
-
function WrappedPicto$
|
|
2663
|
+
function WrappedPicto$1A(props) {
|
|
2610
2664
|
const {
|
|
2611
2665
|
optimise,
|
|
2612
2666
|
refresh
|
|
@@ -2631,7 +2685,7 @@ var Times = (({
|
|
|
2631
2685
|
fill: "currentColor"
|
|
2632
2686
|
}, props), children));
|
|
2633
2687
|
|
|
2634
|
-
function WrappedPicto$
|
|
2688
|
+
function WrappedPicto$1B(props) {
|
|
2635
2689
|
const {
|
|
2636
2690
|
optimise,
|
|
2637
2691
|
refresh
|
|
@@ -2656,7 +2710,7 @@ var Toast = (({
|
|
|
2656
2710
|
fill: "currentColor"
|
|
2657
2711
|
}, props), children));
|
|
2658
2712
|
|
|
2659
|
-
function WrappedPicto$
|
|
2713
|
+
function WrappedPicto$1C(props) {
|
|
2660
2714
|
const {
|
|
2661
2715
|
optimise,
|
|
2662
2716
|
refresh
|
|
@@ -2681,7 +2735,7 @@ var Trash = (({
|
|
|
2681
2735
|
fill: "currentColor"
|
|
2682
2736
|
}, props), children));
|
|
2683
2737
|
|
|
2684
|
-
function WrappedPicto$
|
|
2738
|
+
function WrappedPicto$1D(props) {
|
|
2685
2739
|
const {
|
|
2686
2740
|
optimise,
|
|
2687
2741
|
refresh
|
|
@@ -2706,7 +2760,7 @@ var TreePlain = (({
|
|
|
2706
2760
|
fill: "currentColor"
|
|
2707
2761
|
}, props), children));
|
|
2708
2762
|
|
|
2709
|
-
function WrappedPicto$
|
|
2763
|
+
function WrappedPicto$1E(props) {
|
|
2710
2764
|
const {
|
|
2711
2765
|
optimise,
|
|
2712
2766
|
refresh
|
|
@@ -2732,7 +2786,7 @@ var Tree = (({
|
|
|
2732
2786
|
fill: "currentColor"
|
|
2733
2787
|
}, props), children));
|
|
2734
2788
|
|
|
2735
|
-
function WrappedPicto$
|
|
2789
|
+
function WrappedPicto$1F(props) {
|
|
2736
2790
|
const {
|
|
2737
2791
|
optimise,
|
|
2738
2792
|
refresh
|
|
@@ -2757,7 +2811,7 @@ var Trustpilot = (({
|
|
|
2757
2811
|
fill: "currentColor"
|
|
2758
2812
|
}, props), children));
|
|
2759
2813
|
|
|
2760
|
-
function WrappedPicto$
|
|
2814
|
+
function WrappedPicto$1G(props) {
|
|
2761
2815
|
const {
|
|
2762
2816
|
optimise,
|
|
2763
2817
|
refresh
|
|
@@ -2783,7 +2837,7 @@ var Tune = (({
|
|
|
2783
2837
|
fill: "currentColor"
|
|
2784
2838
|
}, props), children));
|
|
2785
2839
|
|
|
2786
|
-
function WrappedPicto$
|
|
2840
|
+
function WrappedPicto$1H(props) {
|
|
2787
2841
|
const {
|
|
2788
2842
|
optimise,
|
|
2789
2843
|
refresh
|
|
@@ -2808,7 +2862,7 @@ var TwitterSmall = (({
|
|
|
2808
2862
|
fill: "currentColor"
|
|
2809
2863
|
}, props), children));
|
|
2810
2864
|
|
|
2811
|
-
function WrappedPicto$
|
|
2865
|
+
function WrappedPicto$1I(props) {
|
|
2812
2866
|
const {
|
|
2813
2867
|
optimise,
|
|
2814
2868
|
refresh
|
|
@@ -2833,7 +2887,7 @@ var Twitter = (({
|
|
|
2833
2887
|
fill: "currentColor"
|
|
2834
2888
|
}, props), children));
|
|
2835
2889
|
|
|
2836
|
-
function WrappedPicto$
|
|
2890
|
+
function WrappedPicto$1J(props) {
|
|
2837
2891
|
const {
|
|
2838
2892
|
optimise,
|
|
2839
2893
|
refresh
|
|
@@ -2858,7 +2912,7 @@ var TwoCircle = (({
|
|
|
2858
2912
|
fill: "currentColor"
|
|
2859
2913
|
}, props), children));
|
|
2860
2914
|
|
|
2861
|
-
function WrappedPicto$
|
|
2915
|
+
function WrappedPicto$1K(props) {
|
|
2862
2916
|
const {
|
|
2863
2917
|
optimise,
|
|
2864
2918
|
refresh
|
|
@@ -2883,7 +2937,7 @@ var UserBook = (({
|
|
|
2883
2937
|
fill: "currentColor"
|
|
2884
2938
|
}, props), children));
|
|
2885
2939
|
|
|
2886
|
-
function WrappedPicto$
|
|
2940
|
+
function WrappedPicto$1L(props) {
|
|
2887
2941
|
const {
|
|
2888
2942
|
optimise,
|
|
2889
2943
|
refresh
|
|
@@ -2908,7 +2962,7 @@ var UserCircle = (({
|
|
|
2908
2962
|
fill: "currentColor"
|
|
2909
2963
|
}, props), children));
|
|
2910
2964
|
|
|
2911
|
-
function WrappedPicto$
|
|
2965
|
+
function WrappedPicto$1M(props) {
|
|
2912
2966
|
const {
|
|
2913
2967
|
optimise,
|
|
2914
2968
|
refresh
|
|
@@ -2934,7 +2988,7 @@ var UserId = (({
|
|
|
2934
2988
|
fill: "currentColor"
|
|
2935
2989
|
}, props), children));
|
|
2936
2990
|
|
|
2937
|
-
function WrappedPicto$
|
|
2991
|
+
function WrappedPicto$1N(props) {
|
|
2938
2992
|
const {
|
|
2939
2993
|
optimise,
|
|
2940
2994
|
refresh
|
|
@@ -2959,7 +3013,7 @@ var UserStars = (({
|
|
|
2959
3013
|
fill: "currentColor"
|
|
2960
3014
|
}, props), children));
|
|
2961
3015
|
|
|
2962
|
-
function WrappedPicto$
|
|
3016
|
+
function WrappedPicto$1O(props) {
|
|
2963
3017
|
const {
|
|
2964
3018
|
optimise,
|
|
2965
3019
|
refresh
|
|
@@ -2984,7 +3038,7 @@ var Wall = (({
|
|
|
2984
3038
|
fill: "currentColor"
|
|
2985
3039
|
}, props), children));
|
|
2986
3040
|
|
|
2987
|
-
function WrappedPicto$
|
|
3041
|
+
function WrappedPicto$1P(props) {
|
|
2988
3042
|
const {
|
|
2989
3043
|
optimise,
|
|
2990
3044
|
refresh
|
|
@@ -3010,7 +3064,7 @@ var WorkingMan = (({
|
|
|
3010
3064
|
fill: "currentColor"
|
|
3011
3065
|
}, props), children));
|
|
3012
3066
|
|
|
3013
|
-
function WrappedPicto$
|
|
3067
|
+
function WrappedPicto$1Q(props) {
|
|
3014
3068
|
const {
|
|
3015
3069
|
optimise,
|
|
3016
3070
|
refresh
|
|
@@ -3035,7 +3089,7 @@ var Youtube = (({
|
|
|
3035
3089
|
fill: "currentColor"
|
|
3036
3090
|
}, props), children));
|
|
3037
3091
|
|
|
3038
|
-
function WrappedPicto$
|
|
3092
|
+
function WrappedPicto$1R(props) {
|
|
3039
3093
|
const {
|
|
3040
3094
|
optimise,
|
|
3041
3095
|
refresh
|
|
@@ -3060,7 +3114,7 @@ var ZeroPercent = (({
|
|
|
3060
3114
|
fill: "currentColor"
|
|
3061
3115
|
}, props), children));
|
|
3062
3116
|
|
|
3063
|
-
function WrappedPicto$
|
|
3117
|
+
function WrappedPicto$1S(props) {
|
|
3064
3118
|
const {
|
|
3065
3119
|
optimise,
|
|
3066
3120
|
refresh
|
|
@@ -3071,5 +3125,5 @@ function WrappedPicto$1Q(props) {
|
|
|
3071
3125
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
|
|
3072
3126
|
}
|
|
3073
3127
|
|
|
3074
|
-
export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as Building, WrappedPicto$b as Bulb, WrappedPicto$c as BulletBold, WrappedPicto$d as BulletBook, WrappedPicto$e as Burden, WrappedPicto$f as Calculator, WrappedPicto$g as Calendar, WrappedPicto$h as
|
|
3128
|
+
export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as Building, WrappedPicto$b as Bulb, WrappedPicto$c as BulletBold, WrappedPicto$d as BulletBook, WrappedPicto$e as Burden, WrappedPicto$f as Calculator, WrappedPicto$g as Calendar, WrappedPicto$h as Camera, WrappedPicto$i as ChalkboardTeacher, WrappedPicto$j as ChartBar, WrappedPicto$l as Check, WrappedPicto$k as CheckHandwrite, WrappedPicto$m as ChevronDownBold, WrappedPicto$n as ChevronLeftBold, WrappedPicto$o as ChevronRightBold, WrappedPicto$p as ChevronUpBold, WrappedPicto$q as Clock, WrappedPicto$r as Cloud, WrappedPicto$s as CloudUpload, WrappedPicto$t as Coins, WrappedPicto$u as Crane, WrappedPicto$v as Crown, WrappedPicto$w as DoubleArrow, WrappedPicto$x as Download, WrappedPicto$y as Envelope, WrappedPicto$z as EqualBold, WrappedPicto$A as EqualCircle, WrappedPicto$B as Euro, WrappedPicto$C as ExclamationMarkCircle, WrappedPicto$E as ExclamationMarkCircleBold, WrappedPicto$D as ExclamationMarkTriangle, WrappedPicto$F as ExclamationMarkTriangleBold, WrappedPicto$G as Eye, WrappedPicto$I as Facebook, WrappedPicto$H as FacebookSmall, WrappedPicto$K as File, WrappedPicto$J as FileCheck, WrappedPicto$L as Files, WrappedPicto$M as Filter, WrappedPicto$N as FirstCircle, WrappedPicto$O as Flag, WrappedPicto$Q as Folder, WrappedPicto$P as FolderOpen, WrappedPicto$R as FourCircle, WrappedPicto$S as Globe, WrappedPicto$T as GraduationCap, WrappedPicto$U as HandCoin, WrappedPicto$W as Heart, WrappedPicto$V as HeartPlain, WrappedPicto$X as HorseChase, WrappedPicto$Y as House, WrappedPicto$Z as InfoCircle, WrappedPicto$_ as Instagram, WrappedPicto$$ as Key, WrappedPicto$10 as LightningBolt, WrappedPicto$11 as Link, WrappedPicto$12 as Lock, WrappedPicto$13 as MagicWand, WrappedPicto$14 as MagnifyingGlassLeft, WrappedPicto$15 as Marker, WrappedPicto$16 as Microphone, WrappedPicto$17 as MinusBold, WrappedPicto$18 as MinusCircle, WrappedPicto$19 as Paperclip, WrappedPicto$1a as Pen, WrappedPicto$1b as Percent, WrappedPicto$1c as Phone, PictoProvider, WrappedPicto$1d as Plan, WrappedPicto$1e as PlusBold, WrappedPicto$1f as PlusCircle, WrappedPicto$1g as Print, WrappedPicto$1h as QuestionMarkCircle, WrappedPicto$1i as QuestionMarkCircleBold, WrappedPicto$1j as QuoteClose, WrappedPicto$1k as QuoteOpenPlain, WrappedPicto$1l as Share, WrappedPicto$1m as ShieldCheck, WrappedPicto$1n as Smartphone, WrappedPicto$1o as SmileyFrown, WrappedPicto$1p as SmileyHappy, WrappedPicto$1q as SmileyNeutral, WrappedPicto$1r as SpeechBubble, WrappedPicto$1s as SquareMeter, WrappedPicto$1v as Star, WrappedPicto$1t as StarFilled, WrappedPicto$1u as StarHalf, WrappedPicto$1w as Tada, WrappedPicto$1x as ThreeCircle, WrappedPicto$1B as Times, WrappedPicto$1y as TimesBold, WrappedPicto$1A as TimesCircle, WrappedPicto$1z as TimesCircleBold, WrappedPicto$1C as Toast, WrappedPicto$1D as Trash, WrappedPicto$1F as Tree, WrappedPicto$1E as TreePlain, WrappedPicto$1G as Trustpilot, WrappedPicto$1H as Tune, WrappedPicto$1J as Twitter, WrappedPicto$1I as TwitterSmall, WrappedPicto$1K as TwoCircle, WrappedPicto$1L as UserBook, WrappedPicto$1M as UserCircle, WrappedPicto$1N as UserId, WrappedPicto$1O as UserStars, WrappedPicto$1P as Wall, WrappedPicto$1Q as WorkingMan, WrappedPicto$1R as Youtube, WrappedPicto$1S as ZeroPercent, manifest };
|
|
3075
3129
|
//# sourceMappingURL=picto.js.map
|