@pretto/picto 2.24.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/picto.js CHANGED
@@ -76,7 +76,7 @@ const useForceUpdate = () => {
76
76
  return forceUpdate;
77
77
  };
78
78
 
79
- var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "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", "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", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
80
80
 
81
81
  var Archive = (({
82
82
  as: Component = "svg",
@@ -1231,6 +1231,35 @@ function WrappedPicto$I(props) {
1231
1231
  return optimise('p_EyY0U', /*#__PURE__*/React.createElement(Facebook, props));
1232
1232
  }
1233
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
+
1234
1263
  var File = (({
1235
1264
  as: Component = "svg",
1236
1265
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1245,7 +1274,7 @@ var File = (({
1245
1274
  fill: "currentColor"
1246
1275
  }, props), children));
1247
1276
 
1248
- function WrappedPicto$J(props) {
1277
+ function WrappedPicto$K(props) {
1249
1278
  const {
1250
1279
  optimise,
1251
1280
  refresh
@@ -1271,7 +1300,7 @@ var Files = (({
1271
1300
  fill: "currentColor"
1272
1301
  }, props), children));
1273
1302
 
1274
- function WrappedPicto$K(props) {
1303
+ function WrappedPicto$L(props) {
1275
1304
  const {
1276
1305
  optimise,
1277
1306
  refresh
@@ -1296,7 +1325,7 @@ var Filter = (({
1296
1325
  fill: "currentColor"
1297
1326
  }, props), children));
1298
1327
 
1299
- function WrappedPicto$L(props) {
1328
+ function WrappedPicto$M(props) {
1300
1329
  const {
1301
1330
  optimise,
1302
1331
  refresh
@@ -1322,7 +1351,7 @@ var FirstCircle = (({
1322
1351
  fill: "currentColor"
1323
1352
  }, props), children));
1324
1353
 
1325
- function WrappedPicto$M(props) {
1354
+ function WrappedPicto$N(props) {
1326
1355
  const {
1327
1356
  optimise,
1328
1357
  refresh
@@ -1348,7 +1377,7 @@ var Flag = (({
1348
1377
  fill: "currentColor"
1349
1378
  }, props), children));
1350
1379
 
1351
- function WrappedPicto$N(props) {
1380
+ function WrappedPicto$O(props) {
1352
1381
  const {
1353
1382
  optimise,
1354
1383
  refresh
@@ -1373,7 +1402,7 @@ var FolderOpen = (({
1373
1402
  fill: "currentColor"
1374
1403
  }, props), children));
1375
1404
 
1376
- function WrappedPicto$O(props) {
1405
+ function WrappedPicto$P(props) {
1377
1406
  const {
1378
1407
  optimise,
1379
1408
  refresh
@@ -1399,7 +1428,7 @@ var Folder = (({
1399
1428
  fill: "currentColor"
1400
1429
  }, props), children));
1401
1430
 
1402
- function WrappedPicto$P(props) {
1431
+ function WrappedPicto$Q(props) {
1403
1432
  const {
1404
1433
  optimise,
1405
1434
  refresh
@@ -1425,7 +1454,7 @@ var FourCircle = (({
1425
1454
  fill: "currentColor"
1426
1455
  }, props), children));
1427
1456
 
1428
- function WrappedPicto$Q(props) {
1457
+ function WrappedPicto$R(props) {
1429
1458
  const {
1430
1459
  optimise,
1431
1460
  refresh
@@ -1450,7 +1479,7 @@ var Globe = (({
1450
1479
  fill: "currentColor"
1451
1480
  }, props), children));
1452
1481
 
1453
- function WrappedPicto$R(props) {
1482
+ function WrappedPicto$S(props) {
1454
1483
  const {
1455
1484
  optimise,
1456
1485
  refresh
@@ -1475,7 +1504,7 @@ var GraduationCap = (({
1475
1504
  fill: "currentColor"
1476
1505
  }, props), children));
1477
1506
 
1478
- function WrappedPicto$S(props) {
1507
+ function WrappedPicto$T(props) {
1479
1508
  const {
1480
1509
  optimise,
1481
1510
  refresh
@@ -1501,7 +1530,7 @@ var HandCoin = (({
1501
1530
  fill: "currentColor"
1502
1531
  }, props), children));
1503
1532
 
1504
- function WrappedPicto$T(props) {
1533
+ function WrappedPicto$U(props) {
1505
1534
  const {
1506
1535
  optimise,
1507
1536
  refresh
@@ -1527,7 +1556,7 @@ var HeartPlain = (({
1527
1556
  fill: "currentColor"
1528
1557
  }, props), children));
1529
1558
 
1530
- function WrappedPicto$U(props) {
1559
+ function WrappedPicto$V(props) {
1531
1560
  const {
1532
1561
  optimise,
1533
1562
  refresh
@@ -1552,7 +1581,7 @@ var Heart = (({
1552
1581
  fill: "currentColor"
1553
1582
  }, props), children));
1554
1583
 
1555
- function WrappedPicto$V(props) {
1584
+ function WrappedPicto$W(props) {
1556
1585
  const {
1557
1586
  optimise,
1558
1587
  refresh
@@ -1578,7 +1607,7 @@ var HorseChase = (({
1578
1607
  fill: "currentColor"
1579
1608
  }, props), children));
1580
1609
 
1581
- function WrappedPicto$W(props) {
1610
+ function WrappedPicto$X(props) {
1582
1611
  const {
1583
1612
  optimise,
1584
1613
  refresh
@@ -1603,7 +1632,7 @@ var House = (({
1603
1632
  fill: "currentColor"
1604
1633
  }, props), children));
1605
1634
 
1606
- function WrappedPicto$X(props) {
1635
+ function WrappedPicto$Y(props) {
1607
1636
  const {
1608
1637
  optimise,
1609
1638
  refresh
@@ -1629,7 +1658,7 @@ var InfoCircle = (({
1629
1658
  fill: "currentColor"
1630
1659
  }, props), children));
1631
1660
 
1632
- function WrappedPicto$Y(props) {
1661
+ function WrappedPicto$Z(props) {
1633
1662
  const {
1634
1663
  optimise,
1635
1664
  refresh
@@ -1658,7 +1687,7 @@ var Instagram = (({
1658
1687
  fill: "currentColor"
1659
1688
  }, props), children));
1660
1689
 
1661
- function WrappedPicto$Z(props) {
1690
+ function WrappedPicto$_(props) {
1662
1691
  const {
1663
1692
  optimise,
1664
1693
  refresh
@@ -1684,7 +1713,7 @@ var Key = (({
1684
1713
  fill: "currentColor"
1685
1714
  }, props), children));
1686
1715
 
1687
- function WrappedPicto$_(props) {
1716
+ function WrappedPicto$$(props) {
1688
1717
  const {
1689
1718
  optimise,
1690
1719
  refresh
@@ -1709,7 +1738,7 @@ var LightningBolt = (({
1709
1738
  fill: "currentColor"
1710
1739
  }, props), children));
1711
1740
 
1712
- function WrappedPicto$$(props) {
1741
+ function WrappedPicto$10(props) {
1713
1742
  const {
1714
1743
  optimise,
1715
1744
  refresh
@@ -1734,7 +1763,7 @@ var Link = (({
1734
1763
  fill: "currentColor"
1735
1764
  }, props), children));
1736
1765
 
1737
- function WrappedPicto$10(props) {
1766
+ function WrappedPicto$11(props) {
1738
1767
  const {
1739
1768
  optimise,
1740
1769
  refresh
@@ -1759,7 +1788,7 @@ var Lock = (({
1759
1788
  fill: "currentColor"
1760
1789
  }, props), children));
1761
1790
 
1762
- function WrappedPicto$11(props) {
1791
+ function WrappedPicto$12(props) {
1763
1792
  const {
1764
1793
  optimise,
1765
1794
  refresh
@@ -1784,7 +1813,7 @@ var MagicWand = (({
1784
1813
  fill: "currentColor"
1785
1814
  }, props), children));
1786
1815
 
1787
- function WrappedPicto$12(props) {
1816
+ function WrappedPicto$13(props) {
1788
1817
  const {
1789
1818
  optimise,
1790
1819
  refresh
@@ -1809,7 +1838,7 @@ var MagnifyingGlassLeft = (({
1809
1838
  fill: "currentColor"
1810
1839
  }, props), children));
1811
1840
 
1812
- function WrappedPicto$13(props) {
1841
+ function WrappedPicto$14(props) {
1813
1842
  const {
1814
1843
  optimise,
1815
1844
  refresh
@@ -1834,7 +1863,7 @@ var Marker = (({
1834
1863
  fill: "currentColor"
1835
1864
  }, props), children));
1836
1865
 
1837
- function WrappedPicto$14(props) {
1866
+ function WrappedPicto$15(props) {
1838
1867
  const {
1839
1868
  optimise,
1840
1869
  refresh
@@ -1859,7 +1888,7 @@ var Microphone = (({
1859
1888
  fill: "currentColor"
1860
1889
  }, props), children));
1861
1890
 
1862
- function WrappedPicto$15(props) {
1891
+ function WrappedPicto$16(props) {
1863
1892
  const {
1864
1893
  optimise,
1865
1894
  refresh
@@ -1887,7 +1916,7 @@ var MinusBold = (({
1887
1916
  fill: "currentColor"
1888
1917
  }, props), children));
1889
1918
 
1890
- function WrappedPicto$16(props) {
1919
+ function WrappedPicto$17(props) {
1891
1920
  const {
1892
1921
  optimise,
1893
1922
  refresh
@@ -1913,7 +1942,7 @@ var MinusCircle = (({
1913
1942
  fill: "currentColor"
1914
1943
  }, props), children));
1915
1944
 
1916
- function WrappedPicto$17(props) {
1945
+ function WrappedPicto$18(props) {
1917
1946
  const {
1918
1947
  optimise,
1919
1948
  refresh
@@ -1938,7 +1967,7 @@ var Paperclip = (({
1938
1967
  fill: "currentColor"
1939
1968
  }, props), children));
1940
1969
 
1941
- function WrappedPicto$18(props) {
1970
+ function WrappedPicto$19(props) {
1942
1971
  const {
1943
1972
  optimise,
1944
1973
  refresh
@@ -1963,7 +1992,7 @@ var Pen = (({
1963
1992
  fill: "currentColor"
1964
1993
  }, props), children));
1965
1994
 
1966
- function WrappedPicto$19(props) {
1995
+ function WrappedPicto$1a(props) {
1967
1996
  const {
1968
1997
  optimise,
1969
1998
  refresh
@@ -1989,7 +2018,7 @@ var Percent = (({
1989
2018
  fill: "currentColor"
1990
2019
  }, props), children));
1991
2020
 
1992
- function WrappedPicto$1a(props) {
2021
+ function WrappedPicto$1b(props) {
1993
2022
  const {
1994
2023
  optimise,
1995
2024
  refresh
@@ -2014,7 +2043,7 @@ var Phone = (({
2014
2043
  fill: "currentColor"
2015
2044
  }, props), children));
2016
2045
 
2017
- function WrappedPicto$1b(props) {
2046
+ function WrappedPicto$1c(props) {
2018
2047
  const {
2019
2048
  optimise,
2020
2049
  refresh
@@ -2039,7 +2068,7 @@ var Plan = (({
2039
2068
  fill: "currentColor"
2040
2069
  }, props), children));
2041
2070
 
2042
- function WrappedPicto$1c(props) {
2071
+ function WrappedPicto$1d(props) {
2043
2072
  const {
2044
2073
  optimise,
2045
2074
  refresh
@@ -2064,7 +2093,7 @@ var PlusBold = (({
2064
2093
  fill: "currentColor"
2065
2094
  }, props), children));
2066
2095
 
2067
- function WrappedPicto$1d(props) {
2096
+ function WrappedPicto$1e(props) {
2068
2097
  const {
2069
2098
  optimise,
2070
2099
  refresh
@@ -2090,7 +2119,7 @@ var PlusCircle = (({
2090
2119
  fill: "currentColor"
2091
2120
  }, props), children));
2092
2121
 
2093
- function WrappedPicto$1e(props) {
2122
+ function WrappedPicto$1f(props) {
2094
2123
  const {
2095
2124
  optimise,
2096
2125
  refresh
@@ -2115,7 +2144,7 @@ var Print = (({
2115
2144
  fill: "currentColor"
2116
2145
  }, props), children));
2117
2146
 
2118
- function WrappedPicto$1f(props) {
2147
+ function WrappedPicto$1g(props) {
2119
2148
  const {
2120
2149
  optimise,
2121
2150
  refresh
@@ -2141,7 +2170,7 @@ var QuestionMarkCircle = (({
2141
2170
  fill: "currentColor"
2142
2171
  }, props), children));
2143
2172
 
2144
- function WrappedPicto$1g(props) {
2173
+ function WrappedPicto$1h(props) {
2145
2174
  const {
2146
2175
  optimise,
2147
2176
  refresh
@@ -2167,7 +2196,7 @@ var QuestionMarkCircleBold = (({
2167
2196
  fill: "currentColor"
2168
2197
  }, props), children));
2169
2198
 
2170
- function WrappedPicto$1h(props) {
2199
+ function WrappedPicto$1i(props) {
2171
2200
  const {
2172
2201
  optimise,
2173
2202
  refresh
@@ -2192,7 +2221,7 @@ var QuoteClose = (({
2192
2221
  fill: "currentColor"
2193
2222
  }, props), children));
2194
2223
 
2195
- function WrappedPicto$1i(props) {
2224
+ function WrappedPicto$1j(props) {
2196
2225
  const {
2197
2226
  optimise,
2198
2227
  refresh
@@ -2217,7 +2246,7 @@ var QuoteOpenPlain = (({
2217
2246
  fill: "currentColor"
2218
2247
  }, props), children));
2219
2248
 
2220
- function WrappedPicto$1j(props) {
2249
+ function WrappedPicto$1k(props) {
2221
2250
  const {
2222
2251
  optimise,
2223
2252
  refresh
@@ -2243,7 +2272,7 @@ var Share = (({
2243
2272
  fill: "currentColor"
2244
2273
  }, props), children));
2245
2274
 
2246
- function WrappedPicto$1k(props) {
2275
+ function WrappedPicto$1l(props) {
2247
2276
  const {
2248
2277
  optimise,
2249
2278
  refresh
@@ -2268,7 +2297,7 @@ var ShieldCheck = (({
2268
2297
  fill: "currentColor"
2269
2298
  }, props), children));
2270
2299
 
2271
- function WrappedPicto$1l(props) {
2300
+ function WrappedPicto$1m(props) {
2272
2301
  const {
2273
2302
  optimise,
2274
2303
  refresh
@@ -2293,7 +2322,7 @@ var Smartphone = (({
2293
2322
  fill: "currentColor"
2294
2323
  }, props), children));
2295
2324
 
2296
- function WrappedPicto$1m(props) {
2325
+ function WrappedPicto$1n(props) {
2297
2326
  const {
2298
2327
  optimise,
2299
2328
  refresh
@@ -2319,7 +2348,7 @@ var SmileyFrown = (({
2319
2348
  fill: "currentColor"
2320
2349
  }, props), children));
2321
2350
 
2322
- function WrappedPicto$1n(props) {
2351
+ function WrappedPicto$1o(props) {
2323
2352
  const {
2324
2353
  optimise,
2325
2354
  refresh
@@ -2345,7 +2374,7 @@ var SmileyHappy = (({
2345
2374
  fill: "currentColor"
2346
2375
  }, props), children));
2347
2376
 
2348
- function WrappedPicto$1o(props) {
2377
+ function WrappedPicto$1p(props) {
2349
2378
  const {
2350
2379
  optimise,
2351
2380
  refresh
@@ -2371,7 +2400,7 @@ var SmileyNeutral = (({
2371
2400
  fill: "currentColor"
2372
2401
  }, props), children));
2373
2402
 
2374
- function WrappedPicto$1p(props) {
2403
+ function WrappedPicto$1q(props) {
2375
2404
  const {
2376
2405
  optimise,
2377
2406
  refresh
@@ -2396,7 +2425,7 @@ var SpeechBubble = (({
2396
2425
  fill: "currentColor"
2397
2426
  }, props), children));
2398
2427
 
2399
- function WrappedPicto$1q(props) {
2428
+ function WrappedPicto$1r(props) {
2400
2429
  const {
2401
2430
  optimise,
2402
2431
  refresh
@@ -2423,7 +2452,7 @@ var SquareMeter = (({
2423
2452
  fill: "currentColor"
2424
2453
  }, props), children));
2425
2454
 
2426
- function WrappedPicto$1r(props) {
2455
+ function WrappedPicto$1s(props) {
2427
2456
  const {
2428
2457
  optimise,
2429
2458
  refresh
@@ -2450,7 +2479,7 @@ var StarFilled = (({
2450
2479
  fill: "currentColor"
2451
2480
  }, props), children));
2452
2481
 
2453
- function WrappedPicto$1s(props) {
2482
+ function WrappedPicto$1t(props) {
2454
2483
  const {
2455
2484
  optimise,
2456
2485
  refresh
@@ -2477,7 +2506,7 @@ var StarHalf = (({
2477
2506
  fill: "currentColor"
2478
2507
  }, props), children));
2479
2508
 
2480
- function WrappedPicto$1t(props) {
2509
+ function WrappedPicto$1u(props) {
2481
2510
  const {
2482
2511
  optimise,
2483
2512
  refresh
@@ -2502,7 +2531,7 @@ var Star = (({
2502
2531
  fill: "currentColor"
2503
2532
  }, props), children));
2504
2533
 
2505
- function WrappedPicto$1u(props) {
2534
+ function WrappedPicto$1v(props) {
2506
2535
  const {
2507
2536
  optimise,
2508
2537
  refresh
@@ -2527,7 +2556,7 @@ var Tada = (({
2527
2556
  fill: "currentColor"
2528
2557
  }, props), children));
2529
2558
 
2530
- function WrappedPicto$1v(props) {
2559
+ function WrappedPicto$1w(props) {
2531
2560
  const {
2532
2561
  optimise,
2533
2562
  refresh
@@ -2553,7 +2582,7 @@ var ThreeCircle = (({
2553
2582
  fill: "currentColor"
2554
2583
  }, props), children));
2555
2584
 
2556
- function WrappedPicto$1w(props) {
2585
+ function WrappedPicto$1x(props) {
2557
2586
  const {
2558
2587
  optimise,
2559
2588
  refresh
@@ -2578,7 +2607,7 @@ var TimesBold = (({
2578
2607
  fill: "currentColor"
2579
2608
  }, props), children));
2580
2609
 
2581
- function WrappedPicto$1x(props) {
2610
+ function WrappedPicto$1y(props) {
2582
2611
  const {
2583
2612
  optimise,
2584
2613
  refresh
@@ -2605,7 +2634,7 @@ var TimesCircleBold = (({
2605
2634
  fill: "currentColor"
2606
2635
  }, props), children));
2607
2636
 
2608
- function WrappedPicto$1y(props) {
2637
+ function WrappedPicto$1z(props) {
2609
2638
  const {
2610
2639
  optimise,
2611
2640
  refresh
@@ -2631,7 +2660,7 @@ var TimesCircle = (({
2631
2660
  fill: "currentColor"
2632
2661
  }, props), children));
2633
2662
 
2634
- function WrappedPicto$1z(props) {
2663
+ function WrappedPicto$1A(props) {
2635
2664
  const {
2636
2665
  optimise,
2637
2666
  refresh
@@ -2656,7 +2685,7 @@ var Times = (({
2656
2685
  fill: "currentColor"
2657
2686
  }, props), children));
2658
2687
 
2659
- function WrappedPicto$1A(props) {
2688
+ function WrappedPicto$1B(props) {
2660
2689
  const {
2661
2690
  optimise,
2662
2691
  refresh
@@ -2681,7 +2710,7 @@ var Toast = (({
2681
2710
  fill: "currentColor"
2682
2711
  }, props), children));
2683
2712
 
2684
- function WrappedPicto$1B(props) {
2713
+ function WrappedPicto$1C(props) {
2685
2714
  const {
2686
2715
  optimise,
2687
2716
  refresh
@@ -2706,7 +2735,7 @@ var Trash = (({
2706
2735
  fill: "currentColor"
2707
2736
  }, props), children));
2708
2737
 
2709
- function WrappedPicto$1C(props) {
2738
+ function WrappedPicto$1D(props) {
2710
2739
  const {
2711
2740
  optimise,
2712
2741
  refresh
@@ -2731,7 +2760,7 @@ var TreePlain = (({
2731
2760
  fill: "currentColor"
2732
2761
  }, props), children));
2733
2762
 
2734
- function WrappedPicto$1D(props) {
2763
+ function WrappedPicto$1E(props) {
2735
2764
  const {
2736
2765
  optimise,
2737
2766
  refresh
@@ -2757,7 +2786,7 @@ var Tree = (({
2757
2786
  fill: "currentColor"
2758
2787
  }, props), children));
2759
2788
 
2760
- function WrappedPicto$1E(props) {
2789
+ function WrappedPicto$1F(props) {
2761
2790
  const {
2762
2791
  optimise,
2763
2792
  refresh
@@ -2782,7 +2811,7 @@ var Trustpilot = (({
2782
2811
  fill: "currentColor"
2783
2812
  }, props), children));
2784
2813
 
2785
- function WrappedPicto$1F(props) {
2814
+ function WrappedPicto$1G(props) {
2786
2815
  const {
2787
2816
  optimise,
2788
2817
  refresh
@@ -2808,7 +2837,7 @@ var Tune = (({
2808
2837
  fill: "currentColor"
2809
2838
  }, props), children));
2810
2839
 
2811
- function WrappedPicto$1G(props) {
2840
+ function WrappedPicto$1H(props) {
2812
2841
  const {
2813
2842
  optimise,
2814
2843
  refresh
@@ -2833,7 +2862,7 @@ var TwitterSmall = (({
2833
2862
  fill: "currentColor"
2834
2863
  }, props), children));
2835
2864
 
2836
- function WrappedPicto$1H(props) {
2865
+ function WrappedPicto$1I(props) {
2837
2866
  const {
2838
2867
  optimise,
2839
2868
  refresh
@@ -2858,7 +2887,7 @@ var Twitter = (({
2858
2887
  fill: "currentColor"
2859
2888
  }, props), children));
2860
2889
 
2861
- function WrappedPicto$1I(props) {
2890
+ function WrappedPicto$1J(props) {
2862
2891
  const {
2863
2892
  optimise,
2864
2893
  refresh
@@ -2883,7 +2912,7 @@ var TwoCircle = (({
2883
2912
  fill: "currentColor"
2884
2913
  }, props), children));
2885
2914
 
2886
- function WrappedPicto$1J(props) {
2915
+ function WrappedPicto$1K(props) {
2887
2916
  const {
2888
2917
  optimise,
2889
2918
  refresh
@@ -2894,6 +2923,33 @@ function WrappedPicto$1J(props) {
2894
2923
  return optimise('p_1JWA84', /*#__PURE__*/React.createElement(TwoCircle, props));
2895
2924
  }
2896
2925
 
2926
+ var TwoPeople = (({
2927
+ as: Component = "svg",
2928
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
2929
+ fillRule: "evenodd",
2930
+ clipRule: "evenodd",
2931
+ d: "M17.1683 0C15.5123 0 14.1683 1.344 14.1683 2.999C14.1683 4.654 15.5123 5.998 17.1683 5.998C18.8233 5.998 20.1683 4.654 20.1683 2.999C20.1683 1.344 18.8233 0 17.1683 0ZM17.1683 1C18.2713 1 19.1683 1.896 19.1683 2.999C19.1683 4.102 18.2713 4.999 17.1683 4.999C16.0653 4.999 15.1683 4.102 15.1683 2.999C15.1683 1.896 16.0653 1 17.1683 1ZM7.49931 0C5.84331 0 4.49931 1.344 4.49931 2.999C4.49931 4.654 5.84331 5.998 7.49931 5.998C9.15431 5.998 10.4993 4.654 10.4993 2.999C10.4993 1.344 9.15431 0 7.49931 0ZM7.49931 1C8.60231 1 9.49931 1.896 9.49931 2.999C9.49931 4.102 8.60231 4.999 7.49931 4.999C6.39631 4.999 5.49931 4.102 5.49931 2.999C5.49931 1.896 6.39631 1 7.49931 1ZM17.1473 15.828C17.8413 15.828 18.3783 16.352 18.4243 17.073C18.4743 17.814 18.5963 19.274 18.7043 20.562L18.8603 22.458C18.8803 22.709 19.0243 23 19.3683 23C19.7723 23 19.8233 22.575 19.8283 22.444L20.3003 10.997C20.3223 10.485 21.0013 10.342 21.2373 10.775L22.8823 13.752C23.0003 13.967 23.3333 13.877 23.3333 13.635L21.7333 7.96C21.6403 7.625 21.3313 7.393 20.9843 7.393H3.68131C3.33531 7.393 3.02631 7.625 2.93231 7.959L1.34231 13.569C1.32031 13.971 1.70631 13.895 1.78431 13.752L3.42931 10.775C3.67331 10.336 4.34531 10.492 4.36631 10.997L4.83731 22.445C4.84831 22.701 4.98331 23 5.32731 23C5.65631 23 5.82431 22.729 5.84531 22.459L6.00531 20.519C6.11231 19.242 6.23231 17.807 6.28231 17.071C6.32931 16.352 6.86631 15.828 7.55931 15.828C8.14331 15.828 8.77731 16.293 8.82931 17.072C8.87831 17.806 8.99831 19.241 9.10531 20.518L9.26531 22.458C9.28431 22.709 9.42631 23 9.76431 23C10.1463 23 10.2033 22.611 10.2103 22.444C10.3323 19.488 10.8393 10.154 10.8453 10.06C10.8593 9.794 11.0783 9.587 11.3443 9.587H13.3073C13.5733 9.587 13.7923 9.795 13.8063 10.061C13.8123 10.155 14.3003 19.488 14.4233 22.445C14.4353 22.721 14.5973 23 14.9323 23C15.2763 23 15.4223 22.709 15.4403 22.459L15.6053 20.477C15.7103 19.211 15.8283 17.798 15.8773 17.071C15.9293 16.293 16.5643 15.828 17.1473 15.828ZM19.3693 24C18.5623 24 17.9293 23.384 17.8633 22.535C17.8283 22.08 17.7713 21.392 17.7083 20.646C17.6003 19.352 17.4773 17.885 17.4263 17.139C17.4113 16.908 17.2723 16.828 17.1473 16.828C17.0683 16.828 16.8913 16.906 16.8753 17.138C16.8263 17.869 16.7073 19.288 16.6013 20.56C16.5353 21.339 16.4753 22.062 16.4383 22.536C16.3733 23.384 15.7403 24 14.9343 24C14.1083 24 13.4603 23.35 13.4233 22.487C13.3173 19.92 12.9343 12.533 12.8323 10.587H11.8173C11.7123 12.531 11.3153 19.92 11.2093 22.486C11.1713 23.378 10.5783 24 9.76531 24C8.96231 24 8.33331 23.384 8.26831 22.535L8.10831 20.601C8.00131 19.318 7.88031 17.877 7.83131 17.139C7.81531 16.906 7.63731 16.828 7.55931 16.828C7.43431 16.828 7.29431 16.909 7.28031 17.137C7.23031 17.877 7.10931 19.319 7.00231 20.602L6.84231 22.536C6.77731 23.384 6.14031 24 5.32931 24C4.50231 24 3.87631 23.363 3.83831 22.487L3.44031 12.822L2.66031 14.235C2.33731 14.819 1.57231 15.016 1.08731 14.773C0.627313 14.578 0.333313 14.136 0.333313 13.635C0.333313 13.52 0.349313 13.406 0.380313 13.296L1.97031 7.687C2.18531 6.925 2.88931 6.393 3.68131 6.393H20.9843C21.7773 6.393 22.4813 6.926 22.6963 7.687L24.2863 13.297C24.3173 13.406 24.3333 13.52 24.3333 13.635C24.3333 14.138 24.0363 14.582 23.5743 14.775L23.5373 14.792C22.9713 15.01 22.2993 14.764 22.0073 14.234L21.2263 12.822L20.8283 22.486C20.7903 23.378 20.1903 24 19.3693 24Z"
2932
+ })),
2933
+ ...props
2934
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
2935
+ width: "24",
2936
+ height: "24",
2937
+ viewBox: "0 0 24 24",
2938
+ xmlns: "http://www.w3.org/2000/svg",
2939
+ fill: "currentColor"
2940
+ }, props), children));
2941
+
2942
+ function WrappedPicto$1L(props) {
2943
+ const {
2944
+ optimise,
2945
+ refresh
2946
+ } = useContext(PictoContext);
2947
+ useEffect(() => {
2948
+ refresh();
2949
+ }, []);
2950
+ return optimise('p_2byEUs', /*#__PURE__*/React.createElement(TwoPeople, props));
2951
+ }
2952
+
2897
2953
  var UserBook = (({
2898
2954
  as: Component = "svg",
2899
2955
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -2908,7 +2964,7 @@ var UserBook = (({
2908
2964
  fill: "currentColor"
2909
2965
  }, props), children));
2910
2966
 
2911
- function WrappedPicto$1K(props) {
2967
+ function WrappedPicto$1M(props) {
2912
2968
  const {
2913
2969
  optimise,
2914
2970
  refresh
@@ -2933,7 +2989,7 @@ var UserCircle = (({
2933
2989
  fill: "currentColor"
2934
2990
  }, props), children));
2935
2991
 
2936
- function WrappedPicto$1L(props) {
2992
+ function WrappedPicto$1N(props) {
2937
2993
  const {
2938
2994
  optimise,
2939
2995
  refresh
@@ -2959,7 +3015,7 @@ var UserId = (({
2959
3015
  fill: "currentColor"
2960
3016
  }, props), children));
2961
3017
 
2962
- function WrappedPicto$1M(props) {
3018
+ function WrappedPicto$1O(props) {
2963
3019
  const {
2964
3020
  optimise,
2965
3021
  refresh
@@ -2984,7 +3040,7 @@ var UserStars = (({
2984
3040
  fill: "currentColor"
2985
3041
  }, props), children));
2986
3042
 
2987
- function WrappedPicto$1N(props) {
3043
+ function WrappedPicto$1P(props) {
2988
3044
  const {
2989
3045
  optimise,
2990
3046
  refresh
@@ -3009,7 +3065,7 @@ var Wall = (({
3009
3065
  fill: "currentColor"
3010
3066
  }, props), children));
3011
3067
 
3012
- function WrappedPicto$1O(props) {
3068
+ function WrappedPicto$1Q(props) {
3013
3069
  const {
3014
3070
  optimise,
3015
3071
  refresh
@@ -3035,7 +3091,7 @@ var WorkingMan = (({
3035
3091
  fill: "currentColor"
3036
3092
  }, props), children));
3037
3093
 
3038
- function WrappedPicto$1P(props) {
3094
+ function WrappedPicto$1R(props) {
3039
3095
  const {
3040
3096
  optimise,
3041
3097
  refresh
@@ -3060,7 +3116,7 @@ var Youtube = (({
3060
3116
  fill: "currentColor"
3061
3117
  }, props), children));
3062
3118
 
3063
- function WrappedPicto$1Q(props) {
3119
+ function WrappedPicto$1S(props) {
3064
3120
  const {
3065
3121
  optimise,
3066
3122
  refresh
@@ -3085,7 +3141,7 @@ var ZeroPercent = (({
3085
3141
  fill: "currentColor"
3086
3142
  }, props), children));
3087
3143
 
3088
- function WrappedPicto$1R(props) {
3144
+ function WrappedPicto$1T(props) {
3089
3145
  const {
3090
3146
  optimise,
3091
3147
  refresh
@@ -3096,5 +3152,5 @@ function WrappedPicto$1R(props) {
3096
3152
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3097
3153
  }
3098
3154
 
3099
- 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$J as File, WrappedPicto$K as Files, WrappedPicto$L as Filter, WrappedPicto$M as FirstCircle, WrappedPicto$N as Flag, WrappedPicto$P as Folder, WrappedPicto$O as FolderOpen, WrappedPicto$Q as FourCircle, WrappedPicto$R as Globe, WrappedPicto$S as GraduationCap, WrappedPicto$T as HandCoin, WrappedPicto$V as Heart, WrappedPicto$U as HeartPlain, WrappedPicto$W as HorseChase, WrappedPicto$X as House, WrappedPicto$Y as InfoCircle, WrappedPicto$Z as Instagram, WrappedPicto$_ as Key, WrappedPicto$$ as LightningBolt, WrappedPicto$10 as Link, WrappedPicto$11 as Lock, WrappedPicto$12 as MagicWand, WrappedPicto$13 as MagnifyingGlassLeft, WrappedPicto$14 as Marker, WrappedPicto$15 as Microphone, WrappedPicto$16 as MinusBold, WrappedPicto$17 as MinusCircle, WrappedPicto$18 as Paperclip, WrappedPicto$19 as Pen, WrappedPicto$1a as Percent, WrappedPicto$1b as Phone, PictoProvider, WrappedPicto$1c as Plan, WrappedPicto$1d as PlusBold, WrappedPicto$1e as PlusCircle, WrappedPicto$1f as Print, WrappedPicto$1g as QuestionMarkCircle, WrappedPicto$1h as QuestionMarkCircleBold, WrappedPicto$1i as QuoteClose, WrappedPicto$1j as QuoteOpenPlain, WrappedPicto$1k as Share, WrappedPicto$1l as ShieldCheck, WrappedPicto$1m as Smartphone, WrappedPicto$1n as SmileyFrown, WrappedPicto$1o as SmileyHappy, WrappedPicto$1p as SmileyNeutral, WrappedPicto$1q as SpeechBubble, WrappedPicto$1r as SquareMeter, WrappedPicto$1u as Star, WrappedPicto$1s as StarFilled, WrappedPicto$1t as StarHalf, WrappedPicto$1v as Tada, WrappedPicto$1w as ThreeCircle, WrappedPicto$1A as Times, WrappedPicto$1x as TimesBold, WrappedPicto$1z as TimesCircle, WrappedPicto$1y as TimesCircleBold, WrappedPicto$1B as Toast, WrappedPicto$1C as Trash, WrappedPicto$1E as Tree, WrappedPicto$1D as TreePlain, WrappedPicto$1F as Trustpilot, WrappedPicto$1G as Tune, WrappedPicto$1I as Twitter, WrappedPicto$1H as TwitterSmall, WrappedPicto$1J as TwoCircle, WrappedPicto$1K as UserBook, WrappedPicto$1L as UserCircle, WrappedPicto$1M as UserId, WrappedPicto$1N as UserStars, WrappedPicto$1O as Wall, WrappedPicto$1P as WorkingMan, WrappedPicto$1Q as Youtube, WrappedPicto$1R as ZeroPercent, manifest };
3155
+ 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 TwoPeople, WrappedPicto$1M as UserBook, WrappedPicto$1N as UserCircle, WrappedPicto$1O as UserId, WrappedPicto$1P as UserStars, WrappedPicto$1Q as Wall, WrappedPicto$1R as WorkingMan, WrappedPicto$1S as Youtube, WrappedPicto$1T as ZeroPercent, manifest };
3100
3156
  //# sourceMappingURL=picto.js.map