@pretto/picto 2.21.0 → 2.25.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/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/SquareMeter.js +56 -0
- package/cjs/SquareMeter.js.map +1 -0
- package/cjs/picto.js +283 -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 +182 -101
- package/esm/picto.js.map +1 -1
- 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", "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", "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
|
|
@@ -2382,6 +2436,33 @@ function WrappedPicto$1p(props) {
|
|
|
2382
2436
|
return optimise('p_Z1P6s6q', /*#__PURE__*/React.createElement(SpeechBubble, props));
|
|
2383
2437
|
}
|
|
2384
2438
|
|
|
2439
|
+
var SquareMeter = (({
|
|
2440
|
+
as: Component = "svg",
|
|
2441
|
+
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
2442
|
+
d: "M19.3766 7.90393C19.5844 7.48472 19.9221 7.17031 21.4416 6.39738C23.3507 5.42795 24 4.70742 24 3.43668C24 2.07424 22.7792 1 21.1558 1C19.2597 1 18.0779 2.33624 18 4.0262L18.974 4.1179C19.0779 2.75546 19.8442 1.91703 21.1429 1.91703C22.2078 1.91703 22.987 2.58515 22.987 3.43668C22.987 4.32751 22.4675 4.82533 20.6623 5.76856C19.3506 6.44978 18.7792 6.869 18.4416 7.45852C18.1558 7.96943 18.0779 8.50655 18.0779 9.17467V10H23.8831V9.04367H19.1558C19.1688 8.53275 19.2208 8.19214 19.3766 7.90393Z"
|
|
2443
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2444
|
+
d: "M2.42863 9.8789C1.78553 10.3934 1.5 10.9626 1.5 11.3024V20.7908H0.5V8.51172H1.5V9.36393C1.59671 9.27138 1.69835 9.1825 1.80393 9.09803C2.58046 8.4768 3.66522 8.01172 4.90698 8.01172C5.78395 8.01172 6.73842 8.15501 7.48665 8.65383C7.85139 8.89699 8.15144 9.21401 8.36805 9.6106C9.04458 8.72414 10.2922 8.01172 12.1628 8.01172C13.0398 8.01172 13.9942 8.15501 14.7425 8.65383C15.5265 9.17651 16.0116 10.0405 16.0116 11.3024V20.7908H15.0116V11.3024C15.0116 10.3318 14.6596 9.80042 14.1878 9.48588C13.6802 9.1475 12.9602 9.01172 12.1628 9.01172C9.59125 9.01172 8.75581 10.516 8.75581 11.3024V20.7908H7.75581V11.3024C7.75581 10.3318 7.40376 9.80042 6.93195 9.48588C6.42437 9.1475 5.70442 9.01172 4.90698 9.01172C3.91618 9.01172 3.04744 9.38384 2.42863 9.8789Z"
|
|
2445
|
+
})),
|
|
2446
|
+
...props
|
|
2447
|
+
}) => /*#__PURE__*/React.createElement(Component, _extends({
|
|
2448
|
+
viewBox: "0 0 24 24",
|
|
2449
|
+
width: "24",
|
|
2450
|
+
height: "24",
|
|
2451
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2452
|
+
fill: "currentColor"
|
|
2453
|
+
}, props), children));
|
|
2454
|
+
|
|
2455
|
+
function WrappedPicto$1s(props) {
|
|
2456
|
+
const {
|
|
2457
|
+
optimise,
|
|
2458
|
+
refresh
|
|
2459
|
+
} = useContext(PictoContext);
|
|
2460
|
+
useEffect(() => {
|
|
2461
|
+
refresh();
|
|
2462
|
+
}, []);
|
|
2463
|
+
return optimise('p_2paMIH', /*#__PURE__*/React.createElement(SquareMeter, props));
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2385
2466
|
var StarFilled = (({
|
|
2386
2467
|
as: Component = "svg",
|
|
2387
2468
|
children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2398,7 +2479,7 @@ var StarFilled = (({
|
|
|
2398
2479
|
fill: "currentColor"
|
|
2399
2480
|
}, props), children));
|
|
2400
2481
|
|
|
2401
|
-
function WrappedPicto$
|
|
2482
|
+
function WrappedPicto$1t(props) {
|
|
2402
2483
|
const {
|
|
2403
2484
|
optimise,
|
|
2404
2485
|
refresh
|
|
@@ -2425,7 +2506,7 @@ var StarHalf = (({
|
|
|
2425
2506
|
fill: "currentColor"
|
|
2426
2507
|
}, props), children));
|
|
2427
2508
|
|
|
2428
|
-
function WrappedPicto$
|
|
2509
|
+
function WrappedPicto$1u(props) {
|
|
2429
2510
|
const {
|
|
2430
2511
|
optimise,
|
|
2431
2512
|
refresh
|
|
@@ -2450,7 +2531,7 @@ var Star = (({
|
|
|
2450
2531
|
fill: "currentColor"
|
|
2451
2532
|
}, props), children));
|
|
2452
2533
|
|
|
2453
|
-
function WrappedPicto$
|
|
2534
|
+
function WrappedPicto$1v(props) {
|
|
2454
2535
|
const {
|
|
2455
2536
|
optimise,
|
|
2456
2537
|
refresh
|
|
@@ -2475,7 +2556,7 @@ var Tada = (({
|
|
|
2475
2556
|
fill: "currentColor"
|
|
2476
2557
|
}, props), children));
|
|
2477
2558
|
|
|
2478
|
-
function WrappedPicto$
|
|
2559
|
+
function WrappedPicto$1w(props) {
|
|
2479
2560
|
const {
|
|
2480
2561
|
optimise,
|
|
2481
2562
|
refresh
|
|
@@ -2501,7 +2582,7 @@ var ThreeCircle = (({
|
|
|
2501
2582
|
fill: "currentColor"
|
|
2502
2583
|
}, props), children));
|
|
2503
2584
|
|
|
2504
|
-
function WrappedPicto$
|
|
2585
|
+
function WrappedPicto$1x(props) {
|
|
2505
2586
|
const {
|
|
2506
2587
|
optimise,
|
|
2507
2588
|
refresh
|
|
@@ -2526,7 +2607,7 @@ var TimesBold = (({
|
|
|
2526
2607
|
fill: "currentColor"
|
|
2527
2608
|
}, props), children));
|
|
2528
2609
|
|
|
2529
|
-
function WrappedPicto$
|
|
2610
|
+
function WrappedPicto$1y(props) {
|
|
2530
2611
|
const {
|
|
2531
2612
|
optimise,
|
|
2532
2613
|
refresh
|
|
@@ -2553,7 +2634,7 @@ var TimesCircleBold = (({
|
|
|
2553
2634
|
fill: "currentColor"
|
|
2554
2635
|
}, props), children));
|
|
2555
2636
|
|
|
2556
|
-
function WrappedPicto$
|
|
2637
|
+
function WrappedPicto$1z(props) {
|
|
2557
2638
|
const {
|
|
2558
2639
|
optimise,
|
|
2559
2640
|
refresh
|
|
@@ -2579,7 +2660,7 @@ var TimesCircle = (({
|
|
|
2579
2660
|
fill: "currentColor"
|
|
2580
2661
|
}, props), children));
|
|
2581
2662
|
|
|
2582
|
-
function WrappedPicto$
|
|
2663
|
+
function WrappedPicto$1A(props) {
|
|
2583
2664
|
const {
|
|
2584
2665
|
optimise,
|
|
2585
2666
|
refresh
|
|
@@ -2604,7 +2685,7 @@ var Times = (({
|
|
|
2604
2685
|
fill: "currentColor"
|
|
2605
2686
|
}, props), children));
|
|
2606
2687
|
|
|
2607
|
-
function WrappedPicto$
|
|
2688
|
+
function WrappedPicto$1B(props) {
|
|
2608
2689
|
const {
|
|
2609
2690
|
optimise,
|
|
2610
2691
|
refresh
|
|
@@ -2629,7 +2710,7 @@ var Toast = (({
|
|
|
2629
2710
|
fill: "currentColor"
|
|
2630
2711
|
}, props), children));
|
|
2631
2712
|
|
|
2632
|
-
function WrappedPicto$
|
|
2713
|
+
function WrappedPicto$1C(props) {
|
|
2633
2714
|
const {
|
|
2634
2715
|
optimise,
|
|
2635
2716
|
refresh
|
|
@@ -2654,7 +2735,7 @@ var Trash = (({
|
|
|
2654
2735
|
fill: "currentColor"
|
|
2655
2736
|
}, props), children));
|
|
2656
2737
|
|
|
2657
|
-
function WrappedPicto$
|
|
2738
|
+
function WrappedPicto$1D(props) {
|
|
2658
2739
|
const {
|
|
2659
2740
|
optimise,
|
|
2660
2741
|
refresh
|
|
@@ -2679,7 +2760,7 @@ var TreePlain = (({
|
|
|
2679
2760
|
fill: "currentColor"
|
|
2680
2761
|
}, props), children));
|
|
2681
2762
|
|
|
2682
|
-
function WrappedPicto$
|
|
2763
|
+
function WrappedPicto$1E(props) {
|
|
2683
2764
|
const {
|
|
2684
2765
|
optimise,
|
|
2685
2766
|
refresh
|
|
@@ -2705,7 +2786,7 @@ var Tree = (({
|
|
|
2705
2786
|
fill: "currentColor"
|
|
2706
2787
|
}, props), children));
|
|
2707
2788
|
|
|
2708
|
-
function WrappedPicto$
|
|
2789
|
+
function WrappedPicto$1F(props) {
|
|
2709
2790
|
const {
|
|
2710
2791
|
optimise,
|
|
2711
2792
|
refresh
|
|
@@ -2730,7 +2811,7 @@ var Trustpilot = (({
|
|
|
2730
2811
|
fill: "currentColor"
|
|
2731
2812
|
}, props), children));
|
|
2732
2813
|
|
|
2733
|
-
function WrappedPicto$
|
|
2814
|
+
function WrappedPicto$1G(props) {
|
|
2734
2815
|
const {
|
|
2735
2816
|
optimise,
|
|
2736
2817
|
refresh
|
|
@@ -2756,7 +2837,7 @@ var Tune = (({
|
|
|
2756
2837
|
fill: "currentColor"
|
|
2757
2838
|
}, props), children));
|
|
2758
2839
|
|
|
2759
|
-
function WrappedPicto$
|
|
2840
|
+
function WrappedPicto$1H(props) {
|
|
2760
2841
|
const {
|
|
2761
2842
|
optimise,
|
|
2762
2843
|
refresh
|
|
@@ -2781,7 +2862,7 @@ var TwitterSmall = (({
|
|
|
2781
2862
|
fill: "currentColor"
|
|
2782
2863
|
}, props), children));
|
|
2783
2864
|
|
|
2784
|
-
function WrappedPicto$
|
|
2865
|
+
function WrappedPicto$1I(props) {
|
|
2785
2866
|
const {
|
|
2786
2867
|
optimise,
|
|
2787
2868
|
refresh
|
|
@@ -2806,7 +2887,7 @@ var Twitter = (({
|
|
|
2806
2887
|
fill: "currentColor"
|
|
2807
2888
|
}, props), children));
|
|
2808
2889
|
|
|
2809
|
-
function WrappedPicto$
|
|
2890
|
+
function WrappedPicto$1J(props) {
|
|
2810
2891
|
const {
|
|
2811
2892
|
optimise,
|
|
2812
2893
|
refresh
|
|
@@ -2831,7 +2912,7 @@ var TwoCircle = (({
|
|
|
2831
2912
|
fill: "currentColor"
|
|
2832
2913
|
}, props), children));
|
|
2833
2914
|
|
|
2834
|
-
function WrappedPicto$
|
|
2915
|
+
function WrappedPicto$1K(props) {
|
|
2835
2916
|
const {
|
|
2836
2917
|
optimise,
|
|
2837
2918
|
refresh
|
|
@@ -2856,7 +2937,7 @@ var UserBook = (({
|
|
|
2856
2937
|
fill: "currentColor"
|
|
2857
2938
|
}, props), children));
|
|
2858
2939
|
|
|
2859
|
-
function WrappedPicto$
|
|
2940
|
+
function WrappedPicto$1L(props) {
|
|
2860
2941
|
const {
|
|
2861
2942
|
optimise,
|
|
2862
2943
|
refresh
|
|
@@ -2881,7 +2962,7 @@ var UserCircle = (({
|
|
|
2881
2962
|
fill: "currentColor"
|
|
2882
2963
|
}, props), children));
|
|
2883
2964
|
|
|
2884
|
-
function WrappedPicto$
|
|
2965
|
+
function WrappedPicto$1M(props) {
|
|
2885
2966
|
const {
|
|
2886
2967
|
optimise,
|
|
2887
2968
|
refresh
|
|
@@ -2907,7 +2988,7 @@ var UserId = (({
|
|
|
2907
2988
|
fill: "currentColor"
|
|
2908
2989
|
}, props), children));
|
|
2909
2990
|
|
|
2910
|
-
function WrappedPicto$
|
|
2991
|
+
function WrappedPicto$1N(props) {
|
|
2911
2992
|
const {
|
|
2912
2993
|
optimise,
|
|
2913
2994
|
refresh
|
|
@@ -2932,7 +3013,7 @@ var UserStars = (({
|
|
|
2932
3013
|
fill: "currentColor"
|
|
2933
3014
|
}, props), children));
|
|
2934
3015
|
|
|
2935
|
-
function WrappedPicto$
|
|
3016
|
+
function WrappedPicto$1O(props) {
|
|
2936
3017
|
const {
|
|
2937
3018
|
optimise,
|
|
2938
3019
|
refresh
|
|
@@ -2957,7 +3038,7 @@ var Wall = (({
|
|
|
2957
3038
|
fill: "currentColor"
|
|
2958
3039
|
}, props), children));
|
|
2959
3040
|
|
|
2960
|
-
function WrappedPicto$
|
|
3041
|
+
function WrappedPicto$1P(props) {
|
|
2961
3042
|
const {
|
|
2962
3043
|
optimise,
|
|
2963
3044
|
refresh
|
|
@@ -2983,7 +3064,7 @@ var WorkingMan = (({
|
|
|
2983
3064
|
fill: "currentColor"
|
|
2984
3065
|
}, props), children));
|
|
2985
3066
|
|
|
2986
|
-
function WrappedPicto$
|
|
3067
|
+
function WrappedPicto$1Q(props) {
|
|
2987
3068
|
const {
|
|
2988
3069
|
optimise,
|
|
2989
3070
|
refresh
|
|
@@ -3008,7 +3089,7 @@ var Youtube = (({
|
|
|
3008
3089
|
fill: "currentColor"
|
|
3009
3090
|
}, props), children));
|
|
3010
3091
|
|
|
3011
|
-
function WrappedPicto$
|
|
3092
|
+
function WrappedPicto$1R(props) {
|
|
3012
3093
|
const {
|
|
3013
3094
|
optimise,
|
|
3014
3095
|
refresh
|
|
@@ -3033,7 +3114,7 @@ var ZeroPercent = (({
|
|
|
3033
3114
|
fill: "currentColor"
|
|
3034
3115
|
}, props), children));
|
|
3035
3116
|
|
|
3036
|
-
function WrappedPicto$
|
|
3117
|
+
function WrappedPicto$1S(props) {
|
|
3037
3118
|
const {
|
|
3038
3119
|
optimise,
|
|
3039
3120
|
refresh
|
|
@@ -3044,5 +3125,5 @@ function WrappedPicto$1P(props) {
|
|
|
3044
3125
|
return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
|
|
3045
3126
|
}
|
|
3046
3127
|
|
|
3047
|
-
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 };
|
|
3048
3129
|
//# sourceMappingURL=picto.js.map
|