@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/cjs/picto.js CHANGED
@@ -81,7 +81,7 @@ const useForceUpdate = () => {
81
81
  return forceUpdate;
82
82
  };
83
83
 
84
- var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "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"];
84
+ 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"];
85
85
 
86
86
  function _extends() {
87
87
  _extends = Object.assign || function (target) {
@@ -1254,6 +1254,35 @@ function WrappedPicto$I(props) {
1254
1254
  return optimise('p_EyY0U', /*#__PURE__*/React__default['default'].createElement(Facebook, props));
1255
1255
  }
1256
1256
 
1257
+ var FileCheck = (({
1258
+ as: Component = "svg",
1259
+ children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
1260
+ d: "M16.9999 11.0309L11.0079 17.6539L7.33594 13.7229L8.03694 13.0399L11.0449 16.2239L16.2719 10.3459L16.9999 11.0309Z"
1261
+ }), /*#__PURE__*/React__default['default'].createElement("path", {
1262
+ fillRule: "evenodd",
1263
+ clipRule: "evenodd",
1264
+ d: "M2 24H22V6L16 0H2V24ZM3 1H15V7H21V23H3V1ZM20.586 6H16V1.414L20.586 6Z"
1265
+ })),
1266
+ ...props
1267
+ }) => /*#__PURE__*/React__default['default'].createElement(Component, _extends({
1268
+ width: "24",
1269
+ height: "24",
1270
+ viewBox: "0 0 24 24",
1271
+ xmlns: "http://www.w3.org/2000/svg",
1272
+ fill: "currentColor"
1273
+ }, props), children));
1274
+
1275
+ function WrappedPicto$J(props) {
1276
+ const {
1277
+ optimise,
1278
+ refresh
1279
+ } = React.useContext(PictoContext);
1280
+ React.useEffect(() => {
1281
+ refresh();
1282
+ }, []);
1283
+ return optimise('p_LLbJ6', /*#__PURE__*/React__default['default'].createElement(FileCheck, props));
1284
+ }
1285
+
1257
1286
  var File = (({
1258
1287
  as: Component = "svg",
1259
1288
  children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
@@ -1268,7 +1297,7 @@ var File = (({
1268
1297
  fill: "currentColor"
1269
1298
  }, props), children));
1270
1299
 
1271
- function WrappedPicto$J(props) {
1300
+ function WrappedPicto$K(props) {
1272
1301
  const {
1273
1302
  optimise,
1274
1303
  refresh
@@ -1294,7 +1323,7 @@ var Files = (({
1294
1323
  fill: "currentColor"
1295
1324
  }, props), children));
1296
1325
 
1297
- function WrappedPicto$K(props) {
1326
+ function WrappedPicto$L(props) {
1298
1327
  const {
1299
1328
  optimise,
1300
1329
  refresh
@@ -1319,7 +1348,7 @@ var Filter = (({
1319
1348
  fill: "currentColor"
1320
1349
  }, props), children));
1321
1350
 
1322
- function WrappedPicto$L(props) {
1351
+ function WrappedPicto$M(props) {
1323
1352
  const {
1324
1353
  optimise,
1325
1354
  refresh
@@ -1345,7 +1374,7 @@ var FirstCircle = (({
1345
1374
  fill: "currentColor"
1346
1375
  }, props), children));
1347
1376
 
1348
- function WrappedPicto$M(props) {
1377
+ function WrappedPicto$N(props) {
1349
1378
  const {
1350
1379
  optimise,
1351
1380
  refresh
@@ -1371,7 +1400,7 @@ var Flag = (({
1371
1400
  fill: "currentColor"
1372
1401
  }, props), children));
1373
1402
 
1374
- function WrappedPicto$N(props) {
1403
+ function WrappedPicto$O(props) {
1375
1404
  const {
1376
1405
  optimise,
1377
1406
  refresh
@@ -1396,7 +1425,7 @@ var FolderOpen = (({
1396
1425
  fill: "currentColor"
1397
1426
  }, props), children));
1398
1427
 
1399
- function WrappedPicto$O(props) {
1428
+ function WrappedPicto$P(props) {
1400
1429
  const {
1401
1430
  optimise,
1402
1431
  refresh
@@ -1422,7 +1451,7 @@ var Folder = (({
1422
1451
  fill: "currentColor"
1423
1452
  }, props), children));
1424
1453
 
1425
- function WrappedPicto$P(props) {
1454
+ function WrappedPicto$Q(props) {
1426
1455
  const {
1427
1456
  optimise,
1428
1457
  refresh
@@ -1448,7 +1477,7 @@ var FourCircle = (({
1448
1477
  fill: "currentColor"
1449
1478
  }, props), children));
1450
1479
 
1451
- function WrappedPicto$Q(props) {
1480
+ function WrappedPicto$R(props) {
1452
1481
  const {
1453
1482
  optimise,
1454
1483
  refresh
@@ -1473,7 +1502,7 @@ var Globe = (({
1473
1502
  fill: "currentColor"
1474
1503
  }, props), children));
1475
1504
 
1476
- function WrappedPicto$R(props) {
1505
+ function WrappedPicto$S(props) {
1477
1506
  const {
1478
1507
  optimise,
1479
1508
  refresh
@@ -1498,7 +1527,7 @@ var GraduationCap = (({
1498
1527
  fill: "currentColor"
1499
1528
  }, props), children));
1500
1529
 
1501
- function WrappedPicto$S(props) {
1530
+ function WrappedPicto$T(props) {
1502
1531
  const {
1503
1532
  optimise,
1504
1533
  refresh
@@ -1524,7 +1553,7 @@ var HandCoin = (({
1524
1553
  fill: "currentColor"
1525
1554
  }, props), children));
1526
1555
 
1527
- function WrappedPicto$T(props) {
1556
+ function WrappedPicto$U(props) {
1528
1557
  const {
1529
1558
  optimise,
1530
1559
  refresh
@@ -1550,7 +1579,7 @@ var HeartPlain = (({
1550
1579
  fill: "currentColor"
1551
1580
  }, props), children));
1552
1581
 
1553
- function WrappedPicto$U(props) {
1582
+ function WrappedPicto$V(props) {
1554
1583
  const {
1555
1584
  optimise,
1556
1585
  refresh
@@ -1575,7 +1604,7 @@ var Heart = (({
1575
1604
  fill: "currentColor"
1576
1605
  }, props), children));
1577
1606
 
1578
- function WrappedPicto$V(props) {
1607
+ function WrappedPicto$W(props) {
1579
1608
  const {
1580
1609
  optimise,
1581
1610
  refresh
@@ -1601,7 +1630,7 @@ var HorseChase = (({
1601
1630
  fill: "currentColor"
1602
1631
  }, props), children));
1603
1632
 
1604
- function WrappedPicto$W(props) {
1633
+ function WrappedPicto$X(props) {
1605
1634
  const {
1606
1635
  optimise,
1607
1636
  refresh
@@ -1626,7 +1655,7 @@ var House = (({
1626
1655
  fill: "currentColor"
1627
1656
  }, props), children));
1628
1657
 
1629
- function WrappedPicto$X(props) {
1658
+ function WrappedPicto$Y(props) {
1630
1659
  const {
1631
1660
  optimise,
1632
1661
  refresh
@@ -1652,7 +1681,7 @@ var InfoCircle = (({
1652
1681
  fill: "currentColor"
1653
1682
  }, props), children));
1654
1683
 
1655
- function WrappedPicto$Y(props) {
1684
+ function WrappedPicto$Z(props) {
1656
1685
  const {
1657
1686
  optimise,
1658
1687
  refresh
@@ -1681,7 +1710,7 @@ var Instagram = (({
1681
1710
  fill: "currentColor"
1682
1711
  }, props), children));
1683
1712
 
1684
- function WrappedPicto$Z(props) {
1713
+ function WrappedPicto$_(props) {
1685
1714
  const {
1686
1715
  optimise,
1687
1716
  refresh
@@ -1707,7 +1736,7 @@ var Key = (({
1707
1736
  fill: "currentColor"
1708
1737
  }, props), children));
1709
1738
 
1710
- function WrappedPicto$_(props) {
1739
+ function WrappedPicto$$(props) {
1711
1740
  const {
1712
1741
  optimise,
1713
1742
  refresh
@@ -1732,7 +1761,7 @@ var LightningBolt = (({
1732
1761
  fill: "currentColor"
1733
1762
  }, props), children));
1734
1763
 
1735
- function WrappedPicto$$(props) {
1764
+ function WrappedPicto$10(props) {
1736
1765
  const {
1737
1766
  optimise,
1738
1767
  refresh
@@ -1757,7 +1786,7 @@ var Link = (({
1757
1786
  fill: "currentColor"
1758
1787
  }, props), children));
1759
1788
 
1760
- function WrappedPicto$10(props) {
1789
+ function WrappedPicto$11(props) {
1761
1790
  const {
1762
1791
  optimise,
1763
1792
  refresh
@@ -1782,7 +1811,7 @@ var Lock = (({
1782
1811
  fill: "currentColor"
1783
1812
  }, props), children));
1784
1813
 
1785
- function WrappedPicto$11(props) {
1814
+ function WrappedPicto$12(props) {
1786
1815
  const {
1787
1816
  optimise,
1788
1817
  refresh
@@ -1807,7 +1836,7 @@ var MagicWand = (({
1807
1836
  fill: "currentColor"
1808
1837
  }, props), children));
1809
1838
 
1810
- function WrappedPicto$12(props) {
1839
+ function WrappedPicto$13(props) {
1811
1840
  const {
1812
1841
  optimise,
1813
1842
  refresh
@@ -1832,7 +1861,7 @@ var MagnifyingGlassLeft = (({
1832
1861
  fill: "currentColor"
1833
1862
  }, props), children));
1834
1863
 
1835
- function WrappedPicto$13(props) {
1864
+ function WrappedPicto$14(props) {
1836
1865
  const {
1837
1866
  optimise,
1838
1867
  refresh
@@ -1857,7 +1886,7 @@ var Marker = (({
1857
1886
  fill: "currentColor"
1858
1887
  }, props), children));
1859
1888
 
1860
- function WrappedPicto$14(props) {
1889
+ function WrappedPicto$15(props) {
1861
1890
  const {
1862
1891
  optimise,
1863
1892
  refresh
@@ -1882,7 +1911,7 @@ var Microphone = (({
1882
1911
  fill: "currentColor"
1883
1912
  }, props), children));
1884
1913
 
1885
- function WrappedPicto$15(props) {
1914
+ function WrappedPicto$16(props) {
1886
1915
  const {
1887
1916
  optimise,
1888
1917
  refresh
@@ -1910,7 +1939,7 @@ var MinusBold = (({
1910
1939
  fill: "currentColor"
1911
1940
  }, props), children));
1912
1941
 
1913
- function WrappedPicto$16(props) {
1942
+ function WrappedPicto$17(props) {
1914
1943
  const {
1915
1944
  optimise,
1916
1945
  refresh
@@ -1936,7 +1965,7 @@ var MinusCircle = (({
1936
1965
  fill: "currentColor"
1937
1966
  }, props), children));
1938
1967
 
1939
- function WrappedPicto$17(props) {
1968
+ function WrappedPicto$18(props) {
1940
1969
  const {
1941
1970
  optimise,
1942
1971
  refresh
@@ -1961,7 +1990,7 @@ var Paperclip = (({
1961
1990
  fill: "currentColor"
1962
1991
  }, props), children));
1963
1992
 
1964
- function WrappedPicto$18(props) {
1993
+ function WrappedPicto$19(props) {
1965
1994
  const {
1966
1995
  optimise,
1967
1996
  refresh
@@ -1986,7 +2015,7 @@ var Pen = (({
1986
2015
  fill: "currentColor"
1987
2016
  }, props), children));
1988
2017
 
1989
- function WrappedPicto$19(props) {
2018
+ function WrappedPicto$1a(props) {
1990
2019
  const {
1991
2020
  optimise,
1992
2021
  refresh
@@ -2012,7 +2041,7 @@ var Percent = (({
2012
2041
  fill: "currentColor"
2013
2042
  }, props), children));
2014
2043
 
2015
- function WrappedPicto$1a(props) {
2044
+ function WrappedPicto$1b(props) {
2016
2045
  const {
2017
2046
  optimise,
2018
2047
  refresh
@@ -2037,7 +2066,7 @@ var Phone = (({
2037
2066
  fill: "currentColor"
2038
2067
  }, props), children));
2039
2068
 
2040
- function WrappedPicto$1b(props) {
2069
+ function WrappedPicto$1c(props) {
2041
2070
  const {
2042
2071
  optimise,
2043
2072
  refresh
@@ -2062,7 +2091,7 @@ var Plan = (({
2062
2091
  fill: "currentColor"
2063
2092
  }, props), children));
2064
2093
 
2065
- function WrappedPicto$1c(props) {
2094
+ function WrappedPicto$1d(props) {
2066
2095
  const {
2067
2096
  optimise,
2068
2097
  refresh
@@ -2087,7 +2116,7 @@ var PlusBold = (({
2087
2116
  fill: "currentColor"
2088
2117
  }, props), children));
2089
2118
 
2090
- function WrappedPicto$1d(props) {
2119
+ function WrappedPicto$1e(props) {
2091
2120
  const {
2092
2121
  optimise,
2093
2122
  refresh
@@ -2113,7 +2142,7 @@ var PlusCircle = (({
2113
2142
  fill: "currentColor"
2114
2143
  }, props), children));
2115
2144
 
2116
- function WrappedPicto$1e(props) {
2145
+ function WrappedPicto$1f(props) {
2117
2146
  const {
2118
2147
  optimise,
2119
2148
  refresh
@@ -2138,7 +2167,7 @@ var Print = (({
2138
2167
  fill: "currentColor"
2139
2168
  }, props), children));
2140
2169
 
2141
- function WrappedPicto$1f(props) {
2170
+ function WrappedPicto$1g(props) {
2142
2171
  const {
2143
2172
  optimise,
2144
2173
  refresh
@@ -2164,7 +2193,7 @@ var QuestionMarkCircle = (({
2164
2193
  fill: "currentColor"
2165
2194
  }, props), children));
2166
2195
 
2167
- function WrappedPicto$1g(props) {
2196
+ function WrappedPicto$1h(props) {
2168
2197
  const {
2169
2198
  optimise,
2170
2199
  refresh
@@ -2190,7 +2219,7 @@ var QuestionMarkCircleBold = (({
2190
2219
  fill: "currentColor"
2191
2220
  }, props), children));
2192
2221
 
2193
- function WrappedPicto$1h(props) {
2222
+ function WrappedPicto$1i(props) {
2194
2223
  const {
2195
2224
  optimise,
2196
2225
  refresh
@@ -2215,7 +2244,7 @@ var QuoteClose = (({
2215
2244
  fill: "currentColor"
2216
2245
  }, props), children));
2217
2246
 
2218
- function WrappedPicto$1i(props) {
2247
+ function WrappedPicto$1j(props) {
2219
2248
  const {
2220
2249
  optimise,
2221
2250
  refresh
@@ -2240,7 +2269,7 @@ var QuoteOpenPlain = (({
2240
2269
  fill: "currentColor"
2241
2270
  }, props), children));
2242
2271
 
2243
- function WrappedPicto$1j(props) {
2272
+ function WrappedPicto$1k(props) {
2244
2273
  const {
2245
2274
  optimise,
2246
2275
  refresh
@@ -2266,7 +2295,7 @@ var Share = (({
2266
2295
  fill: "currentColor"
2267
2296
  }, props), children));
2268
2297
 
2269
- function WrappedPicto$1k(props) {
2298
+ function WrappedPicto$1l(props) {
2270
2299
  const {
2271
2300
  optimise,
2272
2301
  refresh
@@ -2291,7 +2320,7 @@ var ShieldCheck = (({
2291
2320
  fill: "currentColor"
2292
2321
  }, props), children));
2293
2322
 
2294
- function WrappedPicto$1l(props) {
2323
+ function WrappedPicto$1m(props) {
2295
2324
  const {
2296
2325
  optimise,
2297
2326
  refresh
@@ -2316,7 +2345,7 @@ var Smartphone = (({
2316
2345
  fill: "currentColor"
2317
2346
  }, props), children));
2318
2347
 
2319
- function WrappedPicto$1m(props) {
2348
+ function WrappedPicto$1n(props) {
2320
2349
  const {
2321
2350
  optimise,
2322
2351
  refresh
@@ -2342,7 +2371,7 @@ var SmileyFrown = (({
2342
2371
  fill: "currentColor"
2343
2372
  }, props), children));
2344
2373
 
2345
- function WrappedPicto$1n(props) {
2374
+ function WrappedPicto$1o(props) {
2346
2375
  const {
2347
2376
  optimise,
2348
2377
  refresh
@@ -2368,7 +2397,7 @@ var SmileyHappy = (({
2368
2397
  fill: "currentColor"
2369
2398
  }, props), children));
2370
2399
 
2371
- function WrappedPicto$1o(props) {
2400
+ function WrappedPicto$1p(props) {
2372
2401
  const {
2373
2402
  optimise,
2374
2403
  refresh
@@ -2394,7 +2423,7 @@ var SmileyNeutral = (({
2394
2423
  fill: "currentColor"
2395
2424
  }, props), children));
2396
2425
 
2397
- function WrappedPicto$1p(props) {
2426
+ function WrappedPicto$1q(props) {
2398
2427
  const {
2399
2428
  optimise,
2400
2429
  refresh
@@ -2419,7 +2448,7 @@ var SpeechBubble = (({
2419
2448
  fill: "currentColor"
2420
2449
  }, props), children));
2421
2450
 
2422
- function WrappedPicto$1q(props) {
2451
+ function WrappedPicto$1r(props) {
2423
2452
  const {
2424
2453
  optimise,
2425
2454
  refresh
@@ -2446,7 +2475,7 @@ var SquareMeter = (({
2446
2475
  fill: "currentColor"
2447
2476
  }, props), children));
2448
2477
 
2449
- function WrappedPicto$1r(props) {
2478
+ function WrappedPicto$1s(props) {
2450
2479
  const {
2451
2480
  optimise,
2452
2481
  refresh
@@ -2473,7 +2502,7 @@ var StarFilled = (({
2473
2502
  fill: "currentColor"
2474
2503
  }, props), children));
2475
2504
 
2476
- function WrappedPicto$1s(props) {
2505
+ function WrappedPicto$1t(props) {
2477
2506
  const {
2478
2507
  optimise,
2479
2508
  refresh
@@ -2500,7 +2529,7 @@ var StarHalf = (({
2500
2529
  fill: "currentColor"
2501
2530
  }, props), children));
2502
2531
 
2503
- function WrappedPicto$1t(props) {
2532
+ function WrappedPicto$1u(props) {
2504
2533
  const {
2505
2534
  optimise,
2506
2535
  refresh
@@ -2525,7 +2554,7 @@ var Star = (({
2525
2554
  fill: "currentColor"
2526
2555
  }, props), children));
2527
2556
 
2528
- function WrappedPicto$1u(props) {
2557
+ function WrappedPicto$1v(props) {
2529
2558
  const {
2530
2559
  optimise,
2531
2560
  refresh
@@ -2550,7 +2579,7 @@ var Tada = (({
2550
2579
  fill: "currentColor"
2551
2580
  }, props), children));
2552
2581
 
2553
- function WrappedPicto$1v(props) {
2582
+ function WrappedPicto$1w(props) {
2554
2583
  const {
2555
2584
  optimise,
2556
2585
  refresh
@@ -2576,7 +2605,7 @@ var ThreeCircle = (({
2576
2605
  fill: "currentColor"
2577
2606
  }, props), children));
2578
2607
 
2579
- function WrappedPicto$1w(props) {
2608
+ function WrappedPicto$1x(props) {
2580
2609
  const {
2581
2610
  optimise,
2582
2611
  refresh
@@ -2601,7 +2630,7 @@ var TimesBold = (({
2601
2630
  fill: "currentColor"
2602
2631
  }, props), children));
2603
2632
 
2604
- function WrappedPicto$1x(props) {
2633
+ function WrappedPicto$1y(props) {
2605
2634
  const {
2606
2635
  optimise,
2607
2636
  refresh
@@ -2628,7 +2657,7 @@ var TimesCircleBold = (({
2628
2657
  fill: "currentColor"
2629
2658
  }, props), children));
2630
2659
 
2631
- function WrappedPicto$1y(props) {
2660
+ function WrappedPicto$1z(props) {
2632
2661
  const {
2633
2662
  optimise,
2634
2663
  refresh
@@ -2654,7 +2683,7 @@ var TimesCircle = (({
2654
2683
  fill: "currentColor"
2655
2684
  }, props), children));
2656
2685
 
2657
- function WrappedPicto$1z(props) {
2686
+ function WrappedPicto$1A(props) {
2658
2687
  const {
2659
2688
  optimise,
2660
2689
  refresh
@@ -2679,7 +2708,7 @@ var Times = (({
2679
2708
  fill: "currentColor"
2680
2709
  }, props), children));
2681
2710
 
2682
- function WrappedPicto$1A(props) {
2711
+ function WrappedPicto$1B(props) {
2683
2712
  const {
2684
2713
  optimise,
2685
2714
  refresh
@@ -2704,7 +2733,7 @@ var Toast = (({
2704
2733
  fill: "currentColor"
2705
2734
  }, props), children));
2706
2735
 
2707
- function WrappedPicto$1B(props) {
2736
+ function WrappedPicto$1C(props) {
2708
2737
  const {
2709
2738
  optimise,
2710
2739
  refresh
@@ -2729,7 +2758,7 @@ var Trash = (({
2729
2758
  fill: "currentColor"
2730
2759
  }, props), children));
2731
2760
 
2732
- function WrappedPicto$1C(props) {
2761
+ function WrappedPicto$1D(props) {
2733
2762
  const {
2734
2763
  optimise,
2735
2764
  refresh
@@ -2754,7 +2783,7 @@ var TreePlain = (({
2754
2783
  fill: "currentColor"
2755
2784
  }, props), children));
2756
2785
 
2757
- function WrappedPicto$1D(props) {
2786
+ function WrappedPicto$1E(props) {
2758
2787
  const {
2759
2788
  optimise,
2760
2789
  refresh
@@ -2780,7 +2809,7 @@ var Tree = (({
2780
2809
  fill: "currentColor"
2781
2810
  }, props), children));
2782
2811
 
2783
- function WrappedPicto$1E(props) {
2812
+ function WrappedPicto$1F(props) {
2784
2813
  const {
2785
2814
  optimise,
2786
2815
  refresh
@@ -2805,7 +2834,7 @@ var Trustpilot = (({
2805
2834
  fill: "currentColor"
2806
2835
  }, props), children));
2807
2836
 
2808
- function WrappedPicto$1F(props) {
2837
+ function WrappedPicto$1G(props) {
2809
2838
  const {
2810
2839
  optimise,
2811
2840
  refresh
@@ -2831,7 +2860,7 @@ var Tune = (({
2831
2860
  fill: "currentColor"
2832
2861
  }, props), children));
2833
2862
 
2834
- function WrappedPicto$1G(props) {
2863
+ function WrappedPicto$1H(props) {
2835
2864
  const {
2836
2865
  optimise,
2837
2866
  refresh
@@ -2856,7 +2885,7 @@ var TwitterSmall = (({
2856
2885
  fill: "currentColor"
2857
2886
  }, props), children));
2858
2887
 
2859
- function WrappedPicto$1H(props) {
2888
+ function WrappedPicto$1I(props) {
2860
2889
  const {
2861
2890
  optimise,
2862
2891
  refresh
@@ -2881,7 +2910,7 @@ var Twitter = (({
2881
2910
  fill: "currentColor"
2882
2911
  }, props), children));
2883
2912
 
2884
- function WrappedPicto$1I(props) {
2913
+ function WrappedPicto$1J(props) {
2885
2914
  const {
2886
2915
  optimise,
2887
2916
  refresh
@@ -2906,7 +2935,7 @@ var TwoCircle = (({
2906
2935
  fill: "currentColor"
2907
2936
  }, props), children));
2908
2937
 
2909
- function WrappedPicto$1J(props) {
2938
+ function WrappedPicto$1K(props) {
2910
2939
  const {
2911
2940
  optimise,
2912
2941
  refresh
@@ -2917,6 +2946,33 @@ function WrappedPicto$1J(props) {
2917
2946
  return optimise('p_1JWA84', /*#__PURE__*/React__default['default'].createElement(TwoCircle, props));
2918
2947
  }
2919
2948
 
2949
+ var TwoPeople = (({
2950
+ as: Component = "svg",
2951
+ children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
2952
+ fillRule: "evenodd",
2953
+ clipRule: "evenodd",
2954
+ 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"
2955
+ })),
2956
+ ...props
2957
+ }) => /*#__PURE__*/React__default['default'].createElement(Component, _extends({
2958
+ width: "24",
2959
+ height: "24",
2960
+ viewBox: "0 0 24 24",
2961
+ xmlns: "http://www.w3.org/2000/svg",
2962
+ fill: "currentColor"
2963
+ }, props), children));
2964
+
2965
+ function WrappedPicto$1L(props) {
2966
+ const {
2967
+ optimise,
2968
+ refresh
2969
+ } = React.useContext(PictoContext);
2970
+ React.useEffect(() => {
2971
+ refresh();
2972
+ }, []);
2973
+ return optimise('p_2byEUs', /*#__PURE__*/React__default['default'].createElement(TwoPeople, props));
2974
+ }
2975
+
2920
2976
  var UserBook = (({
2921
2977
  as: Component = "svg",
2922
2978
  children = /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement("path", {
@@ -2931,7 +2987,7 @@ var UserBook = (({
2931
2987
  fill: "currentColor"
2932
2988
  }, props), children));
2933
2989
 
2934
- function WrappedPicto$1K(props) {
2990
+ function WrappedPicto$1M(props) {
2935
2991
  const {
2936
2992
  optimise,
2937
2993
  refresh
@@ -2956,7 +3012,7 @@ var UserCircle = (({
2956
3012
  fill: "currentColor"
2957
3013
  }, props), children));
2958
3014
 
2959
- function WrappedPicto$1L(props) {
3015
+ function WrappedPicto$1N(props) {
2960
3016
  const {
2961
3017
  optimise,
2962
3018
  refresh
@@ -2982,7 +3038,7 @@ var UserId = (({
2982
3038
  fill: "currentColor"
2983
3039
  }, props), children));
2984
3040
 
2985
- function WrappedPicto$1M(props) {
3041
+ function WrappedPicto$1O(props) {
2986
3042
  const {
2987
3043
  optimise,
2988
3044
  refresh
@@ -3007,7 +3063,7 @@ var UserStars = (({
3007
3063
  fill: "currentColor"
3008
3064
  }, props), children));
3009
3065
 
3010
- function WrappedPicto$1N(props) {
3066
+ function WrappedPicto$1P(props) {
3011
3067
  const {
3012
3068
  optimise,
3013
3069
  refresh
@@ -3032,7 +3088,7 @@ var Wall = (({
3032
3088
  fill: "currentColor"
3033
3089
  }, props), children));
3034
3090
 
3035
- function WrappedPicto$1O(props) {
3091
+ function WrappedPicto$1Q(props) {
3036
3092
  const {
3037
3093
  optimise,
3038
3094
  refresh
@@ -3058,7 +3114,7 @@ var WorkingMan = (({
3058
3114
  fill: "currentColor"
3059
3115
  }, props), children));
3060
3116
 
3061
- function WrappedPicto$1P(props) {
3117
+ function WrappedPicto$1R(props) {
3062
3118
  const {
3063
3119
  optimise,
3064
3120
  refresh
@@ -3083,7 +3139,7 @@ var Youtube = (({
3083
3139
  fill: "currentColor"
3084
3140
  }, props), children));
3085
3141
 
3086
- function WrappedPicto$1Q(props) {
3142
+ function WrappedPicto$1S(props) {
3087
3143
  const {
3088
3144
  optimise,
3089
3145
  refresh
@@ -3108,7 +3164,7 @@ var ZeroPercent = (({
3108
3164
  fill: "currentColor"
3109
3165
  }, props), children));
3110
3166
 
3111
- function WrappedPicto$1R(props) {
3167
+ function WrappedPicto$1T(props) {
3112
3168
  const {
3113
3169
  optimise,
3114
3170
  refresh
@@ -3164,79 +3220,81 @@ exports.ExclamationMarkTriangleBold = WrappedPicto$F;
3164
3220
  exports.Eye = WrappedPicto$G;
3165
3221
  exports.Facebook = WrappedPicto$I;
3166
3222
  exports.FacebookSmall = WrappedPicto$H;
3167
- exports.File = WrappedPicto$J;
3168
- exports.Files = WrappedPicto$K;
3169
- exports.Filter = WrappedPicto$L;
3170
- exports.FirstCircle = WrappedPicto$M;
3171
- exports.Flag = WrappedPicto$N;
3172
- exports.Folder = WrappedPicto$P;
3173
- exports.FolderOpen = WrappedPicto$O;
3174
- exports.FourCircle = WrappedPicto$Q;
3175
- exports.Globe = WrappedPicto$R;
3176
- exports.GraduationCap = WrappedPicto$S;
3177
- exports.HandCoin = WrappedPicto$T;
3178
- exports.Heart = WrappedPicto$V;
3179
- exports.HeartPlain = WrappedPicto$U;
3180
- exports.HorseChase = WrappedPicto$W;
3181
- exports.House = WrappedPicto$X;
3182
- exports.InfoCircle = WrappedPicto$Y;
3183
- exports.Instagram = WrappedPicto$Z;
3184
- exports.Key = WrappedPicto$_;
3185
- exports.LightningBolt = WrappedPicto$$;
3186
- exports.Link = WrappedPicto$10;
3187
- exports.Lock = WrappedPicto$11;
3188
- exports.MagicWand = WrappedPicto$12;
3189
- exports.MagnifyingGlassLeft = WrappedPicto$13;
3190
- exports.Marker = WrappedPicto$14;
3191
- exports.Microphone = WrappedPicto$15;
3192
- exports.MinusBold = WrappedPicto$16;
3193
- exports.MinusCircle = WrappedPicto$17;
3194
- exports.Paperclip = WrappedPicto$18;
3195
- exports.Pen = WrappedPicto$19;
3196
- exports.Percent = WrappedPicto$1a;
3197
- exports.Phone = WrappedPicto$1b;
3223
+ exports.File = WrappedPicto$K;
3224
+ exports.FileCheck = WrappedPicto$J;
3225
+ exports.Files = WrappedPicto$L;
3226
+ exports.Filter = WrappedPicto$M;
3227
+ exports.FirstCircle = WrappedPicto$N;
3228
+ exports.Flag = WrappedPicto$O;
3229
+ exports.Folder = WrappedPicto$Q;
3230
+ exports.FolderOpen = WrappedPicto$P;
3231
+ exports.FourCircle = WrappedPicto$R;
3232
+ exports.Globe = WrappedPicto$S;
3233
+ exports.GraduationCap = WrappedPicto$T;
3234
+ exports.HandCoin = WrappedPicto$U;
3235
+ exports.Heart = WrappedPicto$W;
3236
+ exports.HeartPlain = WrappedPicto$V;
3237
+ exports.HorseChase = WrappedPicto$X;
3238
+ exports.House = WrappedPicto$Y;
3239
+ exports.InfoCircle = WrappedPicto$Z;
3240
+ exports.Instagram = WrappedPicto$_;
3241
+ exports.Key = WrappedPicto$$;
3242
+ exports.LightningBolt = WrappedPicto$10;
3243
+ exports.Link = WrappedPicto$11;
3244
+ exports.Lock = WrappedPicto$12;
3245
+ exports.MagicWand = WrappedPicto$13;
3246
+ exports.MagnifyingGlassLeft = WrappedPicto$14;
3247
+ exports.Marker = WrappedPicto$15;
3248
+ exports.Microphone = WrappedPicto$16;
3249
+ exports.MinusBold = WrappedPicto$17;
3250
+ exports.MinusCircle = WrappedPicto$18;
3251
+ exports.Paperclip = WrappedPicto$19;
3252
+ exports.Pen = WrappedPicto$1a;
3253
+ exports.Percent = WrappedPicto$1b;
3254
+ exports.Phone = WrappedPicto$1c;
3198
3255
  exports.PictoProvider = PictoProvider;
3199
- exports.Plan = WrappedPicto$1c;
3200
- exports.PlusBold = WrappedPicto$1d;
3201
- exports.PlusCircle = WrappedPicto$1e;
3202
- exports.Print = WrappedPicto$1f;
3203
- exports.QuestionMarkCircle = WrappedPicto$1g;
3204
- exports.QuestionMarkCircleBold = WrappedPicto$1h;
3205
- exports.QuoteClose = WrappedPicto$1i;
3206
- exports.QuoteOpenPlain = WrappedPicto$1j;
3207
- exports.Share = WrappedPicto$1k;
3208
- exports.ShieldCheck = WrappedPicto$1l;
3209
- exports.Smartphone = WrappedPicto$1m;
3210
- exports.SmileyFrown = WrappedPicto$1n;
3211
- exports.SmileyHappy = WrappedPicto$1o;
3212
- exports.SmileyNeutral = WrappedPicto$1p;
3213
- exports.SpeechBubble = WrappedPicto$1q;
3214
- exports.SquareMeter = WrappedPicto$1r;
3215
- exports.Star = WrappedPicto$1u;
3216
- exports.StarFilled = WrappedPicto$1s;
3217
- exports.StarHalf = WrappedPicto$1t;
3218
- exports.Tada = WrappedPicto$1v;
3219
- exports.ThreeCircle = WrappedPicto$1w;
3220
- exports.Times = WrappedPicto$1A;
3221
- exports.TimesBold = WrappedPicto$1x;
3222
- exports.TimesCircle = WrappedPicto$1z;
3223
- exports.TimesCircleBold = WrappedPicto$1y;
3224
- exports.Toast = WrappedPicto$1B;
3225
- exports.Trash = WrappedPicto$1C;
3226
- exports.Tree = WrappedPicto$1E;
3227
- exports.TreePlain = WrappedPicto$1D;
3228
- exports.Trustpilot = WrappedPicto$1F;
3229
- exports.Tune = WrappedPicto$1G;
3230
- exports.Twitter = WrappedPicto$1I;
3231
- exports.TwitterSmall = WrappedPicto$1H;
3232
- exports.TwoCircle = WrappedPicto$1J;
3233
- exports.UserBook = WrappedPicto$1K;
3234
- exports.UserCircle = WrappedPicto$1L;
3235
- exports.UserId = WrappedPicto$1M;
3236
- exports.UserStars = WrappedPicto$1N;
3237
- exports.Wall = WrappedPicto$1O;
3238
- exports.WorkingMan = WrappedPicto$1P;
3239
- exports.Youtube = WrappedPicto$1Q;
3240
- exports.ZeroPercent = WrappedPicto$1R;
3256
+ exports.Plan = WrappedPicto$1d;
3257
+ exports.PlusBold = WrappedPicto$1e;
3258
+ exports.PlusCircle = WrappedPicto$1f;
3259
+ exports.Print = WrappedPicto$1g;
3260
+ exports.QuestionMarkCircle = WrappedPicto$1h;
3261
+ exports.QuestionMarkCircleBold = WrappedPicto$1i;
3262
+ exports.QuoteClose = WrappedPicto$1j;
3263
+ exports.QuoteOpenPlain = WrappedPicto$1k;
3264
+ exports.Share = WrappedPicto$1l;
3265
+ exports.ShieldCheck = WrappedPicto$1m;
3266
+ exports.Smartphone = WrappedPicto$1n;
3267
+ exports.SmileyFrown = WrappedPicto$1o;
3268
+ exports.SmileyHappy = WrappedPicto$1p;
3269
+ exports.SmileyNeutral = WrappedPicto$1q;
3270
+ exports.SpeechBubble = WrappedPicto$1r;
3271
+ exports.SquareMeter = WrappedPicto$1s;
3272
+ exports.Star = WrappedPicto$1v;
3273
+ exports.StarFilled = WrappedPicto$1t;
3274
+ exports.StarHalf = WrappedPicto$1u;
3275
+ exports.Tada = WrappedPicto$1w;
3276
+ exports.ThreeCircle = WrappedPicto$1x;
3277
+ exports.Times = WrappedPicto$1B;
3278
+ exports.TimesBold = WrappedPicto$1y;
3279
+ exports.TimesCircle = WrappedPicto$1A;
3280
+ exports.TimesCircleBold = WrappedPicto$1z;
3281
+ exports.Toast = WrappedPicto$1C;
3282
+ exports.Trash = WrappedPicto$1D;
3283
+ exports.Tree = WrappedPicto$1F;
3284
+ exports.TreePlain = WrappedPicto$1E;
3285
+ exports.Trustpilot = WrappedPicto$1G;
3286
+ exports.Tune = WrappedPicto$1H;
3287
+ exports.Twitter = WrappedPicto$1J;
3288
+ exports.TwitterSmall = WrappedPicto$1I;
3289
+ exports.TwoCircle = WrappedPicto$1K;
3290
+ exports.TwoPeople = WrappedPicto$1L;
3291
+ exports.UserBook = WrappedPicto$1M;
3292
+ exports.UserCircle = WrappedPicto$1N;
3293
+ exports.UserId = WrappedPicto$1O;
3294
+ exports.UserStars = WrappedPicto$1P;
3295
+ exports.Wall = WrappedPicto$1Q;
3296
+ exports.WorkingMan = WrappedPicto$1R;
3297
+ exports.Youtube = WrappedPicto$1S;
3298
+ exports.ZeroPercent = WrappedPicto$1T;
3241
3299
  exports.manifest = manifest;
3242
3300
  //# sourceMappingURL=picto.js.map