@pretto/picto 3.6.0 → 3.7.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", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "CheckBold", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "MagnifyingBold", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
79
+ var manifest = ["Archive", "ArrowDouble", "ArrowDownRightCircle", "ArrowUpRightCircle", "BankNote", "Bank", "Bars", "Bell", "Bookmark", "Briefcase", "BubbleDouble", "Building", "Bulb", "BulletBold", "BulletBook", "Burden", "Calculator", "Calendar", "CalendarBold", "Camera", "ChalkboardTeacher", "ChartBar", "CheckHandwrite", "Check", "CheckBold", "ChevronDownBold", "ChevronLeftBold", "ChevronRightBold", "ChevronUpBold", "Clock", "ClockBold", "Cloud", "CloudUpload", "Coins", "Crane", "Crown", "DoubleArrow", "Download", "Envelope", "EqualBold", "EqualCircle", "Euro", "EuroBold", "ExclamationMarkCircle", "ExclamationMarkTriangle", "ExclamationMarkCircleBold", "ExclamationMarkTriangleBold", "ExternalLink", "Eye", "FacebookSmall", "Facebook", "FileCheck", "File", "Files", "Filter", "FirstCircle", "Flag", "FolderOpen", "Folder", "FourCircle", "Globe", "GraduationCap", "HandCoin", "HeartPlain", "Heart", "HorseChase", "House", "HouseMagnifier", "InfoCircle", "Instagram", "Key", "LightningBolt", "Link", "Lock", "MagicWand", "MagnifyingGlassLeft", "MagnifyingBold", "Marker", "Microphone", "MinusBold", "MinusCircle", "Paperclip", "Pen", "Percent", "Phone", "Plan", "Plane", "Play", "PlusBold", "PlusCircle", "Print", "QuestionMarkCircle", "QuestionMarkCircleBold", "QuoteClose", "QuoteOpenPlain", "Share", "ShieldCheck", "Smartphone", "SmileyFrown", "SmileyHappy", "SmileyNeutral", "SpeechBubble", "SquareMeter", "SquareMetersBold", "StarFilled", "StarHalf", "Star", "Tada", "ThreeCircle", "TimesBold", "TimesCircleBold", "TimesCircle", "Times", "Toast", "Trash", "TreePlain", "Tree", "Trustpilot", "Tune", "TwitterSmall", "Twitter", "TwoCircle", "TwoPeople", "UserBook", "UserCircle", "UserId", "UserStars", "Wall", "WorkingMan", "Youtube", "ZeroPercent"];
80
80
 
81
81
  var Archive = (({
82
82
  as: Component = "svg",
@@ -1282,6 +1282,32 @@ function WrappedPicto$K(props) {
1282
1282
  return optimise('p_KoHeE', /*#__PURE__*/React.createElement(ExclamationMarkTriangleBold, props));
1283
1283
  }
1284
1284
 
1285
+ var ExternalLink = (({
1286
+ as: Component = "svg",
1287
+ children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
1288
+ d: "M14,4H1V22H21V11h1V23H0V3H14ZM24,9H23V2.71L11.35,14.35l-.7-.7L22.29,2H16V1h8Z",
1289
+ fillRule: "evenodd"
1290
+ })),
1291
+ ...props
1292
+ }) => /*#__PURE__*/React.createElement(Component, _extends({
1293
+ xmlns: "http://www.w3.org/2000/svg",
1294
+ width: "24",
1295
+ height: "24",
1296
+ viewBox: "0 0 24 24",
1297
+ fill: "currentColor"
1298
+ }, props), children));
1299
+
1300
+ function WrappedPicto$L(props) {
1301
+ const {
1302
+ optimise,
1303
+ refresh
1304
+ } = useContext(PictoContext);
1305
+ useEffect(() => {
1306
+ refresh();
1307
+ }, []);
1308
+ return optimise('p_Z1rf3Yh', /*#__PURE__*/React.createElement(ExternalLink, props));
1309
+ }
1310
+
1285
1311
  var Eye = (({
1286
1312
  as: Component = "svg",
1287
1313
  children = /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
@@ -1297,7 +1323,7 @@ var Eye = (({
1297
1323
  fill: "currentColor"
1298
1324
  }, props), children));
1299
1325
 
1300
- function WrappedPicto$L(props) {
1326
+ function WrappedPicto$M(props) {
1301
1327
  const {
1302
1328
  optimise,
1303
1329
  refresh
@@ -1322,7 +1348,7 @@ var FacebookSmall = (({
1322
1348
  fill: "currentColor"
1323
1349
  }, props), children));
1324
1350
 
1325
- function WrappedPicto$M(props) {
1351
+ function WrappedPicto$N(props) {
1326
1352
  const {
1327
1353
  optimise,
1328
1354
  refresh
@@ -1347,7 +1373,7 @@ var Facebook = (({
1347
1373
  fill: "currentColor"
1348
1374
  }, props), children));
1349
1375
 
1350
- function WrappedPicto$N(props) {
1376
+ function WrappedPicto$O(props) {
1351
1377
  const {
1352
1378
  optimise,
1353
1379
  refresh
@@ -1376,7 +1402,7 @@ var FileCheck = (({
1376
1402
  fill: "currentColor"
1377
1403
  }, props), children));
1378
1404
 
1379
- function WrappedPicto$O(props) {
1405
+ function WrappedPicto$P(props) {
1380
1406
  const {
1381
1407
  optimise,
1382
1408
  refresh
@@ -1401,7 +1427,7 @@ var File = (({
1401
1427
  fill: "currentColor"
1402
1428
  }, props), children));
1403
1429
 
1404
- function WrappedPicto$P(props) {
1430
+ function WrappedPicto$Q(props) {
1405
1431
  const {
1406
1432
  optimise,
1407
1433
  refresh
@@ -1427,7 +1453,7 @@ var Files = (({
1427
1453
  fill: "currentColor"
1428
1454
  }, props), children));
1429
1455
 
1430
- function WrappedPicto$Q(props) {
1456
+ function WrappedPicto$R(props) {
1431
1457
  const {
1432
1458
  optimise,
1433
1459
  refresh
@@ -1452,7 +1478,7 @@ var Filter = (({
1452
1478
  fill: "currentColor"
1453
1479
  }, props), children));
1454
1480
 
1455
- function WrappedPicto$R(props) {
1481
+ function WrappedPicto$S(props) {
1456
1482
  const {
1457
1483
  optimise,
1458
1484
  refresh
@@ -1478,7 +1504,7 @@ var FirstCircle = (({
1478
1504
  fill: "currentColor"
1479
1505
  }, props), children));
1480
1506
 
1481
- function WrappedPicto$S(props) {
1507
+ function WrappedPicto$T(props) {
1482
1508
  const {
1483
1509
  optimise,
1484
1510
  refresh
@@ -1504,7 +1530,7 @@ var Flag = (({
1504
1530
  fill: "currentColor"
1505
1531
  }, props), children));
1506
1532
 
1507
- function WrappedPicto$T(props) {
1533
+ function WrappedPicto$U(props) {
1508
1534
  const {
1509
1535
  optimise,
1510
1536
  refresh
@@ -1529,7 +1555,7 @@ var FolderOpen = (({
1529
1555
  fill: "currentColor"
1530
1556
  }, props), children));
1531
1557
 
1532
- function WrappedPicto$U(props) {
1558
+ function WrappedPicto$V(props) {
1533
1559
  const {
1534
1560
  optimise,
1535
1561
  refresh
@@ -1555,7 +1581,7 @@ var Folder = (({
1555
1581
  fill: "currentColor"
1556
1582
  }, props), children));
1557
1583
 
1558
- function WrappedPicto$V(props) {
1584
+ function WrappedPicto$W(props) {
1559
1585
  const {
1560
1586
  optimise,
1561
1587
  refresh
@@ -1581,7 +1607,7 @@ var FourCircle = (({
1581
1607
  fill: "currentColor"
1582
1608
  }, props), children));
1583
1609
 
1584
- function WrappedPicto$W(props) {
1610
+ function WrappedPicto$X(props) {
1585
1611
  const {
1586
1612
  optimise,
1587
1613
  refresh
@@ -1606,7 +1632,7 @@ var Globe = (({
1606
1632
  fill: "currentColor"
1607
1633
  }, props), children));
1608
1634
 
1609
- function WrappedPicto$X(props) {
1635
+ function WrappedPicto$Y(props) {
1610
1636
  const {
1611
1637
  optimise,
1612
1638
  refresh
@@ -1631,7 +1657,7 @@ var GraduationCap = (({
1631
1657
  fill: "currentColor"
1632
1658
  }, props), children));
1633
1659
 
1634
- function WrappedPicto$Y(props) {
1660
+ function WrappedPicto$Z(props) {
1635
1661
  const {
1636
1662
  optimise,
1637
1663
  refresh
@@ -1657,7 +1683,7 @@ var HandCoin = (({
1657
1683
  fill: "currentColor"
1658
1684
  }, props), children));
1659
1685
 
1660
- function WrappedPicto$Z(props) {
1686
+ function WrappedPicto$_(props) {
1661
1687
  const {
1662
1688
  optimise,
1663
1689
  refresh
@@ -1683,7 +1709,7 @@ var HeartPlain = (({
1683
1709
  fill: "currentColor"
1684
1710
  }, props), children));
1685
1711
 
1686
- function WrappedPicto$_(props) {
1712
+ function WrappedPicto$$(props) {
1687
1713
  const {
1688
1714
  optimise,
1689
1715
  refresh
@@ -1708,7 +1734,7 @@ var Heart = (({
1708
1734
  fill: "currentColor"
1709
1735
  }, props), children));
1710
1736
 
1711
- function WrappedPicto$$(props) {
1737
+ function WrappedPicto$10(props) {
1712
1738
  const {
1713
1739
  optimise,
1714
1740
  refresh
@@ -1734,7 +1760,7 @@ var HorseChase = (({
1734
1760
  fill: "currentColor"
1735
1761
  }, props), children));
1736
1762
 
1737
- function WrappedPicto$10(props) {
1763
+ function WrappedPicto$11(props) {
1738
1764
  const {
1739
1765
  optimise,
1740
1766
  refresh
@@ -1759,7 +1785,7 @@ var House = (({
1759
1785
  fill: "currentColor"
1760
1786
  }, props), children));
1761
1787
 
1762
- function WrappedPicto$11(props) {
1788
+ function WrappedPicto$12(props) {
1763
1789
  const {
1764
1790
  optimise,
1765
1791
  refresh
@@ -1784,7 +1810,7 @@ var HouseMagnifier = (({
1784
1810
  fill: "currentColor"
1785
1811
  }, props), children));
1786
1812
 
1787
- function WrappedPicto$12(props) {
1813
+ function WrappedPicto$13(props) {
1788
1814
  const {
1789
1815
  optimise,
1790
1816
  refresh
@@ -1810,7 +1836,7 @@ var InfoCircle = (({
1810
1836
  fill: "currentColor"
1811
1837
  }, props), children));
1812
1838
 
1813
- function WrappedPicto$13(props) {
1839
+ function WrappedPicto$14(props) {
1814
1840
  const {
1815
1841
  optimise,
1816
1842
  refresh
@@ -1839,7 +1865,7 @@ var Instagram = (({
1839
1865
  fill: "currentColor"
1840
1866
  }, props), children));
1841
1867
 
1842
- function WrappedPicto$14(props) {
1868
+ function WrappedPicto$15(props) {
1843
1869
  const {
1844
1870
  optimise,
1845
1871
  refresh
@@ -1865,7 +1891,7 @@ var Key = (({
1865
1891
  fill: "currentColor"
1866
1892
  }, props), children));
1867
1893
 
1868
- function WrappedPicto$15(props) {
1894
+ function WrappedPicto$16(props) {
1869
1895
  const {
1870
1896
  optimise,
1871
1897
  refresh
@@ -1890,7 +1916,7 @@ var LightningBolt = (({
1890
1916
  fill: "currentColor"
1891
1917
  }, props), children));
1892
1918
 
1893
- function WrappedPicto$16(props) {
1919
+ function WrappedPicto$17(props) {
1894
1920
  const {
1895
1921
  optimise,
1896
1922
  refresh
@@ -1915,7 +1941,7 @@ var Link = (({
1915
1941
  fill: "currentColor"
1916
1942
  }, props), children));
1917
1943
 
1918
- function WrappedPicto$17(props) {
1944
+ function WrappedPicto$18(props) {
1919
1945
  const {
1920
1946
  optimise,
1921
1947
  refresh
@@ -1940,7 +1966,7 @@ var Lock = (({
1940
1966
  fill: "currentColor"
1941
1967
  }, props), children));
1942
1968
 
1943
- function WrappedPicto$18(props) {
1969
+ function WrappedPicto$19(props) {
1944
1970
  const {
1945
1971
  optimise,
1946
1972
  refresh
@@ -1965,7 +1991,7 @@ var MagicWand = (({
1965
1991
  fill: "currentColor"
1966
1992
  }, props), children));
1967
1993
 
1968
- function WrappedPicto$19(props) {
1994
+ function WrappedPicto$1a(props) {
1969
1995
  const {
1970
1996
  optimise,
1971
1997
  refresh
@@ -1990,7 +2016,7 @@ var MagnifyingGlassLeft = (({
1990
2016
  fill: "currentColor"
1991
2017
  }, props), children));
1992
2018
 
1993
- function WrappedPicto$1a(props) {
2019
+ function WrappedPicto$1b(props) {
1994
2020
  const {
1995
2021
  optimise,
1996
2022
  refresh
@@ -2016,7 +2042,7 @@ var MagnifyingBold = (({
2016
2042
  fill: "currentColor"
2017
2043
  }, props), children));
2018
2044
 
2019
- function WrappedPicto$1b(props) {
2045
+ function WrappedPicto$1c(props) {
2020
2046
  const {
2021
2047
  optimise,
2022
2048
  refresh
@@ -2041,7 +2067,7 @@ var Marker = (({
2041
2067
  fill: "currentColor"
2042
2068
  }, props), children));
2043
2069
 
2044
- function WrappedPicto$1c(props) {
2070
+ function WrappedPicto$1d(props) {
2045
2071
  const {
2046
2072
  optimise,
2047
2073
  refresh
@@ -2066,7 +2092,7 @@ var Microphone = (({
2066
2092
  fill: "currentColor"
2067
2093
  }, props), children));
2068
2094
 
2069
- function WrappedPicto$1d(props) {
2095
+ function WrappedPicto$1e(props) {
2070
2096
  const {
2071
2097
  optimise,
2072
2098
  refresh
@@ -2094,7 +2120,7 @@ var MinusBold = (({
2094
2120
  fill: "currentColor"
2095
2121
  }, props), children));
2096
2122
 
2097
- function WrappedPicto$1e(props) {
2123
+ function WrappedPicto$1f(props) {
2098
2124
  const {
2099
2125
  optimise,
2100
2126
  refresh
@@ -2120,7 +2146,7 @@ var MinusCircle = (({
2120
2146
  fill: "currentColor"
2121
2147
  }, props), children));
2122
2148
 
2123
- function WrappedPicto$1f(props) {
2149
+ function WrappedPicto$1g(props) {
2124
2150
  const {
2125
2151
  optimise,
2126
2152
  refresh
@@ -2145,7 +2171,7 @@ var Paperclip = (({
2145
2171
  fill: "currentColor"
2146
2172
  }, props), children));
2147
2173
 
2148
- function WrappedPicto$1g(props) {
2174
+ function WrappedPicto$1h(props) {
2149
2175
  const {
2150
2176
  optimise,
2151
2177
  refresh
@@ -2170,7 +2196,7 @@ var Pen = (({
2170
2196
  fill: "currentColor"
2171
2197
  }, props), children));
2172
2198
 
2173
- function WrappedPicto$1h(props) {
2199
+ function WrappedPicto$1i(props) {
2174
2200
  const {
2175
2201
  optimise,
2176
2202
  refresh
@@ -2196,7 +2222,7 @@ var Percent = (({
2196
2222
  fill: "currentColor"
2197
2223
  }, props), children));
2198
2224
 
2199
- function WrappedPicto$1i(props) {
2225
+ function WrappedPicto$1j(props) {
2200
2226
  const {
2201
2227
  optimise,
2202
2228
  refresh
@@ -2221,7 +2247,7 @@ var Phone = (({
2221
2247
  fill: "currentColor"
2222
2248
  }, props), children));
2223
2249
 
2224
- function WrappedPicto$1j(props) {
2250
+ function WrappedPicto$1k(props) {
2225
2251
  const {
2226
2252
  optimise,
2227
2253
  refresh
@@ -2246,7 +2272,7 @@ var Plan = (({
2246
2272
  fill: "currentColor"
2247
2273
  }, props), children));
2248
2274
 
2249
- function WrappedPicto$1k(props) {
2275
+ function WrappedPicto$1l(props) {
2250
2276
  const {
2251
2277
  optimise,
2252
2278
  refresh
@@ -2271,7 +2297,7 @@ var Plane = (({
2271
2297
  fill: "currentColor"
2272
2298
  }, props), children));
2273
2299
 
2274
- function WrappedPicto$1l(props) {
2300
+ function WrappedPicto$1m(props) {
2275
2301
  const {
2276
2302
  optimise,
2277
2303
  refresh
@@ -2295,7 +2321,7 @@ var Play = (({
2295
2321
  fill: "currentColor"
2296
2322
  }, props), children));
2297
2323
 
2298
- function WrappedPicto$1m(props) {
2324
+ function WrappedPicto$1n(props) {
2299
2325
  const {
2300
2326
  optimise,
2301
2327
  refresh
@@ -2320,7 +2346,7 @@ var PlusBold = (({
2320
2346
  fill: "currentColor"
2321
2347
  }, props), children));
2322
2348
 
2323
- function WrappedPicto$1n(props) {
2349
+ function WrappedPicto$1o(props) {
2324
2350
  const {
2325
2351
  optimise,
2326
2352
  refresh
@@ -2346,7 +2372,7 @@ var PlusCircle = (({
2346
2372
  fill: "currentColor"
2347
2373
  }, props), children));
2348
2374
 
2349
- function WrappedPicto$1o(props) {
2375
+ function WrappedPicto$1p(props) {
2350
2376
  const {
2351
2377
  optimise,
2352
2378
  refresh
@@ -2371,7 +2397,7 @@ var Print = (({
2371
2397
  fill: "currentColor"
2372
2398
  }, props), children));
2373
2399
 
2374
- function WrappedPicto$1p(props) {
2400
+ function WrappedPicto$1q(props) {
2375
2401
  const {
2376
2402
  optimise,
2377
2403
  refresh
@@ -2397,7 +2423,7 @@ var QuestionMarkCircle = (({
2397
2423
  fill: "currentColor"
2398
2424
  }, props), children));
2399
2425
 
2400
- function WrappedPicto$1q(props) {
2426
+ function WrappedPicto$1r(props) {
2401
2427
  const {
2402
2428
  optimise,
2403
2429
  refresh
@@ -2423,7 +2449,7 @@ var QuestionMarkCircleBold = (({
2423
2449
  fill: "currentColor"
2424
2450
  }, props), children));
2425
2451
 
2426
- function WrappedPicto$1r(props) {
2452
+ function WrappedPicto$1s(props) {
2427
2453
  const {
2428
2454
  optimise,
2429
2455
  refresh
@@ -2448,7 +2474,7 @@ var QuoteClose = (({
2448
2474
  fill: "currentColor"
2449
2475
  }, props), children));
2450
2476
 
2451
- function WrappedPicto$1s(props) {
2477
+ function WrappedPicto$1t(props) {
2452
2478
  const {
2453
2479
  optimise,
2454
2480
  refresh
@@ -2473,7 +2499,7 @@ var QuoteOpenPlain = (({
2473
2499
  fill: "currentColor"
2474
2500
  }, props), children));
2475
2501
 
2476
- function WrappedPicto$1t(props) {
2502
+ function WrappedPicto$1u(props) {
2477
2503
  const {
2478
2504
  optimise,
2479
2505
  refresh
@@ -2499,7 +2525,7 @@ var Share = (({
2499
2525
  fill: "currentColor"
2500
2526
  }, props), children));
2501
2527
 
2502
- function WrappedPicto$1u(props) {
2528
+ function WrappedPicto$1v(props) {
2503
2529
  const {
2504
2530
  optimise,
2505
2531
  refresh
@@ -2524,7 +2550,7 @@ var ShieldCheck = (({
2524
2550
  fill: "currentColor"
2525
2551
  }, props), children));
2526
2552
 
2527
- function WrappedPicto$1v(props) {
2553
+ function WrappedPicto$1w(props) {
2528
2554
  const {
2529
2555
  optimise,
2530
2556
  refresh
@@ -2549,7 +2575,7 @@ var Smartphone = (({
2549
2575
  fill: "currentColor"
2550
2576
  }, props), children));
2551
2577
 
2552
- function WrappedPicto$1w(props) {
2578
+ function WrappedPicto$1x(props) {
2553
2579
  const {
2554
2580
  optimise,
2555
2581
  refresh
@@ -2575,7 +2601,7 @@ var SmileyFrown = (({
2575
2601
  fill: "currentColor"
2576
2602
  }, props), children));
2577
2603
 
2578
- function WrappedPicto$1x(props) {
2604
+ function WrappedPicto$1y(props) {
2579
2605
  const {
2580
2606
  optimise,
2581
2607
  refresh
@@ -2601,7 +2627,7 @@ var SmileyHappy = (({
2601
2627
  fill: "currentColor"
2602
2628
  }, props), children));
2603
2629
 
2604
- function WrappedPicto$1y(props) {
2630
+ function WrappedPicto$1z(props) {
2605
2631
  const {
2606
2632
  optimise,
2607
2633
  refresh
@@ -2627,7 +2653,7 @@ var SmileyNeutral = (({
2627
2653
  fill: "currentColor"
2628
2654
  }, props), children));
2629
2655
 
2630
- function WrappedPicto$1z(props) {
2656
+ function WrappedPicto$1A(props) {
2631
2657
  const {
2632
2658
  optimise,
2633
2659
  refresh
@@ -2652,7 +2678,7 @@ var SpeechBubble = (({
2652
2678
  fill: "currentColor"
2653
2679
  }, props), children));
2654
2680
 
2655
- function WrappedPicto$1A(props) {
2681
+ function WrappedPicto$1B(props) {
2656
2682
  const {
2657
2683
  optimise,
2658
2684
  refresh
@@ -2679,7 +2705,7 @@ var SquareMeter = (({
2679
2705
  fill: "currentColor"
2680
2706
  }, props), children));
2681
2707
 
2682
- function WrappedPicto$1B(props) {
2708
+ function WrappedPicto$1C(props) {
2683
2709
  const {
2684
2710
  optimise,
2685
2711
  refresh
@@ -2704,7 +2730,7 @@ var SquareMetersBold = (({
2704
2730
  fill: "currentColor"
2705
2731
  }, props), children));
2706
2732
 
2707
- function WrappedPicto$1C(props) {
2733
+ function WrappedPicto$1D(props) {
2708
2734
  const {
2709
2735
  optimise,
2710
2736
  refresh
@@ -2731,7 +2757,7 @@ var StarFilled = (({
2731
2757
  fill: "currentColor"
2732
2758
  }, props), children));
2733
2759
 
2734
- function WrappedPicto$1D(props) {
2760
+ function WrappedPicto$1E(props) {
2735
2761
  const {
2736
2762
  optimise,
2737
2763
  refresh
@@ -2758,7 +2784,7 @@ var StarHalf = (({
2758
2784
  fill: "currentColor"
2759
2785
  }, props), children));
2760
2786
 
2761
- function WrappedPicto$1E(props) {
2787
+ function WrappedPicto$1F(props) {
2762
2788
  const {
2763
2789
  optimise,
2764
2790
  refresh
@@ -2783,7 +2809,7 @@ var Star = (({
2783
2809
  fill: "currentColor"
2784
2810
  }, props), children));
2785
2811
 
2786
- function WrappedPicto$1F(props) {
2812
+ function WrappedPicto$1G(props) {
2787
2813
  const {
2788
2814
  optimise,
2789
2815
  refresh
@@ -2808,7 +2834,7 @@ var Tada = (({
2808
2834
  fill: "currentColor"
2809
2835
  }, props), children));
2810
2836
 
2811
- function WrappedPicto$1G(props) {
2837
+ function WrappedPicto$1H(props) {
2812
2838
  const {
2813
2839
  optimise,
2814
2840
  refresh
@@ -2834,7 +2860,7 @@ var ThreeCircle = (({
2834
2860
  fill: "currentColor"
2835
2861
  }, props), children));
2836
2862
 
2837
- function WrappedPicto$1H(props) {
2863
+ function WrappedPicto$1I(props) {
2838
2864
  const {
2839
2865
  optimise,
2840
2866
  refresh
@@ -2859,7 +2885,7 @@ var TimesBold = (({
2859
2885
  fill: "currentColor"
2860
2886
  }, props), children));
2861
2887
 
2862
- function WrappedPicto$1I(props) {
2888
+ function WrappedPicto$1J(props) {
2863
2889
  const {
2864
2890
  optimise,
2865
2891
  refresh
@@ -2886,7 +2912,7 @@ var TimesCircleBold = (({
2886
2912
  fill: "currentColor"
2887
2913
  }, props), children));
2888
2914
 
2889
- function WrappedPicto$1J(props) {
2915
+ function WrappedPicto$1K(props) {
2890
2916
  const {
2891
2917
  optimise,
2892
2918
  refresh
@@ -2912,7 +2938,7 @@ var TimesCircle = (({
2912
2938
  fill: "currentColor"
2913
2939
  }, props), children));
2914
2940
 
2915
- function WrappedPicto$1K(props) {
2941
+ function WrappedPicto$1L(props) {
2916
2942
  const {
2917
2943
  optimise,
2918
2944
  refresh
@@ -2937,7 +2963,7 @@ var Times = (({
2937
2963
  fill: "currentColor"
2938
2964
  }, props), children));
2939
2965
 
2940
- function WrappedPicto$1L(props) {
2966
+ function WrappedPicto$1M(props) {
2941
2967
  const {
2942
2968
  optimise,
2943
2969
  refresh
@@ -2962,7 +2988,7 @@ var Toast = (({
2962
2988
  fill: "currentColor"
2963
2989
  }, props), children));
2964
2990
 
2965
- function WrappedPicto$1M(props) {
2991
+ function WrappedPicto$1N(props) {
2966
2992
  const {
2967
2993
  optimise,
2968
2994
  refresh
@@ -2987,7 +3013,7 @@ var Trash = (({
2987
3013
  fill: "currentColor"
2988
3014
  }, props), children));
2989
3015
 
2990
- function WrappedPicto$1N(props) {
3016
+ function WrappedPicto$1O(props) {
2991
3017
  const {
2992
3018
  optimise,
2993
3019
  refresh
@@ -3012,7 +3038,7 @@ var TreePlain = (({
3012
3038
  fill: "currentColor"
3013
3039
  }, props), children));
3014
3040
 
3015
- function WrappedPicto$1O(props) {
3041
+ function WrappedPicto$1P(props) {
3016
3042
  const {
3017
3043
  optimise,
3018
3044
  refresh
@@ -3038,7 +3064,7 @@ var Tree = (({
3038
3064
  fill: "currentColor"
3039
3065
  }, props), children));
3040
3066
 
3041
- function WrappedPicto$1P(props) {
3067
+ function WrappedPicto$1Q(props) {
3042
3068
  const {
3043
3069
  optimise,
3044
3070
  refresh
@@ -3063,7 +3089,7 @@ var Trustpilot = (({
3063
3089
  fill: "currentColor"
3064
3090
  }, props), children));
3065
3091
 
3066
- function WrappedPicto$1Q(props) {
3092
+ function WrappedPicto$1R(props) {
3067
3093
  const {
3068
3094
  optimise,
3069
3095
  refresh
@@ -3089,7 +3115,7 @@ var Tune = (({
3089
3115
  fill: "currentColor"
3090
3116
  }, props), children));
3091
3117
 
3092
- function WrappedPicto$1R(props) {
3118
+ function WrappedPicto$1S(props) {
3093
3119
  const {
3094
3120
  optimise,
3095
3121
  refresh
@@ -3114,7 +3140,7 @@ var TwitterSmall = (({
3114
3140
  fill: "currentColor"
3115
3141
  }, props), children));
3116
3142
 
3117
- function WrappedPicto$1S(props) {
3143
+ function WrappedPicto$1T(props) {
3118
3144
  const {
3119
3145
  optimise,
3120
3146
  refresh
@@ -3139,7 +3165,7 @@ var Twitter = (({
3139
3165
  fill: "currentColor"
3140
3166
  }, props), children));
3141
3167
 
3142
- function WrappedPicto$1T(props) {
3168
+ function WrappedPicto$1U(props) {
3143
3169
  const {
3144
3170
  optimise,
3145
3171
  refresh
@@ -3164,7 +3190,7 @@ var TwoCircle = (({
3164
3190
  fill: "currentColor"
3165
3191
  }, props), children));
3166
3192
 
3167
- function WrappedPicto$1U(props) {
3193
+ function WrappedPicto$1V(props) {
3168
3194
  const {
3169
3195
  optimise,
3170
3196
  refresh
@@ -3191,7 +3217,7 @@ var TwoPeople = (({
3191
3217
  fill: "currentColor"
3192
3218
  }, props), children));
3193
3219
 
3194
- function WrappedPicto$1V(props) {
3220
+ function WrappedPicto$1W(props) {
3195
3221
  const {
3196
3222
  optimise,
3197
3223
  refresh
@@ -3216,7 +3242,7 @@ var UserBook = (({
3216
3242
  fill: "currentColor"
3217
3243
  }, props), children));
3218
3244
 
3219
- function WrappedPicto$1W(props) {
3245
+ function WrappedPicto$1X(props) {
3220
3246
  const {
3221
3247
  optimise,
3222
3248
  refresh
@@ -3241,7 +3267,7 @@ var UserCircle = (({
3241
3267
  fill: "currentColor"
3242
3268
  }, props), children));
3243
3269
 
3244
- function WrappedPicto$1X(props) {
3270
+ function WrappedPicto$1Y(props) {
3245
3271
  const {
3246
3272
  optimise,
3247
3273
  refresh
@@ -3267,7 +3293,7 @@ var UserId = (({
3267
3293
  fill: "currentColor"
3268
3294
  }, props), children));
3269
3295
 
3270
- function WrappedPicto$1Y(props) {
3296
+ function WrappedPicto$1Z(props) {
3271
3297
  const {
3272
3298
  optimise,
3273
3299
  refresh
@@ -3292,7 +3318,7 @@ var UserStars = (({
3292
3318
  fill: "currentColor"
3293
3319
  }, props), children));
3294
3320
 
3295
- function WrappedPicto$1Z(props) {
3321
+ function WrappedPicto$1_(props) {
3296
3322
  const {
3297
3323
  optimise,
3298
3324
  refresh
@@ -3317,7 +3343,7 @@ var Wall = (({
3317
3343
  fill: "currentColor"
3318
3344
  }, props), children));
3319
3345
 
3320
- function WrappedPicto$1_(props) {
3346
+ function WrappedPicto$1$(props) {
3321
3347
  const {
3322
3348
  optimise,
3323
3349
  refresh
@@ -3343,7 +3369,7 @@ var WorkingMan = (({
3343
3369
  fill: "currentColor"
3344
3370
  }, props), children));
3345
3371
 
3346
- function WrappedPicto$1$(props) {
3372
+ function WrappedPicto$20(props) {
3347
3373
  const {
3348
3374
  optimise,
3349
3375
  refresh
@@ -3368,7 +3394,7 @@ var Youtube = (({
3368
3394
  fill: "currentColor"
3369
3395
  }, props), children));
3370
3396
 
3371
- function WrappedPicto$20(props) {
3397
+ function WrappedPicto$21(props) {
3372
3398
  const {
3373
3399
  optimise,
3374
3400
  refresh
@@ -3393,7 +3419,7 @@ var ZeroPercent = (({
3393
3419
  fill: "currentColor"
3394
3420
  }, props), children));
3395
3421
 
3396
- function WrappedPicto$21(props) {
3422
+ function WrappedPicto$22(props) {
3397
3423
  const {
3398
3424
  optimise,
3399
3425
  refresh
@@ -3404,5 +3430,5 @@ function WrappedPicto$21(props) {
3404
3430
  return optimise('p_6lhot', /*#__PURE__*/React.createElement(ZeroPercent, props));
3405
3431
  }
3406
3432
 
3407
- export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as BubbleDouble, WrappedPicto$b as Building, WrappedPicto$c as Bulb, WrappedPicto$d as BulletBold, WrappedPicto$e as BulletBook, WrappedPicto$f as Burden, WrappedPicto$g as Calculator, WrappedPicto$h as Calendar, WrappedPicto$i as CalendarBold, WrappedPicto$j as Camera, WrappedPicto$k as ChalkboardTeacher, WrappedPicto$l as ChartBar, WrappedPicto$n as Check, WrappedPicto$o as CheckBold, WrappedPicto$m as CheckHandwrite, WrappedPicto$p as ChevronDownBold, WrappedPicto$q as ChevronLeftBold, WrappedPicto$r as ChevronRightBold, WrappedPicto$s as ChevronUpBold, WrappedPicto$t as Clock, WrappedPicto$u as ClockBold, WrappedPicto$v as Cloud, WrappedPicto$w as CloudUpload, WrappedPicto$x as Coins, WrappedPicto$y as Crane, WrappedPicto$z as Crown, WrappedPicto$A as DoubleArrow, WrappedPicto$B as Download, WrappedPicto$C as Envelope, WrappedPicto$D as EqualBold, WrappedPicto$E as EqualCircle, WrappedPicto$F as Euro, WrappedPicto$G as EuroBold, WrappedPicto$H as ExclamationMarkCircle, WrappedPicto$J as ExclamationMarkCircleBold, WrappedPicto$I as ExclamationMarkTriangle, WrappedPicto$K as ExclamationMarkTriangleBold, WrappedPicto$L as Eye, WrappedPicto$N as Facebook, WrappedPicto$M as FacebookSmall, WrappedPicto$P as File, WrappedPicto$O as FileCheck, WrappedPicto$Q as Files, WrappedPicto$R as Filter, WrappedPicto$S as FirstCircle, WrappedPicto$T as Flag, WrappedPicto$V as Folder, WrappedPicto$U as FolderOpen, WrappedPicto$W as FourCircle, WrappedPicto$X as Globe, WrappedPicto$Y as GraduationCap, WrappedPicto$Z as HandCoin, WrappedPicto$$ as Heart, WrappedPicto$_ as HeartPlain, WrappedPicto$10 as HorseChase, WrappedPicto$11 as House, WrappedPicto$12 as HouseMagnifier, WrappedPicto$13 as InfoCircle, WrappedPicto$14 as Instagram, WrappedPicto$15 as Key, WrappedPicto$16 as LightningBolt, WrappedPicto$17 as Link, WrappedPicto$18 as Lock, WrappedPicto$19 as MagicWand, WrappedPicto$1b as MagnifyingBold, WrappedPicto$1a as MagnifyingGlassLeft, WrappedPicto$1c as Marker, WrappedPicto$1d as Microphone, WrappedPicto$1e as MinusBold, WrappedPicto$1f as MinusCircle, WrappedPicto$1g as Paperclip, WrappedPicto$1h as Pen, WrappedPicto$1i as Percent, WrappedPicto$1j as Phone, PictoProvider, WrappedPicto$1k as Plan, WrappedPicto$1l as Plane, WrappedPicto$1m as Play, WrappedPicto$1n as PlusBold, WrappedPicto$1o as PlusCircle, WrappedPicto$1p as Print, WrappedPicto$1q as QuestionMarkCircle, WrappedPicto$1r as QuestionMarkCircleBold, WrappedPicto$1s as QuoteClose, WrappedPicto$1t as QuoteOpenPlain, WrappedPicto$1u as Share, WrappedPicto$1v as ShieldCheck, WrappedPicto$1w as Smartphone, WrappedPicto$1x as SmileyFrown, WrappedPicto$1y as SmileyHappy, WrappedPicto$1z as SmileyNeutral, WrappedPicto$1A as SpeechBubble, WrappedPicto$1B as SquareMeter, WrappedPicto$1C as SquareMetersBold, WrappedPicto$1F as Star, WrappedPicto$1D as StarFilled, WrappedPicto$1E as StarHalf, WrappedPicto$1G as Tada, WrappedPicto$1H as ThreeCircle, WrappedPicto$1L as Times, WrappedPicto$1I as TimesBold, WrappedPicto$1K as TimesCircle, WrappedPicto$1J as TimesCircleBold, WrappedPicto$1M as Toast, WrappedPicto$1N as Trash, WrappedPicto$1P as Tree, WrappedPicto$1O as TreePlain, WrappedPicto$1Q as Trustpilot, WrappedPicto$1R as Tune, WrappedPicto$1T as Twitter, WrappedPicto$1S as TwitterSmall, WrappedPicto$1U as TwoCircle, WrappedPicto$1V as TwoPeople, WrappedPicto$1W as UserBook, WrappedPicto$1X as UserCircle, WrappedPicto$1Y as UserId, WrappedPicto$1Z as UserStars, WrappedPicto$1_ as Wall, WrappedPicto$1$ as WorkingMan, WrappedPicto$20 as Youtube, WrappedPicto$21 as ZeroPercent, manifest };
3433
+ export { WrappedPicto as Archive, WrappedPicto$1 as ArrowDouble, WrappedPicto$2 as ArrowDownRightCircle, WrappedPicto$3 as ArrowUpRightCircle, WrappedPicto$5 as Bank, WrappedPicto$4 as BankNote, WrappedPicto$6 as Bars, WrappedPicto$7 as Bell, WrappedPicto$8 as Bookmark, WrappedPicto$9 as Briefcase, WrappedPicto$a as BubbleDouble, WrappedPicto$b as Building, WrappedPicto$c as Bulb, WrappedPicto$d as BulletBold, WrappedPicto$e as BulletBook, WrappedPicto$f as Burden, WrappedPicto$g as Calculator, WrappedPicto$h as Calendar, WrappedPicto$i as CalendarBold, WrappedPicto$j as Camera, WrappedPicto$k as ChalkboardTeacher, WrappedPicto$l as ChartBar, WrappedPicto$n as Check, WrappedPicto$o as CheckBold, WrappedPicto$m as CheckHandwrite, WrappedPicto$p as ChevronDownBold, WrappedPicto$q as ChevronLeftBold, WrappedPicto$r as ChevronRightBold, WrappedPicto$s as ChevronUpBold, WrappedPicto$t as Clock, WrappedPicto$u as ClockBold, WrappedPicto$v as Cloud, WrappedPicto$w as CloudUpload, WrappedPicto$x as Coins, WrappedPicto$y as Crane, WrappedPicto$z as Crown, WrappedPicto$A as DoubleArrow, WrappedPicto$B as Download, WrappedPicto$C as Envelope, WrappedPicto$D as EqualBold, WrappedPicto$E as EqualCircle, WrappedPicto$F as Euro, WrappedPicto$G as EuroBold, WrappedPicto$H as ExclamationMarkCircle, WrappedPicto$J as ExclamationMarkCircleBold, WrappedPicto$I as ExclamationMarkTriangle, WrappedPicto$K as ExclamationMarkTriangleBold, WrappedPicto$L as ExternalLink, WrappedPicto$M as Eye, WrappedPicto$O as Facebook, WrappedPicto$N as FacebookSmall, WrappedPicto$Q as File, WrappedPicto$P as FileCheck, WrappedPicto$R as Files, WrappedPicto$S as Filter, WrappedPicto$T as FirstCircle, WrappedPicto$U as Flag, WrappedPicto$W as Folder, WrappedPicto$V as FolderOpen, WrappedPicto$X as FourCircle, WrappedPicto$Y as Globe, WrappedPicto$Z as GraduationCap, WrappedPicto$_ as HandCoin, WrappedPicto$10 as Heart, WrappedPicto$$ as HeartPlain, WrappedPicto$11 as HorseChase, WrappedPicto$12 as House, WrappedPicto$13 as HouseMagnifier, WrappedPicto$14 as InfoCircle, WrappedPicto$15 as Instagram, WrappedPicto$16 as Key, WrappedPicto$17 as LightningBolt, WrappedPicto$18 as Link, WrappedPicto$19 as Lock, WrappedPicto$1a as MagicWand, WrappedPicto$1c as MagnifyingBold, WrappedPicto$1b as MagnifyingGlassLeft, WrappedPicto$1d as Marker, WrappedPicto$1e as Microphone, WrappedPicto$1f as MinusBold, WrappedPicto$1g as MinusCircle, WrappedPicto$1h as Paperclip, WrappedPicto$1i as Pen, WrappedPicto$1j as Percent, WrappedPicto$1k as Phone, PictoProvider, WrappedPicto$1l as Plan, WrappedPicto$1m as Plane, WrappedPicto$1n as Play, WrappedPicto$1o as PlusBold, WrappedPicto$1p as PlusCircle, WrappedPicto$1q as Print, WrappedPicto$1r as QuestionMarkCircle, WrappedPicto$1s as QuestionMarkCircleBold, WrappedPicto$1t as QuoteClose, WrappedPicto$1u as QuoteOpenPlain, WrappedPicto$1v as Share, WrappedPicto$1w as ShieldCheck, WrappedPicto$1x as Smartphone, WrappedPicto$1y as SmileyFrown, WrappedPicto$1z as SmileyHappy, WrappedPicto$1A as SmileyNeutral, WrappedPicto$1B as SpeechBubble, WrappedPicto$1C as SquareMeter, WrappedPicto$1D as SquareMetersBold, WrappedPicto$1G as Star, WrappedPicto$1E as StarFilled, WrappedPicto$1F as StarHalf, WrappedPicto$1H as Tada, WrappedPicto$1I as ThreeCircle, WrappedPicto$1M as Times, WrappedPicto$1J as TimesBold, WrappedPicto$1L as TimesCircle, WrappedPicto$1K as TimesCircleBold, WrappedPicto$1N as Toast, WrappedPicto$1O as Trash, WrappedPicto$1Q as Tree, WrappedPicto$1P as TreePlain, WrappedPicto$1R as Trustpilot, WrappedPicto$1S as Tune, WrappedPicto$1U as Twitter, WrappedPicto$1T as TwitterSmall, WrappedPicto$1V as TwoCircle, WrappedPicto$1W as TwoPeople, WrappedPicto$1X as UserBook, WrappedPicto$1Y as UserCircle, WrappedPicto$1Z as UserId, WrappedPicto$1_ as UserStars, WrappedPicto$1$ as Wall, WrappedPicto$20 as WorkingMan, WrappedPicto$21 as Youtube, WrappedPicto$22 as ZeroPercent, manifest };
3408
3434
  //# sourceMappingURL=picto.js.map