@ng-icons/lets-icons 1.0.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.
Files changed (32) hide show
  1. package/README.md +344 -0
  2. package/duotone/index.d.ts +223 -0
  3. package/duotone-line/index.d.ts +176 -0
  4. package/esm2022/duotone/index.mjs +224 -0
  5. package/esm2022/duotone/ng-icons-lets-icons-duotone.mjs +5 -0
  6. package/esm2022/duotone-line/index.mjs +177 -0
  7. package/esm2022/duotone-line/ng-icons-lets-icons-duotone-line.mjs +5 -0
  8. package/esm2022/fill/index.mjs +232 -0
  9. package/esm2022/fill/ng-icons-lets-icons-fill.mjs +5 -0
  10. package/esm2022/index.mjs +3 -0
  11. package/esm2022/light/index.mjs +435 -0
  12. package/esm2022/light/ng-icons-lets-icons-light.mjs +5 -0
  13. package/esm2022/ng-icons-lets-icons.mjs +5 -0
  14. package/esm2022/regular/index.mjs +481 -0
  15. package/esm2022/regular/ng-icons-lets-icons-regular.mjs +5 -0
  16. package/fesm2022/ng-icons-lets-icons-duotone-line.mjs +183 -0
  17. package/fesm2022/ng-icons-lets-icons-duotone-line.mjs.map +1 -0
  18. package/fesm2022/ng-icons-lets-icons-duotone.mjs +230 -0
  19. package/fesm2022/ng-icons-lets-icons-duotone.mjs.map +1 -0
  20. package/fesm2022/ng-icons-lets-icons-fill.mjs +238 -0
  21. package/fesm2022/ng-icons-lets-icons-fill.mjs.map +1 -0
  22. package/fesm2022/ng-icons-lets-icons-light.mjs +441 -0
  23. package/fesm2022/ng-icons-lets-icons-light.mjs.map +1 -0
  24. package/fesm2022/ng-icons-lets-icons-regular.mjs +487 -0
  25. package/fesm2022/ng-icons-lets-icons-regular.mjs.map +1 -0
  26. package/fesm2022/ng-icons-lets-icons.mjs +7 -0
  27. package/fesm2022/ng-icons-lets-icons.mjs.map +1 -0
  28. package/fill/index.d.ts +231 -0
  29. package/index.d.ts +2 -0
  30. package/light/index.d.ts +434 -0
  31. package/package.json +56 -0
  32. package/regular/index.d.ts +480 -0
@@ -0,0 +1,480 @@
1
+ export declare const lets10 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 6v12M8 6L5 9m7 3c0-4.5.583-6 3.5-6S19 7.5 19 12s-.583 6-3.5 6s-3.5-1.5-3.5-6m1-5l5 10\"></path></svg>";
2
+ export declare const lets3dBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M12 21v-8m0 8l-6.162-4.402c-.411-.293-.616-.44-.727-.655C5 15.728 5 15.475 5 14.971V8m7 13l6.163-4.402c.41-.293.615-.44.726-.655c.111-.215.111-.468.111-.972V8m-7 5L5 8m7 5l7-5M5 8l5.838-4.17c.56-.4.842-.601 1.162-.601c.32 0 .601.2 1.162.601L19 8\"></path></svg>";
3
+ export declare const letsAddRing = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path stroke-linecap=\"square\" d=\"M12 15V9m3 3H9\"></path></g></svg>";
4
+ export declare const letsAddRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 6v12m6-6H6\"></path></svg>";
5
+ export declare const letsAddSquare = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 11c0-3.771 0-5.657 1.172-6.828C5.343 3 7.229 3 11 3h2c3.771 0 5.657 0 6.828 1.172C21 5.343 21 7.229 21 11v2c0 3.771 0 5.657-1.172 6.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172C3 18.657 3 16.771 3 13z\"></path><path stroke-linecap=\"square\" stroke-linejoin=\"round\" d=\"M12 8v8m4-4H8\"></path></g></svg>";
6
+ export declare const letsAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" d=\"M12 6v12m6-6H6\"></path></svg>";
7
+ export declare const letsAlarm = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M9.15 7.831a2.976 2.976 0 1 1 5.701 0l-1.564 5.211c-.07.234-.105.351-.159.447a1 1 0 0 1-.654.487C12.366 14 12.244 14 12 14c-.244 0-.366 0-.474-.024a1 1 0 0 1-.654-.487c-.054-.096-.09-.213-.16-.447z\"></path><circle cx=\"12\" cy=\"19\" r=\"2\"></circle></g></svg>";
8
+ export declare const letsAlarmclock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"13\" r=\"7\"></circle><path stroke-linecap=\"round\" d=\"M5 5L3 7m16-2l2 2M9 11l2.81 1.873a.25.25 0 0 0 .333-.052L14 10.5\"></path></g></svg>";
9
+ export declare const letsAngry = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M7.881 16.244c.493-.427 1.142-.735 1.842-.937A8.308 8.308 0 0 1 12 15c.786 0 1.57.103 2.277.307c.7.202 1.35.51 1.842.937M17 8l-3 2M7 8l3 2\"></path><circle cx=\"8\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><circle cx=\"16\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle></g></svg>";
10
+ export declare const letsArhiveAltAddList = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M21 12h-2.93c-.524 0-.786 0-1.007.118c-.22.119-.366.337-.657.773l-.812 1.218c-.29.436-.436.654-.657.773c-.221.118-.483.118-1.007.118h-3.86c-.524 0-.786 0-1.007-.118c-.22-.119-.366-.337-.657-.773l-.812-1.218c-.29-.436-.436-.654-.657-.773C6.716 12 6.454 12 5.93 12H3\"></path><path stroke-linecap=\"round\" d=\"m7 7l-3.707 3.707a1 1 0 0 0-.293.707V17a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5.586a1 1 0 0 0-.293-.707L17 7\"></path><path d=\"M17 13V6.163c0-.245 0-.367-.028-.482a.998.998 0 0 0-.12-.29c-.061-.1-.148-.187-.32-.36L14.968 3.47c-.173-.173-.26-.26-.36-.322a1 1 0 0 0-.29-.12C14.204 3 14.082 3 13.837 3H9.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 0 0-.656.656C7 4.139 7 4.559 7 5.4V13\"></path><path d=\"M13 3v2.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 7 14.04 7 14.6 7H17\"></path></g></svg>";
11
+ export declare const letsArhiveAltAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M21 12h-2.93c-.524 0-.786 0-1.007.118c-.22.119-.366.337-.657.773l-.812 1.218c-.29.436-.436.654-.657.773c-.221.118-.483.118-1.007.118h-3.86c-.524 0-.786 0-1.007-.118c-.22-.119-.366-.337-.657-.773l-.812-1.218c-.29-.436-.436-.654-.657-.773C6.716 12 6.454 12 5.93 12H3\"></path><path stroke-linecap=\"round\" d=\"m5 9l-1.707 1.707a1 1 0 0 0-.293.707V17a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5.586a1 1 0 0 0-.293-.707L19 9\"></path><path d=\"m8.5 7l3.5 3m0 0l3.5-3M12 10V3\"></path></g></svg>";
12
+ export declare const letsArhiveAltExport = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M21 12h-2.93c-.524 0-.786 0-1.007.118c-.22.119-.366.337-.657.773l-.812 1.218c-.29.436-.436.654-.657.773c-.221.118-.483.118-1.007.118h-3.86c-.524 0-.786 0-1.007-.118c-.22-.119-.366-.337-.657-.773l-.812-1.218c-.29-.436-.436-.654-.657-.773C6.716 12 6.454 12 5.93 12H3m5.5-4L12 5m0 0l3.5 3M12 5v7\"></path><path stroke-linecap=\"round\" d=\"m5 9l-1.707 1.707a1 1 0 0 0-.293.707V17a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5.586a1 1 0 0 0-.293-.707L19 9\"></path></g></svg>";
13
+ export declare const letsArhiveAltSmallAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"8\" r=\"5\"></circle><path d=\"M12 5v6m3-3H9m12 6h-2.93c-.524 0-.786 0-1.007.118c-.22.119-.366.337-.657.773l-.812 1.218c-.29.436-.436.654-.657.773c-.221.118-.483.118-1.007.118h-3.86c-.524 0-.786 0-1.007-.118c-.22-.119-.366-.337-.657-.773l-.812-1.218c-.29-.436-.436-.654-.657-.773C6.716 14 6.454 14 5.93 14H3\"></path><path stroke-linecap=\"round\" d=\"M7 10h-.586a1 1 0 0 0-.707.293l-2.414 2.414a1 1 0 0 0-.293.707V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5.586a1 1 0 0 0-.293-.707l-2.414-2.414a1 1 0 0 0-.707-.293H17\"></path></g></svg>";
14
+ export declare const letsArhiveAltSmallLock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M21 14h-2.93c-.524 0-.786 0-1.007.118c-.22.119-.366.337-.657.773l-.812 1.218c-.29.436-.436.654-.657.773c-.221.118-.483.118-1.007.118h-3.86c-.524 0-.786 0-1.007-.118c-.22-.119-.366-.337-.657-.773l-.812-1.218c-.29-.436-.436-.654-.657-.773C6.716 14 6.454 14 5.93 14H3\"></path><path stroke-linecap=\"round\" d=\"M7 10h-.586a1 1 0 0 0-.707.293l-2.414 2.414a1 1 0 0 0-.293.707V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5.586a1 1 0 0 0-.293-.707l-2.414-2.414a1 1 0 0 0-.707-.293H17\"></path><path d=\"M8 8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1zm6-1V5a2 2 0 1 0-4 0v2\"></path></g></svg>";
15
+ export declare const letsArhiveAltSmall = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M5.274 7.484c.27-.18.405-.27.55-.334a1.8 1.8 0 0 1 .405-.122C6.386 7 6.548 7 6.872 7h10.256c.324 0 .486 0 .643.028c.139.025.275.066.404.122c.146.064.28.154.55.334l.992.661c.47.313.704.469.874.675a1.8 1.8 0 0 1 .331.62c.078.256.078.538.078 1.101v3.579c0 1.008 0 1.512-.196 1.897a1.8 1.8 0 0 1-.787.787c-.385.196-.889.196-1.897.196H5.88c-1.008 0-1.512 0-1.897-.196a1.8 1.8 0 0 1-.787-.787C3 15.632 3 15.128 3 14.12v-3.579c0-.563 0-.845.078-1.1a1.8 1.8 0 0 1 .331-.62c.17-.207.405-.363.873-.676z\"></path><path stroke-linejoin=\"round\" d=\"M20.5 11h-2.382c-.485 0-.728 0-.933.099a.975.975 0 0 0-.18.11c-.18.14-.288.357-.505.791c-.217.434-.326.65-.505.79a.98.98 0 0 1-.18.111c-.205.099-.448.099-.933.099H9.118c-.485 0-.728 0-.933-.099a1.004 1.004 0 0 1-.18-.11c-.18-.14-.288-.357-.505-.791c-.217-.434-.325-.65-.505-.79a1.004 1.004 0 0 0-.18-.111C6.61 11 6.367 11 5.882 11H3\"></path></g></svg>";
16
+ export declare const letsArhiveExport = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 11c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 14 5.068 14 6 14h.675c.581 0 .872 0 1.104.134a.995.995 0 0 1 .164.118c.2.178.292.453.476 1.005l.125.376c.22.66.33.99.592 1.178c.262.189.61.189 1.306.189h3.117c.695 0 1.043 0 1.305-.189s.372-.518.592-1.178l.125-.376c.184-.552.276-.827.476-1.005a.99.99 0 0 1 .164-.118c.232-.134.523-.134 1.104-.134H18c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 12.398 21 11.932 21 11\"></path><path d=\"M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2ZM8.5 9.5L12 7m0 0l3.5 2.5M12 7v6\"></path></g></svg>";
17
+ export declare const letsArhiveImport = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 11c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 14 5.068 14 6 14h.675c.581 0 .872 0 1.104.134a.995.995 0 0 1 .164.118c.2.178.292.453.476 1.005l.125.376c.22.66.33.99.592 1.178c.262.189.61.189 1.306.189h3.117c.695 0 1.043 0 1.305-.189s.372-.518.592-1.178l.125-.376c.184-.552.276-.827.476-1.005a.99.99 0 0 1 .164-.118c.232-.134.523-.134 1.104-.134H18c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 12.398 21 11.932 21 11M8.5 9.5L12 12m0 0l3.5-2.5M12 12V6\"></path><path d=\"M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z\"></path></g></svg>";
18
+ export declare const letsArhiveLoad = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 11c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 14 5.068 14 6 14h.675c.581 0 .872 0 1.104.134a.995.995 0 0 1 .164.118c.2.178.292.453.476 1.005l.125.376c.22.66.33.99.592 1.178c.262.189.61.189 1.306.189h3.117c.695 0 1.043 0 1.305-.189s.372-.518.592-1.178l.125-.376c.184-.552.276-.827.476-1.005a.99.99 0 0 1 .164-.118c.232-.134.523-.134 1.104-.134H18c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 12.398 21 11.932 21 11M8 9l4 3m0 0l4-3m-4 3V2\"></path><path d=\"M16 5h1c1.886 0 2.828 0 3.414.586C21 6.172 21 7.114 21 9v8c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V9c0-1.886 0-2.828.586-3.414C4.172 5 5.114 5 7 5h1\"></path></g></svg>";
19
+ export declare const letsArhivePlane = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M7.6 11h.411c.36 0 .539 0 .697.055a1 1 0 0 1 .374.23c.12.118.2.278.36.6l.116.23c.16.322.24.482.36.6a1 1 0 0 0 .374.23c.158.055.338.055.697.055h2.022c.36 0 .539 0 .697-.055a1 1 0 0 0 .374-.23c.12-.118.2-.278.36-.6l.116-.23c.16-.322.24-.482.36-.6a1 1 0 0 1 .374-.23c.158-.055.338-.055.697-.055h.411c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C18 11.76 18 12.04 18 12.6v6.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C17.24 21 16.96 21 16.4 21H7.6c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C6 20.24 6 19.96 6 19.4v-6.8c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C6.76 11 7.04 11 7.6 11Z\"></path><path fill=\"currentColor\" d=\"M13 16h-2a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2\"></path><path stroke=\"currentColor\" d=\"M7 11H4.6c-.56 0-.84 0-1.054.109a1 1 0 0 0-.437.437C3 11.76 3 12.04 3 12.6v6.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C3.76 21 4.04 21 4.6 21h14.8c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C21 20.24 21 19.96 21 19.4v-6.8c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C20.24 11 19.96 11 19.4 11H17m0 0V6.163c0-.245 0-.367-.028-.482a.998.998 0 0 0-.12-.29c-.061-.1-.148-.187-.32-.36L14.968 3.47c-.173-.173-.26-.26-.36-.322a1 1 0 0 0-.29-.12C14.204 3 14.082 3 13.837 3H9.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 0 0-.656.656C7 4.139 7 4.559 7 5.4V11\"></path><path stroke=\"currentColor\" d=\"M13 3v2.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 7 14.04 7 14.6 7H17\"></path></g></svg>";
20
+ export declare const letsArhive = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v10c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17z\"></path><path d=\"M3 10c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 13 5.068 13 6 13h.675c.581 0 .872 0 1.104.134a.995.995 0 0 1 .164.118c.2.178.292.453.476 1.005l.125.376c.22.66.33.99.592 1.178c.262.189.61.189 1.306.189h3.117c.695 0 1.043 0 1.305-.189c.262-.188.372-.518.592-1.178l.125-.376c.184-.552.276-.827.476-1.005a.99.99 0 0 1 .164-.118c.232-.134.523-.134 1.104-.134H18c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 11.398 21 10.932 21 10\"></path></g></svg>";
21
+ export declare const letsArhivesAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M19 3c.186 0 .279 0 .357.007a1.8 1.8 0 0 1 1.636 1.636C21 4.721 21 4.814 21 5v11.12c0 1.008 0 1.512-.196 1.897a1.8 1.8 0 0 1-.787.787c-.385.196-.889.196-1.897.196H5.88c-1.008 0-1.512 0-1.897-.196a1.8 1.8 0 0 1-.787-.787C3 17.632 3 17.128 3 16.12V5c0-.186 0-.279.007-.357a1.8 1.8 0 0 1 1.636-1.636C4.721 3 4.814 3 5 3\"></path><path d=\"M19 3h-.882c-.485 0-.728 0-.933.099a.997.997 0 0 0-.18.11c-.18.14-.288.357-.505.791c-.217.434-.326.65-.505.79a.997.997 0 0 1-.18.111C15.61 5 15.367 5 14.882 5H8.917c-.402 0-.603 0-.776-.067a1 1 0 0 1-.364-.242c-.129-.135-.206-.32-.36-.691c-.155-.37-.232-.556-.36-.69a1 1 0 0 0-.364-.243C6.519 3 6.318 3 5.917 3H5m16 5h-2.882c-.485 0-.728 0-.933.099a.997.997 0 0 0-.18.11c-.18.14-.288.357-.505.791c-.217.434-.326.65-.505.79a.997.997 0 0 1-.18.111c-.205.099-.448.099-.933.099H8.917c-.402 0-.603 0-.776-.067a1 1 0 0 1-.364-.242c-.129-.135-.206-.32-.36-.691c-.155-.37-.232-.556-.36-.69a1 1 0 0 0-.364-.243C6.519 8 6.318 8 5.917 8H3m18 5h-2.882c-.485 0-.728 0-.933.099a.975.975 0 0 0-.18.11c-.18.14-.288.357-.505.791c-.217.434-.326.65-.505.79a.98.98 0 0 1-.18.111c-.205.099-.448.099-.933.099H8.917c-.402 0-.603 0-.776-.067a1 1 0 0 1-.364-.242c-.129-.135-.206-.32-.36-.691c-.155-.37-.232-.556-.36-.69a1 1 0 0 0-.364-.243C6.519 13 6.318 13 5.917 13H3\"></path></g></svg>";
22
+ export declare const letsArhivesGroupDocks = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M21 16h-3.172c-.408 0-.613 0-.796.076c-.184.076-.329.22-.618.51l-.828.828c-.29.29-.434.434-.617.51c-.184.076-.389.076-.797.076H9.828c-.408 0-.613 0-.796-.076c-.184-.076-.329-.22-.618-.51l-.828-.828c-.29-.29-.434-.434-.618-.51C6.785 16 6.58 16 6.172 16H3m18-4h-3.172c-.408 0-.613 0-.796.076c-.184.076-.329.22-.618.51l-.828.828c-.29.29-.434.434-.617.51c-.184.076-.389.076-.797.076H9.828c-.408 0-.613 0-.796-.076c-.184-.076-.329-.22-.618-.51l-.828-.828c-.29-.29-.434-.434-.618-.51C6.785 12 6.58 12 6.172 12H3\"></path><path stroke-linecap=\"round\" d=\"m7 8l-3.6 2.7a1 1 0 0 0-.4.8V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.5a1 1 0 0 0-.4-.8L17 8\"></path><path d=\"M17 13V6.163c0-.245 0-.367-.028-.482a.998.998 0 0 0-.12-.29c-.061-.1-.148-.187-.32-.36L14.968 3.47c-.173-.173-.26-.26-.36-.322a1 1 0 0 0-.29-.12C14.204 3 14.082 3 13.837 3H9.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 0 0-.656.656C7 4.139 7 4.559 7 5.4V13\"></path><path d=\"M13 3v2.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 7 14.04 7 14.6 7H17\"></path></g></svg>";
23
+ export declare const letsArray = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M15 5h5v10c0 1.886 0 2.828-.586 3.414C18.828 19 17.886 19 16 19h-1M9 5H6a2 2 0 0 0-2 2v12h5\"></path></svg>";
24
+ export declare const letsArrowAltLdownAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 18l-.354.354l.354.353l.354-.353zm.5-12a.5.5 0 0 0-1 0zm-4.854 8.354l4 4l.708-.708l-4-4zm4.708 4l4-4l-.708-.708l-4 4zM12.5 18V6h-1v12z\"></path></svg>";
25
+ export declare const letsArrowAltLdown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 18l-.707.707l.707.707l.707-.707zm1-12a1 1 0 1 0-2 0zm-5.707 8.707l4 4l1.414-1.414l-4-4zm5.414 4l4-4l-1.414-1.414l-4 4zM13 18V6h-2v12z\"></path></svg>";
26
+ export declare const letsArrowAltLeftAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m5 12l-.354-.354l-.353.354l.353.354zm12 .5a.5.5 0 0 0 0-1zM8.646 7.646l-4 4l.708.708l4-4zm-4 4.708l4 4l.708-.708l-4-4zM5 12.5h12v-1H5z\"></path></svg>";
27
+ export declare const letsArrowAltLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m5 12l-.707-.707l-.707.707l.707.707zm12 1a1 1 0 1 0 0-2zM8.293 7.293l-4 4l1.414 1.414l4-4zm-4 5.414l4 4l1.414-1.414l-4-4zM5 13h12v-2H5z\"></path></svg>";
28
+ export declare const letsArrowAltLrightAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m18 12l.354-.354l.353.354l-.353.354zm-12 .5a.5.5 0 0 1 0-1zm8.354-4.854l4 4l-.708.708l-4-4zm4 4.708l-4 4l-.708-.708l4-4zM18 12.5H6v-1h12z\"></path></svg>";
29
+ export declare const letsArrowAltLright = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m18 12l.707-.707l.707.707l-.707.707zM6 13a1 1 0 1 1 0-2zm8.707-5.707l4 4l-1.414 1.414l-4-4zm4 5.414l-4 4l-1.414-1.414l4-4zM18 13H6v-2h12z\"></path></svg>";
30
+ export declare const letsArrowAltLtopAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 6l.354-.354L12 5.293l-.354.353zm-.5 12a.5.5 0 0 0 1 0zm4.854-8.354l-4-4l-.708.708l4 4zm-4.708-4l-4 4l.708.708l4-4zM11.5 6v12h1V6z\"></path></svg>";
31
+ export declare const letsArrowAltLtop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 6l.707-.707L12 4.586l-.707.707zm-1 12a1 1 0 1 0 2 0zm5.707-8.707l-4-4l-1.414 1.414l4 4zm-5.414-4l-4 4l1.414 1.414l4-4zM11 6v12h2V6z\"></path></svg>";
32
+ export declare const letsArrowDownLong = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 17V3\"></path><path fill=\"currentColor\" d=\"m12.203 21.715l3.893-5.45a.8.8 0 0 0-.65-1.265H8.554a.8.8 0 0 0-.651 1.265l3.893 5.45c.1.14.307.14.406 0\"></path></g></svg>";
33
+ export declare const letsArrowDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 20l-.707.707l.707.707l.707-.707zm1-15a1 1 0 1 0-2 0zm-7.707 9.707l6 6l1.414-1.414l-6-6zm7.414 6l6-6l-1.414-1.414l-6 6zM13 20V5h-2v15z\"></path></svg>";
34
+ export declare const letsArrowDropDownBig = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M11.18 15.83L6.543 9.203C5.892 8.275 6.556 7 7.689 7h8.622c1.133 0 1.797 1.275 1.147 2.203l-4.639 6.627a1 1 0 0 1-1.638 0\"></path></svg>";
35
+ export declare const letsArrowDropDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m11.808 14.77l-3.715-4.458A.8.8 0 0 1 8.708 9h6.584a.8.8 0 0 1 .614 1.312l-3.714 4.458a.25.25 0 0 1-.384 0\"></path></svg>";
36
+ export declare const letsArrowDropLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m9.23 11.808l4.458-3.715A.8.8 0 0 1 15 8.708v6.584a.8.8 0 0 1-1.312.614L9.23 12.192a.25.25 0 0 1 0-.384\"></path></svg>";
37
+ export declare const letsArrowDropRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m14.77 11.808l-4.458-3.715A.8.8 0 0 0 9 8.708v6.584a.8.8 0 0 0 1.312.614l4.458-3.714a.25.25 0 0 0 0-.384\"></path></svg>";
38
+ export declare const letsArrowDropUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12.192 9.23l3.714 4.458A.8.8 0 0 1 15.292 15H8.708a.8.8 0 0 1-.615-1.312l3.715-4.458a.25.25 0 0 1 .384 0\"></path></svg>";
39
+ export declare const letsArrowLeftLong = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7 12h14\"></path><path fill=\"currentColor\" d=\"m2.285 11.797l5.45-3.893A.8.8 0 0 1 9 8.554v6.891a.8.8 0 0 1-1.265.651l-5.45-3.893a.25.25 0 0 1 0-.406\"></path></g></svg>";
40
+ export declare const letsArrowLeftStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m10 12l-.707-.707l-.707.707l.707.707zm10 1a1 1 0 1 0 0-2zm-4.707-7.707l-6 6l1.414 1.414l6-6zm-6 7.414l6 6l1.414-1.414l-6-6zM10 13h10v-2H10z\"></path><path stroke=\"currentColor\" d=\"M4 5v14\"></path></g></svg>";
41
+ export declare const letsArrowLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m4 12l-.707-.707l-.707.707l.707.707zm15 1a1 1 0 1 0 0-2zM9.293 5.293l-6 6l1.414 1.414l6-6zm-6 7.414l6 6l1.414-1.414l-6-6zM4 13h15v-2H4z\"></path></svg>";
42
+ export declare const letsArrowRightLong = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 12H3\"></path><path fill=\"currentColor\" d=\"m21.715 11.797l-5.45-3.893a.8.8 0 0 0-1.265.65v6.891a.8.8 0 0 0 1.265.651l5.45-3.893a.25.25 0 0 0 0-.406\"></path></g></svg>";
43
+ export declare const letsArrowRightStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m14 12l.707-.707l.707.707l-.707.707zM4 13a1 1 0 1 1 0-2zm4.707-7.707l6 6l-1.414 1.414l-6-6zm6 7.414l-6 6l-1.414-1.414l6-6zM14 13H4v-2h10z\"></path><path stroke=\"currentColor\" d=\"M20 5v14\"></path></g></svg>";
44
+ export declare const letsArrowRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m20 12l.707-.707l.707.707l-.707.707zM5 13a1 1 0 1 1 0-2zm9.707-7.707l6 6l-1.414 1.414l-6-6zm6 7.414l-6 6l-1.414-1.414l6-6zM20 13H5v-2h15z\"></path></svg>";
45
+ export declare const letsArrowTopLong = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 7v14\"></path><path fill=\"currentColor\" d=\"m11.797 2.285l-3.893 5.45A.8.8 0 0 0 8.554 9h6.891a.8.8 0 0 0 .651-1.265l-3.893-5.45a.25.25 0 0 0-.406 0\"></path></g></svg>";
46
+ export declare const letsArrowTop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 4l-.707-.707l.707-.707l.707.707zm1 15a1 1 0 1 1-2 0zM5.293 9.293l6-6l1.414 1.414l-6 6zm7.414-6l6 6l-1.414 1.414l-6-6zM13 4v15h-2V4z\"></path></svg>";
47
+ export declare const letsAtomAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\"></circle><path stroke=\"currentColor\" d=\"M17 12c0 2.611-.637 4.927-1.615 6.557C14.395 20.206 13.168 21 12 21c-1.168 0-2.395-.794-3.385-2.443C7.637 16.927 7 14.61 7 12s.637-4.927 1.615-6.557C9.605 3.794 10.832 3 12 3c1.168 0 2.396.794 3.385 2.443C16.363 7.073 17 9.39 17 12Z\"></path><path stroke=\"currentColor\" d=\"M12 17c-2.611 0-4.927-.637-6.557-1.615C3.794 14.395 3 13.168 3 12c0-1.168.794-2.395 2.443-3.385C7.073 7.637 9.39 7 12 7s4.927.637 6.557 1.615C20.206 9.605 21 10.832 21 12c0 1.168-.794 2.396-2.443 3.385C16.927 16.363 14.61 17 12 17Z\"></path></g></svg>";
48
+ export declare const letsAtom = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\"></circle><path stroke=\"currentColor\" d=\"M15 12c0 2.667-.434 5.035-1.1 6.7c-.334.835-.707 1.444-1.07 1.827c-.36.381-.641.473-.83.473c-.189 0-.47-.091-.83-.473c-.363-.384-.736-.992-1.07-1.827C9.434 17.035 9 14.667 9 12s.434-5.035 1.1-6.7c.334-.835.707-1.443 1.07-1.827c.36-.381.641-.473.83-.473c.189 0 .47.091.83.473c.363.384.736.992 1.07 1.827c.666 1.665 1.1 4.033 1.1 6.7Z\"></path><path stroke=\"currentColor\" d=\"M13.5 14.598c-2.31 1.333-4.578 2.142-6.352 2.397c-.89.129-1.604.11-2.117-.012c-.511-.122-.73-.32-.825-.483c-.095-.163-.156-.453-.006-.956c.151-.505.492-1.133 1.048-1.84c1.109-1.408 2.943-2.969 5.252-4.302c2.31-1.333 4.578-2.142 6.352-2.397c.89-.128 1.604-.11 2.117.012c.511.122.73.32.825.483c.095.163.156.453.006.956c-.15.506-.492 1.133-1.048 1.84c-1.109 1.409-2.942 2.969-5.252 4.302Z\"></path><path stroke=\"currentColor\" d=\"M13.5 9.402C11.19 8.068 8.922 7.26 7.148 7.005c-.89-.129-1.604-.11-2.117.012c-.511.122-.73.32-.825.483c-.095.163-.156.452-.006.956c.151.505.492 1.133 1.048 1.84c1.109 1.408 2.943 2.969 5.252 4.302c2.31 1.333 4.578 2.141 6.352 2.397c.89.128 1.604.11 2.117-.012c.511-.122.73-.32.825-.483c.095-.163.156-.453.006-.956c-.15-.506-.492-1.133-1.048-1.84c-1.109-1.409-2.942-2.969-5.252-4.302Z\"></path></g></svg>";
49
+ export declare const letsBack = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m4 10l-.707.707L2.586 10l.707-.707zm17 8a1 1 0 1 1-2 0zM8.293 15.707l-5-5l1.414-1.414l5 5zm-5-6.414l5-5l1.414 1.414l-5 5zM4 9h10v2H4zm17 7v2h-2v-2zm-7-7a7 7 0 0 1 7 7h-2a5 5 0 0 0-5-5z\"></path></svg>";
50
+ export declare const letsBagAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M8 12V8a4 4 0 0 1 4-4v0a4 4 0 0 1 4 4v4\"></path><path d=\"M3.694 12.668c.145-1.741.218-2.611.792-3.14C5.06 9 5.934 9 7.681 9h8.639c1.746 0 2.62 0 3.194.528c.574.528.647 1.399.792 3.14l.514 6.166c.084 1.013.126 1.52-.17 1.843c-.298.323-.806.323-1.824.323H5.174c-1.017 0-1.526 0-1.823-.323c-.297-.323-.255-.83-.17-1.843z\"></path></g></svg>";
51
+ export declare const letsBag = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M8 8V7a4 4 0 0 1 4-4v0a4 4 0 0 1 4 4v1m-1 6v-2m-6 2v-2\"></path><path d=\"M4 12c0-1.886 0-2.828.586-3.414C5.172 8 6.114 8 8 8h8c1.886 0 2.828 0 3.414.586C20 9.172 20 10.114 20 12v1c0 3.771 0 5.657-1.172 6.828C17.657 21 15.771 21 12 21c-3.771 0-5.657 0-6.828-1.172C4 18.657 4 16.771 4 13z\"></path></g></svg>";
52
+ export declare const letsBasketAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M20 10H4a1 1 0 0 1 0-2h16a1 1 0 1 1 0 2\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6.198 12.78l.604 5.44A2 2 0 0 0 8.79 20h6.42a2 2 0 0 0 1.988-1.78l.604-5.44A2 2 0 0 1 19.79 11H4.21a2 2 0 0 1 1.988 1.78M11 14a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0zm4 0a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0z\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8 5L6 9m10-4l2 4\"></path></g></svg>";
53
+ export declare const letsBasketAlt3 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M4 4h1.626c.567 0 .85 0 1.076.124a1 1 0 0 1 .25.195c.175.189.244.464.381 1.014l.182.727c.101.404.152.606.23.776a2 2 0 0 0 1.446 1.13C9.375 8 9.583 8 10 8v0\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 17H7.55c-.145 0-.218 0-.274-.006a1 1 0 0 1-.867-1.203a3.07 3.07 0 0 1 .081-.262v0c.052-.154.077-.231.106-.3a2 2 0 0 1 1.698-1.224C8.368 14 8.45 14 8.611 14H14\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14.528 14h-3.554c-1.216 0-1.824 0-2.293-.275a1.999 1.999 0 0 1-.521-.442c-.35-.418-.45-1.018-.649-2.217c-.203-1.215-.304-1.823-.063-2.273a1.5 1.5 0 0 1 .408-.482C8.26 8 8.876 8 10.108 8h6.656c1.45 0 2.175 0 2.469.474c.293.475-.032 1.123-.68 2.42l-.447.895c-.538 1.076-.807 1.614-1.29 1.912c-.484.299-1.085.299-2.288.299Z\"></path><circle cx=\"17\" cy=\"20\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"9\" cy=\"20\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
54
+ export declare const letsBasketAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10 16v-1M8 4L6 7m10-3l2 3m-4 9v-1m-9-4v0c.57 0 1.048.428 1.11.994l.495 4.448c.188 1.692.282 2.538.851 3.048c.57.51 1.421.51 3.124.51h2.84c1.703 0 2.554 0 3.124-.51c.57-.51.663-1.356.851-3.048l.495-4.448A1.117 1.117 0 0 1 19 11v0m0 0H5a2 2 0 1 1 0-4h14a2 2 0 1 1 0 4Z\"></path></svg>";
55
+ export declare const letsBasket = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 5V3m-2 13l-.5-3m4.5 3l.5-3M2 9h20v0c-1.267 0-1.9 0-2.384.3a2 2 0 0 0-.431.36c-.382.422-.495 1.045-.722 2.292l-.866 4.763c-.285 1.57-.428 2.356-.985 2.82c-.556.465-1.354.465-2.95.465h-3.324c-1.596 0-2.394 0-2.95-.465c-.557-.464-.7-1.25-.985-2.82l-.866-4.763c-.227-1.247-.34-1.87-.722-2.292a2 2 0 0 0-.431-.36C3.9 9 3.267 9 2 9z\"></path></svg>";
56
+ export declare const letsBatteryFull = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"10\" height=\"15\" x=\"7\" y=\"6\" stroke=\"currentColor\" rx=\"2\"></rect><rect width=\"6\" height=\"11\" x=\"9\" y=\"8\" fill=\"currentColor\" rx=\".8\"></rect><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.293 1.293C9 1.586 9 2.057 9 3h6c0-.943 0-1.414-.293-1.707C14.414 1 13.943 1 13 1h-2c-.943 0-1.414 0-1.707.293\" clip-rule=\"evenodd\"></path></g></svg>";
57
+ export declare const letsBatteryLow = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"10\" height=\"15\" x=\"7\" y=\"6\" stroke=\"currentColor\" rx=\"2\"></rect><rect width=\"6\" height=\"3\" x=\"9\" y=\"16\" fill=\"currentColor\" rx=\".8\"></rect><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.293 1.293C9 1.586 9 2.057 9 3h6c0-.943 0-1.414-.293-1.707C14.414 1 13.943 1 13 1h-2c-.943 0-1.414 0-1.707.293\" clip-rule=\"evenodd\"></path></g></svg>";
58
+ export declare const letsBed = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 18V8.5A1.5 1.5 0 0 0 19.5 7h-4A1.5 1.5 0 0 0 14 8.5V18m-4 0v-6H4a1 1 0 0 0-1 1v5\"></path><path d=\"M4 12h17v2H3v-1a1 1 0 0 1 1-1\"></path></g></svg>";
59
+ export declare const letsBellPin = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.455 2.474a6.586 6.586 0 0 0-9.001 5.385l-.252 2.266l-.006.054a7 7 0 0 1-.939 2.782l-.028.047l-.578.963l-.024.04c-.242.403-.46.768-.606 1.077c-.148.314-.307.74-.23 1.224a2 2 0 0 0 .691 1.222c.376.314.822.397 1.168.432c.34.034.766.034 1.235.034h12.23c.469 0 .894 0 1.235-.034c.345-.035.792-.118 1.167-.432a2 2 0 0 0 .692-1.222c.077-.483-.082-.91-.23-1.224c-.146-.31-.364-.674-.606-1.077l-.024-.04l-.578-.963l-.028-.047a6.999 6.999 0 0 1-.815-2.047a5.023 5.023 0 0 1-2.045-.04a9.001 9.001 0 0 0 1.141 3.11l.032.053l.578.963c.273.456.438.733.536.94l.014.032a2.31 2.31 0 0 1-.035.004c-.227.023-.55.024-1.081.024H5.932c-.531 0-.854-.001-1.082-.024a2.337 2.337 0 0 1-.034-.004l.014-.032c.098-.207.263-.484.536-.94l.578-.963l.032-.053a9 9 0 0 0 1.207-3.577l.007-.06l.252-2.267a4.586 4.586 0 0 1 5.893-3.882a5.004 5.004 0 0 1 1.12-1.724m2.527 1.804a2 2 0 0 0-.937 2.145c.12.225.222.461.305.707a1.998 1.998 0 0 0 2.203.793l-.007-.064a6.564 6.564 0 0 0-1.564-3.581\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.102 17.665c.171.957.548 1.802 1.072 2.405c.524.603 1.166.93 1.826.93c.66 0 1.302-.327 1.826-.93s.9-1.448 1.072-2.405\"></path><circle cx=\"18\" cy=\"6\" r=\"2.5\" fill=\"currentColor\" stroke=\"currentColor\"></circle></g></svg>";
60
+ export declare const letsBell = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M6.448 7.97a5.586 5.586 0 0 1 11.104 0l.252 2.266l.006.057a8 8 0 0 0 1.074 3.18l.03.05l.577.963c.525.874.787 1.311.73 1.67a1 1 0 0 1-.345.61c-.279.234-.789.234-1.808.234H5.932c-1.02 0-1.53 0-1.808-.233a1 1 0 0 1-.346-.611c-.056-.359.206-.796.73-1.67l.579-.964l.03-.05a8 8 0 0 0 1.073-3.179l.006-.057z\"></path><path stroke-linecap=\"round\" d=\"M8 17a4 4 0 1 0 8 0\"></path></g></svg>";
61
+ export declare const letsBlankAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M12.172 21H9c-1.886 0-2.828 0-3.414-.586C5 19.828 5 18.886 5 17V7c0-1.886 0-2.828.586-3.414C6.172 3 7.114 3 9 3h6c1.886 0 2.828 0 3.414.586C19 4.172 19 5.114 19 7v7.172c0 .408 0 .613-.076.797c-.076.183-.22.328-.51.617l-4.828 4.828c-.29.29-.434.434-.617.51c-.184.076-.389.076-.797.076Z\"></path><path d=\"M12 21v-4.667c0-1.1 0-1.65.342-1.991c.341-.342.891-.342 1.991-.342H19\"></path></g></svg>";
62
+ export declare const letsBlank = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M14.172 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17V7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v7.172c0 .408 0 .613-.076.797c-.076.183-.22.328-.51.617l-4.828 4.828c-.29.29-.434.434-.617.51c-.184.076-.389.076-.797.076Z\"></path><path d=\"M14 21v-4.667c0-1.1 0-1.65.342-1.991c.341-.342.891-.342 1.991-.342H21\"></path></g></svg>";
63
+ export declare const letsBloodAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 7h6m-3-3v6\"></path><path fill=\"currentColor\" d=\"m8 5l.759-.651a1 1 0 0 0-1.518 0zm0 0l-.76-.651v.002l-.005.004a8.864 8.864 0 0 0-.228.277A30.613 30.613 0 0 0 4.64 8.048C3.367 10.19 2 13.133 2 16h2c0-2.31 1.133-4.866 2.36-6.93a28.613 28.613 0 0 1 2.203-3.181a14.844 14.844 0 0 1 .186-.226l.008-.01l.002-.002zm6 11c0-2.867-1.367-5.81-2.64-7.952a30.604 30.604 0 0 0-2.367-3.416a16.844 16.844 0 0 0-.228-.277l-.004-.004l-.002-.002L8 5l-.759.651l.002.002l.008.01a7.62 7.62 0 0 1 .186.226A28.613 28.613 0 0 1 9.64 9.07C10.866 11.134 12 13.69 12 16zm-2 0a4 4 0 0 1-4 4v2a6 6 0 0 0 6-6zm-4 4a4 4 0 0 1-4-4H2a6 6 0 0 0 6 6z\"></path></g></svg>";
64
+ export declare const letsBloodMinus = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 7h6\"></path><path fill=\"currentColor\" d=\"m8 5l.759-.651a1 1 0 0 0-1.518 0zm0 0l-.76-.651v.002l-.005.004a8.864 8.864 0 0 0-.228.277A30.613 30.613 0 0 0 4.64 8.048C3.367 10.19 2 13.133 2 16h2c0-2.31 1.133-4.866 2.36-6.93a28.613 28.613 0 0 1 2.203-3.181a14.844 14.844 0 0 1 .186-.226l.008-.01l.002-.002zm6 11c0-2.867-1.367-5.81-2.64-7.952a30.604 30.604 0 0 0-2.367-3.416a16.844 16.844 0 0 0-.228-.277l-.004-.004l-.002-.002L8 5l-.759.651l.002.002l.008.01a7.62 7.62 0 0 1 .186.226A28.613 28.613 0 0 1 9.64 9.07C10.866 11.134 12 13.69 12 16zm-2 0a4 4 0 0 1-4 4v2a6 6 0 0 0 6-6zm-4 4a4 4 0 0 1-4-4H2a6 6 0 0 0 6 6z\"></path></g></svg>";
65
+ export declare const letsBlood = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 4l.759-.651a1 1 0 0 0-1.518 0zm0 0a172.412 172.412 0 0 0-.76-.65v.001a1.106 1.106 0 0 0-.005.004l-.013.016a15.397 15.397 0 0 0-.215.261A30.616 30.616 0 0 0 8.64 7.048C7.367 9.19 6 12.133 6 15h2c0-2.31 1.133-4.866 2.36-6.93a28.62 28.62 0 0 1 2.203-3.181a14.97 14.97 0 0 1 .196-.238zm6 11c0-2.867-1.367-5.81-2.64-7.952a30.607 30.607 0 0 0-2.367-3.416a16.933 16.933 0 0 0-.215-.261l-.013-.016a1.106 1.106 0 0 0-.004-.004l-.002-.002L12 4l-.759.651l.002.002a.988.988 0 0 0 .045.054a24.13 24.13 0 0 1 .692.883a28.62 28.62 0 0 1 1.66 2.48C14.867 10.134 16 12.69 16 15zm-2 0a4 4 0 0 1-4 4v2a6 6 0 0 0 6-6zm-4 4a4 4 0 0 1-4-4H6a6 6 0 0 0 6 6z\"></path></svg>";
66
+ export declare const letsBookCheck = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 12v5c0 1.886 0 2.828-.586 3.414C18.828 21 17.886 21 16 21H6.5a2.5 2.5 0 0 1 0-5H16c1.886 0 2.828 0 3.414-.586C20 14.828 20 13.886 20 12V7c0-1.886 0-2.828-.586-3.414C18.828 3 17.886 3 16 3H8c-1.886 0-2.828 0-3.414.586C4 4.172 4 5.114 4 7v11.5\"></path><path stroke-linecap=\"round\" d=\"m9 10l1.293 1.293a1 1 0 0 0 1.414 0L15 8\"></path></g></svg>";
67
+ export declare const letsBookOpenAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 6v13m9-13v13M3 6v13m18 0s-1-2-4.5-2s-4.5 2-4.5 2m0 0s-1-2-4.5-2S3 19 3 19M21 6s-1-2-4.5-2S12 6 12 6m0 0s-1-2-4.5-2S3 6 3 6\"></path></svg>";
68
+ export declare const letsBookOpen = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M5 17h4a3 3 0 0 1 3 3V10c0-2.828 0-4.243-.879-5.121C10.243 4 8.828 4 6 4H5c-.943 0-1.414 0-1.707.293C3 4.586 3 5.057 3 6v9c0 .943 0 1.414.293 1.707C3.586 17 4.057 17 5 17Zm14 0h-4a3 3 0 0 0-3 3V10c0-2.828 0-4.243.879-5.121C13.757 4 15.172 4 18 4h1c.943 0 1.414 0 1.707.293C21 4.586 21 5.057 21 6v9c0 .943 0 1.414-.293 1.707C20.414 17 19.943 17 19 17Z\"></path></svg>";
69
+ export declare const letsBook = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 12v5c0 1.886 0 2.828-.586 3.414C18.828 21 17.886 21 16 21H6.5a2.5 2.5 0 0 1 0-5H16c1.886 0 2.828 0 3.414-.586C20 14.828 20 13.886 20 12V7c0-1.886 0-2.828-.586-3.414C18.828 3 17.886 3 16 3H8c-1.886 0-2.828 0-3.414.586C4 4.172 4 5.114 4 7v11.5\"></path><path stroke-linecap=\"round\" d=\"M9 8h6\"></path></g></svg>";
70
+ export declare const letsBookmark = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M4 9c0-2.828 0-4.243.879-5.121C5.757 3 7.172 3 10 3h4c2.828 0 4.243 0 5.121.879C20 4.757 20 6.172 20 9v6.828c0 2.683 0 4.024-.844 4.435c-.845.41-1.9-.419-4.01-2.076l-.675-.531c-1.186-.932-1.78-1.398-2.471-1.398c-.692 0-1.285.466-2.471 1.398l-.676.53c-2.11 1.658-3.164 2.487-4.009 2.077C4 19.853 4 18.51 4 15.828z\"></path></svg>";
71
+ export declare const letsBoxAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 7.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l.656-.656c.578-.578.868-.868 1.235-1.02C7.431 3 7.84 3 8.657 3h6.686c.818 0 1.226 0 1.594.152c.367.152.656.442 1.235 1.02l.656.656c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V17c0 1.886 0 2.828-.586 3.414C18.828 21 17.886 21 16 21H8c-1.886 0-2.828 0-3.414-.586C4 19.828 4 18.886 4 17z\"></path><path stroke-linecap=\"round\" d=\"M4 7h16M9 11a3 3 0 0 0 6 0\"></path></g></svg>";
72
+ export declare const letsBoxOpen = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M6 11.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l.656-.656c.578-.578.868-.868 1.235-1.02C9.431 7 9.84 7 10.657 7h2.686c.818 0 1.226 0 1.594.152c.368.152.657.442 1.235 1.02l.656.656c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V16c0 1.886 0 2.828-.586 3.414C16.828 20 15.886 20 14 20h-4c-1.886 0-2.828 0-3.414-.586C6 18.828 6 17.886 6 16z\"></path><path stroke-linecap=\"round\" d=\"M9 7L6.139 5.092a.25.25 0 0 0-.278 0L3.254 6.831a.25.25 0 0 0-.038.385l2.577 2.577a.707.707 0 0 1 .207.5v0c0 .39.317.707.707.707h10.586c.39 0 .707-.317.707-.707v0a.71.71 0 0 1 .207-.5l2.577-2.577a.25.25 0 0 0-.038-.385L18.14 5.092a.25.25 0 0 0-.278 0L15 7\"></path></g></svg>";
73
+ export declare const letsBoxRefreshAltRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m12 12l4 4l-4 4\"></path><path stroke-linecap=\"round\" d=\"M13 8h4m-1 8H8a4 4 0 0 1-4-4v0a4 4 0 0 1 4-4h1\"></path></g></svg>";
74
+ export declare const letsBoxRefreshRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m10 12l4 4l-4 4\"></path><path stroke-linecap=\"round\" d=\"M20 13.5V10a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h7\"></path></g></svg>";
75
+ export declare const letsBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M4 9.657c0-.818 0-1.226.152-1.594c.152-.367.442-.657 1.02-1.235l.656-.656c.578-.578.868-.868 1.235-1.02C7.431 5 7.84 5 8.657 5h6.686c.818 0 1.226 0 1.594.152c.367.152.656.442 1.235 1.02l.656.656c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594V16c0 1.886 0 2.828-.586 3.414C18.828 20 17.886 20 16 20H8c-1.886 0-2.828 0-3.414-.586C4 18.828 4 17.886 4 16z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M4 10h16\"></path><path fill=\"currentColor\" d=\"M14.833 9H9.166c-.235 0-.353 0-.426.073c-.074.073-.074.191-.074.427v4.167c0 .765 0 1.147.1 1.352a1 1 0 0 0 1.231.51c.215-.075.486-.345 1.027-.886c.25-.25.375-.376.508-.446a1 1 0 0 1 .935 0c.133.07.259.196.51.446c.54.54.81.811 1.026.887a1 1 0 0 0 1.231-.51c.1-.206.1-.588.1-1.353V9.5c0-.236 0-.354-.074-.427C15.187 9 15.069 9 14.833 9\"></path></g></svg>";
76
+ export declare const letsBoxes = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"8\" height=\"8\" x=\"5\" y=\"4\" rx=\"1.8\"></rect><path d=\"M4 13.8A1.8 1.8 0 0 1 5.8 12h4.4a1.8 1.8 0 0 1 1.8 1.8V20H5.8A1.8 1.8 0 0 1 4 18.2zm8 0a1.8 1.8 0 0 1 1.8-1.8h4.4a1.8 1.8 0 0 1 1.8 1.8v4.4a1.8 1.8 0 0 1-1.8 1.8H12z\"></path><path stroke-linecap=\"round\" d=\"M16 12v3m-8-3v3M9 4v3\"></path></g></svg>";
77
+ export declare const letsBrokenHeart = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.979 6.145c-1.322-.588-2.983-.286-3.977.995l-.31.399a4.203 4.203 0 0 0 .443 5.64L12 19.628l6.865-6.449a4.203 4.203 0 0 0 .443-5.64l-.31-.399c-1.179-1.52-3.294-1.662-4.673-.576l-1.237-1.57c2.196-1.73 5.59-1.53 7.49.92l.31.399a6.203 6.203 0 0 1-.654 8.324l-6.953 6.531l-.02.019c-.101.095-.224.21-.341.301a1.499 1.499 0 0 1-.631.298c-.19.037-.387.037-.578 0a1.5 1.5 0 0 1-.63-.298c-.118-.09-.24-.206-.342-.301l-.02-.019l-6.953-6.531a6.203 6.203 0 0 1-.654-8.324l.79.613l-.79-.613l.31-.399c1.955-2.52 5.487-2.661 7.676-.768l.723.626l-.592.75l-1.036 1.313c-.347.44-.54.687-.65.875a1.23 1.23 0 0 0-.004.008a.962.962 0 0 0 .007.005c.17.137.438.3.918.589l1.252.751l.048.029c.38.228.748.449 1.025.67c.311.25.632.597.749 1.117c.116.52-.025.97-.2 1.329c-.154.32-.392.676-.638 1.045l-.031.047l-.837 1.255l-1.664-1.11l.837-1.255c.289-.433.447-.675.535-.856l.003-.007a.158.158 0 0 0-.006-.004c-.157-.127-.403-.277-.85-.545l-1.253-.751l-.05-.03c-.41-.247-.803-.482-1.096-.719c-.326-.264-.664-.635-.766-1.19c-.102-.557.083-1.023.294-1.386c.19-.325.474-.684.77-1.06l.037-.046zm.51 2.675l-.001.002z\" clip-rule=\"evenodd\"></path></svg>";
78
+ export declare const letsBubble = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"17\" cy=\"8\" r=\"4\"></circle><circle cx=\"12\" cy=\"17\" r=\"3\"></circle><circle cx=\"6.5\" cy=\"9.5\" r=\"2.5\"></circle></g></svg>";
79
+ export declare const letsBug = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M7 14.333c0-1.246 0-1.869.268-2.333A2 2 0 0 1 8 11.268C8.464 11 9.087 11 10.333 11h3.334c1.246 0 1.869 0 2.333.268a2 2 0 0 1 .732.732c.268.464.268 1.087.268 2.333V16c0 .93 0 1.394-.077 1.78a4 4 0 0 1-3.143 3.143C13.394 21 12.93 21 12 21s-1.394 0-1.78-.077a4 4 0 0 1-3.143-3.143C7 17.394 7 16.93 7 16zM9 9c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C10.602 6 11.068 6 12 6c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C15 7.602 15 8.068 15 9v2H9zm3 2v4m3-12l-2 3M9 3l2 3M7 16H2m20 0h-5m3-7v1a3 3 0 0 1-3 3m3 9a3 3 0 0 0-3-3M4 9v1a3 3 0 0 0 3 3m-3 9a3 3 0 0 1 3-3\"></path></svg>";
80
+ export declare const letsCake = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m7 16l.276 1.658c.266 1.596.4 2.394.959 2.868c.56.474 1.369.474 2.987.474h1.556c1.618 0 2.428 0 2.987-.474c.56-.474.693-1.272.959-2.868L17 16\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M13.5 4.5C14 3.5 15 3 16 3\"></path><circle cx=\"12\" cy=\"6\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></circle><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 7.535a4.016 4.016 0 0 0-1.668 1.866a1 1 0 0 1-.893.6a2.5 2.5 0 1 0 1.512 4.535a1 1 0 0 1 1.076-.056A3.98 3.98 0 0 0 12 15c.72 0 1.392-.19 1.973-.52a1 1 0 0 1 1.076.056a2.5 2.5 0 1 0 1.512-4.535a1 1 0 0 1-.893-.6A4.017 4.017 0 0 0 14 7.535V5.341a6.02 6.02 0 0 1 3.23 2.718a4.501 4.501 0 1 1-2.81 8.433A5.984 5.984 0 0 1 12 17a5.96 5.96 0 0 1-2.42-.509A4.5 4.5 0 1 1 6.77 8.06A6.02 6.02 0 0 1 10 5.341z\" clip-rule=\"evenodd\"></path></g></svg>";
81
+ export declare const letsCalendarAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"18\" height=\"15\" x=\"3\" y=\"6\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M4 11h16m-10 5h4m-2-2v4M8 3v4m8-4v4\"></path></g></svg>";
82
+ export declare const letsCalendar = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"18\" height=\"15\" x=\"3\" y=\"6\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M4 11h16M9 16h6M8 3v4m8-4v4\"></path></g></svg>";
83
+ export declare const letsCalories = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M14.5 10c0-.791 1.053-1.001 1.332-.26C16.508 11.53 17 13.134 17 14a5 5 0 0 1-10 0c0-.93.568-2.711 1.322-4.663c.975-2.528 1.463-3.792 2.066-3.86c.192-.022.403.017.575.107c.537.28.537 1.659.537 4.416a1.5 1.5 0 0 0 3 0Z\"></path><path d=\"m11 19l-.263-.657a3.406 3.406 0 0 1 .503-3.393a.973.973 0 0 1 1.52 0c.766.958.958 2.254.503 3.393L13 19\"></path></g></svg>";
84
+ export declare const letsCamera = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 9.854C3 8.83 3.83 8 4.854 8c.702 0 1.344-.397 1.658-1.025l.821-1.642c.11-.22.165-.33.228-.425a2 2 0 0 1 1.447-.895C9.122 4 9.245 4 9.491 4h5.018c.246 0 .37 0 .482.013a2 2 0 0 1 1.448.895c.063.095.118.205.228.425l.82 1.642A1.854 1.854 0 0 0 19.147 8C20.17 8 21 8.83 21 9.854v5.003c0 2.005 0 3.007-.46 3.74a3 3 0 0 1-.944.943c-.732.46-1.734.46-3.739.46H8.143c-2.005 0-3.007 0-3.74-.46a3 3 0 0 1-.943-.944C3 17.864 3 16.862 3 14.857z\"></path><circle cx=\"12\" cy=\"13\" r=\"3\"></circle></g></svg>";
85
+ export declare const letsCancel = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path d=\"M18 18L6 6\"></path></g></svg>";
86
+ export declare const letsCandlestick = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M8 3v3m0 8v3\"></path><rect width=\"4\" height=\"8\" x=\"6\" y=\"6\" rx=\".8\"></rect><path stroke-linecap=\"round\" d=\"M16 7v5m0 5v3\"></path><rect width=\"4\" height=\"5\" x=\"14\" y=\"12\" rx=\".8\"></rect></g></svg>";
87
+ export declare const letsCarbs = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m12 4l-1.148 1.913C9.95 7.417 9.5 8.169 9.5 9c0 .83.45 1.583 1.353 3.087l.72 1.198c.19.32.287.48.428.48c.142 0 .237-.16.429-.48l.719-1.198C14.05 10.583 14.5 9.831 14.5 9c0-.83-.45-1.583-1.353-3.087zm0 0V2m8.16 10.598l-2.23-.037c-1.754-.03-2.63-.045-3.35.37c-.72.416-1.146 1.183-1.997 2.717l-.678 1.221c-.181.326-.271.489-.2.611c.07.123.256.126.628.132l1.398.024c1.753.03 2.63.044 3.35-.372c.72-.415 1.145-1.182 1.997-2.715zm0 0l1.732-1\"></path><path d=\"m3.84 12.598l2.23-.037c1.754-.03 2.63-.045 3.35.37c.72.416 1.146 1.183 1.997 2.717l.678 1.221c.181.326.271.489.2.611c-.07.123-.256.126-.628.132l-1.398.024c-1.753.03-2.63.044-3.35-.372c-.72-.415-1.145-1.182-1.996-2.715zm0 0l-1.732-1M12 15v7.5\"></path></g></svg>";
88
+ export declare const letsChartAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m17 9l-3.044 4.566a1 1 0 0 1-1.727-.107l-.458-.918a1 1 0 0 0-1.727-.107L7 17\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"></rect></g></svg>";
89
+ export declare const letsChartPin = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m15.5 10.5l-3 3l-2-2l-3 3\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14 5H7.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C4 6.52 4 7.08 4 8.2v8.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C5.52 20 6.08 20 7.2 20h8.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C19 18.48 19 17.92 19 16.8V10\"></path><circle cx=\"19\" cy=\"5\" r=\"2\" fill=\"currentColor\"></circle></g></svg>";
90
+ export declare const letsChart = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 10v6m4-4v4m4-8v8\"></path><rect width=\"18\" height=\"16\" x=\"3\" y=\"4\" rx=\"2\"></rect></g></svg>";
91
+ export declare const letsChatAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.326 5.778C20 6.787 20 8.19 20 11c0 2.809 0 4.213-.674 5.222a4.003 4.003 0 0 1-1.104 1.104c-.881.589-2.064.663-4.222.673V18l-1.106 2.211a1 1 0 0 1-1.788 0L10 18v-.001c-2.158-.01-3.34-.084-4.222-.673a4.002 4.002 0 0 1-1.104-1.104C4 15.213 4 13.81 4 11c0-2.809 0-4.213.674-5.222a4 4 0 0 1 1.104-1.104C6.787 4 8.19 4 11 4h2c2.809 0 4.213 0 5.222.674a4 4 0 0 1 1.104 1.104M9 9h6m-6 4h3\"></path></svg>";
92
+ export declare const letsChatAlt3 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m19.326 5.778l-.832.555zm0 10.444l-.832-.555zm-1.104 1.104l-.555-.832zM14 17.999l-.004-1a1 1 0 0 0-.996 1zM14 18l.894.447A.999.999 0 0 0 15 18zm-4 0H9a1 1 0 0 0 .106.447zm0-.001h1a1 1 0 0 0-.996-1zm-4.222-.673l.555-.832zm-1.104-1.104l.832-.555zm0-10.444l.832.555zm1.104-1.104l.555.832zm12.444 0l-.555.832zM21 11c0-1.384.001-2.497-.09-3.387c-.092-.908-.288-1.695-.753-2.39l-1.663 1.11c.21.313.35.733.427 1.482c.078.766.079 1.76.079 3.185zm-.843 5.778c.465-.696.661-1.483.754-2.39C21 13.496 21 12.383 21 11h-2c0 1.425-.001 2.419-.08 3.185c-.075.75-.217 1.169-.426 1.482zm-1.38 1.38a4.998 4.998 0 0 0 1.38-1.38l-1.663-1.111a3 3 0 0 1-.827.827zm-4.773.84c1.075-.004 1.972-.024 2.723-.128c.766-.106 1.443-.306 2.05-.713l-1.11-1.663c-.274.183-.63.314-1.214.395c-.601.083-1.374.105-2.457.11zM15 18v-.001h-2V18zm-1.211 2.658l1.105-2.21l-1.788-.895L12 19.763zm-3.578 0c.737 1.474 2.84 1.474 3.578 0L12 19.764zm-1.105-2.21l1.105 2.21L12 19.764l-1.106-2.211zM9 17.997V18h2v-.001zm-3.778.16c.608.406 1.285.606 2.051.712c.75.104 1.649.124 2.723.129l.008-2c-1.083-.005-1.856-.027-2.457-.11c-.585-.08-.94-.212-1.214-.395zm-1.38-1.38a5 5 0 0 0 1.38 1.38l1.111-1.664a3 3 0 0 1-.827-.827zM3 11c0 1.384-.001 2.497.09 3.387c.092.908.288 1.695.753 2.39l1.663-1.11c-.21-.313-.35-.733-.427-1.482C5.001 13.419 5 12.425 5 11zm.843-5.778c-.465.696-.661 1.483-.754 2.39C3 8.504 3 9.617 3 11h2c0-1.425.001-2.419.08-3.185c.075-.75.217-1.169.426-1.482zm1.38-1.38a5 5 0 0 0-1.38 1.38l1.663 1.111a3 3 0 0 1 .827-.827zM11 3c-1.384 0-2.497-.001-3.387.09c-.908.092-1.695.288-2.39.753l1.11 1.663c.313-.21.733-.35 1.482-.427C8.581 5.001 9.575 5 11 5zm2 0h-2v2h2zm5.778.843c-.696-.465-1.483-.661-2.39-.754C15.496 3 14.383 3 13 3v2c1.425 0 2.419.001 3.185.08c.75.075 1.169.217 1.482.426zm1.38 1.38a5 5 0 0 0-1.38-1.38l-1.111 1.663a3 3 0 0 1 .827.827z\"></path><circle cx=\"16\" cy=\"11\" r=\"1\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><circle cx=\"12\" cy=\"11\" r=\"1\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><circle cx=\"8\" cy=\"11\" r=\"1\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle></svg>";
93
+ export declare const letsChatAltAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 12c0-3.771 0-5.657-1.172-6.828C17.657 4 15.771 4 12 4C8.229 4 6.343 4 5.172 5.172C4 6.343 4 8.229 4 12v6c0 .943 0 1.414.293 1.707C4.586 20 5.057 20 6 20h6c3.771 0 5.657 0 6.828-1.172C20 17.657 20 15.771 20 12z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12h6m-3-3v6\"></path></g></svg>";
94
+ export declare const letsChatAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 12c0-3.771 0-5.657-1.172-6.828C17.657 4 15.771 4 12 4C8.229 4 6.343 4 5.172 5.172C4 6.343 4 8.229 4 12v6c0 .943 0 1.414.293 1.707C4.586 20 5.057 20 6 20h6c3.771 0 5.657 0 6.828-1.172C20 17.657 20 15.771 20 12z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 10h6m-6 4h3\"></path></g></svg>";
95
+ export declare const letsChatPlus = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M12 4C8.229 4 6.343 4 5.172 5.172C4 6.343 4 8.229 4 12v6c0 .943 0 1.414.293 1.707C4.586 20 5.057 20 6 20h6c3.771 0 5.657 0 6.828-1.172C20 17.657 20 15.771 20 12\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 10h6m-6 4h3m7-6V2m-3 3h6\"></path></g></svg>";
96
+ export declare const letsChatSearch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11.462 20H4a1 1 0 0 1-1-1V8a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v3.385M7 14h3m-3-4h6\"></path><circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\"></circle><path stroke-linecap=\"round\" d=\"m18.5 17.5l3 3\"></path></g></svg>";
97
+ export declare const letsChat = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 12a8 8 0 1 1 16 0v5.09c0 .848 0 1.27-.126 1.609a2 2 0 0 1-1.175 1.175C18.36 20 17.937 20 17.09 20H12a8 8 0 0 1-8-8z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 11h6m-3 4h3\"></path></g></svg>";
98
+ export declare const letsCheckRingRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M12 21a9 9 0 1 0-6.364-2.636\"></path><path d=\"m16 10l-3.598 4.318c-.655.786-.983 1.18-1.424 1.2c-.44.02-.803-.343-1.527-1.067L8 13\"></path></g></svg>";
99
+ export declare const letsCheckRing = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path d=\"m8 12l3 3l5-6\"></path></g></svg>";
100
+ export declare const letsChemistry = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m11 7l2 3l-2 3H8l-2-3l2-3z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m16 4l2 3l-2 3h-3l-2-3l2-3zm0 12l2 3M5 4l3 3m0 6l-2 2m7 1l-2 2m-5-8H4m14 3h3m-5-3l2 3l-2 3h-3l-2-3l2-3z\"></path><circle cx=\"9\" cy=\"20\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"4\" cy=\"17\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"21\" cy=\"7\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
101
+ export declare const letsChieldAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M16.8 16.4L15 17.75a5 5 0 0 1-6 0L7.2 16.4A8 8 0 0 1 4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4a8 8 0 0 1-3.2 6.4Z\"></path><circle cx=\"12\" cy=\"10\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"9\" cy=\"10\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"15\" cy=\"10\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
102
+ export declare const letsChieldCheck = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M18.702 5.784L12.788 3.25a2 2 0 0 0-1.576 0L5.298 5.784A2 2 0 0 0 4.1 7.871l.613 4.904a7 7 0 0 0 2.465 4.509l3.54 2.95a2 2 0 0 0 2.561 0l3.541-2.95a7 7 0 0 0 2.465-4.51l.613-4.903a2 2 0 0 0-1.197-2.087Z\"></path><path d=\"m9 12l2.569 2.569a.5.5 0 0 0 .77-.077L16 9\"></path></g></svg>";
103
+ export declare const letsChield = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m18.712 4.789l-5.924-2.54a2 2 0 0 0-1.576 0L5.288 4.79a2 2 0 0 0-1.2 2.059l.651 5.862a7 7 0 0 0 2.476 4.604l3.505 2.92a2 2 0 0 0 2.56 0l3.505-2.92a7 7 0 0 0 2.476-4.604l.651-5.862a2 2 0 0 0-1.2-2.06Z\"></path></svg>";
104
+ export declare const letsCircleLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m14 11l-4 4l4 4\"></path><path stroke-linecap=\"round\" d=\"M4.206 12.75c-.99-.858-1.388-1.855-1.129-2.837c.259-.982 1.158-1.895 2.559-2.595c1.401-.7 3.225-1.15 5.19-1.28c1.963-.129 3.958.07 5.674.565c1.716.495 3.057 1.26 3.815 2.175c.758.915.891 1.93.378 2.887c-.512.957-1.642 1.802-3.214 2.405c-1.572.603-3.498.93-5.479.93\"></path></g></svg>";
105
+ export declare const letsCircleRightAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m10 11l4 4l-4 4\"></path><path stroke-linecap=\"round\" d=\"M9.67 6.153c-2.108.283-3.94.94-5.153 1.847c-1.213.908-1.725 2.005-1.44 3.087c.285 1.083 1.347 2.076 2.989 2.796C7.708 14.603 9.816 15 12 15m7.794-2.25c.591-.512.975-1.077 1.129-1.663c.154-.585.076-1.18-.23-1.752c-.306-.57-.833-1.106-1.553-1.574c-.72-.47-1.616-.863-2.64-1.158\"></path></g></svg>";
106
+ export declare const letsCircleRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m10 11l4 4l-4 4\"></path><path stroke-linecap=\"round\" d=\"M19.794 12.75c.99-.858 1.388-1.855 1.129-2.837c-.259-.982-1.158-1.895-2.559-2.595c-1.401-.7-3.225-1.15-5.19-1.28c-1.963-.129-3.958.07-5.674.565c-1.716.495-3.057 1.26-3.815 2.175c-.758.915-.891 1.93-.378 2.887c.512.957 1.642 1.802 3.214 2.405c1.572.603 3.498.93 5.479.93\"></path></g></svg>";
107
+ export declare const letsClock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"7\"></circle><path stroke-linecap=\"round\" d=\"M5.965 3.136a4 4 0 0 0-2.829 2.829m14.899-2.829a4 4 0 0 1 2.829 2.829M12 8v3.75c0 .138.112.25.25.25H15\"></path></g></svg>";
108
+ export declare const letsCloseRing = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 21a9 9 0 1 1 0-18a9 9 0 0 1 0 18zM9 9l6 6m0-6l-6 6\"></path></svg>";
109
+ export declare const letsCloseRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 6L6 18M6 6l12 12\"></path></svg>";
110
+ export declare const letsCloseSquare = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" d=\"M18 6L6 18M6 6l12 12\"></path></svg>";
111
+ export declare const letsCloudAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m10.528 8l.745.667l-.298.333h-.447zM15 7c-1.48 0-2.81.642-3.727 1.667l-1.49-1.334A6.985 6.985 0 0 1 15 5zm5 5a5 5 0 0 0-5-5V5a7 7 0 0 1 7 7zm-5 5a5 5 0 0 0 5-5h2a7 7 0 0 1-7 7zm-7 0h7v2H8zm-4-4a4 4 0 0 0 4 4v2a6 6 0 0 1-6-6zm4-4a4 4 0 0 0-4 4H2a6 6 0 0 1 6-6zm2.528 0H8V7h2.528z\"></path><path stroke=\"currentColor\" d=\"M16.318 17.854A6 6 0 1 0 9 12.024\"></path></g></svg>";
112
+ export declare const letsCloud = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m8.99 19.982l.075.997zm-.074-.997A5.72 5.72 0 0 1 8.5 19v2c.19 0 .378-.007.565-.021zM8.5 19A5.5 5.5 0 0 1 3 13.5H1A7.5 7.5 0 0 0 8.5 21zM3 13.5A5.5 5.5 0 0 1 8.5 8V6A7.5 7.5 0 0 0 1 13.5zM8.5 8a5.502 5.502 0 0 1 5.038 3.29l1.832-.804A7.502 7.502 0 0 0 8.5 6zm7.5 5a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5zm3 3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5zm-3 3H9.01v2H16zm-6.99 0a.99.99 0 0 1 .99.99H8c0 .558.452 1.01 1.01 1.01zm4.528-7.71c.393.895 1.28 1.71 2.462 1.71v-2c-.194 0-.47-.149-.63-.514zm-4.473 9.69A.99.99 0 0 1 8 19.991h2c0-.588-.5-1.05-1.084-1.006z\"></path><path stroke=\"currentColor\" d=\"M17.879 12.902A4 4 0 1 0 13 9.016\"></path></g></svg>";
113
+ export declare const letsCode = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m16 7l4 5l-4 5M8 7l-4 5l4 5\"></path></svg>";
114
+ export declare const letsCollapse = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m9 13l-.707-.707l.707-.707l.707.707zm1 9a1 1 0 1 1-2 0zm-6.707-4.707l5-5l1.414 1.414l-5 5zm6.414-5l5 5l-1.414 1.414l-5-5zM10 13v9H8v-9zm5-2l-.707.707l.707.707l.707-.707zm1-9a1 1 0 1 0-2 0zM9.293 6.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM16 11V2h-2v9z\"></path></svg>";
115
+ export declare const letsColorMode = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"></circle><path fill=\"currentColor\" d=\"M18.364 5.636A9 9 0 0 0 5.636 18.364L12 12z\"></path></g></svg>";
116
+ export declare const letsColorPicker = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"m8.5 5.5l10 10\"></path><path stroke-linejoin=\"round\" d=\"M14.5 4.5L4 15l-.5 5.5L9 20L19.5 9.5a3.536 3.536 0 0 0-5-5Z\"></path></g></svg>";
117
+ export declare const letsColumUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M21 20H3m7-4v-6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v6m12 0V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v10\"></path></svg>";
118
+ export declare const letsComment = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m4.327 6.638l.891.454zm.441 13.594l-.707-.707zm13.594-3.559l.454.891zm1.311-1.311l.891.454zm0-8.724l.891-.454zm-1.311-1.311l.454-.891zm-12.724 0l.454.891zm2.07 11.966L7 16.586zM5 9.8c0-.857 0-1.439.038-1.889c.035-.438.1-.663.18-.819l-1.782-.908c-.247.485-.346 1.002-.392 1.564C3 8.298 3 8.976 3 9.8zM5 12V9.8H3V12zm-2 0v5h2v-5zm0 5v2.914h2V17zm0 2.914c0 1.291 1.562 1.938 2.475 1.025l-1.414-1.414a.55.55 0 0 1 .939.389zm2.475 1.025L8.415 18L7 16.586l-2.939 2.939zM15.2 16H8.414v2H15.2zm2.708-.218c-.156.08-.38.145-.819.18c-.45.037-1.032.038-1.889.038v2c.824 0 1.501 0 2.052-.044c.562-.046 1.079-.145 1.564-.392zm.874-.874a2 2 0 0 1-.874.874l.908 1.782a4 4 0 0 0 1.748-1.748zM19 12.2c0 .857 0 1.439-.038 1.889c-.035.438-.1.663-.18.819l1.782.908c.247-.485.346-1.002.392-1.564c.045-.55.044-1.228.044-2.052zm0-2.4v2.4h2V9.8zm-.218-2.708c.08.156.145.38.18.819C19 8.361 19 8.943 19 9.8h2c0-.824 0-1.501-.044-2.052c-.046-.562-.145-1.079-.392-1.564zm-.874-.874a2 2 0 0 1 .874.874l1.782-.908a4 4 0 0 0-1.748-1.748zM15.2 6c.857 0 1.439 0 1.889.038c.438.035.663.1.819.18l.908-1.782c-.485-.247-1.002-.346-1.564-.392C16.702 4 16.024 4 15.2 4zM8.8 6h6.4V4H8.8zm-2.708.218c.156-.08.38-.145.819-.18C7.361 6 7.943 6 8.8 6V4c-.824 0-1.501 0-2.052.044c-.562.046-1.079.145-1.564.392zm-.874.874a2 2 0 0 1 .874-.874l-.908-1.782a4 4 0 0 0-1.748 1.748zM8.414 18v-2A2 2 0 0 0 7 16.586z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 9h8m-8 4h5\"></path></g></svg>";
119
+ export declare const letsCompasMini = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"m18.54 7.762l-.835 5.01a6 6 0 0 1-4.932 4.933l-5.011.835a2 2 0 0 1-2.302-2.302l.835-5.01a6 6 0 0 1 4.932-4.933l5.011-.835a2 2 0 0 1 2.302 2.302Z\"></path><circle cx=\"12\" cy=\"12\" r=\"2\"></circle></g></svg>";
120
+ export declare const letsCompassAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path stroke-linecap=\"round\" d=\"m8.523 8.584l1.47 5.388a.05.05 0 0 0 .035.036l5.388 1.469a.05.05 0 0 0 .061-.061l-1.47-5.388a.05.05 0 0 0-.035-.036L8.584 8.523a.05.05 0 0 0-.061.061ZM13 11l-2 2\"></path></g></svg>";
121
+ export declare const letsCompassNorth = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m6.2 20.634l5.668-10.393a.15.15 0 0 1 .264 0L17.8 20.634a.15.15 0 0 1-.187.211l-4.536-1.814a.15.15 0 0 1-.092-.113l-.837-4.606c-.03-.164-.266-.164-.296 0l-.837 4.606a.15.15 0 0 1-.092.113l-4.536 1.814a.15.15 0 0 1-.187-.21\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9 9V3.12a.05.05 0 0 1 .085-.035l5.83 5.83A.05.05 0 0 0 15 8.879V3\"></path></g></svg>";
122
+ export declare const letsCompass = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M9.942 10.687a36.488 36.488 0 0 1-.008-2.265c.595.324 1.3.725 1.958 1.14c.48.302.918.602 1.26.876c.37.295.537.487.58.562c.043.075.127.315.197.783c.066.434.106.962.129 1.53c.03.776.024 1.588.008 2.265a36.42 36.42 0 0 1-1.958-1.14c-.48-.303-.917-.603-1.26-.876c-.37-.295-.537-.487-.58-.562c-.043-.075-.126-.315-.197-.783a14.468 14.468 0 0 1-.129-1.53Z\"></path><circle cx=\"12\" cy=\"12\" r=\"9\"></circle></g></svg>";
123
+ export declare const letsCopyAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M15 3H9a4 4 0 0 0-4 4v8\"></path><path d=\"M9 11.5c0-1.196.001-2.01.071-2.628c.068-.598.188-.889.342-1.09a2 2 0 0 1 .37-.369c.2-.154.491-.274 1.09-.342C11.49 7.001 12.303 7 13.5 7c1.196 0 2.01.001 2.628.071c.598.068.889.188 1.09.342c.138.107.262.23.369.37c.154.2.274.491.342 1.09c.07.618.071 1.431.071 2.627v4c0 1.196-.002 2.01-.071 2.628c-.068.598-.188.889-.342 1.09a2.02 2.02 0 0 1-.37.369c-.2.154-.491.274-1.09.342c-.618.07-1.431.071-2.627.071c-1.196 0-2.01-.002-2.628-.071c-.598-.068-.889-.188-1.09-.342a1.999 1.999 0 0 1-.369-.37c-.154-.2-.274-.491-.342-1.09C9.001 17.51 9 16.697 9 15.5z\"></path></g></svg>";
124
+ export declare const letsCopy = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M14 7c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C12.398 4 11.932 4 11 4H8c-1.886 0-2.828 0-3.414.586C4 5.172 4 6.114 4 8v3c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 14 6.068 14 7 14\"></path><rect width=\"10\" height=\"10\" x=\"10\" y=\"10\" rx=\"2\"></rect></g></svg>";
125
+ export declare const letsCovert = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path stroke-linecap=\"round\" d=\"M6 3h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1\"></path><path d=\"m19 3l-3.7 4.625a1 1 0 0 1-.78.375H9.48a1 1 0 0 1-.78-.375L5 3m14 18l-3.7-4.625a1 1 0 0 0-.78-.375H9.48a1 1 0 0 0-.78.375L5 21\"></path><path stroke-linecap=\"round\" d=\"M12 13v3\"></path></g></svg>";
126
+ export declare const letsCpu = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M7 11c0-1.886 0-2.828.586-3.414C8.172 7 9.114 7 11 7h2c1.886 0 2.828 0 3.414.586C17 8.172 17 9.114 17 11v2c0 1.886 0 2.828-.586 3.414C15.828 17 14.886 17 13 17h-2c-1.886 0-2.828 0-3.414-.586C7 15.828 7 14.886 7 13z\"></path><rect width=\"4\" height=\"4\" x=\"10\" y=\"10\" fill=\"currentColor\" rx=\"1\"></rect><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10 7V4m4 3V4m3 6h3m-3 4h3m-10 6v-3m4 3v-3M4 10h3m-3 4h3\"></path></g></svg>";
127
+ export declare const letsCreditCard = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"18\" height=\"13\" x=\"3\" y=\"6\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M7 15h.01M4 11h17\"></path></g></svg>";
128
+ export declare const letsCritical = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M21 16a9 9 0 0 0-18 0h5.005a3.995 3.995 0 0 1 7.99 0zm-9-9v5m6.364-2.364l-3 3m-9.728-3L9 13\"></path></svg>";
129
+ export declare const letsDarhboardAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"6\" height=\"7\" x=\"4\" y=\"4\" rx=\"1\"></rect><rect width=\"6\" height=\"5\" x=\"4\" y=\"15\" rx=\"1\"></rect><rect width=\"6\" height=\"5\" x=\"14\" y=\"4\" rx=\"1\"></rect><rect width=\"6\" height=\"7\" x=\"14\" y=\"13\" rx=\"1\"></rect></g></svg>";
130
+ export declare const letsDarhboard = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"6\" height=\"6\" x=\"4\" y=\"4\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"4\" y=\"14\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"14\" y=\"14\" rx=\"1\"></rect><rect width=\"6\" height=\"6\" x=\"14\" y=\"4\" rx=\"1\"></rect></g></svg>";
131
+ export declare const letsDataBank = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M6 14h12a3 3 0 1 1 0 6H6a3 3 0 1 1 0-6Z\"></path><path stroke=\"currentColor\" d=\"M3 17c0-1.41 1.491-7.294 2.37-10.642c.22-.835.33-1.252.572-1.57c.212-.278.5-.5.823-.635C7.134 4 7.57 4 8.445 4h7.11c.875 0 1.311 0 1.68.153c.323.135.611.357.823.635c.242.318.352.735.571 1.57C19.51 9.706 21 15.59 21 17\"></path><rect width=\"2\" height=\"2\" x=\"17\" y=\"16\" fill=\"currentColor\" rx=\"1\"></rect><rect width=\"4\" height=\"2\" x=\"5\" y=\"16\" fill=\"currentColor\" rx=\"1\"></rect></g></svg>";
132
+ export declare const letsDatabase = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><ellipse cx=\"12\" cy=\"7\" rx=\"7\" ry=\"3\"></ellipse><path stroke-linecap=\"square\" d=\"M5 13v4c0 1.657 3.134 3 7 3s7-1.343 7-3v-4\"></path><path d=\"M5 7v5c0 1.657 3.134 3 7 3s7-1.343 7-3V7\"></path></g></svg>";
133
+ export declare const letsDateRange = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"18\" height=\"15\" x=\"3\" y=\"6\" stroke=\"currentColor\" rx=\"2\"></rect><path fill=\"currentColor\" d=\"M3 10c0-1.886 0-2.828.586-3.414C4.172 6 5.114 6 7 6h10c1.886 0 2.828 0 3.414.586C21 7.172 21 8.114 21 10z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M7 3v3m10-3v3\"></path><rect width=\"4\" height=\"2\" x=\"7\" y=\"12\" fill=\"currentColor\" rx=\".5\"></rect><rect width=\"4\" height=\"2\" x=\"7\" y=\"16\" fill=\"currentColor\" rx=\".5\"></rect><rect width=\"4\" height=\"2\" x=\"13\" y=\"12\" fill=\"currentColor\" rx=\".5\"></rect><rect width=\"4\" height=\"2\" x=\"13\" y=\"16\" fill=\"currentColor\" rx=\".5\"></rect></g></svg>";
134
+ export declare const letsDateToday = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"18\" height=\"15\" x=\"3\" y=\"6\" stroke=\"currentColor\" rx=\"2\"></rect><path fill=\"currentColor\" d=\"M3 10c0-1.886 0-2.828.586-3.414C4.172 6 5.114 6 7 6h10c1.886 0 2.828 0 3.414.586C21 7.172 21 8.114 21 10z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M7 3v3m10-3v3\"></path></g></svg>";
135
+ export declare const letsDelAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><ellipse cx=\"12\" cy=\"7\" rx=\"7\" ry=\"3\"></ellipse><path d=\"m5 7l1.996 10.98a.068.068 0 0 0 .019.035v0a7.05 7.05 0 0 0 9.97 0v0a.068.068 0 0 0 .019-.036L19 7\"></path></g></svg>";
136
+ export declare const letsDell = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path d=\"m9 15l6-6m0 6L9 9\"></path></g></svg>";
137
+ export declare const letsDeskAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M15.5 5c1.404 0 2.107 0 2.611.337a2 2 0 0 1 .552.552C19 6.393 19 7.096 19 8.5V18c0 1.886 0 2.828-.586 3.414C17.828 22 16.886 22 15 22H9c-1.886 0-2.828 0-3.414-.586C5 20.828 5 19.886 5 18V8.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C6.393 5 7.096 5 8.5 5\"></path><path d=\"M9 5a2 2 0 0 1 2-2h2a2 2 0 1 1 0 4h-2a2 2 0 0 1-2-2Z\"></path><path stroke-linecap=\"round\" d=\"M9 12h6m-6 4h4\"></path></g></svg>";
138
+ export declare const letsDesk = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"5\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M16 2v4c0 .943 0 1.414-.293 1.707C15.414 8 14.943 8 14 8h-4c-.943 0-1.414 0-1.707-.293C8 7.414 8 6.943 8 6V2m1 12h6\"></path></g></svg>";
139
+ export declare const letsDesktop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M4 8c0-.971.002-1.599.064-2.061c.059-.434.153-.57.229-.646c.076-.076.212-.17.646-.229C5.4 5.002 6.029 5 7 5h10c.971 0 1.599.002 2.061.064c.434.059.57.153.646.229c.076.076.17.212.229.646C19.998 6.4 20 7.029 20 8v8H4zm-.333 8C2.747 16 2 16.746 2 17.667A2.333 2.333 0 0 0 4.333 20h15.334A2.333 2.333 0 0 0 22 17.667c0-.92-.746-1.667-1.667-1.667z\"></path></svg>";
140
+ export declare const letsDimondAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m12 20l-7.32-9.15c-.333-.416-.5-.624-.544-.874c-.044-.25.04-.503.208-1.008l.744-2.233c.44-1.32.66-1.98 1.184-2.357C6.796 4 7.492 4 8.883 4h6.234c1.391 0 2.087 0 2.61.378c.525.377.745 1.037 1.185 2.357l.744 2.233c.168.505.252.757.208 1.008c-.045.25-.211.458-.544.874zm0 0l3.5-11M12 20L8.5 9m11 1l-4-1m0 0L14 5m1.5 4h-7M10 5L8.5 9m0 0l-4 1\"></path></svg>";
141
+ export declare const letsDimond = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m4.874 12.874l5.712 5.712c.666.667 1 1 1.414 1c.414 0 .748-.333 1.414-1l5.712-5.712c.425-.425.638-.638.703-.914c.065-.277-.03-.562-.22-1.133l-.697-2.092c-.44-1.32-.66-1.98-1.184-2.357C17.204 6 16.508 6 15.117 6H8.883c-1.391 0-2.087 0-2.61.378c-.525.377-.745 1.037-1.185 2.357l-.697 2.092c-.19.57-.285.856-.22 1.133c.065.276.278.489.703.914Z\"></path></svg>";
142
+ export declare const letsDirectionAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"m7 9l4.121 4.121A3 3 0 0 1 12 15.243V17M7 9h3M7 9v3\"></path><path d=\"m17 9l-4.121 4.121A3 3 0 0 0 12 15.243V20m5-11h-3m3 0v3\"></path><path d=\"M16 19h.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 16.72 21 15.88 21 14.2V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 5 17.88 5 16.2 5H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 7.28 3 8.12 3 9.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 19 6.12 19 7.8 19H8\"></path></g></svg>";
143
+ export declare const letsDirectionAlt3 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m17 13l-4.121 4.121A3 3 0 0 0 12 19.243V20m5-7h-2l2 2z\"></path><path stroke-linejoin=\"round\" d=\"m7 13l4.121 4.121A3 3 0 0 1 12 19.243V20m-5-7h2l-2 2zm5-4.5V20m0-11.5l1.5 1.5h-3z\"></path><path d=\"M16 19h.2c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 16.72 21 15.88 21 14.2V9.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 5 17.88 5 16.2 5H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C3 7.28 3 8.12 3 9.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 19 6.12 19 7.8 19H8\"></path></g></svg>";
144
+ export declare const letsDirectionAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M17.5 9H15a3 3 0 0 0-3 3v4m5.5-7L16 7m1.5 2L16 11M6.5 9H9a3 3 0 0 1 3 3v4M6.5 9L8 7M6.5 9L8 11\"></path><path d=\"M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2z\"></path></g></svg>";
145
+ export declare const letsDirection = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"m7 8l4.121 4.121A3 3 0 0 1 12 14.243V16M7 8h3M7 8v3\"></path><path d=\"m17 8l-4.121 4.121A3 3 0 0 0 12 14.243V16m5-8h-3m3 0v3\"></path><path d=\"M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2z\"></path></g></svg>";
146
+ export declare const letsDna = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path stroke-linecap=\"round\" d=\"M19 3s0 9-7 9s-7 9-7 9\"></path><path stroke-linecap=\"round\" d=\"M5 3s0 9 7 9s7 9 7 9M18 6H6m12 12H6\"></path><path d=\"M17 15H7\"></path><path stroke-linecap=\"round\" d=\"M17 9H7\"></path></g></svg>";
147
+ export declare const letsDoneAllAltRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m2 14l3.233 2.425a1 1 0 0 0 1.374-.167L15 6\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m9.874 15.78l1.729 1.383a2 2 0 0 0 2.797-.295l8.374-10.235a1 1 0 0 0-1.548-1.266L12.852 15.6l-1.711-1.369z\" clip-rule=\"evenodd\"></path></g></svg>";
148
+ export declare const letsDoneAllRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m8 13l4.228 3.382a1 1 0 0 0 1.398-.148L22 6\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m11.19 12.237l4.584-5.604a1 1 0 0 0-1.548-1.266l-4.573 5.59zm-3.167 3.87l-1.537-1.28l-.653.798L2.6 13.2a1 1 0 0 0-1.2 1.6l3.233 2.425a2 2 0 0 0 2.748-.334z\" clip-rule=\"evenodd\"></path></g></svg>";
149
+ export declare const letsDoneRingRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"m9 10l3.258 2.444a1 1 0 0 0 1.353-.142L20 5\"></path><path d=\"M21 12a9 9 0 1 1-6.67-8.693\"></path></g></svg>";
150
+ export declare const letsDoneRound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m5 14l3.233 2.425a1 1 0 0 0 1.374-.167L18 6\"></path></svg>";
151
+ export declare const letsDone = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m5 14l4 3l9-11\"></path></svg>";
152
+ export declare const letsDoughnutChart = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><circle cx=\"12\" cy=\"12\" r=\"4\"></circle><path stroke-linecap=\"round\" d=\"M12 3v4.5M18 18l-3-3m3-9l-3 3M3 12h4.5\"></path></g></svg>";
153
+ export declare const letsDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m14 20l-.707.707l.707.707l.707-.707zM6 3a1 1 0 1 0 0 2zm2.293 12.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM15 20V10h-2v10zM8 3H6v2h2zm7 7a7 7 0 0 0-7-7v2a5 5 0 0 1 5 5z\"></path></svg>";
154
+ export declare const letsDownloadCircle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M5.239 14.812a7 7 0 0 0 13.523 0\"></path><path fill=\"currentColor\" d=\"m12 4l-.625-.78l.625-.5l.625.5zm1 9a1 1 0 1 1-2 0zM6.375 7.22l5-4l1.25 1.56l-5 4zm6.25-4l5 4l-1.25 1.56l-5-4zM13 4v9h-2V4z\"></path></g></svg>";
155
+ export declare const letsDownload = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.5 11.878c-.492.394-.89.903-1.152 1.487l-.004.01c-.078.173-.143.318-.196.429a2.392 2.392 0 0 1-.201.36a1.972 1.972 0 0 1-.533.527a1.975 1.975 0 0 1-.7.27c-.2.04-.442.04-.65.04H6a2 2 0 0 0 0 4h12a2 2 0 1 0 0-4h-.064c-.208 0-.45 0-.65-.04a1.975 1.975 0 0 1-.7-.27a1.973 1.973 0 0 1-.533-.528a2.396 2.396 0 0 1-.201-.36a23.15 23.15 0 0 1-.196-.428l-.004-.01a4.013 4.013 0 0 0-1.152-1.488V9.545a6.023 6.023 0 0 1 2.976 3.002a23.596 23.596 0 0 0 .207.452h.02c.064.002.151.002.297.002a4 4 0 0 1 0 8H6a4 4 0 1 1 0-8c.146 0 .233 0 .297-.002h.02A6.023 6.023 0 0 1 9.5 9.545zm8.202 1.156\" clip-rule=\"evenodd\"></path><path fill=\"currentColor\" d=\"m12 3l-.707-.707l.707-.707l.707.707zm1 10a1 1 0 1 1-2 0zM7.293 6.293l4-4l1.414 1.414l-4 4zm5.414-4l4 4l-1.414 1.414l-4-4zM13 3v10h-2V3z\"></path></svg>";
156
+ export declare const letsDrink = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><mask id=\"letsIconsDrink0\" fill=\"#fff\"><path d=\"M5 9.286c0-.266 0-.399.025-.509a1 1 0 0 1 .752-.752C5.887 8 6.02 8 6.286 8h11.428c.266 0 .399 0 .509.025a1 1 0 0 1 .752.752c.025.11.025.243.025.509V10c0 .929 0 1.393-.051 1.783a6 6 0 0 1-5.166 5.166C13.393 17 12.93 17 12 17c-.929 0-1.393 0-1.783-.051a6 6 0 0 1-5.166-5.166C5 11.393 5 10.93 5 10z\"></path></mask><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9 21h6m-3 0v-5\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5 9.286c0-.266 0-.399.025-.509a1 1 0 0 1 .752-.752C5.887 8 6.02 8 6.286 8h11.428c.266 0 .399 0 .509.025a1 1 0 0 1 .752.752c.025.11.025.243.025.509V10c0 .929 0 1.393-.051 1.783a6 6 0 0 1-5.166 5.166C13.393 17 12.93 17 12 17c-.929 0-1.393 0-1.783-.051a6 6 0 0 1-5.166-5.166C5 11.393 5 10.93 5 10z\" mask=\"url(#letsIconsDrink0)\" style=\"stroke-width:var(--ng-icon__stroke-width, 4)\"></path><path fill=\"currentColor\" d=\"M11.039 11.725a1 1 0 1 0 1.922.55zm2.691-5.782l.962.275zm1.18-1.307l-.37-.929zm-.825.44l.742.67zm-1.124 7.199l1.731-6.057l-1.923-.55l-1.73 6.057zm2.321-6.71l4.09-1.637l-.743-1.856l-4.09 1.635zm-.59.653c.07-.248.107-.373.14-.46c.027-.07.028-.048-.005-.012l-1.485-1.34c-.347.385-.468.894-.573 1.262zm-.153-2.51c-.356.142-.85.313-1.197.698l1.485 1.34c-.033.037-.054.039.012.005c.083-.042.204-.091.443-.187z\"></path></g></svg>";
157
+ export declare const letsEMail = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M21 12a9 9 0 1 0-6.67 8.693\"></path><circle cx=\"12\" cy=\"12\" r=\"4\"></circle><path stroke-linecap=\"round\" d=\"M16 9v4.5a2.5 2.5 0 0 0 2.5 2.5v0a2.5 2.5 0 0 0 2.5-2.5V12\"></path></g></svg>";
158
+ export declare const letsEditAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m6 21l-.19-3.025C5.372 10.944 10.956 5 18 5l-1.217.974A10.079 10.079 0 0 0 13 13.844a3.36 3.36 0 0 1-4.064 3.285L6 16.5\"></path></svg>";
159
+ export declare const letsEdit = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><mask id=\"letsIconsEdit0\" width=\"17\" height=\"17\" x=\"3\" y=\"4\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M3 4h17v17H3z\"></path><path d=\"m13.586 7.414l-7.194 7.194c-.195.195-.292.292-.36.41c-.066.119-.1.252-.166.52l-.664 2.654c-.09.36-.135.541-.035.641c.1.1.28.055.641-.035l2.655-.664c.267-.066.4-.1.518-.167c.119-.067.216-.164.41-.359l7.195-7.194c.667-.666 1-1 1-1.414c0-.414-.333-.748-1-1.414l-.172-.172c-.667-.666-1-1-1.414-1c-.414 0-.748.334-1.414 1\"></path></mask><path fill=\"currentColor\" d=\"m6.392 14.608l1.414 1.415zm7.194-7.194L12.172 6zm2.828 0L15 8.828zm.172.172L18 6.172zm0 2.828L18 11.828zm-7.194 7.194l-1.414-1.414zm-3.526-2.07l1.94.485zm-.664 2.654l-1.94-.486zm.606.606l-.485-1.94l-.087.021l-.085.03zm2.655-.664l-.485-1.94zm-3.296.7l1.414-1.415zm.641-.036l.486 1.94l.087-.022l.084-.03zm3.173-.83l-.985-1.741zm7.605-7.554L18 11.828zM6.033 15.02l-1.74-.986zm1.773 1.004L15 8.828L12.172 6l-7.195 7.194zM15 8.828l.172.172L18 6.172L17.828 6zm.172.172l-7.195 7.194l2.829 2.829L18 11.828zM3.925 15.052l-.663 2.654l3.88.97l.664-2.653zm2.369 5.686l2.654-.663l-.97-3.88l-2.655.663zm-3.032-3.032c-.029.116-.111.424-.14.71c-.03.31-.057 1.144.63 1.831l2.829-2.828c.266.266.418.581.485.874c.06.255.044.45.038.512c-.007.067-.016.099-.007.058c.008-.038.02-.088.045-.186zm1.89-.797l1.313 3.778zm.171-.051a8.446 8.446 0 0 1-.186.045c-.041.01-.01 0 .058-.007c.062-.006.257-.021.512.038c.293.067.608.22.874.485l-2.828 2.828c.687.688 1.52.66 1.831.63c.286-.028.594-.11.71-.139zm2.654-.664l-.065.065a7.228 7.228 0 0 1-.088.087l-.003.002l.003-.002l.009-.008a.91.91 0 0 1 .093-.068a.688.688 0 0 1 .07-.043l1.97 3.48c.41-.231.72-.565.84-.684zm.97 3.88c.165-.04.61-.135 1.02-.366l-1.971-3.481a1.251 1.251 0 0 1 .18-.083l.01-.004a.682.682 0 0 1-.052.014l-.067.018l-.09.022zM15.173 9c.172.172.298.298.402.408c.105.11.152.167.172.193c.018.024-.023-.025-.069-.133A1.23 1.23 0 0 1 15.586 9h4c0-.82-.358-1.43-.66-1.826c-.267-.35-.633-.71-.926-1.002zM18 11.828L15.172 9zm0 0c.293-.293.659-.652.926-1.002c.302-.397.66-1.006.66-1.826h-4c0-.181.04-.343.091-.468c.046-.108.087-.157.069-.133a2.62 2.62 0 0 1-.172.193c-.104.11-.23.236-.402.408zm-3-3c.172-.171.298-.298.408-.402c.11-.105.167-.152.193-.172c.024-.018-.025.023-.133.069a1.231 1.231 0 0 1-.468.091v-4c-.82 0-1.43.358-1.826.66c-.35.267-.71.633-1.002.926zM17.828 6c-.293-.293-.652-.659-1.002-.926c-.397-.302-1.006-.66-1.826-.66v4c-.181 0-.343-.04-.468-.091c-.108-.046-.157-.087-.133-.069c.026.02.083.067.193.172c.11.104.236.23.408.402zm-12.85 7.194c-.12.12-.454.43-.686.84l3.481 1.97a1.247 1.247 0 0 1-.111.163l-.008.01l-.002.002l.002-.003l.008-.008a2.184 2.184 0 0 1 .079-.08l.065-.066zm2.828 2.829a48.898 48.898 0 0 1 .05-.2l.004-.01a.26.26 0 0 1-.004.012a.887.887 0 0 1-.045.106a1.213 1.213 0 0 1-.038.073l-3.48-1.97c-.232.408-.327.854-.368 1.018z\" mask=\"url(#letsIconsEdit0)\"></path><path fill=\"currentColor\" d=\"m12.5 7.5l3-2l3 3l-2 3z\"></path></svg>";
160
+ export declare const letsExpandDownDouble = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m18 12l-6 6l-6-6m12-6l-6 6l-6-6\"></path></svg>";
161
+ export declare const letsExpandDownStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m6 7l6 6l6-6m-1 11H7\"></path></svg>";
162
+ export declare const letsExpandDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m18 9l-6 6l-6-6\"></path></svg>";
163
+ export declare const letsExpandLeftDouble = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m12 18l-6-6l6-6m6 12l-6-6l6-6\"></path></svg>";
164
+ export declare const letsExpandLeftStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m17 6l-6 6l6 6M6 7v10\"></path></svg>";
165
+ export declare const letsExpandLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m15 6l-6 6l6 6\"></path></svg>";
166
+ export declare const letsExpandRightDouble = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m12 18l6-6l-6-6M6 18l6-6l-6-6\"></path></svg>";
167
+ export declare const letsExpandRightStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m7 6l6 6l-6 6M18 7v10\"></path></svg>";
168
+ export declare const letsExpandRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m9 6l6 6l-6 6\"></path></svg>";
169
+ export declare const letsExpandTopStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m18 17l-6-6l-6 6M7 6h10\"></path></svg>";
170
+ export declare const letsExpandUpDouble = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m18 18l-6-6l-6 6m12-6l-6-6l-6 6\"></path></svg>";
171
+ export declare const letsExpandUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m18 15l-6-6l-6 6\"></path></svg>";
172
+ export declare const letsExport = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m12 5l-.707-.707l.707-.707l.707.707zm1 9a1 1 0 1 1-2 0zM6.293 9.293l5-5l1.414 1.414l-5 5zm6.414-5l5 5l-1.414 1.414l-5-5zM13 5v9h-2V5z\"></path><path stroke=\"currentColor\" d=\"M5 16v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1\"></path></g></svg>";
173
+ export declare const letsExternal = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M15 3.5h5.5m0 0V9m0-5.5l-8 8\"></path><path stroke-linecap=\"round\" d=\"M11.5 5.5h-4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2v-4\"></path></g></svg>";
174
+ export declare const letsEye = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M12 5c-5.444 0-8.469 4.234-9.544 6.116c-.221.386-.331.58-.32.868c.013.288.143.476.402.852C3.818 14.694 7.294 19 12 19c4.706 0 8.182-4.306 9.462-6.164c.26-.376.39-.564.401-.852c.012-.288-.098-.482-.319-.868C20.47 9.234 17.444 5 12 5Z\"></path><circle cx=\"12\" cy=\"12\" r=\"4\" fill=\"currentColor\"></circle></g></svg>";
175
+ export declare const letsFat = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"m15 12l.39-.46c.921-1.082 2.69-.33 2.548 1.084c-.148 1.476 1.752 2.195 2.619.992L21 13m-12-.5l-.016.085c-.322 1.716-2.77 1.74-3.126.031l-.036-.17C5.535 11.07 3.698 10.78 3 12\"></path><circle cx=\"9.5\" cy=\"6.5\" r=\".5\"></circle><circle cx=\"16.5\" cy=\"8.5\" r=\".5\"></circle><circle cx=\"13.5\" cy=\"5.5\" r=\".5\"></circle></g></svg>";
176
+ export declare const letsFavorite = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m4.45 13.908l6.953 6.531c.24.225.36.338.5.366a.5.5 0 0 0 .193 0c.142-.028.261-.14.5-.366l6.953-6.53a5.203 5.203 0 0 0 .549-6.983l-.31-.399c-1.968-2.536-5.918-2.111-7.301.787a.54.54 0 0 1-.974 0C10.13 4.416 6.18 3.99 4.212 6.527l-.31.4a5.203 5.203 0 0 0 .549 6.981Z\"></path></svg>";
177
+ export declare const letsFavorites = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 11.5c0 5.068-5.972 8.47-7.596 9.302a.875.875 0 0 1-.808 0C9.972 19.97 4 16.568 4 11.5C4 7 7.876 4 12 4c4.267 0 8 3 8 7.5Z\"></path><path d=\"m8.97 11.81l2.799 2.947c.092.097.139.146.195.157a.18.18 0 0 0 .072 0c.056-.011.103-.06.195-.157l2.799-2.946a1.806 1.806 0 1 0-2.898-2.107l-.07.128a.071.071 0 0 1-.124 0l-.07-.128A1.806 1.806 0 1 0 8.97 11.81Z\"></path></g></svg>";
178
+ export declare const letsFileDockAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M9 13h6M9 9h4m-4 8h4\"></path><path d=\"M19 13v2c0 2.828 0 4.243-.879 5.121C17.243 21 15.828 21 13 21h-2c-2.828 0-4.243 0-5.121-.879C5 19.243 5 17.828 5 15V9c0-2.828 0-4.243.879-5.121C6.757 3 8.172 3 11 3\"></path><path stroke-linecap=\"round\" d=\"M18 3v6m3-3h-6\"></path></g></svg>";
179
+ export declare const letsFileDock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M13.172 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v10c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h6c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17V8.828c0-.408 0-.613-.076-.796c-.076-.184-.22-.329-.51-.618l-3.828-3.828c-.29-.29-.434-.434-.617-.51C13.785 3 13.58 3 13.172 3Z\"></path><path stroke-linecap=\"round\" d=\"M9 13h6m-6 4h4\"></path><path d=\"M13 3v4c0 .943 0 1.414.293 1.707C13.586 9 14.057 9 15 9h4\"></path></g></svg>";
180
+ export declare const letsFile = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M13.172 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v10c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h6c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17V8.828c0-.408 0-.613-.076-.796c-.076-.184-.22-.329-.51-.618l-3.828-3.828c-.29-.29-.434-.434-.617-.51C13.785 3 13.58 3 13.172 3Z\"></path><path d=\"M13 3v4c0 .943 0 1.414.293 1.707C13.586 9 14.057 9 15 9h4\"></path></g></svg>";
181
+ export declare const letsFilterAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m9.658 19.78l.316.95zm5-1.666l.316.949zm5.05-10.821l.706.707zm-4.415 4.414L14.586 11zM5 5h14V3H5zm0 1.586V5H3v1.586zM9.414 11L5 6.586L3.586 8L8 12.414zM8 12.414v6.892h2v-6.892zm0 6.892a1.5 1.5 0 0 0 1.974 1.423l-.632-1.897a.5.5 0 0 1 .658.474zm1.974 1.423l5-1.666l-.632-1.898l-5 1.667zm5-1.666A1.5 1.5 0 0 0 16 17.64h-2a.5.5 0 0 1 .342-.475zM16 17.64v-5.226h-2v5.226zm3-11.054L14.586 11L16 12.414L20.414 8zM19 5v1.586h2V5zm1.414 3A2 2 0 0 0 21 6.586h-2zM16 12.414L14.586 11A2 2 0 0 0 14 12.414zm-8 0h2A2 2 0 0 0 9.414 11zM3 6.586A2 2 0 0 0 3.586 8L5 6.586zM19 5h2a2 2 0 0 0-2-2zM5 3a2 2 0 0 0-2 2h2z\"></path></svg>";
182
+ export declare const letsFilterBigAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"7\" cy=\"7\" r=\"3\" transform=\"rotate(90 7 7)\"></circle><path d=\"M9.5 5H18a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2H9.5\"></path><circle cx=\"3\" cy=\"3\" r=\"3\" transform=\"matrix(0 1 1 0 14 14)\"></circle><path d=\"M14.5 15H6a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h8.5\"></path></g></svg>";
183
+ export declare const letsFilterBig = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M10 8h10M4 16h10\"></path><circle cx=\"7\" cy=\"8\" r=\"3\" transform=\"rotate(90 7 8)\"></circle><circle cx=\"17\" cy=\"16\" r=\"3\" transform=\"rotate(90 17 16)\"></circle></g></svg>";
184
+ export declare const letsFilter = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M5 12V4m14 16v-3M5 20v-4m14-3V4m-7 3V4m0 16v-9\"></path><circle cx=\"5\" cy=\"14\" r=\"2\"></circle><circle cx=\"12\" cy=\"9\" r=\"2\"></circle><circle cx=\"19\" cy=\"15\" r=\"2\"></circle></g></svg>";
185
+ export declare const letsFire = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m18.467 16.679l.924.382zm-3.788 3.788l.383.924zm-5.358 0l-.382.924zm-2.27-1.517l.706-.707zm-1.518-2.271l-.924.382zM15.412 6.07l-.641-.767zm.176 0l.641-.767zm-2.48 2.467l-.947.32zm.286.026l.868.496zM9.809 3.087l-.665-.747zm.194.011l-.732.681zm-.86-.758C8.382 3.02 4 7.206 4 14h2c0-5.921 3.843-9.604 4.475-10.167zm4.913 5.878c-1.108-3.279-2.854-5.299-3.32-5.801L9.27 3.779c.35.376 1.902 2.157 2.89 5.08zm.206.842c.738-1.292 1.568-2.035 1.79-2.221l-1.281-1.535c-.346.288-1.356 1.207-2.246 2.764zm.685-2.222c.443.37 3.053 2.74 3.053 7.103h2c0-5.223-3.128-8.1-3.77-8.637zM18 13.941V14h2v-.059zM18 14a6 6 0 0 1-.457 2.296l1.848.765c.402-.97.609-2.01.609-3.061zm-.457 2.296a6 6 0 0 1-1.3 1.947l1.414 1.414a8 8 0 0 0 1.734-2.596zm-1.3 1.947a6 6 0 0 1-1.947 1.3l.766 1.848a8.001 8.001 0 0 0 2.595-1.734zm-1.947 1.3A6 6 0 0 1 12 20v2a8 8 0 0 0 3.062-.609zM12 20a6 6 0 0 1-2.296-.457l-.765 1.848A8 8 0 0 0 12 22zm-2.296-.457a6 6 0 0 1-1.947-1.3l-1.414 1.414A8 8 0 0 0 8.94 21.39zm-1.947-1.3a6 6 0 0 1-1.3-1.947l-1.848.765a8 8 0 0 0 1.734 2.596zm-1.3-1.947A6 6 0 0 1 6 14H4a8 8 0 0 0 .609 3.061zm9.596-9.457a.864.864 0 0 1-1.106 0l1.282-1.535a1.136 1.136 0 0 0-1.458 0zm-3.892 2.02c.325.958 1.616 1.052 2.101.201l-1.737-.992c.354-.618 1.292-.557 1.531.15zm-1.686-5.026A.863.863 0 0 1 9.27 3.78l1.464-1.362a1.137 1.137 0 0 0-1.591-.077z\"></path><path fill=\"currentColor\" d=\"m11.458 11.41l-.627-.779zm-3.412 4.974l-.989-.147zm4.496-4.974l.627-.779zm3.412 4.974l-.99.148zm.004.034l-.995.104a.905.905 0 0 0 .006.04zm-7.916 0l.99.145a.976.976 0 0 0 .005-.04zm2.79-5.787a13.879 13.879 0 0 0-2.112 2.1c-.74.93-1.459 2.135-1.663 3.506l1.978.295c.132-.883.618-1.762 1.25-2.554a11.875 11.875 0 0 1 1.8-1.789zm2.337 0a1.856 1.856 0 0 0-2.338 0l1.254 1.558a.138.138 0 0 1-.085.028a.139.139 0 0 1-.085-.028zm3.774 5.606c-.204-1.371-.922-2.576-1.663-3.505a13.873 13.873 0 0 0-2.111-2.1l-1.254 1.557a11.88 11.88 0 0 1 1.8 1.789c.632.792 1.118 1.671 1.25 2.554zm.01.078a1.704 1.704 0 0 0-.01-.078l-1.978.295l-.002-.01zm-1.984.248c.02.142.031.288.031.437h2a5.03 5.03 0 0 0-.052-.726zM15 17a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5zm-3 3a3 3 0 0 1-3-3H7a5 5 0 0 0 5 5zm-3-3c0-.15.01-.295.032-.437l-1.98-.289c-.034.238-.052.48-.052.726zm-1.943-.763a1.785 1.785 0 0 0-.01.078l1.99.207a.19.19 0 0 1-.002.01z\"></path></svg>";
186
+ export declare const letsFlagAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6 15V5.5c0-.236 0-.354.073-.427C6.146 5 6.264 5 6.5 5h10.293c.514 0 .77 0 .834.154c.064.155-.117.336-.48.7l-3.864 3.863c-.133.133-.2.2-.2.283c0 .083.066.15.2.283l3.863 3.863c.364.364.545.545.481.7c-.063.154-.32.154-.834.154zm0 0v4\"></path></svg>";
187
+ export declare const letsFlagFinishAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5 13V3.5c0-.236 0-.354.073-.427C5.146 3 5.264 3 5.5 3h4.096c.2 0 .3 0 .39.036c.09.037.161.106.305.245l1.488 1.438c.144.139.216.208.306.245c.09.036.19.036.39.036h6.195c.243 0 .364 0 .407.078c.042.078-.023.18-.155.384L16.174 9.73c-.084.132-.127.197-.127.271c0 .073.043.14.127.27l2.748 4.268c.132.204.197.306.155.384c-.043.078-.164.078-.407.078h-6.196c-.2 0-.3 0-.39-.036c-.09-.037-.161-.106-.305-.245l-1.488-1.438c-.144-.139-.216-.208-.306-.245c-.09-.036-.19-.036-.39-.036zm0 0v6\"></path></svg>";
188
+ export declare const letsFlagFinish = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5 13V3.5c0-.236 0-.354.073-.427C5.146 3 5.264 3 5.5 3h4.096c.2 0 .3 0 .39.036c.09.037.161.106.305.245l1.488 1.438c.144.139.216.208.306.245c.09.036.19.036.39.036h6.195c.243 0 .364 0 .407.078c.042.078-.023.18-.155.384L16.174 9.73c-.084.132-.127.197-.127.271c0 .073.043.14.127.27l2.748 4.268c.132.204.197.306.155.384c-.043.078-.164.078-.407.078h-6.196c-.2 0-.3 0-.39-.036c-.09-.037-.161-.106-.305-.245l-1.488-1.438c-.144-.139-.216-.208-.306-.245c-.09-.036-.19-.036-.39-.036zm0 0v6\"></path><path fill=\"currentColor\" d=\"M5 3.5v9c0 .236 0 .354.073.427c.073.073.191.073.427.073h4.096c.2 0 .3 0 .39.036c.09.037.161.106.305.245l1.488 1.438c.144.139.216.208.306.245c.09.036.19.036.39.036h6.195c.243 0 .364 0 .407-.078c.042-.078-.023-.18-.155-.384l-2.748-4.267c-.084-.132-.127-.198-.127-.271c0-.074.043-.14.127-.27l2.748-4.268c.132-.204.197-.306.155-.384C19.034 5 18.913 5 18.67 5h-6.196c-.2 0-.3 0-.39-.036c-.09-.037-.161-.106-.305-.245l-1.488-1.438c-.144-.139-.216-.208-.306-.245C9.895 3 9.795 3 9.595 3H5.5c-.236 0-.354 0-.427.073C5 3.146 5 3.264 5 3.5\"></path></g></svg>";
189
+ export declare const letsFlag = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6 13V5.694c0-.317 0-.475.104-.55c.104-.075.254-.025.554.075l9.919 3.307c.588.196.882.294.882.474s-.294.278-.882.474zm0 0v6\"></path></svg>";
190
+ export declare const letsFlash = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 19H5m2 0l.836-6.686A1.5 1.5 0 0 1 9.324 11h5.352a1.5 1.5 0 0 1 1.488 1.314L17 19M12 4v3m8.5 2L18 10M3.5 9L6 10m11.5-4.5l-1.5 2m-9.5-2l1.5 2m4 6.5h1.5\"></path></svg>";
191
+ export declare const letsFlaskAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M15 5v6.697a1 1 0 0 0 .168.555l4.796 7.193A1 1 0 0 1 19.132 21H4.868a1 1 0 0 1-.833-1.555l4.796-7.193A1 1 0 0 0 9 11.697V5\"></path><path fill=\"currentColor\" d=\"m16.9 18.2l-2.1-2.8a1 1 0 0 0-.8-.4h-4a1 1 0 0 0-.8.4l-2.1 2.8a.5.5 0 0 0 .4.8h9a.5.5 0 0 0 .4-.8\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7 5h10\"></path></g></svg>";
192
+ export declare const letsFlask = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M15 9v9a3 3 0 0 1-6 0V9\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7 9h10\"></path><path fill=\"currentColor\" d=\"M13 18v-2.945a.055.055 0 0 0-.055-.055h-1.89a.055.055 0 0 0-.055.055V18a1 1 0 1 0 2 0\"></path><circle cx=\"15\" cy=\"4\" r=\"1\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\"></circle><circle cx=\"8.5\" cy=\"5.5\" r=\"1\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\"></circle></g></svg>";
193
+ export declare const letsFluid = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 3l-.707-.707l.707-.707l.707.707zm1 11a1 1 0 1 1-2 0zM6.293 7.293l5-5l1.414 1.414l-5 5zm6.414-5l5 5l-1.414 1.414l-5-5zM13 3v11h-2V3z\"></path><path fill=\"currentColor\" d=\"m12 21l-.707.707l.707.707l.707-.707zm1-7a1 1 0 1 0-2 0zm-6.707 2.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM13 21v-7h-2v7z\"></path></svg>";
194
+ export declare const letsFolderAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M19 14v-2c0-1.886 0-2.828-.586-3.414C17.828 8 16.886 8 15 8h-1.343c-.818 0-1.226 0-1.594-.152c-.368-.152-.657-.442-1.235-1.02l-.656-.656c-.578-.578-.868-.868-1.235-1.02C8.569 5 8.16 5 7.343 5H7c-1.886 0-2.828 0-3.414.586C3 6.172 3 7.114 3 9v6c0 1.886 0 2.828.586 3.414C4.172 19 5.114 19 7 19h7m2 0h3m0 0h3m-3 0v3m0-3v-3\"></path></svg>";
195
+ export declare const letsFolderAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 7c0-1.886 0-2.828.586-3.414C4.172 3 5.114 3 7 3h10c1.886 0 2.828 0 3.414.586C21 4.172 21 5.114 21 7v10c0 1.886 0 2.828-.586 3.414C19.828 21 18.886 21 17 21H7c-1.886 0-2.828 0-3.414-.586C3 19.828 3 18.886 3 17z\"></path><path d=\"M3 7h3c.981 0 1.472 0 1.894.211c.423.211.717.604 1.306 1.389l.6.8c.589.785.883 1.178 1.306 1.389c.422.211.913.211 1.894.211h5c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 9.398 21 8.932 21 8\"></path><path stroke-linecap=\"round\" d=\"M7 16h8\"></path></g></svg>";
196
+ export declare const letsFolderCheck = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M5 12V9c0-1.886 0-2.828.586-3.414C6.172 5 7.114 5 9 5h.343c.818 0 1.226 0 1.594.152c.368.152.657.442 1.235 1.02l.656.656c.579.578.867.868 1.235 1.02c.368.152.776.152 1.594.152H17c1.886 0 2.828 0 3.414.586C21 9.172 21 10.114 21 12v3c0 1.886 0 2.828-.586 3.414C19.828 19 18.886 19 17 19h-5\"></path><path d=\"M4 16.5L6.5 19l5-5\"></path></g></svg>";
197
+ export declare const letsFolderCopy = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linejoin=\"round\" d=\"M9 6c0-.943 0-1.414.293-1.707C9.586 4 10.057 4 11 4h1.764c.601 0 .902 0 1.144.15c.241.149.376.418.645.956L15.5 7H19c.943 0 1.414 0 1.707.293C21 7.586 21 8.057 21 9v3c0 .943 0 1.414-.293 1.707C20.414 14 19.943 14 19 14h-8c-.943 0-1.414 0-1.707-.293C9 13.414 9 12.943 9 12z\"></path><path stroke-miterlimit=\"1.414\" d=\"M6 7H5a2 2 0 0 0-2 2v1m3 10H5a2 2 0 0 1-2-2v-1m10 3h1a2 2 0 0 0 2-2v-1m-5 3H8m-5-8v3\"></path></g></svg>";
198
+ export declare const letsFolderDel = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m16 21l5-5m0 5l-5-5m4-2.5V12c0-1.886 0-2.828-.586-3.414C18.828 8 17.886 8 16 8h-1.343c-.818 0-1.226 0-1.594-.152c-.368-.152-.657-.442-1.235-1.02l-.656-.656c-.578-.578-.867-.868-1.235-1.02C9.569 5 9.16 5 8.343 5H8c-1.886 0-2.828 0-3.414.586C4 6.172 4 7.114 4 9v6c0 1.886 0 2.828.586 3.414C5.172 19 6.114 19 8 19h5\"></path></svg>";
199
+ export declare const letsFolderDublicate = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M8 7c0-.943 0-1.414.293-1.707C8.586 5 9.057 5 10 5h1.764c.601 0 .902 0 1.144.15c.241.149.376.418.645.956L14.5 8H18c.943 0 1.414 0 1.707.293C20 8.586 20 9.057 20 10v3c0 .943 0 1.414-.293 1.707C19.414 15 18.943 15 18 15h-8c-.943 0-1.414 0-1.707-.293C8 14.414 8 13.943 8 13z\"></path><path d=\"M17 15v2.4c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C16.24 19 15.96 19 15.4 19H5.6c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C4 18.24 4 17.96 4 17.4V9.6c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C4.76 8 5.04 8 5.6 8H8\"></path></g></svg>";
200
+ export declare const letsFolderFileAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 13.2c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C5.52 10 6.08 10 7.2 10h1.475c.489 0 .733 0 .963.055c.205.05.4.13.579.24c.201.123.374.296.72.642l1.126 1.126c.346.346.519.519.72.642c.18.11.375.19.579.24c.23.055.474.055.963.055H16.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C20 14.52 20 15.08 20 16.2v1.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C18.48 21 17.92 21 16.8 21H7.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C4 19.48 4 18.92 4 17.8z\"></path><path stroke-linejoin=\"round\" d=\"M18 13V7l-3-3H9.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C6 5.52 6 6.08 6 7.2V10\"></path><path stroke-linejoin=\"round\" d=\"M13 4v3.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 9 14.04 9 14.6 9H18\"></path></g></svg>";
201
+ export declare const letsFolderFile = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 13c0-1.886 0-2.828.586-3.414C5.172 9 6.114 9 8 9h.343c.818 0 1.226 0 1.594.152c.368.152.657.442 1.235 1.02l.656.656c.579.579.867.867 1.235 1.02c.368.152.776.152 1.594.152H16c1.886 0 2.828 0 3.414.586C20 13.172 20 14.114 20 16c0 1.886 0 2.828-.586 3.414C18.828 20 17.886 20 16 20H8c-1.886 0-2.828 0-3.414-.586C4 18.828 4 17.886 4 16z\"></path><path d=\"M18 12V8c0-1.886 0-2.828-.586-3.414C16.828 4 15.886 4 14 4h-4c-1.886 0-2.828 0-3.414.586C6 5.172 6 6.114 6 8v1\"></path></g></svg>";
202
+ export declare const letsFolderOpenAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3 12V7.2c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C4.52 4 5.08 4 6.2 4h1.475c.489 0 .733 0 .963.055a2 2 0 0 1 .579.24c.201.123.374.296.72.642l.126.126c.346.346.519.519.72.642c.18.11.375.19.579.24c.23.055.474.055.963.055h.475c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C16 7.52 16 8.08 16 9.2v.3\"></path><path d=\"M4.7 20h10.92c.854 0 1.28 0 1.64-.146a2 2 0 0 0 .813-.604c.243-.303.366-.713.611-1.53l1.08-3.6c.419-1.397.628-2.095.477-2.648a2 2 0 0 0-.869-1.168C18.886 10 18.157 10 16.699 10h-5.318c-.854 0-1.281 0-1.642.146a2 2 0 0 0-.812.604c-.243.303-.366.712-.611 1.53l-1.948 6.494A1.72 1.72 0 0 1 4.72 20v0C3.77 20 3 19.23 3 18.28V11m8 4h5\"></path></g></svg>";
203
+ export declare const letsFolderOpen = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M15 20H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3 18.48 3 17.92 3 16.8V7.2c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C4.52 4 5.08 4 6.2 4h1.475c.489 0 .733 0 .963.055a2 2 0 0 1 .579.24c.201.123.374.296.72.642l.126.126c.346.346.519.519.72.642c.18.11.375.19.579.24c.23.055.474.055.963.055H13.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C17 7.52 17 8.08 17 9.2v.3\"></path><path d=\"M5.316 12.28c.245-.818.368-1.227.611-1.53a2 2 0 0 1 .812-.604C7.1 10 7.527 10 8.381 10h8.318c1.458 0 2.187 0 2.673.304a2 2 0 0 1 .869 1.168c.151.553-.058 1.251-.477 2.648l-1.08 3.6c-.245.817-.368 1.227-.611 1.53a1.999 1.999 0 0 1-.812.604c-.36.146-.788.146-1.642.146H5.15c-.728 0-1.093 0-1.336-.152a1 1 0 0 1-.434-.584c-.076-.277.029-.626.238-1.324z\"></path><path stroke-linecap=\"round\" d=\"M9 15h6\"></path></g></svg>";
204
+ export declare const letsFolderSearch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 12c0-1.886 0-2.828-.586-3.414C18.828 8 17.886 8 16 8h-1.343c-.818 0-1.226 0-1.594-.152c-.368-.152-.657-.442-1.235-1.02l-.656-.656c-.578-.578-.867-.868-1.235-1.02C9.569 5 9.16 5 8.343 5H8c-1.886 0-2.828 0-3.414.586C4 6.172 4 7.114 4 9v6c0 1.886 0 2.828.586 3.414C5.172 19 6.114 19 8 19h3\"></path><circle cx=\"16.5\" cy=\"16.5\" r=\"2.5\"></circle><path stroke-linecap=\"round\" d=\"M19.5 19.5L21 21\"></path></g></svg>";
205
+ export declare const letsFolderSend = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M5 12V9c0-1.886 0-2.828.586-3.414C6.172 5 7.114 5 9 5h.343c.818 0 1.226 0 1.594.152c.368.152.657.442 1.235 1.02l.656.656c.579.578.867.868 1.235 1.02c.368.152.776.152 1.594.152H17c1.886 0 2.828 0 3.414.586C21 9.172 21 10.114 21 12v3c0 1.886 0 2.828-.586 3.414C19.828 19 18.886 19 17 19h-1M4 16.5h9m0 0L9.5 13m3.5 3.5L9.5 20\"></path></svg>";
206
+ export declare const letsFolderUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linejoin=\"round\" d=\"M16 20h2.4c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C20 19.24 20 18.96 20 18.4V9.6c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C19.24 8 18.96 8 18.4 8h-4.737c-.245 0-.367 0-.482-.028a1 1 0 0 1-.29-.12c-.1-.061-.187-.148-.36-.32L10.47 5.468c-.173-.173-.26-.26-.36-.322a1 1 0 0 0-.29-.12C9.704 5 9.582 5 9.337 5H5.6c-.56 0-.84 0-1.054.109a1 1 0 0 0-.437.437C4 5.76 4 6.04 4 6.6v11.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C4.76 20 5.04 20 5.6 20H8\"></path><path d=\"m12 12l-3 3m3-3l3 3m-3-3v7\"></path></g></svg>";
207
+ export declare const letsFolder = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M4 9c0-1.886 0-2.828.586-3.414C5.172 5 6.114 5 8 5h.343c.818 0 1.226 0 1.594.152c.368.152.657.442 1.235 1.02l.656.656c.579.578.867.868 1.235 1.02c.368.152.776.152 1.594.152H16c1.886 0 2.828 0 3.414.586C20 9.172 20 10.114 20 12v3c0 1.886 0 2.828-.586 3.414C18.828 19 17.886 19 16 19H8c-1.886 0-2.828 0-3.414-.586C4 17.828 4 16.886 4 15z\"></path></svg>";
208
+ export declare const letsFoldersGroup = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M3 12V7.6c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C3.76 6 4.04 6 4.6 6H6m15 6V7.6c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C20.24 6 19.96 6 19.4 6H18\"></path><path fill=\"currentColor\" d=\"m5 4l3 2l-3 2zm14 0l-3 2l3 2z\"></path><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M15 15.6c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C15.76 14 16.04 14 16.6 14h.4l1 1h1.4c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C21 15.76 21 16.04 21 16.6v1.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C20.24 20 19.96 20 19.4 20h-2.8c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C15 19.24 15 18.96 15 18.4zm-12 0c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C3.76 14 4.04 14 4.6 14H5l1 1h1.4c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C9 15.76 9 16.04 9 16.6v1.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C8.24 20 7.96 20 7.4 20H4.6c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C3 19.24 3 18.96 3 18.4zm6-11c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C9.76 3 10.04 3 10.6 3h.4l1 1h1.4c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C15 4.76 15 5.04 15 5.6v1.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C14.24 9 13.96 9 13.4 9h-2.8c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C9 8.24 9 7.96 9 7.4z\"></path></g></svg>";
209
+ export declare const letsFoldersLine = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M7 2v2.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C8.52 8 9.08 8 10.2 8H15\"></path><path d=\"M7 5v9.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C8.52 18 9.08 18 10.2 18H15\"></path><path stroke-linejoin=\"round\" d=\"M15 16.6c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C15.76 15 16.04 15 16.6 15h.4l1 1h1.4c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C21 16.76 21 17.04 21 17.6v1.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C20.24 21 19.96 21 19.4 21h-2.8c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C15 20.24 15 19.96 15 19.4zm0-10c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C15.76 5 16.04 5 16.6 5h.4l1 1h1.4c.56 0 .84 0 1.054.109a1 1 0 0 1 .437.437C21 6.76 21 7.04 21 7.6v1.8c0 .56 0 .84-.109 1.054a1 1 0 0 1-.437.437C20.24 11 19.96 11 19.4 11h-2.8c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C15 10.24 15 9.96 15 9.4z\"></path></g></svg>";
210
+ export declare const letsForm = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 7c0-1.886 0-2.828.586-3.414C5.172 3 6.114 3 8 3h8c1.886 0 2.828 0 3.414.586C20 4.172 20 5.114 20 7v8c0 2.828 0 4.243-.879 5.121C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.879C4 19.243 4 17.828 4 15z\"></path><path stroke-linecap=\"round\" d=\"M15 18v3m-6-3v3M9 8h6m-6 4h6\"></path></g></svg>";
211
+ export declare const letsFrame = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M8 3v1c0 1.886 0 2.828-.586 3.414C6.828 8 5.886 8 4 8H3m13-5v1c0 1.886 0 2.828.586 3.414C17.172 8 18.114 8 20 8h1M8 21v-1c0-1.886 0-2.828-.586-3.414C6.828 16 5.886 16 4 16H3m13 5v-1c0-1.886 0-2.828.586-3.414C17.172 16 18.114 16 20 16h1\"></path></svg>";
212
+ export declare const letsFullAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M20 20v1h1v-1zm-4.293-5.707a1 1 0 0 0-1.414 1.414zM19 14v6h2v-6zm1 5h-6v2h6zm.707.293l-5-5l-1.414 1.414l5 5zM4 20H3v1h1zm5.707-4.293a1 1 0 0 0-1.414-1.414zM3 14v6h2v-6zm1 7h6v-2H4zm.707-.293l5-5l-1.414-1.414l-5 5zM20 4h1V3h-1zm-5.707 4.293a1 1 0 0 0 1.414 1.414zM21 10V4h-2v6zm-1-7h-6v2h6zm-.707.293l-5 5l1.414 1.414l5-5zM4 4V3H3v1zm4.293 5.707a1 1 0 0 0 1.414-1.414zM5 10V4H3v6zM4 5h6V3H4zm-.707-.293l5 5l1.414-1.414l-5-5z\"></path></svg>";
213
+ export declare const letsFullScreenCorner = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4 20H3v1h1zm5.707-4.293a1 1 0 0 0-1.414-1.414zM3 14v6h2v-6zm1 7h6v-2H4zm.707-.293l5-5l-1.414-1.414l-5 5zM20 4h1V3h-1zm-5.707 4.293a1 1 0 0 0 1.414 1.414zM21 10V4h-2v6zm-1-7h-6v2h6zm-.707.293l-5 5l1.414 1.414l5-5z\"></path></svg>";
214
+ export declare const letsFull = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4 4V3H3v1zm7.293 8.707a1 1 0 0 0 1.414-1.414zM5 10V4H3v6zM4 5h6V3H4zm-.707-.293l8 8l1.414-1.414l-8-8z\"></path><path fill=\"currentColor\" d=\"M4 20v1H3v-1zm7.293-8.707a1 1 0 0 1 1.414 1.414zM5 14v6H3v-6zm-1 5h6v2H4zm-.707.293l8-8l1.414 1.414l-8 8z\"></path><path fill=\"currentColor\" d=\"M20 4V3h1v1zm-7.293 8.707a1 1 0 0 1-1.414-1.414zM19 10V4h2v6zm1-5h-6V3h6zm.707-.293l-8 8l-1.414-1.414l8-8z\"></path><path fill=\"currentColor\" d=\"M20 20v1h1v-1zm-7.293-8.707a1 1 0 0 0-1.414 1.414zM19 14v6h2v-6zm1 5h-6v2h6zm.707.293l-8-8l-1.414 1.414l8 8z\"></path></svg>";
215
+ export declare const letsGamepad = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"2\" height=\"2\" x=\"13\" y=\"14\" fill=\"currentColor\" rx=\"1\"></rect><rect width=\"2\" height=\"6\" x=\"7\" y=\"11\" fill=\"currentColor\" rx=\"1\"></rect><rect width=\"2\" height=\"6\" x=\"11\" y=\"13\" fill=\"currentColor\" rx=\"1\" transform=\"rotate(90 11 13)\"></rect><rect width=\"2\" height=\"2\" x=\"16\" y=\"12\" fill=\"currentColor\" rx=\"1\"></rect><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14 8v0c0-.417 0-.625-.034-.809a2 2 0 0 0-1.13-1.446c-.17-.078-.372-.129-.776-.23L12 5.5c-.461-.115-.692-.173-.883-.267a2 2 0 0 1-1.072-1.373C10 3.652 10 3.414 10 2.938V2\"></path><path stroke=\"currentColor\" d=\"M3 14c0-2.559 0-3.838.62-4.72c.16-.226.346-.43.554-.604C4.982 8 6.154 8 8.5 8h7c2.346 0 3.518 0 4.326.676c.208.174.395.378.554.604c.62.882.62 2.161.62 4.72c0 2.559 0 3.838-.62 4.72a3.15 3.15 0 0 1-.554.604C19.018 20 17.846 20 15.5 20h-7c-2.346 0-3.518 0-4.326-.676a3.15 3.15 0 0 1-.554-.604C3 17.838 3 16.559 3 14Z\"></path></g></svg>";
216
+ export declare const letsGiftAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><rect width=\"18\" height=\"3\" x=\"2\" y=\"10\" rx=\"1.5\"></rect><path d=\"M5 13v6.4c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C5.76 21 6.04 21 6.6 21h8.8c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C17 20.24 17 19.96 17 19.4V13m-5-6.5V10H8.5A3.5 3.5 0 1 1 12 6.5Zm0 1V10h2.5A2.5 2.5 0 1 0 12 7.5Zm0 5.5v8\"></path></g></svg>";
217
+ export declare const letsGift = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 10c0-.943 0-1.414.293-1.707C3.586 8 4.057 8 5 8h14c.943 0 1.414 0 1.707.293C21 8.586 21 9.057 21 10v1.5c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883.076a1 1 0 0 0-.54.541c-.077.184-.077.417-.077.883V18c0 .943 0 1.414-.293 1.707C17.414 20 16.943 20 16 20H8c-.943 0-1.414 0-1.707-.293C6 19.414 6 18.943 6 18v-3.5c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C5.199 13 4.966 13 4.5 13s-.699 0-.883-.076a1 1 0 0 1-.54-.541C3 12.199 3 11.966 3 11.5z\"></path><path stroke-linecap=\"round\" d=\"M5 13h14m-7-6v13m0-13l-.879-.879a9.713 9.713 0 0 0-3.796-2.346v0A1.766 1.766 0 0 0 5 5.45v.182c0 .817.523 1.542 1.297 1.8L8 8m4-1l.879-.879a9.714 9.714 0 0 1 3.796-2.346v0A1.766 1.766 0 0 1 19 5.45v.182c0 .817-.523 1.542-1.297 1.8L16 8\"></path></g></svg>";
218
+ export declare const letsGlasses = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3 14v1a4 4 0 0 0 4 4v0a3 3 0 0 0 3-3v-1a2 2 0 0 1 2-2v0a2 2 0 0 1 2 2v1a3 3 0 0 0 3 3v0a4 4 0 0 0 4-4v-1\"></path><path stroke-linejoin=\"round\" d=\"M14 14h7l-2.675-8.025c-.2-.6-.715-1.04-1.338-1.144v0A1.706 1.706 0 0 0 15 6.514V7m-5 7H3l2.675-8.025c.2-.6.715-1.04 1.338-1.144v0A1.706 1.706 0 0 1 9 6.514V7\"></path></g></svg>";
219
+ export declare const letsGlobe = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"8\"></circle><ellipse cx=\"12\" cy=\"12\" rx=\"3\" ry=\"8\"></ellipse><path stroke-linecap=\"round\" d=\"M4 12h16\"></path></g></svg>";
220
+ export declare const letsGpsFixed = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"7\"></circle><circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"></circle><path stroke-linecap=\"round\" d=\"M12 5V3m7 9h2m-9 9v-2m-9-7h2\"></path></g></svg>";
221
+ export declare const letsGroupAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"9\" cy=\"9\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" d=\"M12.268 9a2 2 0 1 1 3.464 2a2 2 0 0 1-3.464-2z\"></path><path fill=\"currentColor\" d=\"m13.882 19l-.98.197l.16.803h.82zm3.838-1.096l.943-.334zm-5.94-2.193l-.604-.797l-1.157.879l1.234.767zM16.868 18h-2.985v2h2.985zm-.09.238a.21.21 0 0 1-.005-.103a.218.218 0 0 1 .043-.097c.032-.04.059-.038.052-.038v2c1.146 0 2.274-1.08 1.796-2.43zM14 16c1.642 0 2.403 1.181 2.778 2.238l1.885-.668C18.198 16.259 16.948 14 14 14zm-1.614.507C12.77 16.215 13.282 16 14 16v-2c-1.162 0-2.097.362-2.824.914zm-1.133.053c1.039.646 1.474 1.772 1.648 2.637l1.96-.394c-.217-1.083-.824-2.867-2.552-3.942z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9 15c3.572 0 4.592 2.551 4.883 4.009c.109.541-.33.991-.883.991H5c-.552 0-.992-.45-.883-.991C4.408 17.55 5.428 15 9 15ZM19 3v4m2-2h-4\"></path></g></svg>";
222
+ export declare const letsGroupScan = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M17 3h2a2 2 0 0 1 2 2v2m-4 14h2a2 2 0 0 0 2-2v-2M7 3H5a2 2 0 0 0-2 2v2m4 14H5a2 2 0 0 1-2-2v-2\"></path><path fill=\"currentColor\" d=\"M14.066 15.998L14 15v1.996zm4.621-1.084l-.92.392zm-4.604-1.164l-.697-.716l-.738.718l.74.716zm.749 1.268l.955-.296zm-.7-.018L14 16.996c.044.003.088.004.133.004zm3.735 0h-3.734v2h3.734zm-.1.306a.26.26 0 0 1-.013-.135a.265.265 0 0 1 .052-.125c.038-.049.07-.046.061-.046v2c.594 0 1.153-.263 1.51-.717c.371-.471.5-1.127.23-1.76zM16 14c.974 0 1.473.613 1.767 1.306l1.84-.783C19.173 13.497 18.14 12 16 12zm-1.22.467c.271-.263.643-.467 1.22-.467v-2c-1.137 0-2 .435-2.614 1.034zm-1.393.001c.239.232.394.536.49.846l1.91-.592c-.16-.515-.455-1.154-1.008-1.69zm.49.846a.286.286 0 0 1-.004-.14a.29.29 0 0 1 .058-.124a.164.164 0 0 1 .051-.044C13.993 15 14 15 14 15l.133 1.996a1.9 1.9 0 0 0 1.343-.676a1.698 1.698 0 0 0 .31-1.598zm-3.96-1.564l.696.718l.739-.716l-.738-.718zm-4.604 1.164l.92.392zm4.62 1.084l.067.998V15zm-.765-.98l.955.296zM8 14c.577 0 .949.204 1.22.467l1.394-1.433C10 12.435 9.137 12 8 12zm-1.767 1.306C6.527 14.613 7.026 14 8 14v-2c-2.14 0-3.172 1.497-3.608 2.523zm-.1-.306c-.008 0 .023-.003.061.046a.26.26 0 0 1 .052.125a.26.26 0 0 1-.013.135l-1.84-.783a1.724 1.724 0 0 0 .23 1.76c.357.454.916.717 1.51.717zm3.734 0H6.133v2h3.734zm0 0v2c.045 0 .089-.002.133-.004zM10 15s.007 0 .018.006c.01.005.03.017.051.043a.29.29 0 0 1 .058.125a.286.286 0 0 1-.004.14l-1.91-.592a1.698 1.698 0 0 0 .312 1.598a1.9 1.9 0 0 0 1.343.676zm.123.314c.096-.31.251-.614.49-.846L9.22 13.032c-.553.536-.848 1.175-1.008 1.69z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 13c1.852 0 2.56 1.143 2.832 2.018c.163.527-.28.982-.832.982h-4c-.552 0-.995-.455-.832-.982C9.44 14.143 10.148 13 12 13Z\"></path><circle cx=\"12\" cy=\"9\" r=\"2\" fill=\"currentColor\"></circle><circle cx=\"16\" cy=\"9\" r=\"2\" fill=\"currentColor\"></circle><circle cx=\"8\" cy=\"9\" r=\"2\" fill=\"currentColor\"></circle></g></svg>";
223
+ export declare const letsGroupShare = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M9 6a3 3 0 1 0 6 0a3 3 0 0 0-6 0zm-4.562 7.902a3 3 0 1 0 3 5.195a3 3 0 0 0-3-5.196zm15.124 0a2.999 2.999 0 1 1-2.998 5.194a2.999 2.999 0 0 1 2.998-5.194z\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9.07 6.643a3 3 0 0 1 .42-2.286a9 9 0 0 0-6.23 10.79a3 3 0 0 1 1.77-1.506a6.998 6.998 0 0 1 4.04-6.998m5.86 0a7 7 0 0 1 4.04 6.998a3 3 0 0 1 1.77 1.507a9.002 9.002 0 0 0-6.23-10.79a3.002 3.002 0 0 1 .42 2.285m3.3 12.852a3.005 3.005 0 0 1-2.19-.779a7 7 0 0 1-8.08 0a3.004 3.004 0 0 1-2.19.78a9 9 0 0 0 12.46 0\" clip-rule=\"evenodd\"></path></g></svg>";
224
+ export declare const letsGroup = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"8\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" d=\"M15.268 8a2 2 0 1 1 3.464 2a2 2 0 0 1-3.464-2zm-10 0a2 2 0 1 1 3.464 2a2 2 0 0 1-3.464-2z\"></path><path fill=\"currentColor\" d=\"m16.882 18l-.98.197l.16.803h.82zm3.838-1.096l.943-.334zm-5.94-2.193l-.604-.797l-1.157.879l1.234.767zM19.868 17h-2.985v2h2.985zm-.09.238a.21.21 0 0 1-.005-.103a.218.218 0 0 1 .043-.097c.032-.04.059-.038.052-.038v2c1.146 0 2.274-1.08 1.796-2.43zM17 15c1.642 0 2.403 1.181 2.778 2.238l1.885-.668C21.198 15.259 19.948 13 17 13zm-1.614.507C15.77 15.215 16.282 15 17 15v-2c-1.162 0-2.097.362-2.824.914zm-1.133.053c1.039.646 1.474 1.772 1.648 2.637l1.96-.394c-.217-1.083-.824-2.867-2.552-3.942zm-5.033-.85l.527.85l1.234-.767l-1.157-.879zm-5.94 2.194l.942.334zM7.118 18v1h.819l.162-.803zM7 15c.718 0 1.23.215 1.614.507l1.21-1.593C9.097 13.362 8.162 13 7 13zm-2.778 2.238C4.597 16.181 5.358 15 7 15v-2c-2.948 0-4.198 2.259-4.663 3.57zM4.132 17c-.006 0 .02-.002.053.038a.218.218 0 0 1 .042.097a.21.21 0 0 1-.005.103l-1.885-.668C1.86 17.92 2.987 19 4.133 19zm2.986 0H4.133v2h2.985zm.98 1.197c.175-.865.61-1.991 1.65-2.637l-1.058-1.7c-1.728 1.075-2.335 2.86-2.553 3.942z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 14c3.572 0 4.592 2.551 4.883 4.009c.109.541-.33.991-.883.991H8c-.552 0-.992-.45-.883-.991C7.408 16.55 8.428 14 12 14Z\"></path></g></svg>";
225
+ export declare const letsHappy = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.402 13.5a3 3 0 0 0 5.196 0\"></path><rect width=\"3.25\" height=\"2.25\" x=\"6.875\" y=\"7.875\" fill=\"currentColor\" rx=\"1.125\" style=\"stroke-width:var(--ng-icon__stroke-width, .25)\"></rect><rect width=\"3.25\" height=\"2.25\" x=\"13.875\" y=\"7.875\" fill=\"currentColor\" rx=\"1.125\" style=\"stroke-width:var(--ng-icon__stroke-width, .25)\"></rect></g></svg>";
226
+ export declare const letsHideEye = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M6.887 5.172c.578-.578.867-.868 1.235-1.02C8.49 4 8.898 4 9.716 4h4.61c.826 0 1.239 0 1.61.155c.37.155.66.45 1.239 1.037l1.674 1.699c.568.576.852.865 1.002 1.23c.149.364.149.768.149 1.578v4.644c0 .818 0 1.226-.152 1.594c-.152.368-.441.656-1.02 1.235l-1.656 1.656c-.579.579-.867.867-1.235 1.02c-.368.152-.776.152-1.594.152H9.7c-.81 0-1.214 0-1.579-.15c-.364-.149-.653-.433-1.229-1.001l-1.699-1.674c-.588-.58-.882-.87-1.037-1.24C4 15.565 4 15.152 4 14.326v-4.61c0-.818 0-1.226.152-1.594c.152-.368.442-.657 1.02-1.235z\"></path><path stroke-linecap=\"round\" d=\"m8 11l.422.211a8 8 0 0 0 7.156 0L16 11m-4 1.5V14m-3-2l-.5 1m6.5-1l.5 1\"></path></g></svg>";
227
+ export declare const letsHome = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M5 12.76c0-1.358 0-2.037.274-2.634c.275-.597.79-1.038 1.821-1.922l1-.857C9.96 5.75 10.89 4.95 12 4.95c1.11 0 2.041.799 3.905 2.396l1 .857c1.03.884 1.546 1.325 1.82 1.922c.275.597.275 1.276.275 2.634V17c0 1.886 0 2.828-.586 3.414C17.828 21 16.886 21 15 21H9c-1.886 0-2.828 0-3.414-.586C5 19.828 5 18.886 5 17z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.5 21v-5a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v5\"></path></g></svg>";
228
+ export declare const letsHorizontalDownLeftMain = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m22 8l.707-.707l.707.707l-.707.707L22 8ZM12 9a1 1 0 1 1 0-2v2Zm6.707-5.707l4 4l-1.414 1.414l-4-4l1.414-1.414Zm4 5.414l-4 4l-1.414-1.414l4-4l1.414 1.414ZM22 9H12V7h10v2ZM2 16l-.707-.707L.586 16l.707.707L2 16Zm19 1a1 1 0 1 0 0-2v2ZM5.293 11.293l-4 4l1.414 1.414l4-4l-1.414-1.414Zm-4 5.414l4 4l1.414-1.414l-4-4l-1.414 1.414ZM2 17h19v-2H2v2Z\"></path></svg>";
229
+ export declare const letsHorizontalDownRightMain = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m2 8l-.707-.707L.586 8l.707.707L2 8Zm10 1a1 1 0 1 0 0-2v2ZM5.293 3.293l-4 4l1.414 1.414l4-4l-1.414-1.414Zm-4 5.414l4 4l1.414-1.414l-4-4l-1.414 1.414ZM2 9h10V7H2v2Zm20 7l.707-.707l.707.707l-.707.707L22 16ZM3 17a1 1 0 1 1 0-2v2Zm15.707-5.707l4 4l-1.414 1.414l-4-4l1.414-1.414Zm4 5.414l-4 4l-1.414-1.414l4-4l1.414 1.414ZM22 17H3v-2h19v2Z\"></path></svg>";
230
+ export declare const letsHorizontalSwitch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m4 8l-.707-.707L2.586 8l.707.707L4 8Zm15 2a1 1 0 1 0 2 0h-2ZM7.293 3.293l-4 4l1.414 1.414l4-4l-1.414-1.414Zm-4 5.414l4 4l1.414-1.414l-4-4l-1.414 1.414ZM4 9h14V7H4v2Zm14 0a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm2 7l.707-.707l.707.707l-.707.707L20 16ZM5 16v1v-1Zm-3-2a1 1 0 1 1 2 0H2Zm14.707-2.707l4 4l-1.414 1.414l-4-4l1.414-1.414Zm4 5.414l-4 4l-1.414-1.414l4-4l1.414 1.414ZM20 17H5v-2h15v2ZM5 17a3 3 0 0 1-3-3h2a1 1 0 0 0 1 1v2Z\"></path></svg>";
231
+ export declare const letsHorizontalTopLeftMain = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m2 8l-.707-.707L.586 8l.707.707L2 8Zm19 1a1 1 0 1 0 0-2v2ZM5.293 3.293l-4 4l1.414 1.414l4-4l-1.414-1.414Zm-4 5.414l4 4l1.414-1.414l-4-4l-1.414 1.414ZM2 9h19V7H2v2Zm20 7l.707-.707l.707.707l-.707.707L22 16Zm-9 1a1 1 0 1 1 0-2v2Zm5.707-5.707l4 4l-1.414 1.414l-4-4l1.414-1.414Zm4 5.414l-4 4l-1.414-1.414l4-4l1.414 1.414ZM22 17h-9v-2h9v2Z\"></path></svg>";
232
+ export declare const letsHorizontalTopRightMain = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m22 8l.707-.707l.707.707l-.707.707L22 8ZM3 9a1 1 0 0 1 0-2v2Zm15.707-5.707l4 4l-1.414 1.414l-4-4l1.414-1.414Zm4 5.414l-4 4l-1.414-1.414l4-4l1.414 1.414ZM22 9H3V7h19v2ZM2 16l-.707-.707L.586 16l.707.707L2 16Zm9 1a1 1 0 1 0 0-2v2Zm-5.707-5.707l-4 4l1.414 1.414l4-4l-1.414-1.414Zm-4 5.414l4 4l1.414-1.414l-4-4l-1.414 1.414ZM2 17h9v-2H2v2Z\"></path></svg>";
233
+ export declare const letsHumidity = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 14.571C20 18.753 16.336 22 12 22s-8-3.247-8-7.429C4 12 5.305 9.452 6.716 7.423c1.43-2.055 3.076-3.726 3.962-4.568M20 14.571L10.678 2.855M20 14.571c0-2.571-1.305-5.119-2.716-7.148c-1.43-2.055-3.076-3.726-3.962-4.568a1.913 1.913 0 0 0-2.644 0M20 14.571L10.678 2.855\"></path><path stroke-linecap=\"round\" d=\"M12 18a4 4 0 0 1-4-4\"></path></g></svg>";
234
+ export declare const letsIceCream1 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m17 12l-4.738 8.528c-.116.209-.174.313-.262.313c-.088 0-.146-.104-.262-.313L7 12\"></path><path fill=\"currentColor\" d=\"m6.233 11.259l.27-.963zm11.534 0l-.27-.963zm-.224-4.246l-.934.357zm-3.247-3.518l.41-.913zm-4.592 0l-.41-.913zM7.757 4.904l-.734-.678zm-1.3 2.109l-.934-.358zm11.45.8l-.473.88zm-.166-.202l.963-.27zm.047.125l-.78.625zm-11.694.076l-.472-.881zm.165-.201l-.963-.27zm-.047.125l.78.625zm-.59-.805C4.712 7.418 4 8.366 4 9.56h2c0-.346.201-.672.566-.867zM4 9.56c0 1.177.733 2.316 1.963 2.66l.54-1.925C6.23 10.219 6 9.943 6 9.56zm1.963 2.66c1.773.5 3.84.78 6.037.78v-2c-2.033 0-3.917-.261-5.497-.704zM12 13c2.197 0 4.264-.281 6.037-.779l-.54-1.925c-1.58.443-3.464.704-5.497.704zm6.037-.779c1.23-.344 1.963-1.483 1.963-2.66h-2c0 .382-.23.658-.503.735zM20 9.561c0-1.195-.712-2.143-1.622-2.63l-.944 1.763c.365.195.566.52.566.866zm-1.296-2.22a7.88 7.88 0 0 0-.227-.686l-1.868.715c.064.167.12.338.17.51zm-.227-.686a7.56 7.56 0 0 0-1.5-2.43l-1.47 1.357A5.56 5.56 0 0 1 16.61 7.37zm-1.5-2.43a6.991 6.991 0 0 0-2.271-1.643l-.82 1.825c.602.27 1.154.668 1.622 1.175zm-2.271-1.643A6.602 6.602 0 0 0 12 2v2c.645 0 1.286.138 1.887.407zM12 2c-.93 0-1.85.199-2.706.582l.82 1.825A4.583 4.583 0 0 1 12 4zm-2.706.582a6.992 6.992 0 0 0-2.271 1.644l1.47 1.356a4.993 4.993 0 0 1 1.62-1.175zM7.023 4.226a7.56 7.56 0 0 0-1.5 2.43l1.868.714a5.56 5.56 0 0 1 1.101-1.788zm-1.5 2.43a7.865 7.865 0 0 0-.227.685l1.926.54c.048-.173.105-.344.169-.511zm12.855.275a4.305 4.305 0 0 1-.032-.017a.848.848 0 0 1 .222.196l-1.56 1.251c.111.138.231.219.291.256c.054.034.114.066.135.077zm-1.6.95c.006.02.024.085.046.146c.025.072.078.201.184.334l1.56-1.251a.86.86 0 0 1 .138.242l.007.02l-.01-.031zm-10.212.813c.02-.011.08-.043.135-.077c.06-.037.18-.118.29-.256L5.432 7.11a.849.849 0 0 1 .208-.188c.013-.008.02-.012.015-.008a3.173 3.173 0 0 1-.032.017zM5.296 7.34a2.672 2.672 0 0 1-.009.031l.007-.02a.851.851 0 0 1 .138-.242l1.56 1.251a1.15 1.15 0 0 0 .185-.334c.022-.06.04-.126.045-.146z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M17.732 7.845C16.864 8.072 15.5 8.5 14 8.5\"></path></g></svg>";
235
+ export declare const letsIceCream = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 7a4 4 0 0 1 4-4v0a4 4 0 0 1 4 4v9H8zm4 9v5m0-13v3\"></path></svg>";
236
+ export declare const letsImgAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"18\" cy=\"7\" r=\"1\"></circle><path d=\"M4.037 17.5h10.927a.8.8 0 0 0 .655-1.259l-5.464-7.805a.8.8 0 0 0-1.31 0L3.38 16.241a.8.8 0 0 0 .656 1.259Z\"></path><path d=\"M10.5 17.5h8.557a.8.8 0 0 0 .678-1.224l-3.557-5.69a.8.8 0 0 0-1.356 0l-1.46 2.335\"></path></g></svg>";
237
+ export declare const letsImgBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M3 11c0-3.771 0-5.657 1.172-6.828C5.343 3 7.229 3 11 3h2c3.771 0 5.657 0 6.828 1.172C21 5.343 21 7.229 21 11v2c0 3.771 0 5.657-1.172 6.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172C3 18.657 3 16.771 3 13z\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m19 13.585l-.02-.02c-.39-.39-.726-.726-1.026-.979c-.317-.267-.662-.502-1.088-.63a3 3 0 0 0-1.732 0c-.426.129-.77.363-1.088.63c-.3.253-.636.59-1.025.98l-.029.028c-.307.306-.487.486-.628.601l-.02.017l-.012-.023c-.087-.16-.189-.393-.36-.792l-.053-.124l-.022-.052c-.356-.83-.655-1.528-.95-2.054c-.305-.541-.685-1.05-1.277-1.346a3 3 0 0 0-1.597-.307c-.66.055-1.201.386-1.685.775c-.406.327-.86.77-1.388 1.297V13c0 .517 0 .985.003 1.411l1.114-1.114c.69-.69 1.15-1.147 1.525-1.45c.37-.298.53-.335.6-.34a1 1 0 0 1 .532.102c.061.031.196.124.43.54c.236.42.493 1.016.877 1.912l.053.124l.017.038c.149.348.287.67.425.924c.145.265.355.583.709.802a2 2 0 0 0 1.398.27c.41-.073.723-.29.956-.482c.222-.184.47-.432.738-.7l.03-.03c.425-.425.701-.7.928-.891c.218-.184.32-.228.376-.245a1 1 0 0 1 .578 0c.056.017.158.061.376.245c.227.191.503.466.929.892l1.35 1.35c.046-.718.054-1.61.056-2.773\" clip-rule=\"evenodd\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"></circle></g></svg>";
238
+ export declare const letsImgLoadBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M3 13v-2c0-3.771 0-5.657 1.172-6.828C5.343 3 7.229 3 11 3h2c3.771 0 5.657 0 6.828 1.172C21 5.343 21 7.229 21 11v2c0 3.771 0 5.657-1.172 6.828C18.657 21 16.771 21 13 21h-1\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m19 13.585l-.243-.243l-.015-.014a3 3 0 0 0-4.924.799l-.009.018l-.028.057l-.002.003l-.003-.003l-.04-.047l-4.977-5.806a1 1 0 0 0-1.518 1.302l4.976 5.805l.009.01a2 2 0 0 0 3.366-.414l.006-.012l.075-.148a1 1 0 0 1 1.551-.252c.012.01.032.03.119.117l1.601 1.601c.046-.718.054-1.61.056-2.773\" clip-rule=\"evenodd\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"></circle><path fill=\"currentColor\" d=\"M8 16v-1h1v1zm-4.375 4.78a1 1 0 1 1-1.25-1.56zM7 21v-5h2v5zm1-4H3v-2h5zm.625-.22l-5 4l-1.25-1.56l5-4z\"></path></g></svg>";
239
+ export declare const letsImgOutBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M21 11v2c0 3.771 0 5.657-1.172 6.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172C3 18.657 3 16.771 3 13v-2c0-3.771 0-5.657 1.172-6.828C5.343 3 7.229 3 11 3h1\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m19 13.585l-.243-.243l-.015-.014c-.064-.064-.117-.117-.164-.16a3 3 0 0 0-4.76.959l-.009.018l-.028.057l-.002.003l-.003-.003l-.04-.047l-4.977-5.806a1 1 0 0 0-1.518 1.302l4.976 5.805l.009.01a2 2 0 0 0 3.366-.414l.006-.012a5.55 5.55 0 0 1 .075-.148a1 1 0 0 1 1.551-.252c.012.01.032.03.119.117l1.601 1.601c.046-.718.054-1.61.056-2.773\" clip-rule=\"evenodd\"></path><path fill=\"currentColor\" d=\"M21 3V2h1v1zm-4.375 4.78a1 1 0 0 1-1.25-1.56zM20 8V3h2v5zm1-4h-5V2h5zm.625-.22l-5 4l-1.25-1.56l5-4z\"></path></g></svg>";
240
+ export declare const letsImgRol = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m3.5 18l2.46-2.684c1.276-1.391 1.913-2.087 2.69-2.154a2 2 0 0 1 .567.032c.764.154 1.319.918 2.429 2.444l.375.515c.22.303.33.455.449.544a1 1 0 0 0 1.13.051c.127-.079.25-.22.497-.501c.534-.61.801-.916 1.07-1.078a2 2 0 0 1 2.35.21c.235.207.443.555.86 1.25L19.5 18.5\"></path><path stroke-linecap=\"round\" d=\"M7 9.5v-5m10 5v-5M3 17V7m18 0v10M17.02 4.51c1.602.359 2.815.88 3.461 1.486c.646.606.69 1.266.126 1.881c-.565.615-1.707 1.154-3.26 1.536c-1.553.382-3.433.588-5.363.587c-1.93-.001-3.808-.21-5.356-.593c-1.549-.384-2.686-.924-3.244-1.54c-.558-.616-.507-1.275.145-1.88c.653-.606 1.872-1.126 3.478-1.483\"></path><path d=\"M21 17c0 .796-.948 1.559-2.636 2.121c-1.688.563-3.977.879-6.364.879s-4.676-.316-6.364-.879C3.948 18.56 3 17.796 3 17\"></path></g></svg>";
241
+ export declare const letsImg = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"17\" cy=\"6\" r=\"2\" fill=\"currentColor\"></circle><path stroke=\"currentColor\" d=\"m11.053 12.791l-.668-1.56c-.295-.687-.442-1.031-.628-1.255a2 2 0 0 0-2.329-.559c-.266.115-.554.355-1.129.834c-.764.636-1.146.955-1.467 1.306a7 7 0 0 0-1.768 3.774C3 15.803 3 16.311 3 17.328c0 .62 0 .93.065 1.179a2 2 0 0 0 1.428 1.428c.25.065.553.065 1.16.065h11.612c.684 0 1.026 0 1.304-.083a2 2 0 0 0 1.348-1.348c.083-.278.083-.62.083-1.304c0-.598 0-.897-.041-1.183a4 4 0 0 0-.753-1.818c-.173-.231-.385-.443-.808-.866l-.21-.21c-.722-.722-1.082-1.082-1.491-1.234a2 2 0 0 0-1.394 0c-.409.152-.77.512-1.49 1.234l-.114.113c-.585.585-.878.878-1.189.932a1 1 0 0 1-.699-.134c-.268-.166-.431-.547-.758-1.308z\"></path></g></svg>";
242
+ export declare const letsImport = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m12 14l-.707.707l.707.707l.707-.707zm1-9a1 1 0 1 0-2 0zM6.293 9.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM13 14V5h-2v9z\"></path><path stroke=\"currentColor\" d=\"M5 16v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1\"></path></g></svg>";
243
+ export declare const letsIn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M3 9v6c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15V9c0-2.828 0-4.243-.879-5.121C19.243 3 17.828 3 15 3H9\"></path><path fill=\"currentColor\" d=\"M15 15v1h1v-1zM7.707 6.293a1 1 0 0 0-1.414 1.414zM14 8v7h2V8zm1 6H8v2h7zm.707.293l-8-8l-1.414 1.414l8 8z\"></path></g></svg>";
244
+ export declare const letsInfoAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 12H12v4h2m-2-8h.01m1.553 12.863a9 9 0 1 0-3.126-17.726a9 9 0 0 0 3.126 17.726\"></path></svg>";
245
+ export declare const letsInfo = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M13.737 21.848a10.002 10.002 0 0 0 6.697-15.221a10 10 0 1 0-6.698 15.221z\"></path><path stroke-linecap=\"square\" d=\"M12 12v6m0-11V6\"></path></g></svg>";
246
+ export declare const letsInsta = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M3 11c0-3.771 0-5.657 1.172-6.828C5.343 3 7.229 3 11 3h2c3.771 0 5.657 0 6.828 1.172C21 5.343 21 7.229 21 11v2c0 3.771 0 5.657-1.172 6.828C18.657 21 16.771 21 13 21h-2c-3.771 0-5.657 0-6.828-1.172C3 18.657 3 16.771 3 13z\"></path><circle cx=\"16.5\" cy=\"7.5\" r=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\"></circle></g></svg>";
247
+ export declare const letsIto = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M6 7a1 1 0 0 1 1-1h8a3 3 0 0 1 3 3v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm3-1V2m0 20v-4m6 4v-4m7-3h-4M6 15H2m4-6H2m13-6a6 6 0 0 1 6 6\"></path></svg>";
248
+ export declare const letsJson = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M14 19h2a2 2 0 0 0 2-2v-2.438a2 2 0 0 1 1.515-1.94l1.515-.38c.252-.063.252-.421 0-.485l-1.515-.378A2 2 0 0 1 18 9.439V5h-4m-4 0H8a2 2 0 0 0-2 2v2.438a2 2 0 0 1-1.515 1.94l-1.515.38c-.252.063-.252.421 0 .485l1.515.378A2 2 0 0 1 6 14.561V19h4\"></path></svg>";
249
+ export declare const letsJumpTime = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m16.336 6.462l-4.108 9.037a.25.25 0 0 1-.456 0L7.664 6.462a.5.5 0 0 1 .713-.636l3.494 2.097a.25.25 0 0 0 .258 0l3.494-2.097a.5.5 0 0 1 .713.636ZM4 18h5m6 0h5\"></path></svg>";
250
+ export declare const letsKeyAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 7c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C4.9 3 5.6 3 7 3h10c1.4 0 2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093C21 4.9 21 5.6 21 7v10c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C19.1 21 18.4 21 17 21H7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C3 19.1 3 18.4 3 17z\"></path><circle cx=\"8\" cy=\"12\" r=\"2\"></circle><path stroke-linecap=\"round\" d=\"M10 12h4m3 2v-1.85a.15.15 0 0 0-.15-.15H14m0 0v2\"></path></g></svg>";
251
+ export declare const letsKey = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"9\" cy=\"14\" r=\"4\"></circle><path stroke-linecap=\"round\" d=\"m12 11l3.5-3.5M17 6l-1.5 1.5m0 0L18 10\"></path></g></svg>";
252
+ export declare const letsKnife = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m15 8l-.894-.894a.15.15 0 0 0-.212 0L8 13\"></path><path d=\"m12.5 9.5l2.394 2.394a.15.15 0 0 0 .212 0l3.066-3.066a4 4 0 0 0 0-5.656l-.066-.066a.15.15 0 0 0-.212 0L14 7m-9.5 9.5l4-4a2.121 2.121 0 0 1 3 3l-4 4a2.121 2.121 0 0 1-3-3m5 0L7 14\"></path></g></svg>";
253
+ export declare const letsLable = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 8c0-.943 0-1.414.293-1.707C3.586 6 4.057 6 5 6h10.93c.524 0 .786 0 1.007.118c.22.119.366.337.657.773l2.666 4c.359.537.538.806.538 1.109c0 .303-.18.572-.538 1.11l-2.666 4c-.29.435-.436.653-.657.772c-.221.118-.483.118-1.007.118H5c-.943 0-1.414 0-1.707-.293C3 17.414 3 16.943 3 16z\"></path><circle cx=\"15\" cy=\"12\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
254
+ export declare const letsLamp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M10.211 20.106L9.764 21zm-1.067-4.42l-.924.382zm-.226-.452l-.79.613zm6.164 0l.79.613zM17 10c0 1.637-.785 3.09-2.004 4.003l1.2 1.6A6.991 6.991 0 0 0 19 10zm-5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7zm-5 5a5 5 0 0 1 5-5V3a7 7 0 0 0-7 7zm2.004 4.003A4.991 4.991 0 0 1 7 10H5a6.991 6.991 0 0 0 2.804 5.603zm1.993 5.74a12.296 12.296 0 0 0-.929-4.44l-1.848.765c.486 1.177.751 2.437.778 3.717zm2.345-.532a3 3 0 0 1-2.684 0L9.764 21a5 5 0 0 0 4.472 0zm.59-3.907a12.296 12.296 0 0 0-.93 4.439l2 .042c.027-1.28.292-2.54.778-3.717zM14.236 21a1.39 1.39 0 0 0 .766-1.215l-2-.042a.61.61 0 0 1 .34-.532zm-5.238-1.215c.01.504.294.979.766 1.215l.894-1.789a.61.61 0 0 1 .34.532zm-1.194-4.182c.15.114.239.18.301.23c.063.052.051.05.023.014l1.58-1.226c-.187-.242-.477-.448-.704-.618zm2.264-.3c-.078-.189-.177-.447-.36-.682l-1.58 1.226c-.013-.018-.016-.027-.003 0a14.989 14.989 0 0 1 .094.22zm4.928-1.3c-.227.17-.518.377-.705.618l1.58 1.226c-.027.035-.039.038.024-.013c.062-.051.15-.117.301-.23zm.784 2.065l.06-.143l.035-.078c.013-.027.01-.018-.003 0l-1.58-1.226c-.183.236-.282.493-.36.683z\"></path><path stroke=\"currentColor\" d=\"M14.992 16a5.384 5.384 0 0 1-5.984 0\"></path></g></svg>";
255
+ export declare const letsLayers = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M12 4L5 7l7 3l7-3z\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m7.025 10.044l-2.419 1.037a1 1 0 0 0 0 1.838l7 3a1 1 0 0 0 .788 0l7-3a1 1 0 0 0 0-1.838l-2.42-1.037l-2.538 1.088l2.025.868L12 13.912L7.539 12l2.025-.868z\" clip-rule=\"evenodd\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m7.025 15.044l-2.419 1.037a1 1 0 0 0 0 1.838l7 3a1 1 0 0 0 .788 0l7-3a1 1 0 0 0 0-1.838l-2.42-1.037l-2.538 1.088l2.025.868L12 18.912L7.539 17l2.025-.868z\" clip-rule=\"evenodd\"></path></g></svg>";
256
+ export declare const letsLightningAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m10.316 19.106l.587-3.524c.045-.27.067-.405-.007-.494C10.82 15 10.684 15 10.41 15H8c-.436 0-.655 0-.724-.138c-.069-.138.062-.313.324-.662l1.8-2.4c.262-.35.393-.524.324-.662C9.654 11 9.436 11 9 11H6.809c-.363 0-.544 0-.617-.119c-.073-.118.008-.28.17-.605l3.5-7c.067-.134.1-.201.161-.239C10.083 3 10.16 3 10.31 3h4.882c.363 0 .544 0 .617.119c.073.118-.008.28-.17.605l-1.276 2.552c-.162.325-.243.487-.17.605c.073.119.254.119.617.119h.984c.514 0 .77 0 .834.154c.064.155-.117.336-.48.7l-2.293 2.292c-.364.364-.545.545-.481.7c.064.154.32.154.834.154h2.753c.451 0 .677 0 .745.142c.068.141-.073.318-.355.67l-6.15 7.689c-.481.6-.721.9-.897.822c-.177-.08-.114-.458.013-1.217Z\"></path></svg>";
257
+ export declare const letsLightningRing = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M11.5 13.8h-1.063c-1.53 0-2.294 0-2.583-.497c-.29-.497.088-1.162.844-2.491l2.367-4.167c.375-.66.563-.99.749-.94c.186.049.186.428.186 1.187V9.7c0 .236 0 .354.073.427c.073.073.191.073.427.073h1.063c1.53 0 2.294 0 2.583.497c.29.497-.088 1.162-.844 2.491l-2.367 4.167c-.375.66-.563.99-.749.94C12 18.247 12 17.868 12 17.109V14.3c0-.236 0-.354-.073-.427c-.073-.073-.191-.073-.427-.073\"></path><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"></circle></g></svg>";
258
+ export declare const letsLightning = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m16.278 10.662l.842-.539c.38.594.295 1.222.153 1.704c-.132.45-.38.986-.651 1.57l-.03.063l-2.73 5.9l-.023.048c-.168.362-.327.707-.473.95a1.88 1.88 0 0 1-.364.454c-.19.166-.553.377-1.02.274a1.164 1.164 0 0 1-.812-.677a1.878 1.878 0 0 1-.14-.565c-.03-.282-.03-.662-.03-1.061V14.8h-.94c-.644 0-1.235 0-1.698-.069c-.497-.073-1.103-.26-1.482-.854m9.398-3.216L6.88 13.878m9.398-3.216l.842-.538c-.38-.594-.985-.78-1.482-.854c-.463-.07-1.054-.07-1.698-.069H13V5.217c0-.4 0-.779-.03-1.061a1.878 1.878 0 0 0-.14-.565a1.164 1.164 0 0 0-.811-.677a1.164 1.164 0 0 0-1.02.274c-.173.15-.29.33-.365.453c-.146.244-.305.589-.473.95l-.022.049l-2.732 5.9l-.029.063c-.27.584-.519 1.12-.651 1.57c-.142.482-.227 1.11.153 1.704m9.398-3.216L6.88 13.878m5.495-9.247Zm-1.4-.305Zm.65 15.045l.002-.003zm1.4.308v-.003z\"></path></svg>";
259
+ export declare const letsLineAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"6\" y=\"13\" rx=\"2\" transform=\"rotate(90 6 13)\"></rect><rect width=\"4\" height=\"4\" x=\"17\" y=\"12\" rx=\"2\" transform=\"rotate(-90 17 12)\"></rect><path d=\"m18 11l-1.5 1.5c-1.017 1.017-1.526 1.526-2.137 1.638c-.24.045-.486.045-.726 0c-.611-.112-1.12-.62-2.137-1.638c-1.017-1.017-1.526-1.526-2.137-1.638a2.002 2.002 0 0 0-.726 0c-.611.112-1.12.62-2.137 1.638L5 14\"></path></g></svg>";
260
+ export declare const letsLineInAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"6\" height=\"6\" x=\"15\" y=\"9\" rx=\"2\" transform=\"rotate(-90 15 9)\"></rect><path d=\"m6 21l-3-4l3-4\"></path><path d=\"M3 17h7c3.771 0 5.657 0 6.828-1.172C18 14.657 18 12.771 18 9\"></path></g></svg>";
261
+ export declare const letsLineIn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M15 9V6c0-.943 0-1.414.293-1.707C15.586 4 16.057 4 17 4h1c.943 0 1.414 0 1.707.293C20 4.586 20 5.057 20 6v1c0 .943 0 1.414-.293 1.707C19.414 9 18.943 9 18 9zM9 20H4v-5m0 5L15 9\"></path></svg>";
262
+ export declare const letsLineOutAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"6\" height=\"6\" x=\"9\" y=\"15\" rx=\"2\" transform=\"rotate(90 9 15)\"></rect><path d=\"m18 3l3 4l-3 4\"></path><path d=\"M21 7h-7c-3.771 0-5.657 0-6.828 1.172C6 9.343 6 11.229 6 15\"></path></g></svg>";
263
+ export declare const letsLineOut = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 15v3c0 .943 0 1.414-.293 1.707C8.414 20 7.943 20 7 20H6c-.943 0-1.414 0-1.707-.293C4 19.414 4 18.943 4 18v-1c0-.943 0-1.414.293-1.707C4.586 15 5.057 15 6 15zm6-11h5v5m0-5L9 15\"></path></svg>";
264
+ export declare const letsLineUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"m21 6l-5.293 5.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 0-1.414 0L7 14\"></path><path d=\"M3 3v14.8c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C4.52 21 5.08 21 6.2 21H21\"></path></g></svg>";
265
+ export declare const letsLine = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 15v3c0 .943 0 1.414-.293 1.707C8.414 20 7.943 20 7 20H6c-.943 0-1.414 0-1.707-.293C4 19.414 4 18.943 4 18v-1c0-.943 0-1.414.293-1.707C4.586 15 5.057 15 6 15zm6-6V6c0-.943 0-1.414.293-1.707C15.586 4 16.057 4 17 4h1c.943 0 1.414 0 1.707.293C20 4.586 20 5.057 20 6v1c0 .943 0 1.414-.293 1.707C19.414 9 18.943 9 18 9zm0 0l-6 6\"></path></svg>";
266
+ export declare const letsLinkAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"currentColor\" fill-rule=\"evenodd\" clip-rule=\"evenodd\"><path d=\"m5.251 9.663l-1.587-1.41a1 1 0 1 0-1.328 1.494l1.405 1.25l.068-.062c.503-.446.982-.873 1.442-1.272m2.295 4.642c.363.29.709.55 1.04.777c1.117.763 2.185 1.228 3.414 1.228c1.23 0 2.297-.465 3.413-1.228c1.081-.739 2.306-1.828 3.843-3.194l.052-.046l2.356-2.095a1 1 0 0 0-1.328-1.494l-2.357 2.094c-1.6 1.423-2.731 2.426-3.694 3.084c-.94.642-1.613.88-2.285.88c-.672 0-1.345-.238-2.285-.88c-.203-.14-.414-.294-.636-.465c-.446.378-.949.82-1.533 1.339\"></path><path d=\"M16.455 9.695c-.364-.29-.71-.55-1.042-.777C14.297 8.155 13.23 7.689 12 7.689c-1.229 0-2.297.466-3.413 1.229c-1.081.738-2.306 1.828-3.843 3.193l-.052.047l-2.356 2.094a1 1 0 1 0 1.328 1.495l2.357-2.094c1.6-1.423 2.731-2.426 3.694-3.084c.94-.642 1.613-.88 2.285-.88c.672 0 1.345.238 2.285.88c.203.14.414.294.636.464c.446-.377.949-.82 1.534-1.338m3.804 3.308l-.068.061c-.503.447-.982.873-1.442 1.273l1.587 1.41a1 1 0 0 0 1.328-1.495z\"></path></g></svg>";
267
+ export declare const letsLink = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 16H7a4 4 0 0 1-4-4v0a4 4 0 0 1 4-4h3m6 4H8m6 4h3a4 4 0 0 0 4-4v0a4 4 0 0 0-4-4h-3\"></path></svg>";
268
+ export declare const letsLoadCircle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M5.239 14.812a7 7 0 0 0 13.523 0\"></path><path fill=\"currentColor\" d=\"m12 13l-.625.78l.625.5l.625-.5zm1-9a1 1 0 1 0-2 0zM6.375 9.78l5 4l1.25-1.56l-5-4zm6.25 4l5-4l-1.25-1.56l-5 4zM13 13V4h-2v9z\"></path></g></svg>";
269
+ export declare const letsLoadListAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3 3h18M5 3h14v14.9c0 .037 0 .056-.004.073a.151.151 0 0 1-.018.043a.36.36 0 0 1-.048.054l-2.86 2.86c-.026.026-.039.039-.054.048a.151.151 0 0 1-.043.018c-.017.004-.036.004-.072.004H8.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C5 19.48 5 18.92 5 17.8z\"></path><path d=\"M14 21v-4.85a.15.15 0 0 1 .15-.15H19m-7-3V7m-3 3l2.894-2.894a.15.15 0 0 1 .212 0L15 10\"></path></g></svg>";
270
+ export declare const letsLoadList = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M3 4h18M5 4h14v11.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C17.48 19 16.92 19 15.8 19H8.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C5 17.48 5 16.92 5 15.8zm7 11V9\"></path><path d=\"m9 12l2.894-2.894a.15.15 0 0 1 .212 0L15 12\"></path></g></svg>";
271
+ export declare const letsLockAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 13c0-1.886 0-2.828.586-3.414C5.172 9 6.114 9 8 9h8c1.886 0 2.828 0 3.414.586C20 10.172 20 11.114 20 13v2c0 2.828 0 4.243-.879 5.121C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.879C4 19.243 4 17.828 4 15z\"></path><path stroke-linecap=\"round\" d=\"M16 8V7a4 4 0 0 0-4-4v0a4 4 0 0 0-4 4v1\"></path></g></svg>";
272
+ export declare const letsLock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M4 13c0-1.886 0-2.828.586-3.414C5.172 9 6.114 9 8 9h8c1.886 0 2.828 0 3.414.586C20 10.172 20 11.114 20 13v2c0 2.828 0 4.243-.879 5.121C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.879C4 19.243 4 17.828 4 15z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M16 8V7a4 4 0 0 0-4-4v0a4 4 0 0 0-4 4v1\"></path><circle cx=\"12\" cy=\"15\" r=\"2\" fill=\"currentColor\"></circle></g></svg>";
273
+ export declare const letsLol = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><circle cx=\"9\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><circle cx=\"15\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.629 15c-.28 0-.42 0-.494.107c-.075.107-.032.225.055.461C8.706 16.978 10.217 18 12 18s3.294-1.021 3.81-2.432c.087-.236.13-.354.055-.461c-.074-.107-.214-.107-.494-.107z\" clip-rule=\"evenodd\"></path></g></svg>";
274
+ export declare const letsMap = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M3 6.2c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C4.52 3 5.08 3 6.2 3h11.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C21 4.52 21 5.08 21 6.2v11.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C19.48 21 18.92 21 17.8 21H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3 19.48 3 18.92 3 17.8z\"></path><path d=\"M19 21L15 6.5m6-.5L3 8m10 6.088c0 1.84-1.739 3.145-2.569 3.664a.807.807 0 0 1-.862 0C8.739 17.233 7 15.927 7 14.088C7 12.235 8.454 11 10 11c1.6 0 3 1.235 3 3.088Z\"></path></g></svg>";
275
+ export declare const letsMask = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 8h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2m-2 3l-.946-.315A1.56 1.56 0 0 0 3 12.165v0c0 .522.26 1.009.695 1.298L6 15m12-4l.946-.315A1.56 1.56 0 0 1 21 12.165v0a1.56 1.56 0 0 1-.695 1.298L18 15m-6-4v4m2-2h-4\"></path></svg>";
276
+ export declare const letsMaterials = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"m3 7l7-4l11 4M3 7v5l11 4l7-4V7M3 7l11 4l7-4\"></path><path d=\"M3 12v5l11 4l7-4v-5\"></path></g></svg>";
277
+ export declare const letsMeatballsMenu = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"6\" cy=\"12\" r=\"1\"></circle><circle cx=\"18\" cy=\"12\" r=\"1\"></circle></g></svg>";
278
+ export declare const letsMenu = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"16\" height=\"5\" x=\"4\" y=\"5\" rx=\"1\"></rect><rect width=\"16\" height=\"5\" x=\"4\" y=\"14\" rx=\"1\"></rect></g></svg>";
279
+ export declare const letsMessageAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"16\" height=\"12\" x=\"4\" y=\"6\" stroke=\"currentColor\" rx=\"2\"></rect><path fill=\"currentColor\" d=\"M11.106 12.553L4 9v7a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9l-7.106 3.553a2 2 0 0 1-1.788 0\"></path></g></svg>";
280
+ export declare const letsMessageOpen = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M4 10.472c0-1.203 0-1.804.299-2.287c.298-.484.836-.753 1.912-1.29l4-2c.878-.44 1.317-.659 1.789-.659s.911.22 1.789.658l4 2c1.076.538 1.614.807 1.912 1.29C20 8.669 20 9.27 20 10.473V16c0 1.886 0 2.828-.586 3.414C18.828 20 17.886 20 16 20H8c-1.886 0-2.828 0-3.414-.586C4 18.828 4 17.886 4 16z\"></path><path stroke-linecap=\"round\" d=\"m4 10l2.414 2.414A2 2 0 0 0 7.828 13h8.344a2 2 0 0 0 1.414-.586L20 10\"></path></g></svg>";
281
+ export declare const letsMessage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"16\" height=\"12\" x=\"4\" y=\"6\" rx=\"2\"></rect><path d=\"m4 9l7.106 3.553a2 2 0 0 0 1.788 0L20 9\"></path></g></svg>";
282
+ export declare const letsMicAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"12\" height=\"16\" x=\"6\" y=\"3\" rx=\"6\"></rect><path stroke-linecap=\"round\" d=\"M12 22v-3m-2-6H7m11 0h-2m-6-4H7m11 0h-2\"></path></g></svg>";
283
+ export declare const letsMic = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"6\" height=\"11\" x=\"9\" y=\"3\" rx=\"3\"></rect><path stroke-linecap=\"round\" d=\"M5 11a7 7 0 1 0 14 0m-7 10v-2\"></path></g></svg>";
284
+ export declare const letsMobile = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M6.879 2.879c-.51.51-.709 1.138-.797 1.793C6 5.284 6 6.048 6 6.934v10.132c0 .886 0 1.65.082 2.262c.088.655.287 1.284.797 1.793c.51.51 1.138.709 1.793.797c.612.082 1.376.082 2.262.082h2.132c.886 0 1.65 0 2.262-.082c.655-.088 1.284-.287 1.793-.797c.51-.51.709-1.138.797-1.793c.082-.612.082-1.376.082-2.262V6.934c0-.886 0-1.65-.082-2.262c-.088-.655-.287-1.284-.797-1.793c-.51-.51-1.138-.709-1.793-.797C14.716 2 13.952 2 13.066 2h-2.132c-.886 0-1.65 0-2.262.082c-.655.088-1.284.287-1.793.797ZM7 16h10\"></path></svg>";
285
+ export declare const letsMolecule = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m10 14l-3 3m3.5-6.5L6 6\"></path><circle cx=\"18\" cy=\"19\" r=\"1\" stroke=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m14 14l4 5\"></path><circle cx=\"19\" cy=\"5\" r=\"2\" stroke=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m17 7l-3 3\"></path><circle cx=\"5.5\" cy=\"5.5\" r=\"2.5\" fill=\"currentColor\"></circle><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\"></circle></g></svg>";
286
+ export declare const letsMoney = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"18\" height=\"12\" x=\"3\" y=\"6\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M6 9h2m8 6h2\"></path><circle cx=\"12\" cy=\"12\" r=\"2\"></circle></g></svg>";
287
+ export declare const letsMoonAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m11.435 18.978l.08-.997zm-1.72-.492l.977-.217zM11.94 5.213l.564-.826zM18 12a6 6 0 0 0-6-6V4a8 8 0 0 1 8 8zm-6 6a6 6 0 0 0 6-6h2a8 8 0 0 1-8 8zm-.486-.02c.16.014.322.02.486.02v2c-.217 0-.432-.009-.645-.026zm-.548-1.764A5.997 5.997 0 0 0 14 11h2c0 2.981-1.63 5.58-4.044 6.955zM14 11a5.993 5.993 0 0 0-2.623-4.96l1.127-1.652A7.993 7.993 0 0 1 16 11zm-2.645 8.975c-.51-.04-1.013-.078-1.39-.166c-.347-.082-1.05-.317-1.226-1.104l1.953-.435a.652.652 0 0 0-.251-.383c-.072-.051-.105-.046-.016-.025a3.4 3.4 0 0 0 .398.06c.19.02.414.038.691.06zm.601-2.02c-.634.362-1.025.586-1.258.76c-.117.087-.12.108-.091.066a.67.67 0 0 0 .085-.511l-1.953.435a1.335 1.335 0 0 1 .22-1.059c.159-.229.37-.405.547-.537c.355-.264.877-.56 1.46-.892zM12 6c.45 0 .765-.321.857-.653a.882.882 0 0 0-.353-.96l-1.127 1.652a1.118 1.118 0 0 1-.45-1.221A1.11 1.11 0 0 1 12 4z\"></path><path stroke=\"currentColor\" d=\"M5.4 10.2c.101.304.152.456.203.523a.5.5 0 0 0 .794 0c.05-.067.102-.219.203-.523c.082-.245.123-.368.176-.479a2 2 0 0 1 .945-.945c.111-.053.234-.094.479-.176c.304-.101.456-.152.523-.203a.5.5 0 0 0 0-.794c-.067-.05-.219-.102-.523-.203c-.245-.082-.368-.123-.479-.176a2 2 0 0 1-.945-.945A4.365 4.365 0 0 1 6.6 5.8c-.101-.304-.152-.456-.203-.522a.5.5 0 0 0-.794 0c-.05.066-.102.218-.203.522a4.365 4.365 0 0 1-.176.479a2 2 0 0 1-.945.945A4.365 4.365 0 0 1 3.8 7.4c-.304.101-.456.152-.522.203a.5.5 0 0 0 0 .794c.066.05.218.102.522.203c.245.082.368.123.479.176a2 2 0 0 1 .945.945c.053.111.094.234.176.479Z\"></path></g></svg>";
288
+ export declare const letsMoon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m16.164 18.51l.872-.49zm-.586 1.448L15.292 19zm-.14-13.709l.696.719zm.726-.76l.872.49zm-.586-1.447L15.292 5zM14 12c0-1.975.817-3.758 2.134-5.032l-1.39-1.438A8.977 8.977 0 0 0 12 12zm2.134 5.032A6.977 6.977 0 0 1 14 12h-2a8.977 8.977 0 0 0 2.744 6.47zM15 19a7 7 0 0 1-7-7H6a9 9 0 0 0 9 9zm-7-7a7 7 0 0 1 7-7V3a9 9 0 0 0-9 9zm6.744 6.47c.222.215.372.36.477.468c.05.053.08.085.096.104c.019.022 0 .004-.025-.042l1.744-.98a2.432 2.432 0 0 0-.381-.476c-.131-.135-.308-.306-.52-.512zM15 21c.236 0 .552.01.864-.084L15.292 19c.028-.008.039-.006-.004-.004A5.765 5.765 0 0 1 15 19zm.292-2l.572 1.916a2 2 0 0 0 1.172-2.896zm.842-12.032c.213-.206.39-.377.52-.512c.112-.114.273-.284.382-.476L15.292 5c.026-.046.044-.064.025-.041a2.132 2.132 0 0 1-.096.103c-.105.108-.255.253-.477.468zM15 5c.157 0 .233 0 .288.004c.043.002.032.004.004-.004l.572-1.916C15.552 2.99 15.236 3 15 3zm2.036.98a2 2 0 0 0-1.172-2.896L15.292 5z\"></path></svg>";
289
+ export declare const letsMortarboardAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M19.5 9h-15a1.5 1.5 0 1 1 0-3h15a1.5 1.5 0 0 1 0 3Z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19 9v4\"></path><path stroke-linejoin=\"round\" d=\"m8 9l-.982 6.872a.15.15 0 0 0 .106.165l4.833 1.45a.15.15 0 0 0 .086 0l4.833-1.45a.15.15 0 0 0 .106-.165L16 9\"></path><path stroke-linejoin=\"round\" d=\"m7.5 13l4.467.993a.152.152 0 0 0 .066 0L16.5 13\"></path></g></svg>";
290
+ export declare const letsMortarboardAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6 13l-3-2l9-5l9 5l-3 2\"></path><path fill=\"currentColor\" d=\"M13 14a1 1 0 1 0 2 0zm0-7v7h2V7z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 13v4l6 2.5l6-2.5v-4s-1-2-6-2s-6 2-6 2\"></path></g></svg>";
291
+ export declare const letsMortarboard = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m4 10l8-4l8 4l-8 4zm16 0v4\"></path><path d=\"M7 12v5s.455 2 5 2c4.546 0 5-2 5-2v-5\"></path></g></svg>";
292
+ export declare const letsMouse = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M5 10.8c0-2.619 0-3.928.59-4.89a4 4 0 0 1 1.32-1.32C7.872 4 9.181 4 11.8 4h.4c2.619 0 3.928 0 4.89.59a4 4 0 0 1 1.32 1.32c.59.962.59 2.271.59 4.89V14c0 .929 0 1.393-.051 1.783a6 6 0 0 1-5.166 5.166C13.393 21 12.93 21 12 21c-.929 0-1.393 0-1.783-.051a6 6 0 0 1-5.166-5.166C5 15.393 5 14.93 5 14z\"></path><path stroke-linecap=\"round\" d=\"M12 4v5\"></path></g></svg>";
293
+ export declare const letsMoveAltAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 3l.365-.342l-.365-.39l-.365.39zm-.5 6a.5.5 0 0 0 1 0zm3.865-3.142l-3-3.2l-.73.684l3 3.2zm-3.73-3.2l-3 3.2l.73.684l3-3.2zM11.5 3v6h1V3zm9.5 9l.342.365l.39-.365l-.39-.365zm-6-.5a.5.5 0 0 0 0 1zm3.142 3.865l3.2-3l-.684-.73l-3.2 3zm3.2-3.73l-3.2-3l-.684.73l3.2 3zM21 11.5h-6v1h6zM12 21l.365.342l-.365.39l-.365-.39zm-.5-6a.5.5 0 0 1 1 0zm3.865 3.142l-3 3.2l-.73-.684l3-3.2zm-3.73 3.2l-3-3.2l.73-.684l3 3.2zM11.5 21v-6h1v6zM3 12l-.342.365l-.39-.365l.39-.365zm6-.5a.5.5 0 0 1 0 1zm-3.142 3.865l-3.2-3l.684-.73l3.2 3zm-3.2-3.73l3.2-3l.684.73l-3.2 3zM3 11.5h6v1H3z\"></path></svg>";
294
+ export declare const letsMoveAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 3l.73-.684l-.73-.778l-.73.778zm-1 6a1 1 0 1 0 2 0zm4.73-3.484l-3-3.2l-1.46 1.368l3 3.2zm-4.46-3.2l-3 3.2l1.46 1.368l3-3.2zM11 3v6h2V3zm10 9l.684.73l.778-.73l-.778-.73zm-6-1a1 1 0 1 0 0 2zm3.484 4.73l3.2-3l-1.368-1.46l-3.2 3zm3.2-4.46l-3.2-3l-1.368 1.46l3.2 3zM21 11h-6v2h6zm-9 10l.73.684l-.73.778l-.73-.778zm-1-6a1 1 0 1 1 2 0zm4.73 3.484l-3 3.2l-1.46-1.368l3-3.2zm-4.46 3.2l-3-3.2l1.46-1.368l3 3.2zM11 21v-6h2v6zm-8-9l-.684.73l-.778-.73l.778-.73zm6-1a1 1 0 1 1 0 2zm-3.484 4.73l-3.2-3l1.368-1.46l3.2 3zm-3.2-4.46l3.2-3l1.368 1.46l-3.2 3zM3 11h6v2H3z\"></path></svg>";
295
+ export declare const letsMove = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m12 3l.625-.78l-.625-.5l-.625.5zm-1 6a1 1 0 1 0 2 0zm5.625-3.58l-4-3.2l-1.25 1.56l4 3.2zm-5.25-3.2l-4 3.2l1.25 1.56l4-3.2zM11 3v6h2V3zm10 9l.78.625l.5-.625l-.5-.625zm-6-1a1 1 0 1 0 0 2zm3.58 5.625l3.2-4l-1.56-1.25l-3.2 4zm3.2-5.25l-3.2-4l-1.56 1.25l3.2 4zM21 11h-6v2h6zm-9 10l.625.78l-.625.5l-.625-.5zm-1-6a1 1 0 1 1 2 0zm5.625 3.58l-4 3.2l-1.25-1.56l4-3.2zm-5.25 3.2l-4-3.2l1.25-1.56l4 3.2zM11 21v-6h2v6zm-8-9l-.78.625l-.5-.625l.5-.625zm6-1a1 1 0 1 1 0 2zm-3.58 5.625l-3.2-4l1.56-1.25l3.2 4zm-3.2-5.25l3.2-4l1.56 1.25l-3.2 4zM3 11h6v2H3z\"></path></svg>";
296
+ export declare const letsMusic = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 16H6.252c-.234 0-.351 0-.45.01a2 2 0 0 0-1.792 1.792c-.01.099-.01.216-.01.45c0 .28 0 .42.012.531a2 2 0 0 0 2.16 1.77c.11-.01.248-.037.522-.092l.296-.06c.38-.075.571-.113.731-.175a2 2 0 0 0 1.25-1.524c.029-.17.029-.364.029-.751V9.279c0-1.57 0-2.354.453-2.907c.454-.553 1.223-.707 2.763-1.015l2-.4c2.213-.443 3.32-.664 4.052-.064c.732.6.732 1.729.732 3.986V9m0 5v1.95c0 .389 0 .582-.03.752a2 2 0 0 1-1.248 1.524c-.161.062-.351.1-.732.176l-.296.06c-.274.054-.411.082-.523.091a2 2 0 0 1-2.159-1.77c-.012-.11-.012-.25-.012-.53c0-.235 0-.352.01-.451a2 2 0 0 1 1.792-1.792c.099-.01.216-.01.45-.01zm0 0V9m0 0L9 11\"></path></svg>";
297
+ export declare const letsNavigate = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path stroke-linecap=\"round\" d=\"m5 20l7-16l7 16l-7-2z\"></path><path d=\"M8.5 10.5L12 13l3.5-2.5\"></path></g></svg>";
298
+ export declare const letsNesting = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"18\" y=\"15\" rx=\"2\" transform=\"rotate(90 18 15)\"></rect><rect width=\"4\" height=\"4\" x=\"6\" y=\"8\" rx=\"2\" transform=\"rotate(-90 6 8)\"></rect><path d=\"M8 8v5c0 1.886 0 2.828.586 3.414C9.172 17 10.114 17 12 17h2\"></path></g></svg>";
299
+ export declare const letsNews = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"14\" height=\"14\" x=\"5\" y=\"5\" rx=\"3\"></rect><path stroke-linecap=\"round\" d=\"M6 10h12\"></path></g></svg>";
300
+ export declare const letsNfc = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m5 8l5 8m8.722 4.5a17 17 0 0 0 0-17M14.392 18a12 12 0 0 0 0-12M9.928 16a8 8 0 0 0 0-8m-4.856 8a8 8 0 0 1 0-8\"></path></svg>";
301
+ export declare const letsNotebook = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"13\" height=\"17\" x=\"6\" y=\"4\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M15 10V8M4 9h4m-4 4h4m-4 4h4\"></path></g></svg>";
302
+ export declare const letsOff = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"14\" height=\"10\" x=\"5\" y=\"7\" stroke=\"currentColor\" rx=\"2\"></rect><rect width=\"5\" height=\"6\" x=\"7\" y=\"9\" fill=\"currentColor\" rx=\"1\"></rect></g></svg>";
303
+ export declare const letsOil = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"m18 8l-5 3l-2-2H7m11-1l3 3m-3-3l-4 7H3V9h4m0 0V4m0 0H4m3 0h3M3 21l1.5-1.5c.08-.08.12-.12.155-.151a2 2 0 0 1 2.69 0c.036.032.075.071.155.151l.149.148a1.911 1.911 0 0 0 2.702 0l.374-.373A1.478 1.478 0 0 1 13 19.5a1.478 1.478 0 0 0 2.275.225l.373-.373a1.911 1.911 0 0 1 2.704 0L20 21\"></path></svg>";
304
+ export declare const letsOnButton = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6.343 6.343a8 8 0 1 0 11.314 0M12 8V4\"></path></svg>";
305
+ export declare const letsOn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"14\" height=\"10\" x=\"5\" y=\"7\" stroke=\"currentColor\" rx=\"2\"></rect><rect width=\"5\" height=\"6\" x=\"12\" y=\"9\" fill=\"currentColor\" rx=\"1\"></rect></g></svg>";
306
+ export declare const letsOrange = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"14\" r=\"7\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M14.293 4.293c-.248.248-.663.432-1.136.55c.118-.473.302-.888.55-1.136c.248-.248.663-.432 1.136-.55c-.118.473-.302.888-.55 1.136Z\"></path><circle cx=\"9\" cy=\"15\" r=\"1\" fill=\"currentColor\"></circle><circle cx=\"14.5\" cy=\"15.5\" r=\"1.5\" fill=\"currentColor\"></circle><circle cx=\"12\" cy=\"18\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
307
+ export declare const letsOrder = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"14\" height=\"17\" x=\"5\" y=\"4\" rx=\"2\"></rect><path stroke-linecap=\"round\" d=\"M9 9h6m-6 4h6m-6 4h4\"></path></g></svg>";
308
+ export declare const letsOut = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M3 3V2H2v1zm9.293 10.707a1 1 0 0 0 1.414-1.414zM4 11V3H2v8zM3 4h8V2H3zm-.707-.293l10 10l1.414-1.414l-10-10z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M4 15v0c0 1.87 0 2.804.402 3.5A3 3 0 0 0 5.5 19.598C6.196 20 7.13 20 9 20h5c2.828 0 4.243 0 5.121-.879C20 18.243 20 16.828 20 14V9c0-1.87 0-2.804-.402-3.5A3 3 0 0 0 18.5 4.402C17.804 4 16.87 4 15 4v0\"></path></g></svg>";
309
+ export declare const letsPackageBoxAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M10 14H7m6 3H7m-1 3h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Z\"></path><rect width=\"4\" height=\"4\" x=\"13\" y=\"7\" rx=\"1\"></rect></g></svg>";
310
+ export declare const letsPackageBoxClose = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M12 8V4m-1 12H8m-2.5 4h13a1.5 1.5 0 0 0 1.5-1.5V8.236a1 1 0 0 0-.106-.447l-1.341-2.683A2 2 0 0 0 16.763 4H7.237a2 2 0 0 0-1.789 1.106L4.106 7.789A1 1 0 0 0 4 8.236V18.5A1.5 1.5 0 0 0 5.5 20Z\"></path><path stroke-linejoin=\"round\" d=\"M5 8h14\"></path></g></svg>";
311
+ export declare const letsPackageBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10 12H7m6 4H7m-1.5 4h13a1.5 1.5 0 0 0 1.5-1.5V8.236a1 1 0 0 0-.106-.447l-1.341-2.683A2 2 0 0 0 16.763 4H7.237a2 2 0 0 0-1.789 1.106L4.106 7.789A1 1 0 0 0 4 8.236V18.5A1.5 1.5 0 0 0 5.5 20Z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 8h14\"></path><rect width=\"3\" height=\"3\" x=\"14\" y=\"11\" fill=\"currentColor\" rx=\".5\"></rect></g></svg>";
312
+ export declare const letsPackageCar = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"16\" cy=\"19\" r=\"2\"></circle><circle cx=\"9\" cy=\"19\" r=\"2\"></circle><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5 14h6V7m0 0v2H4v8a2 2 0 0 0 2 2h1m4-12h4l4.625 3.7a1 1 0 0 1 .375.78V13m-3-4h-1v4h4m0 0v4a2 2 0 0 1-2 2v0m-4 0h-3\"></path></g></svg>";
313
+ export declare const letsPackageFavouriteAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M6 20h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2Z\"></path><path stroke-linejoin=\"round\" d=\"M15 5v7l-3-2l-3 2V5\"></path></g></svg>";
314
+ export declare const letsPackageFavourite = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M5.5 20h13a1.5 1.5 0 0 0 1.5-1.5V8.236a1 1 0 0 0-.106-.447l-1.341-2.683A2 2 0 0 0 16.763 4H7.237a2 2 0 0 0-1.789 1.106L4.106 7.789A1 1 0 0 0 4 8.236V18.5A1.5 1.5 0 0 0 5.5 20Z\"></path><path stroke-linejoin=\"round\" d=\"M5 8h14m-9-4L9 8v6l3-2l3 2V8l-1-4\"></path></g></svg>";
315
+ export declare const letsPackageSearch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M12 13v7.098c0 .399 0 .598-.129.67c-.129.071-.298-.035-.636-.246L4.94 16.588c-.46-.288-.69-.431-.815-.658C4 15.705 4 15.434 4 14.893V8m8 5L4 8m8 5l5.286-3.304c1.218-.761 1.827-1.142 1.827-1.696s-.609-.935-1.827-1.696L13.06 3.663c-.516-.323-.773-.484-1.06-.484c-.287 0-.544.161-1.06.484L4 8\"></path><path fill=\"currentColor\" d=\"M19 12a1 1 0 1 0 2 0zm.875-3.93L19 8.553zM19 9.107V12h2V9.108zm.59-2.544l-3.06-1.912l-1.06 1.696l3.06 1.913zM21 9.109c0-.252.001-.51-.02-.733a1.98 1.98 0 0 0-.23-.79l-1.75.97c-.027-.05-.02-.073-.011.01c.01.106.011.254.011.543zm-2.47-.848c.246.154.37.233.454.298c.067.05.043.045.016-.004l1.75-.97a1.98 1.98 0 0 0-.549-.614c-.177-.136-.397-.272-.611-.405z\"></path><circle cx=\"17.5\" cy=\"16.5\" r=\"2.5\" stroke=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m21 20l-1.5-1.5\"></path><path fill=\"currentColor\" d=\"M14.53 20.598a1 1 0 0 0-1.06-1.696zM11 20.375l-.53.848zm.937.444l-.063.998zm.126 0L12 19.82zm-.533-1.292l-3-1.875l-1.06 1.696l3 1.875zm1.94-.625l-.5.313l1.06 1.695l.5-.312zm-.5.313l-.5.312l1.06 1.696l.5-.312zm-2.5 2.008c.213.133.429.27.625.368c.214.108.47.206.779.226L12 19.82c.056.003.072.022-.005-.016a6.8 6.8 0 0 1-.465-.278zm2-1.696a6.8 6.8 0 0 1-.465.278c-.077.038-.061.02-.005.016l.126 1.996c.31-.02.565-.118.779-.226c.196-.099.412-.235.625-.368zm-.596 2.29c.084.005.168.005.252 0L12 19.82z\"></path></g></svg>";
316
+ export declare const letsPackage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M12 21v-8m0 8l-7.06-4.413c-.46-.287-.69-.43-.815-.656C4 15.704 4 15.433 4 14.89V8m8 13l4-2.5l3.06-1.913c.46-.287.69-.43.815-.656c.125-.227.125-.498.125-1.04V8m-8 5L4 8m8 5l8-5M4 8l6.94-4.337c.516-.323.773-.484 1.06-.484c.287 0 .544.161 1.06.484L20 8\"></path><path fill=\"currentColor\" d=\"M15 14.5a1 1 0 1 0 2 0zm.875-3.93l.874-.485zM7.47 6.347l7.06 4.413l1.06-1.696l-7.06-4.413zM17 14.5v-2.892h-2V14.5zm-2.47-3.74c.246.154.37.233.454.297c.067.052.043.046.016-.003l1.75-.97a1.98 1.98 0 0 0-.549-.614c-.177-.136-.397-.272-.611-.405zm2.47.848c0-.252.001-.51-.02-.733a1.98 1.98 0 0 0-.23-.79l-1.75.97c-.027-.05-.02-.073-.011.01c.01.106.011.254.011.543z\"></path></g></svg>";
317
+ export declare const letsPaperAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M16 8c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.121C20 10.606 20 11.07 20 12v6a2 2 0 1 1-4 0V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C14.48 4 13.92 4 12.8 4H7.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C4 5.52 4 6.08 4 7.2v9.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C5.52 20 6.08 20 7.2 20H18\"></path><path stroke-linejoin=\"round\" d=\"M12 8H8v4h4z\"></path><path stroke-linecap=\"round\" d=\"M8 16h4\"></path></g></svg>";
318
+ export declare const letsPaper = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M18 3a3 3 0 0 1 3 3v2.143c0 .334 0 .501-.077.623a.5.5 0 0 1-.157.157C20.644 9 20.477 9 20.143 9H15m3-6a3 3 0 0 0-3 3v3m3-6H7c-1.886 0-2.828 0-3.414.586C3 4.172 3 5.114 3 7v14l3-1l3 1l3-1l3 1V9\"></path><path stroke-linecap=\"round\" d=\"M7 7h4m-3 4H7m0 4h3\"></path></g></svg>";
319
+ export declare const letsPen = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"16\" height=\"4\" x=\"4\" y=\"16\" rx=\"2\"></rect><path d=\"M4.91 11.364L8 16h8l3.09-4.636c.436-.653.654-.98.618-1.335c-.035-.356-.312-.633-.867-1.188L12 2L5.16 8.84c-.556.556-.833.833-.868 1.189c-.036.356.182.682.617 1.335Z\"></path><circle cx=\"12\" cy=\"11\" r=\"2\"></circle><path d=\"M12 2v7\"></path></g></svg>";
320
+ export declare const letsPercent = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M20 4L4 20\"></path><circle cx=\"6.5\" cy=\"7.5\" r=\"3.5\"></circle><circle cx=\"17.5\" cy=\"16.5\" r=\"3.5\"></circle></g></svg>";
321
+ export declare const letsPhone = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m17.707 13.707l2.648 2.648a.912.912 0 0 1 0 1.29a5.471 5.471 0 0 1-7.151.508l-1.575-1.182a22.996 22.996 0 0 1-4.6-4.6l-1.182-1.575a5.471 5.471 0 0 1 .508-7.151a.912.912 0 0 1 1.29 0l2.648 2.648a1 1 0 0 1 0 1.414L9.272 8.728a.533.533 0 0 0-.1.616a12.262 12.262 0 0 0 5.484 5.484a.533.533 0 0 0 .616-.1l1.02-1.02a1 1 0 0 1 1.415 0Z\"></path></svg>";
322
+ export declare const letsPieChart = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path stroke-linecap=\"round\" d=\"M12 12h9m-9-9v8.938c0 .04.016.078.044.106L18 18\"></path></g></svg>";
323
+ export declare const letsPil = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m11 18l7-7a3.536 3.536 0 0 0-5-5l-7 7a3.536 3.536 0 0 0 5 5\"></path><path d=\"M14.5 14.5a9.52 9.52 0 0 1-5-5v0\"></path></g></svg>";
324
+ export declare const letsPils = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 16l7-7a3.536 3.536 0 0 0-5-5l-7 7a3.536 3.536 0 0 0 5 5\"></path><path d=\"M12.5 12.5a9.52 9.52 0 0 1-5-5v0\"></path><circle cx=\"17.5\" cy=\"17.5\" r=\"3.5\"></circle><path d=\"m19 16l-3 3\"></path></g></svg>";
325
+ export declare const letsPinAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m12.398 17.804l.46.888zm-.796 0l-.46.888zM18 9c0 2.146-1.092 3.916-2.455 5.29c-1.362 1.374-2.91 2.265-3.607 2.626l.92 1.776c.787-.408 2.539-1.412 4.107-2.993S20 11.87 20 9zm-6-6a6 6 0 0 1 6 6h2a8 8 0 0 0-8-8zM6 9a6 6 0 0 1 6-6V1a8 8 0 0 0-8 8zm6.062 7.916c-.696-.361-2.245-1.252-3.607-2.625C7.092 12.916 6 11.146 6 9H4c0 2.87 1.467 5.118 3.035 6.699c1.568 1.582 3.32 2.585 4.107 2.993zm-.124 0a.138.138 0 0 1 .062-.014c.027 0 .049.007.062.014l-.92 1.776a1.86 1.86 0 0 0 1.717 0zM14 9a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zm-2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zm-2 2a2 2 0 0 1 2-2V5a4 4 0 0 0-4 4zm2 2a2 2 0 0 1-2-2H8a4 4 0 0 0 4 4z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M19.794 17.5c.79.456 1.206.973 1.206 1.5s-.416 1.044-1.206 1.5c-.79.456-1.926.835-3.294 1.098c-1.368.263-2.92.402-4.5.402s-3.132-.139-4.5-.402c-1.368-.263-2.504-.642-3.294-1.098C3.416 20.044 3 19.527 3 19s.416-1.044 1.206-1.5\"></path></g></svg>";
326
+ export declare const letsPin = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M14.636 3.91c.653-.436.98-.654 1.335-.618c.356.035.633.312 1.188.867l2.682 2.682c.555.555.832.832.867 1.188c.036.356-.182.682-.617 1.335l-1.65 2.473c-.561.843-.842 1.264-1.066 1.714a8.005 8.005 0 0 0-.427 1.031c-.16.477-.26.974-.458 1.967l-.19.955l-.002.006a1 1 0 0 1-1.547.625l-.005-.004l-.027-.018a35 35 0 0 1-8.85-8.858l-.004-.006a1 1 0 0 1 .625-1.547l.006-.001l.955-.191c.993-.199 1.49-.298 1.967-.458a7.997 7.997 0 0 0 1.03-.427c.45-.224.872-.505 1.715-1.067z\"></path><path stroke-linecap=\"round\" d=\"m5 19l4.5-4.5\"></path></g></svg>";
327
+ export declare const letsPined = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M8 4.461c0-.43 0-.644.065-.815a1 1 0 0 1 .58-.581C8.818 3 9.033 3 9.462 3h5.078c.43 0 .644 0 .815.065a1 1 0 0 1 .581.58c.065.172.065.387.065.816c0 1.107 0 1.66.073 2.198a8 8 0 0 0 .732 2.416c.237.489.544.949 1.158 1.87l1.399 2.098a.81.81 0 0 1-.478 1.236a28.382 28.382 0 0 1-13.768 0a.81.81 0 0 1-.478-1.236l1.399-2.098c.614-.921.92-1.381 1.158-1.87a8 8 0 0 0 .732-2.416C8 6.12 8 5.568 8 4.46z\"></path><path stroke-linecap=\"round\" d=\"M12 20v-4\"></path><path d=\"M6 20h12\"></path></g></svg>";
328
+ export declare const letsPipe = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.307 16.382a7.997 7.997 0 0 0 9.757 3.008a8 8 0 0 0-2.616-15.377l.555 2.072a6 6 0 1 1-5.624 9.742z\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" d=\"M5.912 4.066A10 10 0 0 1 8.46 2.647c.42-.158.63-.238.827-.136c.197.1.26.332.384.796l2.07 7.727c.122.455.183.683.08.862c-.104.18-.332.24-.787.363l-7.727 2.07c-.464.124-.695.187-.882.066c-.186-.12-.222-.341-.294-.784a10 10 0 0 1 3.781-9.545Z\"></path></g></svg>";
329
+ export declare const letsPipette = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M16 12a1 1 0 1 0 0 2zm-1.568 1.568l-.707-.707zm-3.625.239l-.707.707zm-.614-.614l-.707.707zm.24-3.625l-.708-.707zM20 8a4 4 0 0 1-4 4v2a6 6 0 0 0 6-6zm-4-4a4 4 0 0 1 4 4h2a6 6 0 0 0-6-6zm-4 4a4 4 0 0 1 4-4V2a6 6 0 0 0-6 6zm-1.1 2.514l.24-.24l-1.415-1.413l-.239.239zm.614 2.586l-.614-.614L9.486 13.9l.614.614zm2.211-.24l-.239.24l1.414 1.414l.24-.24zm1.414 1.415c.158-.158.446-.275.861-.275v-2c-.738 0-1.617.203-2.275.86zm-5.04.239a3.395 3.395 0 0 0 4.801 0L13.486 13.1a1.395 1.395 0 0 1-1.972 0zM9.487 9.1a3.394 3.394 0 0 0 0 4.8l1.414-1.414a1.395 1.395 0 0 1 0-1.972zM10 8c0 .415-.117.703-.275.86l1.414 1.415C11.797 9.617 12 8.738 12 8z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m6.5 15.5l3-3l2 2l-3 3l-2.199 1.32a.45.45 0 0 1-.55-.068l-.503-.504a.45.45 0 0 1-.067-.55z\"></path></g></svg>";
330
+ export declare const letsPizza = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><mask id=\"letsIconsPizza0\" width=\"20\" height=\"16\" x=\"2\" y=\"4\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:alpha\"><path fill=\"#33363F\" d=\"M21.449 7.461c.085-.113.128-.17.118-.232c-.009-.062-.066-.103-.18-.185a16 16 0 0 0-19 .165c-.111.085-.167.127-.176.189c-.008.062.036.118.123.23l9.425 12.064c.11.142.166.212.24.212c.074-.001.128-.073.236-.216z\"></path></mask><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.86 4a16 16 0 0 1 9.528 3.044c.113.082.17.123.18.185c.009.062-.034.119-.12.232l-9.213 12.227c-.108.143-.162.215-.236.216c-.074 0-.13-.07-.24-.212L2.334 7.628c-.087-.112-.131-.168-.123-.23c.009-.062.065-.104.177-.189a16 16 0 0 1 9.472-3.208Z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.887 7a13 13 0 0 1 7.695 2.44c.113.082.17.122.18.185c.01.062-.033.119-.119.232l-7.408 9.83c-.108.144-.162.216-.236.217c-.074 0-.13-.07-.24-.212l-7.578-9.7c-.087-.112-.131-.168-.123-.23c.009-.063.065-.105.177-.188A13 13 0 0 1 11.887 7Z\"></path><g mask=\"url(#letsIconsPizza0)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m-9 4a2 2 0 1 0 0-4a2 2 0 0 0 0 4\" clip-rule=\"evenodd\"></path></g></g></svg>";
331
+ export declare const letsPlay = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.211 11.106L9.737 7.868A1.2 1.2 0 0 0 8 8.942v6.116a1.2 1.2 0 0 0 1.737 1.074l6.474-3.238a1 1 0 0 0 0-1.788\"></path></svg>";
332
+ export declare const letsPointers = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M12 3v2m0 5.5v2m0 5.5v3\"></path><path d=\"M17 14.6c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C16.24 13 15.96 13 15.4 13H5.769c-.282 0-.424 0-.554.036a1 1 0 0 0-.321.154c-.11.08-.198.19-.374.41l-.72.9c-.286.357-.428.536-.483.733a1 1 0 0 0 0 .534c.055.197.197.376.483.733l.72.9c.176.22.264.33.374.41a1 1 0 0 0 .321.154c.13.036.272.036.554.036H15.4c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C17 17.24 17 16.96 17 16.4zm-10-8c0-.56 0-.84.109-1.054a1 1 0 0 1 .437-.437C7.76 5 8.04 5 8.6 5h9.631c.282 0 .424 0 .554.036a1 1 0 0 1 .321.154c.11.08.198.19.374.41l.72.9c.286.357.428.536.483.733c.048.175.048.36 0 .534c-.055.197-.197.376-.483.733l-.72.9c-.176.22-.264.33-.374.41a1 1 0 0 1-.321.154c-.13.036-.272.036-.554.036H8.6c-.56 0-.84 0-1.054-.109a1 1 0 0 1-.437-.437C7 9.24 7 8.96 7 8.4z\"></path></g></svg>";
333
+ export declare const letsPressure = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M20.693 17.33a9 9 0 1 0-17.386 0\"></path><path d=\"M12.766 15.582c.487.71.144 1.792-.766 2.417c-.91.626-2.043.558-2.53-.151c-.52-.756-2.314-5.007-3.403-7.637c-.205-.495.4-.911.79-.542c2.064 1.96 5.39 5.157 5.909 5.913Z\"></path><path stroke-linecap=\"round\" d=\"M12 6v2m-6.364.636L7.05 10.05m11.314-1.414L16.95 10.05m3.743 7.28l-1.931-.518m-15.455.518l1.931-.518\"></path></g></svg>";
334
+ export declare const letsPrint = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M18.353 14H19c.943 0 1.414 0 1.707-.293C21 13.414 21 12.943 21 12v-1c0-1.886 0-2.828-.586-3.414C19.828 7 18.886 7 17 7H7c-1.886 0-2.828 0-3.414.586C3 8.172 3 9.114 3 11v2c0 .471 0 .707.146.854C3.293 14 3.53 14 4 14h1.647\"></path><path d=\"M6 20.306V12c0-.943 0-1.414.293-1.707C6.586 10 7.057 10 8 10h8c.943 0 1.414 0 1.707.293c.293.293.293.764.293 1.707v8.306c0 .317 0 .475-.104.55c-.104.075-.254.025-.554-.075l-2.184-.728c-.078-.026-.117-.04-.158-.04c-.04 0-.08.014-.158.04l-2.684.894c-.078.026-.117.04-.158.04c-.04 0-.08-.014-.158-.04l-2.684-.894c-.078-.026-.117-.04-.158-.04c-.04 0-.08.014-.158.04l-2.184.728c-.3.1-.45.15-.554.075C6 20.781 6 20.623 6 20.306ZM18 7V5.88c0-1.008 0-1.512-.196-1.897a1.8 1.8 0 0 0-.787-.787C16.632 3 16.128 3 15.12 3H8.88c-1.008 0-1.512 0-1.897.196a1.8 1.8 0 0 0-.787.787C6 4.368 6 4.872 6 5.88V7\"></path><path stroke-linecap=\"round\" d=\"M10 14h3m-3 3h4.5\"></path></g></svg>";
335
+ export declare const letsProgress = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 6V3m0 18v-2m7-7h2M3 12h3m11.657-5.657l.707-.707M5.636 18.364L7.05 16.95m9.9 0l1.414 1.414M5.636 5.636l2.121 2.121\"></path></svg>";
336
+ export declare const letsProtein = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9.3 5.681c1.338-1.824 4.062-1.824 5.4 0l.768 1.046a16.093 16.093 0 0 1 3.014 7.706a5.428 5.428 0 0 1-3.902 5.83l-.768.22a6.596 6.596 0 0 1-3.624 0l-.768-.22a5.428 5.428 0 0 1-3.902-5.83a16.092 16.092 0 0 1 3.015-7.706z\"></path></svg>";
337
+ export declare const letsPyramidChart = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.866 3.268L3.109 20.783a.15.15 0 0 0 .134.217h17.514a.15.15 0 0 0 .134-.217L12.135 3.268a.15.15 0 0 0-.268 0ZM19 17H5m12-4H7m8-4H9\"></path></svg>";
338
+ export declare const letsQuestion = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><circle cx=\"12\" cy=\"18\" r=\".5\" fill=\"currentColor\"></circle><path d=\"M12 16v-1.419c0-.944.604-1.782 1.5-2.081a2.194 2.194 0 0 0 1.5-2.081v-.513C15 8.3 13.7 7 12.094 7H12a3 3 0 0 0-3 3\"></path></g></svg>";
339
+ export declare const letsRain = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M12 12H6v2h6zm6 0h-6v2h6zm2-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zm-2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zm-.524-2.455A6.001 6.001 0 0 0 12 2v2a4 4 0 0 1 3.652 2.364zM12 2a6.001 6.001 0 0 0-5.476 3.545l1.824.82A4.001 4.001 0 0 1 12 4zM6 6a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4a4 4 0 0 0 4 4v-2a2 2 0 0 1-2-2zm4.524-4.455C6.369 5.89 6.129 6 6 6v2c1.15 0 1.979-.813 2.348-1.636zM18 6c-.13 0-.369-.11-.524-.455l-1.824.82C16.02 7.186 16.849 8 18 8z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M12 19v-2m5 3v-3M7 21v-4\"></path></g></svg>";
340
+ export declare const letsReduce = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M15 15v-1h-1v1zm5.293 6.707a1 1 0 0 0 1.414-1.414zM15 9h-1v1h1zm6.707-5.293a1 1 0 0 0-1.414-1.414zM9 15h1v-1H9zm-6.707 5.293a1 1 0 1 0 1.414 1.414zM9 9v1h1V9zM3.707 2.293a1 1 0 0 0-1.414 1.414zM16 20v-5h-2v5zm-1-4h5v-2h-5zm-.707-.293l6 6l1.414-1.414l-6-6zM14 4v5h2V4zm1 6h5V8h-5zm.707-.293l6-6l-1.414-1.414l-6 6zM10 20v-5H8v5zm-1-6H4v2h5zm-.707.293l-6 6l1.414 1.414l6-6zM8 4v5h2V4zm1 4H4v2h5zm.707.293l-6-6l-1.414 1.414l6 6z\"></path></svg>";
341
+ export declare const letsRefresh2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m14 15l-4 4l4 4\"></path><path stroke-linecap=\"round\" d=\"M18.062 8.5A7 7 0 0 1 12 19\"></path><path d=\"m10 9l4-4l-4-4\"></path><path stroke-linecap=\"round\" d=\"M5.938 15.5A7 7 0 0 1 12 5\"></path></g></svg>";
342
+ export declare const letsRefresh = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m14 15l-4 4l4 4\"></path><path stroke-linecap=\"round\" d=\"M5.938 15.5A7 7 0 1 1 12 19\"></path></g></svg>";
343
+ export declare const letsRefundBack = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m4 8l-.707.707L2.586 8l.707-.707zm5 12a1 1 0 1 1 0-2zm-.707-6.293l-5-5l1.414-1.414l5 5zm-5-6.414l5-5l1.414 1.414l-5 5zM4 7h10.5v2H4zm10.5 13H9v-2h5.5zm6.5-6.5a6.5 6.5 0 0 1-6.5 6.5v-2a4.5 4.5 0 0 0 4.5-4.5zM14.5 7a6.5 6.5 0 0 1 6.5 6.5h-2A4.5 4.5 0 0 0 14.5 9z\"></path></svg>";
344
+ export declare const letsRefundDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m16 20l-.707.707l.707.707l.707-.707zM4 15a1 1 0 1 0 2 0zm6.293.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM17 20V9.5h-2V20zM4 9.5V15h2V9.5zM10.5 3A6.5 6.5 0 0 0 4 9.5h2A4.5 4.5 0 0 1 10.5 5zM17 9.5A6.5 6.5 0 0 0 10.5 3v2A4.5 4.5 0 0 1 15 9.5z\"></path></svg>";
345
+ export declare const letsRefundForward = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m20 8l.707.707l.707-.707l-.707-.707zm-5 12a1 1 0 1 0 0-2zm.707-6.293l5-5l-1.414-1.414l-5 5zm5-6.414l-5-5l-1.414 1.414l5 5zM20 7H9.5v2H20zM9.5 20H15v-2H9.5zM3 13.5A6.5 6.5 0 0 0 9.5 20v-2A4.5 4.5 0 0 1 5 13.5zM9.5 7A6.5 6.5 0 0 0 3 13.5h2A4.5 4.5 0 0 1 9.5 9z\"></path></svg>";
346
+ export declare const letsRefundTop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m8 4l.707-.707L8 2.586l-.707.707zm12 5a1 1 0 1 0-2 0zm-6.293-.707l-5-5l-1.414 1.414l5 5zm-6.414-5l-5 5l1.414 1.414l5-5zM7 4v10.5h2V4zm13 10.5V9h-2v5.5zM13.5 21a6.5 6.5 0 0 0 6.5-6.5h-2a4.5 4.5 0 0 1-4.5 4.5zM7 14.5a6.5 6.5 0 0 0 6.5 6.5v-2A4.5 4.5 0 0 1 9 14.5z\"></path></svg>";
347
+ export declare const letsRegroup = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m18 20l-.707.707l.707.707l.707-.707zM13 4a1 1 0 1 0 0 2zm.293 12.707l4 4l1.414-1.414l-4-4zm5.414 4l4-4l-1.414-1.414l-4 4zM19 20V9h-2v11zM14 4h-1v2h1zm5 5a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3zM6 4l.707-.707L6 2.586l-.707.707zm5 16a1 1 0 1 0 0-2zm-.293-12.707l-4-4l-1.414 1.414l4 4zm-5.414-4l-4 4l1.414 1.414l4-4zM5 4v11h2V4zm5 16h1v-2h-1zm-5-5a5 5 0 0 0 5 5v-2a3 3 0 0 1-3-3z\"></path></svg>";
348
+ export declare const letsRemote = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m7 4l4 5l-4 5m10-4l-4 5l4 5\"></path></svg>";
349
+ export declare const letsRemove = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path d=\"M7.5 12h9\"></path></g></svg>";
350
+ export declare const letsRename = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 5h5m0 0h5m-5 0v14m-5 0h5m0 0h5M11 9H4a2 2 0 0 0-2 2v4h9m6 0h3a2 2 0 0 0 2-2V9h-5\"></path></svg>";
351
+ export declare const letsResizeDownRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M10 20h10V10\"></path><path d=\"M12 17h5v-5\"></path></g></svg>";
352
+ export declare const letsReturn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m20 10l.707.707l.707-.707l-.707-.707zM3 18a1 1 0 1 0 2 0zm12.707-2.293l5-5l-1.414-1.414l-5 5zm5-6.414l-5-5l-1.414 1.414l5 5zM20 9H10v2h10zM3 16v2h2v-2zm7-7a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5z\"></path></svg>";
353
+ export declare const letsRing = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M7.342 12.946a4.722 4.722 0 0 1 9.315 0l.104.617c.155.935.6 1.797 1.269 2.467a.568.568 0 0 1-.402.97H6.372a.568.568 0 0 1-.402-.97a4.546 4.546 0 0 0 1.27-2.467z\"></path><path stroke-linecap=\"round\" d=\"m11 9l1-6m1 6l-1-6m-1.932 17.63c.114.106.365.2.715.267c.349.067.777.103 1.217.103c.44 0 .868-.036 1.217-.103c.35-.067.6-.161.715-.268\"></path></g></svg>";
354
+ export declare const letsRoadAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m9.096 20.793l2.831-6.136c.024-.05.035-.075.051-.083a.05.05 0 0 1 .044 0c.016.008.027.033.05.083l2.832 6.136c.03.063.044.095.039.114a.05.05 0 0 1-.034.033c-.02.005-.05-.01-.113-.042l-2.76-1.38h0a.103.103 0 0 0-.027-.011a.047.047 0 0 0-.018 0a.103.103 0 0 0-.027.01h0l-2.76 1.381c-.063.031-.094.047-.113.042a.05.05 0 0 1-.034-.033c-.005-.019.01-.05.039-.114ZM4 18L7 4m13 14L17 4m-5 7V9m0-3V4\"></path></svg>";
355
+ export declare const letsRoadFinish = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M17 11h.8c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C21 12.52 21 13.08 21 14.2v3.6c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C19.48 21 18.92 21 17.8 21H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.874-.874C3 19.48 3 18.92 3 17.8v-3.6c0-1.12 0-1.68.218-2.108a2 2 0 0 1 .874-.874C4.52 11 5.08 11 6.2 11H7M5.5 21L7 11m11.5 10L17 11m-5 6v-3\"></path><path stroke-linejoin=\"round\" d=\"M12 7V3.5c0-.236 0-.354.073-.427C12.146 3 12.264 3 12.5 3H17l-1.5 2L17 7zm0 0v3\"></path></g></svg>";
356
+ export declare const letsRoad = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"m9.096 20.793l2.831-6.136c.024-.05.035-.075.051-.083a.05.05 0 0 1 .044 0c.016.008.027.033.05.083l2.832 6.136c.03.063.044.095.039.114a.05.05 0 0 1-.034.033c-.02.005-.05-.01-.113-.042l-2.76-1.38h0a.103.103 0 0 0-.027-.011a.047.047 0 0 0-.018 0a.103.103 0 0 0-.027.01h0l-2.76 1.381c-.063.031-.094.047-.113.042a.05.05 0 0 1-.034-.033c-.005-.019.01-.05.039-.114ZM5 17L8 3m11 14L16 3m-4 7V8\"></path><path d=\"M17 17h.8c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C21 15.48 21 14.92 21 13.8V6.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C19.48 3 18.92 3 17.8 3H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C3 4.52 3 5.08 3 6.2v7.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C4.52 17 5.08 17 6.2 17H7\"></path></g></svg>";
357
+ export declare const letsRofl = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m16 8l-8 3m0-3l8 3\"></path><path fill=\"currentColor\" d=\"M8 14.556c0-.052 0-.078.002-.1a.5.5 0 0 1 .454-.454c.022-.002.048-.002.1-.002h6.888c.052 0 .078 0 .1.002a.5.5 0 0 1 .454.454c.002.022.002.048.002.1V15a4 4 0 0 1-8 0z\"></path></g></svg>";
358
+ export declare const letsRollAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M5 16c.71 0 1.1-.551 1.25-.806c.19-.32.326-.719.427-1.123C6.883 13.247 7 12.161 7 11c0-1.162-.117-2.247-.323-3.071c-.1-.404-.237-.802-.427-1.123C6.1 6.55 5.71 6 5 6s-1.1.551-1.25.806c-.19.32-.326.719-.427 1.123C3.117 8.753 3 9.839 3 11c0 1.162.117 2.247.323 3.071c.1.404.237.802.427 1.124c.15.254.54.805 1.25.805Z\"></path><path stroke-linecap=\"round\" d=\"M19 16c.693 0 1.082-.528 1.239-.788c.193-.32.333-.721.438-1.141c.213-.853.323-1.956.323-3.071c0-1.115-.11-2.218-.323-3.071c-.105-.42-.245-.82-.438-1.141C20.082 6.528 19.693 6 19 6m0 0s-3.062 1-7 1C8.063 7 5 6 5 6m0 10s1.441-.764 4.5-1m9.5 1s-1.441-.764-4.5-1M10 8v2m4-2v2\"></path><circle cx=\"12\" cy=\"13\" r=\"3\"></circle><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.5 15L6 18l2 .5L9.5 20l2.5-4l2.5 4l1.5-1.5l2-.5l-3.5-3\"></path></g></svg>";
359
+ export declare const letsRoll = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M5 16c5.333 0 5.333-7.429 0-8m12 8c5.333 0 5.333-7.429 0-8m-6 8c5.333 0 5.333-7.429 0-8m6.5 8H5m12-8H5\"></path><path d=\"M5 16a2 2 0 1 1 .518-3.932\"></path></g></svg>";
360
+ export declare const letsRoot = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m18.5 15.5l-4-4m0 4l4-4M20 7h-6.902a.15.15 0 0 0-.138.09l-3.83 8.62a.15.15 0 0 1-.272.006L7.04 12.083A.15.15 0 0 0 6.907 12H6\"></path></svg>";
361
+ export declare const letsSadAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><mask id=\"letsIconsSadAlt20\" width=\"4\" height=\"3\" x=\"7\" y=\"9\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M7 9h4v3H7z\"></path><path d=\"M9.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C8.14 10 8.26 10 8.5 10H9z\"></path></mask><mask id=\"letsIconsSadAlt21\" width=\"4\" height=\"3\" x=\"13\" y=\"9\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M13 9h4v3h-4z\"></path><path d=\"M15.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C14.14 10 14.26 10 14.5 10h.5z\"></path></mask><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8.324 16.273c.418-.09.976-.158 1.604-.203c.635-.046 1.35-.07 2.072-.07c.723 0 1.437.024 2.072.07c.628.045 1.186.112 1.604.203\"></path><path fill=\"currentColor\" d=\"M9.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C8.14 10 8.26 10 8.5 10H9z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C8.14 10 8.26 10 8.5 10H9z\" mask=\"url(#letsIconsSadAlt20)\"></path><path fill=\"currentColor\" d=\"M15.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C14.14 10 14.26 10 14.5 10h.5z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M15.5 10c.24 0 .36 0 .433.123c.073.122.03.2-.055.356a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.356C14.14 10 14.26 10 14.5 10h.5z\" mask=\"url(#letsIconsSadAlt21)\"></path></g></svg>";
362
+ export declare const letsSadAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><mask id=\"letsIconsSadAlt0\" width=\"4\" height=\"3\" x=\"7\" y=\"8\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M7 8h4v3H7z\"></path><path d=\"M9.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C8.14 9 8.26 9 8.5 9H9z\"></path></mask><mask id=\"letsIconsSadAlt1\" width=\"4\" height=\"3\" x=\"13\" y=\"8\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M13 8h4v3h-4z\"></path><path d=\"M15.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C14.14 9 14.26 9 14.5 9h.5z\"></path></mask><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M7.881 16.244c.493-.427 1.142-.735 1.842-.937A8.308 8.308 0 0 1 12 15c.786 0 1.57.103 2.277.307c.7.202 1.35.51 1.842.937\"></path><path fill=\"currentColor\" d=\"M9.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C8.14 9 8.26 9 8.5 9H9z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C8.14 9 8.26 9 8.5 9H9z\" mask=\"url(#letsIconsSadAlt0)\"></path><path fill=\"currentColor\" d=\"M15.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C14.14 9 14.26 9 14.5 9h.5z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M15.5 9c.24 0 .36 0 .433.122c.073.123.03.201-.055.357a1 1 0 0 1-1.756 0c-.085-.156-.128-.234-.055-.357C14.14 9 14.26 9 14.5 9h.5z\" mask=\"url(#letsIconsSadAlt1)\"></path></g></svg>";
363
+ export declare const letsSad = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M7.881 16.244c.493-.427 1.142-.735 1.842-.937A8.308 8.308 0 0 1 12 15c.786 0 1.57.103 2.277.307c.7.202 1.35.51 1.842.937\"></path><circle cx=\"9\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><circle cx=\"15\" cy=\"10\" r=\"1.25\" fill=\"currentColor\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle></g></svg>";
364
+ export declare const letsSave = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M16 21v-2c0-1.886 0-2.828-.586-3.414C14.828 15 13.886 15 12 15h-1c-1.886 0-2.828 0-3.414.586C7 16.172 7 17.114 7 19v2\"></path><path stroke-linecap=\"round\" d=\"M7 8h5\"></path><path d=\"M3 9c0-2.828 0-4.243.879-5.121C4.757 3 6.172 3 9 3h7.172c.408 0 .613 0 .796.076c.184.076.329.22.618.51l2.828 2.828c.29.29.434.434.51.618c.076.183.076.388.076.796V15c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15z\"></path></g></svg>";
365
+ export declare const letsScanAlt2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M21 10V9c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C18.396 5 17.93 5 17 5M3 10V9c0-.93 0-1.395.102-1.776a3 3 0 0 1 2.122-2.122C5.605 5 6.07 5 7 5m14 9v1c0 .93 0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C18.396 19 17.93 19 17 19M3 14v1c0 .93 0 1.395.102 1.776a3 3 0 0 0 2.122 2.122C5.605 19 6.07 19 7 19\"></path><path stroke-linecap=\"round\" d=\"M12 15V9m-4 5v-4m8 4v-4\"></path></g></svg>";
366
+ export declare const letsScanAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M20 10V9c0-.93 0-1.395-.102-1.776a3 3 0 0 0-2.122-2.122C17.396 5 16.93 5 16 5m4 9v1c0 .93 0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C17.396 19 16.93 19 16 19m-6 0H9c-1.87 0-2.804 0-3.5-.402A3 3 0 0 1 4.402 17.5C4 16.804 4 15.87 4 14m6-9H9c-1.87 0-2.804 0-3.5.402A3 3 0 0 0 4.402 6.5C4 7.196 4 8.13 4 10\"></path><path stroke-linecap=\"round\" d=\"M10 21V3\"></path></g></svg>";
367
+ export declare const letsScan = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M9 3H8c-.93 0-1.395 0-1.776.102a3 3 0 0 0-2.122 2.122C4 5.605 4 6.07 4 7m11-4h1c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.122C20 5.605 20 6.07 20 7m0 8v1c0 1.87 0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C17.804 21 16.87 21 15 21M4 15v1c0 1.87 0 2.804.402 3.5A3 3 0 0 0 5.5 20.598C6.196 21 7.13 21 9 21\"></path><path stroke-linecap=\"round\" d=\"M3 15h18M7 11v4h10v-4c0-.943 0-1.414-.293-1.707C16.414 9 15.943 9 15 9H9c-.943 0-1.414 0-1.707.293C7 9.586 7 10.057 7 11\"></path></g></svg>";
368
+ export declare const letsSearchAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"11\" cy=\"11\" r=\"7\"></circle><path stroke-linecap=\"round\" d=\"M11 8a3 3 0 0 0-3 3m12 9l-3-3\"></path></g></svg>";
369
+ export declare const letsSearch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"11\" cy=\"11\" r=\"7\"></circle><path stroke-linecap=\"round\" d=\"m20 20l-3-3\"></path></g></svg>";
370
+ export declare const letsSendHor = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"m6.998 10.247l.435.76c.277.485.415.727.415.993s-.138.508-.415.992l-.435.761c-1.238 2.167-1.857 3.25-1.375 3.788c.483.537 1.627.037 3.913-.963l6.276-2.746c1.795-.785 2.693-1.178 2.693-1.832c0-.654-.898-1.047-2.693-1.832L9.536 7.422c-2.286-1-3.43-1.5-3.913-.963c-.482.537.137 1.62 1.375 3.788Z\"></path></svg>";
371
+ export declare const letsSend = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18.298 5.683c-.38.068-.916.244-1.776.53L10.03 8.378c-.828.276-1.412.471-1.832.635a4.55 4.55 0 0 0-.452.199c-.086.045-.116.07-.118.07a1 1 0 0 0 0 1.437a.723.723 0 0 0 .118.071c.1.053.245.118.452.2c.42.163 1.004.358 1.832.634l.056.019c.273.09.513.17.734.287a3 3 0 0 1 1.25 1.25c.117.22.197.46.287.734l.02.056c.275.828.47 1.412.634 1.832a4.3 4.3 0 0 0 .199.452c.045.086.07.116.07.118a1 1 0 0 0 1.437 0a.723.723 0 0 0 .071-.118c.053-.1.118-.245.2-.453c.163-.42.358-1.003.634-1.83l2.163-6.491c.287-.86.463-1.398.53-1.777l.005-.023a3.46 3.46 0 0 0-.023.004m.259-.023l-.01-.001zm-.216-.208l-.001-.009zm-.393-1.738c.55-.098 1.305-.127 1.885.453c.58.58.55 1.334.453 1.885c-.096.542-.323 1.221-.578 1.987l-.024.072l-2.164 6.49l-.01.03c-.264.792-.474 1.424-.659 1.896c-.173.445-.378.905-.688 1.227a3 3 0 0 1-4.326 0c-.31-.322-.515-.782-.688-1.227c-.185-.472-.395-1.104-.66-1.897l-.01-.028c-.12-.361-.147-.433-.176-.488a1 1 0 0 0-.417-.417c-.055-.03-.127-.056-.488-.177l-.028-.01c-.793-.264-1.425-.474-1.898-.659c-.444-.173-.904-.378-1.226-.688a3 3 0 0 1 0-4.326c.322-.31.782-.515 1.226-.688a44.668 44.668 0 0 1 1.898-.66l.028-.01l6.491-2.163l.072-.024c.766-.255 1.445-.482 1.987-.578\" clip-rule=\"evenodd\"></path></svg>";
372
+ export declare const letsSertificate = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M19 11V8.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C17.48 5 16.92 5 15.8 5H7.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C4 6.52 4 7.08 4 8.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C5.52 17 6.08 17 7.2 17H14m-6-4h4M8 9h7\"></path><circle cx=\"18\" cy=\"15\" r=\"1\"></circle><path stroke-linecap=\"round\" d=\"M20 20s-.5-1-2-1s-2 1-2 1\"></path></g></svg>";
373
+ export declare const letsServer = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m7.096 8.025l.98.195zm.937-2.069l-.793-.609zm1.756-1.44l.442.897zm4.422 0l-.442.897zm1.756 1.44l-.794.609zm.937 2.069l.98-.196zM7.025 8.5l-.995-.1zm.899 6.882l.924.382zm-.541.54l.382.925zm9.234 0L17 15zm-.54-.54L17 15zm.898-6.882l.995-.1zM17.5 10a2.5 2.5 0 0 1 2.5 2.5h2A4.5 4.5 0 0 0 17.5 8zm2.5 2.5a2.5 2.5 0 0 1-2.5 2.5v2a4.5 4.5 0 0 0 4.5-4.5zm-3 2v-2.444h-2V14.5zm0-2.444a2 2 0 0 0-2-2v2zm-2-2H9v2h6zm-6 0a2 2 0 0 0-2 2h2zm-2 2V14.5h2v-2.444zM6.5 15A2.5 2.5 0 0 1 4 12.5H2A4.5 4.5 0 0 0 6.5 17zM4 12.5A2.5 2.5 0 0 1 6.5 10V8A4.5 4.5 0 0 0 2 12.5zm2.115-4.67a6 6 0 0 0-.085.571l1.99.2a4.07 4.07 0 0 1 .057-.381zM7.24 5.346A6 6 0 0 0 6.115 7.83l1.962.39a4 4 0 0 1 .75-1.654zM9.346 3.62A6 6 0 0 0 7.24 5.347l1.587 1.218a4 4 0 0 1 1.404-1.152zM12 3a6 6 0 0 0-2.654.619l.885 1.794A4 4 0 0 1 12 5zm2.654.619A6 6 0 0 0 12 3v2a4 4 0 0 1 1.77.413zm2.106 1.728a6 6 0 0 0-2.106-1.728l-.885 1.794a4 4 0 0 1 1.404 1.152zm1.125 2.482a5.999 5.999 0 0 0-1.125-2.482l-1.587 1.218a4 4 0 0 1 .75 1.655zm.085.572a5.994 5.994 0 0 0-.085-.572l-1.962.39c.025.127.044.254.057.382zM6.5 10c.85 0 1.447-.677 1.52-1.4l-1.99-.199A.46.46 0 0 1 6.5 8zm.5 4.5c0 .247 0 .382-.007.48c-.006.088-.014.07.007.02l1.848.765a2.03 2.03 0 0 0 .14-.65c.013-.181.012-.396.012-.615zM6.5 17c.22 0 .434 0 .615-.012a2.03 2.03 0 0 0 .65-.14L7 15c.05-.02.068-.013-.02-.007A8.096 8.096 0 0 1 6.5 15zm.5-2l.765 1.848a2 2 0 0 0 1.083-1.083zm10.5 0c-.247 0-.382 0-.48-.007c-.088-.006-.07-.014-.02.007l-.765 1.848c.234.097.46.127.65.14c.181.012.396.012.615.012zm-2.5-.5c0 .22 0 .434.012.615c.013.19.043.416.14.65L17 15c.02.05.013.068.007-.02A8.095 8.095 0 0 1 17 14.5zm2 .5l-1.848.765a2 2 0 0 0 1.083 1.083zm.5-7a.46.46 0 0 1 .47.401l-1.99.2c.072.722.67 1.399 1.52 1.399z\"></path><rect width=\"8\" height=\"10\" x=\"8\" y=\"11\" stroke=\"currentColor\" rx=\"2\"></rect><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.5 16h1\"></path></g></svg>";
374
+ export declare const letsSettingAltLine = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.082 13.945c-.529-.95-.793-1.426-.793-1.945c0-.519.264-.994.793-1.944L4.43 7.63l1.426-2.381c.559-.933.838-1.4 1.287-1.66c.45-.259.993-.267 2.08-.285L12 3.26l2.775.044c1.088.018 1.631.026 2.08.286c.45.26.73.726 1.288 1.659L19.57 7.63l1.35 2.426c.528.95.792 1.425.792 1.944c0 .519-.264.994-.793 1.944L19.57 16.37l-1.426 2.381c-.559.933-.838 1.4-1.287 1.66c-.45.259-.993.267-2.08.285L12 20.74l-2.775-.044c-1.088-.018-1.631-.026-2.08-.286c-.45-.26-.73-.726-1.288-1.659L4.43 16.37z\"></path><circle cx=\"12\" cy=\"12\" r=\"3\"></circle></g></svg>";
375
+ export declare const letsSettingLine = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m14.136 3.361l.995-.1zm-.152-.82L13.095 3zm.447 2.277l.795-.607zm.929.384l-.134-.99zm1.238-.82l.633.773zm.687-.473l.305.953zm.702.035l.398-.917zm.637.538l-.707.707zm.894.894l.707-.707zm.538.637l.917-.398zm.035.702l.952.304zm-.472.687l-.774-.633zm-.822 1.239l-.99-.134zm.385.928l-.606.795zm1.457.295l.099-.995zm.82.152l.458-.889zm.47.521l.93-.367zm.001 2.926l-.93-.368zm-.472.52l.459.89zm-.82.153l-.099-.995l-.033.003l-.032.006zm0 0l.1.995l.033-.003l.032-.005zm-1.456.295l-.606-.795zm-.384.929l-.991.133zm.821 1.238l-.774.633zm.472.687l-.953.304zm-.035.702l-.918-.398zm-.538.637l.707.707zm-.894.893l-.707-.707zm-.637.538l.398.918zm-.702.035l-.304.953zm-.687-.472l.633-.774l-.008-.006zm0 0l-.633.774l.008.007zm-1.238-.82l.133-.992zm-.929.384l.795.606zm-.295 1.456l-.995-.1zm-.152.82L13.095 21zm-.521.472l-.368-.93zm-2.926 0l.368-.93zm-.52-.472l.888-.458zm-.153-.82l-.995.1zm-.295-1.456l-.795.607zm-.928-.384l-.134-.992zm-1.239.82l-.633-.773l-.016.013l-.015.013zm0 0l.633.775l.016-.013l.015-.014zm-.687.473l.304.952zm-.702-.035l-.398.917zm-.637-.538l.707-.707zm-.894-.894l-.707.707zm-.538-.637l.918-.397zm-.035-.702l.953.305zm.472-.687l.774.633zm.821-1.239l.992.134zm-.384-.928l.606-.795zm-1.457-.295l-.1.995zm-.82-.152L3 13.095zm-.47-.521l-.93.367zm0-2.926l-.93-.368zm.47-.52l-.458-.89zm.82-.153v-1h-.05l-.049.005zm0 0v1h.05l.05-.005zm1.457-.295l-.606-.795zm.385-.928l.991-.134zM4.38 7.4l.774-.632zm-.472-.687l.953-.304zm.035-.702l-.917-.397zm.538-.637l.707.707zm.894-.893l-.707-.707zm.637-.538l-.398-.918zm.702-.035l.304-.953zm.687.472l.633-.774zm1.238.821l.134-.991zm.93-.385l-.796-.606zm.294-1.456l.995.1zm.152-.82l-.889-.458zm.521-.471l.368.93zm2.926 0l.367-.93zm1.668 1.192a9.346 9.346 0 0 0-.068-.575a2.02 2.02 0 0 0-.19-.604L13.095 3c-.023-.045-.018-.061-.005.018c.015.089.028.213.051.443zm.095.95c.063.082.043.119.008-.076c-.033-.186-.06-.447-.103-.874l-1.99.199c.04.394.074.748.125 1.03c.049.27.135.625.37.933zm0 0l-1.59 1.212a2 2 0 0 0 1.857.77zm.739-.605a13.01 13.01 0 0 1-.691.545c-.163.113-.151.073-.048.06l.267 1.982c.384-.052.696-.242.922-.4c.235-.162.51-.388.816-.639zm1.016-.65a2.02 2.02 0 0 0-.561.292c-.14.1-.297.229-.455.358l1.266 1.548c.179-.146.276-.225.35-.277c.065-.047.056-.031.009-.016zm1.404.07a2 2 0 0 0-1.404-.07l.609 1.905zm.946.748a8.862 8.862 0 0 0-.417-.402a2.02 2.02 0 0 0-.53-.346l-.794 1.835c-.046-.02-.053-.036.007.017c.068.06.157.147.32.31zm.894.894l-.894-.894l-1.414 1.414l.894.894zm.748.946a2.02 2.02 0 0 0-.346-.53a9.385 9.385 0 0 0-.402-.416L18.81 6.083c.163.163.25.252.31.32c.053.06.037.053.017.007zm.07 1.404a2 2 0 0 0-.07-1.404l-1.835.795zm-.65 1.016a8.54 8.54 0 0 0 .358-.455c.106-.148.22-.332.292-.561l-1.905-.609c.015-.047.03-.056-.016.01c-.052.073-.13.17-.277.349zm-.605.739c-.013.103-.053.115.06-.048c.107-.155.273-.358.545-.69l-1.548-1.267c-.25.306-.477.581-.64.816c-.157.226-.347.538-.399.922zm0 0l-1.982-.267a2 2 0 0 0 .77 1.857zm.95.095a13.02 13.02 0 0 1-.874-.103c-.195-.035-.158-.055-.076.008l-1.212 1.59c.308.235.662.321.934.37c.281.05.635.085 1.029.125zm1.179.258a2.02 2.02 0 0 0-.604-.19a9.346 9.346 0 0 0-.575-.068l-.199 1.99a9.1 9.1 0 0 1 .443.05c.08.014.063.019.018-.004zm.943 1.043a2 2 0 0 0-.943-1.043L21 10.906zm.14 1.198c0-.204 0-.407-.011-.579a2.017 2.017 0 0 0-.13-.62L21 10.906c-.018-.047-.012-.063-.006.017c.006.09.006.215.006.446zm0 1.264v-1.264h-2v1.264zm-.14 1.198c.088-.223.117-.437.129-.62c.011-.171.011-.374.011-.578h-2c0 .231 0 .356-.006.446c-.006.08-.012.064.006.017zm-.943 1.043a2 2 0 0 0 .943-1.043L21 13.095zm-1.179.258c.204-.02.405-.04.575-.068c.18-.03.39-.08.604-.19L21 13.095c.044-.023.061-.018-.018-.005a7.673 7.673 0 0 1-.443.051zm.065-.008l-.329-1.973zm-1.014.103c-.083.063-.12.043.075.008c.186-.033.447-.06.874-.103l-.199-1.99c-.393.04-.748.074-1.029.125c-.271.049-.626.135-.934.37zm0 0l-1.213-1.59a2 2 0 0 0-.77 1.857zm.604.738a13.074 13.074 0 0 1-.545-.69c-.113-.163-.073-.151-.06-.048l-1.981.267c.052.384.241.696.399.922c.163.235.389.51.639.816zm.65 1.016a2.02 2.02 0 0 0-.292-.56c-.1-.141-.229-.297-.358-.456l-1.548 1.267c.146.179.225.275.277.349c.047.065.032.057.016.01zm-.07 1.405a2 2 0 0 0 .07-1.405l-1.905.61zm-.748.946c.145-.145.288-.287.402-.417c.12-.138.25-.309.346-.53l-1.835-.795c.02-.046.036-.052-.017.008c-.06.068-.147.156-.31.32zm-.894.893l.894-.893l-1.414-1.414l-.894.893zm-.946.749a2.02 2.02 0 0 0 .53-.347c.129-.113.272-.257.416-.402l-1.414-1.414a7.889 7.889 0 0 1-.32.31c-.06.054-.053.038-.007.018zm-1.404.07a2 2 0 0 0 1.404-.07l-.795-1.835zm-1.016-.65c.158.129.314.258.455.358c.148.105.332.219.561.292l.609-1.905c.047.015.056.03-.01-.016a7.745 7.745 0 0 1-.349-.277zm.008.006l1.25-1.561zm-.747-.61c-.103-.015-.115-.055.048.058c.155.108.358.273.69.545l1.267-1.547c-.306-.251-.581-.477-.816-.64c-.226-.158-.538-.347-.922-.399zm0 0l.267-1.983a2 2 0 0 0-1.857.77zm-.095.949c.043-.427.07-.689.103-.874c.035-.195.055-.159-.008-.076l-1.59-1.213c-.235.308-.321.663-.37.934c-.05.282-.085.636-.125 1.03zm-.259 1.179c.11-.214.16-.424.19-.604c.03-.17.049-.371.07-.575l-1.99-.2a8.292 8.292 0 0 1-.052.444c-.013.08-.018.063.005.018zm-1.041.943a2 2 0 0 0 1.041-.943L13.095 21zm-1.2.14c.205 0 .408 0 .58-.011c.182-.012.396-.04.62-.13L13.095 21c.047-.018.063-.012-.017-.006a7.77 7.77 0 0 1-.446.006zm-1.263 0h1.264v-2h-1.264zm-1.198-.14c.223.088.437.117.62.129c.171.011.374.011.578.011v-2c-.231 0-.356 0-.446-.006c-.08-.006-.064-.012-.017.006zm-1.043-.943a2 2 0 0 0 1.043.943l.735-1.86zm-.258-1.179c.02.204.04.405.068.575c.03.18.08.39.19.604l1.78-.916c.023.044.018.061.005-.018a7.668 7.668 0 0 1-.051-.443zm-.095-.95c-.063-.082-.043-.12-.008.076c.033.185.06.447.103.874l1.99-.199c-.04-.394-.074-.748-.125-1.03c-.049-.27-.135-.625-.37-.933zm0 0l1.59-1.212a2 2 0 0 0-1.857-.77zm-.739.605c.333-.272.536-.438.691-.545c.163-.113.151-.073.048-.06l-.267-1.982c-.384.052-.696.242-.922.4c-.235.162-.51.388-.816.639zm.031-.027L6.737 18.87zm-1.047.677a2.02 2.02 0 0 0 .561-.292c.14-.1.297-.229.455-.358L6.77 18.845a7.767 7.767 0 0 1-.35.277c-.065.047-.056.032-.009.016zm-1.404-.07a2 2 0 0 0 1.404.07l-.609-1.905zm-.947-.748c.145.145.288.288.418.402c.137.12.308.25.53.346l.794-1.835c.046.02.053.036-.007-.017a7.694 7.694 0 0 1-.32-.31zm-.893-.894l.894.894l1.414-1.414l-.894-.894zm-.748-.946c.095.22.226.392.346.53c.114.129.257.272.402.416l1.414-1.414a7.733 7.733 0 0 1-.31-.32c-.053-.06-.037-.053-.017-.007zm-.07-1.404a2 2 0 0 0 .07 1.404l1.835-.795zm.65-1.016a8.54 8.54 0 0 0-.358.455a2.02 2.02 0 0 0-.292.561l1.905.609c-.016.047-.03.056.016-.01c.052-.073.13-.17.277-.349zm.604-.739c.014-.103.054-.115-.059.048c-.107.155-.273.358-.545.69l1.548 1.267c.25-.306.477-.581.64-.816c.157-.226.347-.538.399-.922zm0 0l1.983.267a2 2 0 0 0-.77-1.857zm-.95-.095c.428.043.69.07.875.103c.195.035.158.055.075-.008l1.213-1.59c-.308-.235-.662-.321-.934-.37c-.281-.05-.635-.085-1.03-.125zm-1.178-.258c.214.11.424.16.604.19c.17.028.371.048.575.068l.199-1.99a7.675 7.675 0 0 1-.443-.05c-.08-.014-.063-.019-.018.004zM1.14 13.83a2 2 0 0 0 .943 1.043L3 13.095zM1 12.632c0 .204 0 .407.011.579c.012.182.04.396.13.62L3 13.094c.018.047.012.063.007-.017A7.745 7.745 0 0 1 3 12.632zm0-1.264v1.264h2v-1.264zm.14-1.199a2.02 2.02 0 0 0-.129.62c-.012.172-.011.375-.011.58h2c0-.232 0-.357.007-.447c.005-.08.011-.064-.007-.017zm.943-1.041a2 2 0 0 0-.943 1.041l1.86.736zm1.179-.26c-.204.021-.405.04-.575.07c-.18.03-.39.08-.604.19L3 10.905c-.045.023-.061.018.018.005a7.65 7.65 0 0 1 .443-.051zm.1-.004v2zm0 0v2zm.85-.09c.083-.063.12-.043-.076-.008c-.185.033-.447.06-.874.103l.2 1.99c.393-.04.747-.074 1.029-.125c.271-.049.626-.135.934-.37zm0 0l1.213 1.59a2 2 0 0 0 .769-1.857zm-.605-.739c.272.332.438.536.546.691c.113.163.073.151.059.048l1.982-.267c-.052-.384-.241-.695-.399-.922c-.163-.235-.39-.51-.64-.816zm-.65-1.017c.073.23.186.413.292.562c.1.14.229.297.358.455L5.155 6.77a7.742 7.742 0 0 1-.277-.35c-.047-.065-.031-.057-.016-.01zm.07-1.403a2 2 0 0 0-.07 1.403l1.905-.608zm.748-.947c-.145.145-.288.287-.402.417a2.02 2.02 0 0 0-.346.53l1.835.795c-.02.046-.036.053.017-.008c.06-.068.147-.156.31-.32zm.894-.893l-.894.893L5.19 6.082l.894-.893zm0 0l1.414 1.414zm.946-.749a2.02 2.02 0 0 0-.53.347a9.385 9.385 0 0 0-.416.402l1.414 1.414c.163-.164.252-.251.32-.31c.06-.054.053-.038.007-.018zm1.404-.07a2 2 0 0 0-1.404.07l.795 1.835zm1.016.65c-.158-.129-.314-.257-.455-.357a2.02 2.02 0 0 0-.561-.293L6.41 4.861c-.047-.015-.056-.03.01.016c.073.053.17.131.349.278zm.739.605c.103.014.115.054-.048-.059a13.022 13.022 0 0 1-.69-.545L6.768 5.155c.306.25.581.476.816.64c.226.157.538.346.922.398zm0 0l-.267 1.982a2 2 0 0 0 1.857-.77zm.095-.95c-.043.428-.07.69-.103.875c-.035.195-.055.158.008.075l1.59 1.213c.235-.308.321-.663.37-.934c.05-.281.086-.636.125-1.03zm.258-1.178a2.02 2.02 0 0 0-.19.604c-.028.17-.048.371-.068.575l1.99.199a9.1 9.1 0 0 1 .05-.443c.014-.08.019-.062-.004-.018zm1.043-.943a2 2 0 0 0-1.043.943L10.905 3zM11.368 1c-.204 0-.407 0-.579.011a2.02 2.02 0 0 0-.62.129L10.906 3c-.047.018-.063.012.017.007c.09-.006.215-.007.446-.007zm1.264 0h-1.264v2h1.264zm1.198.14a2.02 2.02 0 0 0-.62-.129C13.04.999 12.837 1 12.633 1v2c.231 0 .356 0 .446.007c.08.005.064.011.017-.007zm1.043.943a2 2 0 0 0-1.043-.943L13.095 3zM15 12a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5zm-3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5zm-3 3a3 3 0 0 1 3-3V7a5 5 0 0 0-5 5zm3 3a3 3 0 0 1-3-3H7a5 5 0 0 0 5 5z\"></path></svg>";
376
+ export declare const letsSettingVert = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.5 8.5v-4m-5 10v4m10-2v2m-5 0v-6m-5-8v6m10-6v8m-7-4h4m-9 6h4m6 2h4\"></path></svg>";
377
+ export declare const letsShop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4.621 4.515c.182-.728.273-1.091.544-1.303C5.437 3 5.812 3 6.562 3h10.876c.75 0 1.125 0 1.397.212c.27.212.362.575.544 1.303l1.203 4.814c.097.388.146.581.135.739a1 1 0 0 1-.69.883c-.15.049-.354.049-.763.049c-.533 0-.8 0-1.023-.052a2 2 0 0 1-1.393-1.18c-.089-.212-.132-.47-.217-.983c-.024-.144-.036-.216-.05-.235a.1.1 0 0 0-.162 0c-.014.019-.026.09-.05.235l-.081.489A2 2 0 0 1 14.352 11h-.204a2 2 0 0 1-1.936-1.726l-.081-.49c-.024-.143-.036-.215-.05-.234a.1.1 0 0 0-.162 0c-.014.019-.026.09-.05.235l-.081.489A2 2 0 0 1 9.852 11h-.204A2 2 0 0 1 7.73 9.374a1.386 1.386 0 0 1-.018-.1l-.081-.49c-.024-.143-.036-.215-.05-.234a.1.1 0 0 0-.162 0c-.014.019-.026.09-.05.235c-.085.514-.128.77-.217.983a2 2 0 0 1-1.392 1.18C5.536 11 5.27 11 4.736 11c-.409 0-.613 0-.763-.049a1 1 0 0 1-.69-.883c-.01-.158.038-.351.135-.739z\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.017 12.5C5 12.921 5 13.415 5 14v6c0 .943 0 1.414.293 1.707C5.586 22 6.057 22 7 22h3v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4h3c.943 0 1.414 0 1.707-.293C19 21.414 19 20.943 19 20v-6c0-.585 0-1.079-.017-1.5c-.365 0-.738-.011-1.083-.091a3.499 3.499 0 0 1-1.4-.682c-.584.47-1.32.754-2.113.772l-.126.001h-.148A3.493 3.493 0 0 1 12 11.726c-.584.47-1.32.754-2.113.772l-.126.001h-.148a3.493 3.493 0 0 1-2.113-.773c-.404.325-.88.56-1.4.682c-.345.08-.718.09-1.083.091\" clip-rule=\"evenodd\"></path></svg>";
378
+ export declare const letsSignInCircle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M4.929 19.071a10 10 0 1 0 0-14.142\"></path><path fill=\"currentColor\" d=\"m15 12l.78-.625l.5.625l-.5.625zM3 13a1 1 0 1 1 0-2zm8.78-6.625l4 5l-1.56 1.25l-4-5zm4 6.25l-4 5l-1.56-1.25l4-5zM15 13H3v-2h12z\"></path></g></svg>";
379
+ export declare const letsSignInSqure = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M7 7.132v-.52c0-2.146 0-3.219.69-3.817c.69-.598 1.751-.446 3.876-.143l4.282.612c2.457.351 3.685.526 4.418 1.372C21 5.482 21 6.723 21 9.204v5.592c0 2.481 0 3.722-.734 4.568c-.733.846-1.961 1.021-4.417 1.372l-4.283.612c-2.125.303-3.187.455-3.876-.143C7 20.607 7 19.534 7 17.388v-.322\"></path><path fill=\"currentColor\" d=\"m16 12l.78-.625l.5.625l-.5.625zM4 13a1 1 0 1 1 0-2zm8.78-6.625l4 5l-1.56 1.25l-4-5zm4 6.25l-4 5l-1.56-1.25l4-5zM16 13H4v-2h12z\"></path></g></svg>";
380
+ export declare const letsSignIn = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2c-5.185 0-9.449 3.947-9.95 9h9.536L8.293 7.707l1.414-1.414l5 5l.707.707l-.707.707l-5 5l-1.414-1.414L11.586 13H2.049c.502 5.053 4.766 9 9.951 9\" clip-rule=\"evenodd\"></path></svg>";
381
+ export declare const letsSignOutCircle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M8 18.928A8 8 0 1 0 8 5.072\"></path><path fill=\"currentColor\" d=\"m2 12l-.78-.625l-.5.625l.5.625zm9 1a1 1 0 1 0 0-2zM5.22 6.375l-4 5l1.56 1.25l4-5zm-4 6.25l4 5l1.56-1.25l-4-5zM2 13h9v-2H2z\"></path></g></svg>";
382
+ export declare const letsSignOutSqure = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m2 12l-.78-.625l-.5.625l.5.625zm9 1a1 1 0 1 0 0-2zM5.22 6.375l-4 5l1.56 1.25l4-5zm-4 6.25l4 5l1.56-1.25l-4-5zM2 13h9v-2H2z\"></path><path stroke=\"currentColor\" d=\"M10 8.132v-.743c0-1.619 0-2.428.474-2.987c.474-.56 1.272-.693 2.868-.96l1.672-.278c3.243-.54 4.864-.81 5.925.088C22 4.151 22 5.795 22 9.082v5.835c0 3.288 0 4.932-1.06 5.83c-1.062.9-2.683.63-5.926.089l-1.672-.279c-1.596-.266-2.394-.399-2.868-.958C10 19.039 10 18.229 10 16.61v-.545\"></path></g></svg>";
383
+ export declare const letsSignOut = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21.95 11h-9.536l3.293-3.293l-1.414-1.414l-5 5l-.707.707l.707.707l5 5l1.414-1.414L12.414 13h9.537c-.502 5.053-4.766 9-9.951 9c-5.523 0-10-4.477-10-10S6.477 2 12 2c5.185 0 9.449 3.947 9.95 9\" clip-rule=\"evenodd\"></path></svg>";
384
+ export declare const letsSizeDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m12 20l-.6.8l.6.45l.6-.45zm1-12a1 1 0 1 0-2 0zm-5.6 9.8l4 3l1.2-1.6l-4-3zm5.2 3l4-3l-1.2-1.6l-4 3zm.4-.8V8h-2v12z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M8 13v0c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.121C4 10.395 4 9.93 4 9V8c0-1.87 0-2.804.402-3.5A3 3 0 0 1 5.5 3.402C6.196 3 7.13 3 9 3h6c1.87 0 2.804 0 3.5.402A3 3 0 0 1 19.598 4.5C20 5.196 20 6.13 20 8v1c0 .93 0 1.395-.102 1.777a3 3 0 0 1-2.122 2.12C17.396 13 16.93 13 16 13v0\"></path></g></svg>";
385
+ export declare const letsSizeRightUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M3 9V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-3\"></path><path fill=\"currentColor\" d=\"M16 8V7h1v1zm-5.793 7.207a1 1 0 0 1-1.414-1.414zM15 14V8h2v6zm1-5h-6V7h6zm.707-.293l-6.5 6.5l-1.414-1.414l6.5-6.5z\"></path><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" stroke=\"currentColor\" stroke-linecap=\"round\" rx=\"2\"></rect></g></svg>";
386
+ export declare const letsSortAlfa = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M6 20h12m-9-8h6m-8 5l3.117-8.726c.785-2.2 1.178-3.3 1.883-3.3c.705 0 1.098 1.1 1.883 3.3L17 17\"></path></svg>";
387
+ export declare const letsSortArrow = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m8 2l-.707-.707L8 .586l.707.707zm1 15a1 1 0 1 1-2 0zM2.293 6.293l5-5l1.414 1.414l-5 5zm6.414-5l5 5l-1.414 1.414l-5-5zM9 2v15H7V2zm7 20l-.707.707l.707.707l.707-.707zm1-15a1 1 0 1 0-2 0zm-6.707 10.707l5 5l1.414-1.414l-5-5zm6.414 5l5-5l-1.414-1.414l-5 5zM17 22V7h-2v15z\"></path></svg>";
388
+ export declare const letsSortDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M5 7h8m-8 5h6m-6 5h4\"></path><path d=\"m19 18l3-3m-3 3l-3-3m3 3V6\"></path></g></svg>";
389
+ export declare const letsSortListAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" d=\"M5 8v8\"></path><path fill=\"currentColor\" d=\"m5.208 2.312l2.963 4.444A.8.8 0 0 1 7.505 8h-5.01a.8.8 0 0 1-.666-1.244l2.963-4.444a.25.25 0 0 1 .416 0m0 19.376l2.963-4.444A.8.8 0 0 0 7.505 16h-5.01a.8.8 0 0 0-.666 1.244l2.963 4.444a.25.25 0 0 0 .416 0\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11 7h8m-8 5h8m-8 5h8\"></path></g></svg>";
390
+ export declare const letsSortList = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M5 7h7m-7 5h7m-7 5h7\"></path><path d=\"m19 20l3-3m-3 3l-3-3m3 3V4m0 0l-3 3m3-3l3 3\"></path></g></svg>";
391
+ export declare const letsSortRandom = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M3 7h1.78c2.152 0 3.228 0 4.1.456a4 4 0 0 1 1.005.749c.688.703.997 1.734 1.615 3.795s.928 3.092 1.615 3.795c.294.301.633.554 1.006.749c.871.456 1.947.456 4.1.456H21m0 0l-3-3m3 3l-3 3\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m21.707 6.293l-3-3l-1.414 1.414L18.586 6h-.411c-1.038 0-1.881 0-2.573.06c-.717.064-1.349.198-1.945.51a5 5 0 0 0-1.21.888c.241.393.43.8.594 1.21c.113.283.223.593.332.923a2.5 2.5 0 0 1 .457-.688a3 3 0 0 1 .755-.56c.275-.145.617-.239 1.193-.29C16.371 8.001 17.127 8 18.22 8h.366l-1.293 1.293l1.414 1.414l3-3L22.414 7zm-11.154 10.25a7.91 7.91 0 0 1-.594-1.21a16.393 16.393 0 0 1-.332-.924a2.484 2.484 0 0 1-.457.688a3 3 0 0 1-.755.56c-.275.145-.617.24-1.193.29c-.593.052-1.349.053-2.442.053H3v2h1.825c1.038 0 1.881 0 2.572-.06c.718-.064 1.35-.198 1.946-.51a5 5 0 0 0 1.21-.888\" clip-rule=\"evenodd\"></path></g></svg>";
392
+ export declare const letsSortUpAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M4.5 7.5h10m-10 4h7m-7 4h5\"></path><path stroke-linejoin=\"round\" d=\"m17.5 9.5l2 2m-2-2l-2 2m2-2v6\"></path></g></svg>";
393
+ export declare const letsSortUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M5 17h8m-8-5h6M5 7h4\"></path><path d=\"m19 6l3 3m-3-3l-3 3m3-3v12\"></path></g></svg>";
394
+ export declare const letsSort = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5 7h14M5 12h10M5 17h6\"></path></svg>";
395
+ export declare const letsSoundMax = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.158 13.93a3.752 3.752 0 0 1 0-3.86a1.5 1.5 0 0 1 .993-.7l1.693-.339a.45.45 0 0 0 .258-.153L8.17 6.395c1.182-1.42 1.774-2.129 2.301-1.938C11 4.648 11 5.572 11 7.42v9.162c0 1.847 0 2.77-.528 2.962c-.527.19-1.119-.519-2.301-1.938L6.1 15.122a.45.45 0 0 0-.257-.153L4.15 14.63a1.5 1.5 0 0 1-.993-.7z\"></path><path stroke-linecap=\"round\" d=\"M15.536 8.464a5 5 0 0 1 .027 7.044m4.094-9.165a8 8 0 0 1 .044 11.27\"></path></g></svg>";
396
+ export declare const letsSoundMin = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.158 13.93a3.752 3.752 0 0 1 0-3.86a1.5 1.5 0 0 1 .993-.7l1.693-.339a.45.45 0 0 0 .258-.153L8.17 6.395c1.182-1.42 1.774-2.129 2.301-1.938C11 4.648 11 5.572 11 7.42v9.162c0 1.847 0 2.77-.528 2.962c-.527.19-1.119-.519-2.301-1.938L6.1 15.122a.45.45 0 0 0-.257-.153L4.15 14.63a1.5 1.5 0 0 1-.993-.7z\"></path><path stroke-linecap=\"round\" d=\"M15.536 8.464a5 5 0 0 1 .027 7.044\"></path></g></svg>";
397
+ export declare const letsSoundMute = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3.158 13.93a3.752 3.752 0 0 1 0-3.86a1.5 1.5 0 0 1 .993-.7l1.693-.339a.45.45 0 0 0 .258-.153L8.17 6.395c1.182-1.42 1.774-2.129 2.301-1.938C11 4.648 11 5.572 11 7.42v9.162c0 1.847 0 2.77-.528 2.962c-.527.19-1.119-.519-2.301-1.938L6.1 15.122a.45.45 0 0 0-.257-.153L4.15 14.63a1.5 1.5 0 0 1-.993-.7z\"></path><path stroke-linecap=\"round\" d=\"m15 15l6-6m0 6l-6-6\"></path></g></svg>";
398
+ export declare const letsSound = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M13 14H8.818a3.249 3.249 0 1 0 .403 6.472l.557-.07A3.678 3.678 0 0 0 13 16.754V7.39c0-1.619 0-2.428.474-2.987c.474-.56 1.272-.693 2.868-.96L18.7 3.05c.136-.022.204-.034.24.006c.037.04.02.106-.013.24l-.895 3.581c-.015.06-.023.09-.044.11c-.02.02-.05.026-.111.038L13 8\"></path></svg>";
399
+ export declare const letsSpeedAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.53 18.257a9 9 0 1 1 12.94 0a.148.148 0 0 1-.212 0l-4.03-4.03a.156.156 0 0 0-.215-.002A2.99 2.99 0 0 1 12 15a2.99 2.99 0 0 1-2.013-.775a.156.156 0 0 0-.214.002l-4.03 4.03a.148.148 0 0 1-.212 0m11.985-8.4a1 1 0 0 0-1.03-1.714l-5 3a1 1 0 0 0 1.03 1.714z\" clip-rule=\"evenodd\"></path></svg>";
400
+ export declare const letsSpeed = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><path d=\"M4 14a8 8 0 1 1 16 0\"></path><path d=\"M10 15a2 2 0 1 1 4 0\"></path><path stroke-linecap=\"round\" d=\"m13 13l2-3m5 4v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1\"></path></g></svg>";
401
+ export declare const letsStackframe = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M5 8c0-.943 0-1.414.293-1.707C5.586 6 6.057 6 7 6h6.063c.46 0 .691 0 .893.094c.201.095.349.272.644.626l3.333 4c.51.612.765.918.765 1.28s-.255.668-.765 1.28l-3.333 4c-.295.354-.443.531-.644.626c-.202.094-.432.094-.893.094H7c-.943 0-1.414 0-1.707-.293C5 17.414 5 16.943 5 16z\"></path></svg>";
402
+ export declare const letsStar = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M10.144 6.628c.786-1.961 1.18-2.942 1.856-2.942c.676 0 1.07.98 1.856 2.942l.037.09c.444 1.109.666 1.663 1.12 2c.452.336 1.047.39 2.236.496l.214.019c1.946.174 2.92.261 3.127.88c.209.62-.514 1.277-1.96 2.591l-.481.44c-.732.665-1.098.998-1.268 1.434a2.002 2.002 0 0 0-.08.25c-.111.454-.004.937.21 1.902l.067.3c.393 1.775.59 2.662.247 3.045a1 1 0 0 1-.481.296c-.496.136-1.2-.438-2.61-1.586c-.925-.754-1.388-1.131-1.919-1.216a1.997 1.997 0 0 0-.63 0c-.532.085-.994.462-1.92 1.216c-1.408 1.148-2.113 1.722-2.609 1.586a1 1 0 0 1-.48-.296c-.344-.383-.147-1.27.246-3.044l.067-.301c.214-.966.321-1.448.21-1.903a2.002 2.002 0 0 0-.08-.25c-.17-.435-.536-.768-1.268-1.434l-.482-.439c-1.445-1.314-2.168-1.972-1.96-2.59c.209-.62 1.182-.707 3.128-.881l.214-.02c1.19-.106 1.784-.159 2.237-.496c.453-.336.675-.89 1.12-1.998z\"></path></svg>";
403
+ export declare const letsStat = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\"><rect width=\"4\" height=\"13\" x=\"18\" y=\"7\" rx=\"1\"></rect><rect width=\"4\" height=\"7\" x=\"10\" y=\"13\" rx=\"1\"></rect><rect width=\"4\" height=\"11\" x=\"2\" y=\"9\" rx=\"1\"></rect></g></svg>";
404
+ export declare const letsStatusList = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.401 7.5H19a.5.5 0 0 0 0-1h-3.959c.06.359.185.696.36 1m-2.172 0c-.1-.32-.17-.655-.204-1H5a.5.5 0 0 0 0 1zM5 11.5a.5.5 0 0 0 0 1h14a.5.5 0 0 0 0-1zm0 5a.5.5 0 0 0 0 1h14a.5.5 0 0 0 0-1z\" clip-rule=\"evenodd\"></path><circle cx=\"18\" cy=\"6\" r=\"3\" fill=\"currentColor\"></circle></svg>";
405
+ export declare const letsStatus = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18.98 9.253a7.524 7.524 0 0 0-4.233-4.234a3 3 0 0 0-.534.868a6.519 6.519 0 0 1 3.9 3.9a3 3 0 0 0 .868-.534m-6.752-3.75a6.5 6.5 0 1 0 6.268 6.268c.343-.106.67-.25.976-.424a7.5 7.5 0 1 1-6.82-6.819a4.975 4.975 0 0 0-.424.976\" clip-rule=\"evenodd\"></path><circle cx=\"17\" cy=\"7\" r=\"3\" fill=\"currentColor\"></circle></svg>";
406
+ export declare const letsStethoscope = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"19\" cy=\"14\" r=\"2\" fill=\"currentColor\"></circle><circle cx=\"9\" cy=\"13\" r=\"2\" fill=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M19 14v2a5 5 0 0 1-5 5h-2c-2.5 0-3-1.6-3-8m0-1c3.959 0 4.98-2.938 5-5.907a.15.15 0 0 0-.083-.134L12 5m-3 7c-3.959 0-4.98-2.938-5-5.907c0-.057.032-.109.083-.134L6 5\"></path></g></svg>";
407
+ export declare const letsStopAndPlay = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path stroke-linejoin=\"round\" d=\"M11.427 11.126L4.594 7.33A.4.4 0 0 0 4 7.68v8.64a.4.4 0 0 0 .594.35l6.833-3.796a1 1 0 0 0 0-1.748\"></path><path d=\"M16 17V7m4 10V7\"></path></g></svg>";
408
+ export declare const letsStop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><rect width=\"4\" height=\"14\" x=\"6\" y=\"5\" rx=\"1\"></rect><rect width=\"4\" height=\"14\" x=\"14\" y=\"5\" rx=\"1\"></rect></g></svg>";
409
+ export declare const letsStorm = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M12.324 11.46Zm-1.344-.367Zm.696 8.448s.001-.003.005-.006a.05.05 0 0 1-.005.006Zm1.344.366Zm-3.451-2.18c.397.058.887.07 1.431.072v1.417c0 .324 0 .653.03.906a1.7 1.7 0 0 0 .149.54c.114.235.344.518.743.626c.398.108.74-.018.957-.163c.189-.125.322-.285.402-.39a8.287 8.287 0 0 0 .512-.81l1.296-2.204l.037-.063c.362-.614.689-1.17.877-1.637c.199-.49.36-1.158-.015-1.814c-.376-.657-1.033-.856-1.556-.933c-.398-.06-.888-.071-1.432-.073v-1.417c0-.324 0-.653-.03-.906a1.7 1.7 0 0 0-.149-.54a1.166 1.166 0 0 0-.743-.626a1.166 1.166 0 0 0-.957.163a1.698 1.698 0 0 0-.402.39a8.287 8.287 0 0 0-.512.81L8.911 13.28l-.037.063c-.362.614-.689 1.17-.878 1.637c-.198.49-.36 1.158.016 1.814c.376.657 1.033.856 1.557.933ZM12.5 13.7z\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 2a6.001 6.001 0 0 0-5.476 3.545C6.369 5.89 6.129 6 6 6a4 4 0 0 0-.995 7.875a2.79 2.79 0 0 1 .02-.267c.082-.62.352-1.18.75-1.62A2 2 0 0 1 6 8c1.15 0 1.979-.813 2.348-1.636a4.001 4.001 0 0 1 7.304 0C16.02 7.187 16.849 8 18 8a2 2 0 0 1 .225 3.988c.398.44.668 1 .75 1.62c.01.08.016.164.02.267A4.002 4.002 0 0 0 18 6c-.13 0-.369-.11-.524-.455A6.001 6.001 0 0 0 12 2\" clip-rule=\"evenodd\"></path></g></svg>";
410
+ export declare const letsStructure = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"16\" height=\"5\" x=\"4\" y=\"4\" rx=\"1\"></rect><path d=\"M4 17c0-.943 0-1.414.293-1.707C4.586 15 5.057 15 6 15h3v3c0 .943 0 1.414-.293 1.707C8.414 20 7.943 20 7 20H6c-.943 0-1.414 0-1.707-.293C4 19.414 4 18.943 4 18zm11-2h3c.943 0 1.414 0 1.707.293c.293.293.293.764.293 1.707v1c0 .943 0 1.414-.293 1.707C19.414 20 18.943 20 18 20h-1c-.943 0-1.414 0-1.707-.293C15 19.414 15 18.943 15 18z\"></path></g></svg>";
411
+ export declare const letsSubttasksAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"16\" y=\"9\" rx=\"2\" transform=\"rotate(90 16 9)\"></rect><rect width=\"4\" height=\"4\" x=\"20\" y=\"17\" rx=\"2\" transform=\"rotate(90 20 17)\"></rect><path d=\"M5 4v11c0 1.886 0 2.828.586 3.414C6.172 19 7.114 19 9 19h7\"></path><path d=\"M5 7c0 1.886 0 2.828.586 3.414C6.172 11 7.114 11 9 11h3\"></path></g></svg>";
412
+ export declare const letsSubttasks = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"18\" y=\"9\" rx=\"2\" transform=\"rotate(90 18 9)\"></rect><rect width=\"4\" height=\"4\" x=\"18\" y=\"17\" rx=\"2\" transform=\"rotate(90 18 17)\"></rect><rect width=\"4\" height=\"4\" x=\"3\" y=\"7\" rx=\"2\" transform=\"rotate(-90 3 7)\"></rect><path d=\"M5 8v7c0 1.886 0 2.828.586 3.414C6.172 19 7.114 19 9 19h5\"></path><path d=\"M5 7c0 1.886 0 2.828.586 3.414C6.172 11 7.114 11 9 11h5\"></path></g></svg>";
413
+ export declare const letsSuitcase = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6 9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm3-2V5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2m-5 4h4\"></path><rect width=\"3\" height=\"3\" x=\"7\" y=\"19\" fill=\"currentColor\" rx=\".5\"></rect><rect width=\"3\" height=\"3\" x=\"14\" y=\"19\" fill=\"currentColor\" rx=\".5\"></rect></g></svg>";
414
+ export declare const letsSun = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path stroke-linecap=\"round\" d=\"M12 5V3m0 18v-2m4.95-11.95l1.414-1.414M5.636 18.364L7.05 16.95M19 12h2M3 12h2m11.95 4.95l1.414 1.414M5.636 5.636L7.05 7.05\"></path></g></svg>";
415
+ export declare const letsSunlight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"4\"></circle><path d=\"M12 8V4m0 16v-4M9.172 9.172L6.343 6.343m11.314 11.314l-2.829-2.829M16 12h4M4 12h4m6.828-2.828l2.829-2.829M6.343 17.657l2.829-2.829\"></path></g></svg>";
416
+ export declare const letsTableSettings = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M9 18H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2M4 8h16M4 13h5\"></path><path stroke=\"currentColor\" d=\"M11.54 16.972a2 2 0 0 1 0-1.944l.676-1.213l.712-1.19a2 2 0 0 1 1.684-.973L16 11.63l1.388.022a2 2 0 0 1 1.684.972l.713 1.191l.674 1.213a2 2 0 0 1 0 1.944l-.674 1.213l-.713 1.19a2 2 0 0 1-1.684.973L16 20.37l-1.388-.022a2 2 0 0 1-1.684-.972l-.713-1.191z\"></path><circle cx=\"16\" cy=\"16\" r=\"1\" fill=\"currentColor\"></circle></g></svg>";
417
+ export declare const letsTable = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M15 9h6v9c0 .943 0 1.414-.293 1.707C20.414 20 19.943 20 19 20h-4zM3 9h6v11H5c-.943 0-1.414 0-1.707-.293C3 19.414 3 18.943 3 18zm6 0h6v11H9zM3 6c0-.943 0-1.414.293-1.707C3.586 4 4.057 4 5 4h14c.943 0 1.414 0 1.707.293C21 4.586 21 5.057 21 6v3H3z\"></path></svg>";
418
+ export declare const letsTablet = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"14\" height=\"18\" x=\"5\" y=\"3\" rx=\"2\"></rect><path d=\"M15 17H9\"></path></g></svg>";
419
+ export declare const letsTarget = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"7\"></circle><circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"currentColor\"></circle><path stroke-linecap=\"round\" d=\"M7.05 7.05L4 4m12.95 3.05L20 4m0 16l-3.05-3.05M4 20l3.05-3.05\"></path></g></svg>";
420
+ export declare const letsTemperature = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m15.384 12.319l-.677.736zM10 6a2 2 0 0 1 2-2V2a4 4 0 0 0-4 4zm0 5.5V6H8v5.5zM8 16c0-1.165.497-2.213 1.293-2.945L7.94 11.583A5.987 5.987 0 0 0 6 16zm4 4a4 4 0 0 1-4-4H6a6 6 0 0 0 6 6zm4-4a4 4 0 0 1-4 4v2a6 6 0 0 0 6-6zm-1.293-2.945A3.987 3.987 0 0 1 16 16h2a5.987 5.987 0 0 0-1.94-4.417zM14 6v5.5h2V6zm-2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zm4.06 7.583a.247.247 0 0 1-.054-.07c-.008-.016-.006-.02-.006-.013h-2c0 .645.31 1.19.707 1.555zM8 11.5c0-.006.002-.003-.006.013a.246.246 0 0 1-.055.07l1.354 1.472c.397-.365.707-.91.707-1.555z\"></path><circle cx=\"12\" cy=\"16\" r=\"2\" fill=\"currentColor\"></circle></svg>";
421
+ export declare const letsTerminal = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><rect width=\"17\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"></rect><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m7 10l2 2l-2 2\"></path><path stroke-linecap=\"round\" d=\"M12 14h4\"></path></g></svg>";
422
+ export declare const letsText = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7 6v8.593c0 1.718 2.024 2.636 3.317 1.505L11 15.5M4 9h6m4 0l5 8m0-8l-5 8\"></path></svg>";
423
+ export declare const letsThumbDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M8.85 5H6a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.85a.15.15 0 0 0 .15-.15v-7.7A.15.15 0 0 0 8.85 5ZM9 13l1.832 2.748a1 1 0 0 1 .168.555V19a1 1 0 0 0 1 1h1a2 2 0 0 0 2-2v-5\"></path><path d=\"M13 13h4.765a2 2 0 0 0 1.988-2.22l-.555-5A2 2 0 0 0 17.21 4h-3.796a1 1 0 0 0-.707.293l-.414.414a1 1 0 0 1-.707.293H9\"></path></g></svg>";
424
+ export declare const letsThumbUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M8.85 19H6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h2.85a.15.15 0 0 1 .15.15v7.7a.15.15 0 0 1-.15.15ZM9 11l1.832-2.748A1 1 0 0 0 11 7.697V5a1 1 0 0 1 1-1h1a2 2 0 0 1 2 2v5\"></path><path d=\"M13 11h4.765a2 2 0 0 1 1.988 2.22l-.555 5A2 2 0 0 1 17.21 20h-3.796a1 1 0 0 1-.707-.293l-.414-.414a1 1 0 0 0-.707-.293H9\"></path></g></svg>";
425
+ export declare const letsTicketAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linejoin=\"round\" d=\"M18 21V3l-3 2l-3-2l-3 2l-3-2v18l3-1.5l3 1.5l3-1.5z\"></path><path stroke-linecap=\"round\" d=\"M10 9h4m-4 6h4m-4-3h4\"></path></g></svg>";
426
+ export declare const letsTicketUse = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"m19.908 19.782l-.454-.891zm.874-.874l-.891-.454zm-.874-14.69l.454-.891zm.874.874l.891-.454zm-16.69-.874l-.454-.891zm-.874.874l-.891-.454zM6.2 5h11.6V3H6.2zm11.6 14H6.2v2h11.6zM20 7.2v2.57h2V7.2zm.77 1.8H20v2h.77zM20 14.23v2.57h2v-2.57zm0 .77h.77v-2H20zM4 9h-.77v2H4zm0 .77V7.2H2v2.57zm0 7.03v-2.57H2v2.57zM3.23 15H4v-2h-.77zM4 15a3 3 0 0 0 3-3H5a1 1 0 0 1-1 1zm0-.77a.77.77 0 0 1-.77.77v-2C2.552 13 2 13.551 2 14.23zM3.23 9a.77.77 0 0 1 .77.77H2c0 .679.551 1.23 1.23 1.23zM4 11a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm13 1a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1zm5 2.23A1.23 1.23 0 0 0 20.77 13v2a.77.77 0 0 1-.77-.77zm-2-4.46a.77.77 0 0 1 .77-.77v2A1.23 1.23 0 0 0 22 9.77zM20 9a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1zM6.2 19c-.577 0-.949 0-1.232-.024c-.272-.022-.373-.06-.422-.085l-.908 1.782c.378.193.772.264 1.167.296c.384.032.851.031 1.395.031zM2 16.8c0 .544 0 1.011.03 1.395c.033.395.104.789.297 1.167l1.782-.908c-.025-.05-.063-.15-.085-.422C4 17.75 4 17.377 4 16.8zm2.546 2.091a1 1 0 0 1-.437-.437l-1.782.908a3 3 0 0 0 1.311 1.311zM17.8 21c.544 0 1.011 0 1.395-.03c.395-.033.789-.104 1.167-.297l-.908-1.782c-.05.025-.15.063-.422.085C18.75 19 18.377 19 17.8 19zm2.2-4.2c0 .577 0 .949-.024 1.232c-.022.272-.06.372-.085.422l1.782.908c.193-.378.264-.772.296-1.167c.032-.384.031-.851.031-1.395zm.362 3.873a3 3 0 0 0 1.311-1.311l-1.782-.908a1 1 0 0 1-.437.437zM17.8 5c.577 0 .949 0 1.232.024c.272.022.372.06.422.085l.908-1.782c-.378-.193-.772-.264-1.167-.296C18.811 2.999 18.344 3 17.8 3zM22 7.2c0-.544 0-1.011-.03-1.395c-.033-.395-.104-.789-.297-1.167l-1.782.908c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2zm-2.546-2.091a1 1 0 0 1 .437.437l1.782-.908a3 3 0 0 0-1.311-1.311zM6.2 3c-.544 0-1.011 0-1.395.03c-.395.033-.789.104-1.167.297l.908 1.782c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5zM4 7.2c0-.577 0-.949.024-1.232c.022-.272.06-.373.085-.422l-1.782-.908c-.193.378-.264.772-.296 1.167C1.999 6.189 2 6.656 2 7.2zm-.362-3.873a3 3 0 0 0-1.311 1.311l1.782.908a1 1 0 0 1 .437-.437z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M13 9v1m0-6v1m0 9v1m0 4v1\"></path></g></svg>";
427
+ export declare const letsTicket = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M3 8.5c0-1.398 0-2.097.228-2.648a3 3 0 0 1 1.624-1.624C5.403 4 6.102 4 7.5 4h9c1.398 0 2.097 0 2.648.228a3 3 0 0 1 1.624 1.624C21 6.403 21 7.102 21 8.5v.75a.75.75 0 0 1-.75.75H20a2 2 0 1 0 0 4h.25a.75.75 0 0 1 .75.75v.75c0 1.398 0 2.097-.228 2.648a3 3 0 0 1-1.624 1.624C18.597 20 17.898 20 16.5 20h-9c-1.398 0-2.097 0-2.648-.228a3 3 0 0 1-1.624-1.624C3 17.597 3 16.898 3 15.5v-.75a.75.75 0 0 1 .75-.75H4a2 2 0 1 0 0-4h-.25A.75.75 0 0 1 3 9.25z\"></path><path fill=\"currentColor\" d=\"M11.557 10.689c.168-.435.252-.653.388-.683a.254.254 0 0 1 .11 0c.136.03.22.248.388.682c.096.248.144.372.233.456a.53.53 0 0 0 .081.063c.104.064.233.076.491.1c.437.04.656.061.722.19a.28.28 0 0 1 .028.086c.022.145-.138.297-.46.6l-.089.084c-.15.142-.225.213-.269.301a.56.56 0 0 0-.051.17c-.014.098.008.2.052.406l.016.074c.079.369.118.553.069.644a.26.26 0 0 1-.216.138c-.1.005-.241-.114-.524-.353c-.185-.158-.278-.236-.382-.267a.505.505 0 0 0-.288 0c-.104.03-.197.11-.383.267c-.282.239-.423.358-.523.353a.26.26 0 0 1-.216-.138c-.049-.09-.01-.275.07-.644l.015-.074c.044-.205.066-.308.052-.406a.56.56 0 0 0-.051-.17c-.044-.088-.119-.16-.269-.3l-.09-.085c-.32-.303-.481-.455-.459-.6a.28.28 0 0 1 .028-.086c.067-.129.285-.15.722-.19c.258-.024.387-.036.49-.1a.53.53 0 0 0 .082-.063c.09-.084.137-.208.233-.456Z\"></path></g></svg>";
428
+ export declare const letsTie = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 7V3h6v4M9 7L7 19l5 2l5-2l-2-12M9 7h6m-3.5 5.5H9\"></path></svg>";
429
+ export declare const letsTimeAtack = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" d=\"M12 6.5c0-.24 0-.359.08-.433c.082-.074.194-.065.42-.046a6 6 0 1 1-5.428 9.401c-.13-.186-.194-.279-.17-.386c.024-.107.128-.166.335-.286l4.513-2.606c.122-.07.183-.105.216-.163c.034-.058.034-.129.034-.27z\"></path><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"></circle></g></svg>";
430
+ export declare const letsTimeProgress = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M5.636 5.636A9 9 0 1 0 12 3m0 9L6 6m6-3v2m9 7h-2m-7 7v2m-7-9H3\"></path></svg>";
431
+ export declare const letsTime = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"9\"></circle><path stroke-linecap=\"round\" d=\"M16.5 12h-4.25a.25.25 0 0 1-.25-.25V8.5\"></path></g></svg>";
432
+ export declare const letsTooth = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M12 16.375c1.412 0 2.559 2.625 3.5 2.625c1.882 0 4.5-7 4.5-10.937C20 6.383 18.382 5 16.5 5S13.412 7 12 7S9.382 5 7.5 5C5.618 5 4 6.313 4 8.063C4 12 6.618 19 8.5 19c.941 0 2.088-2.625 3.5-2.625Z\"></path></svg>";
433
+ export declare const letsTransferDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 5v7H5.483a.2.2 0 0 0-.142.341L12 19l6.659-6.659a.2.2 0 0 0-.142-.341H15V5\"></path></svg>";
434
+ export declare const letsTransferLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M19 15h-7v3.517a.2.2 0 0 1-.341.142L5 12l6.659-6.659a.2.2 0 0 1 .341.142V9h7\"></path></svg>";
435
+ export declare const letsTransferLongDown = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M10 2v12H6.435a.2.2 0 0 0-.152.33L12 21l5.717-6.67a.2.2 0 0 0-.152-.33H14V2\"></path></svg>";
436
+ export declare const letsTransferLongLeft = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M22 14H10v3.565a.2.2 0 0 1-.33.152L3 12l6.67-5.717a.2.2 0 0 1 .33.152V10h12\"></path></svg>";
437
+ export declare const letsTransferLongRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M2 10h12V6.435a.2.2 0 0 1 .33-.152L21 12l-6.67 5.717a.2.2 0 0 1-.33-.152V14H2\"></path></svg>";
438
+ export declare const letsTransferLongTop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M10 22V10H6.435a.2.2 0 0 1-.152-.33L12 3l5.717 6.67a.2.2 0 0 1-.152.33H14v12\"></path></svg>";
439
+ export declare const letsTransferRight = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M5 9h7V5.483a.2.2 0 0 1 .341-.142L19 12l-6.659 6.659a.2.2 0 0 1-.341-.142V15H5\"></path></svg>";
440
+ export declare const letsTransferTop = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M9 19v-7H5.483a.2.2 0 0 1-.142-.341L12 5l6.659 6.659a.2.2 0 0 1-.142.341H15v7\"></path></svg>";
441
+ export declare const letsTransger = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M13 17H9v2.589a.2.2 0 0 1-.324.157L2 14.5l6.676-5.246A.2.2 0 0 1 9 9.411V12h6\"></path><path d=\"M11 7h4V4.411a.2.2 0 0 1 .324-.157L22 9.5l-6.676 5.246a.2.2 0 0 1-.324-.158V12H9\"></path></g></svg>";
442
+ export declare const letsTrash = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21 6H3v3a2 2 0 0 1 2 2v4c0 2.828 0 4.243.879 5.121C6.757 21 8.172 21 11 21h2c2.829 0 4.243 0 5.121-.879c.88-.878.88-2.293.88-5.121v-4a2 2 0 0 1 2-2zm-10.5 5a1 1 0 0 0-2 0v5a1 1 0 1 0 2 0zm5 0a1 1 0 0 0-2 0v5a1 1 0 1 0 2 0z\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10.068 3.37c.114-.106.365-.2.715-.267A6.68 6.68 0 0 1 12 3c.44 0 .868.036 1.217.103c.35.067.6.161.715.268\"></path></g></svg>";
443
+ export declare const letsTree = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 17v3\"></path><path fill=\"currentColor\" d=\"m6.255 15.386l.79.614zM10.445 10V9a1 1 0 0 0-.79.386zm7.3 5.386l-.79.614zM13.555 10l.79-.614a1 1 0 0 0-.79-.386zm-6.51 6l4.189-5.386l-1.579-1.228l-4.19 5.386zm0 0l-1.58-1.228C4.446 16.086 5.38 18 7.046 18zm9.91 0h-9.91v2h9.91zm0 0v2c1.665 0 2.6-1.914 1.58-3.228zm-4.189-5.386L16.956 16l1.578-1.228l-4.19-5.386zM13.556 9h-3.112v2h3.112z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M7.707 8.293L12 4l4.293 4.293c.63.63.184 1.707-.707 1.707H8.414c-.89 0-1.337-1.077-.707-1.707\"></path></g></svg>";
444
+ export declare const letsTrophy = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M16.5 20.5h-9\"></path><path fill=\"currentColor\" d=\"M13 18.5a1 1 0 1 1-2 0zm-2 0V16h2v2.5z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10.5 9.5h3m-8 5s-2-1.5-2-4v-2a2 2 0 0 1 2-2v0a2 2 0 0 1 2 2v1m11 5s2-1.5 2-4v-2a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v1\"></path><path stroke=\"currentColor\" d=\"M16.5 11.36V7.5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v3.86a4 4 0 0 0 1.781 3.328l2.164 1.442a1 1 0 0 0 1.11 0l2.164-1.442a4 4 0 0 0 1.781-3.329Z\"></path></g></svg>";
445
+ export declare const letsTumer = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"14\" r=\"8\"></circle><path stroke-linecap=\"round\" d=\"M12 14v-3m5.5-3.5L19 6m-8.932-3.63c.114-.106.365-.2.715-.267A6.68 6.68 0 0 1 12 2c.44 0 .868.036 1.217.103c.35.067.6.161.715.268\"></path></g></svg>";
446
+ export declare const letsUnlock = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path stroke=\"currentColor\" d=\"M4 13c0-1.885 0-2.828.586-3.414C5.172 9 6.114 9 8 9h8c1.886 0 2.828 0 3.414.586C20 10.172 20 11.115 20 13v2c0 2.829 0 4.243-.879 5.122C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.878C4 19.242 4 17.829 4 15z\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m16.5 9l.078-.62a5.519 5.519 0 0 0-2.41-5.273v0a5.519 5.519 0 0 0-6.68.416l-.818.709\"></path><circle cx=\"12\" cy=\"15\" r=\"2\" fill=\"currentColor\"></circle></g></svg>";
447
+ export declare const letsUp = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m10 4l.707-.707L10 2.586l-.707.707zm8 17a1 1 0 1 0 0-2zM15.707 8.293l-5-5l-1.414 1.414l5 5zm-6.414-5l-5 5l1.414 1.414l5-5zM9 4v10h2V4zm7 17h2v-2h-2zm-7-7a7 7 0 0 0 7 7v-2a5 5 0 0 1-5-5z\"></path></svg>";
448
+ export declare const letsUpload = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 2a6.001 6.001 0 0 0-5.476 3.545a23.012 23.012 0 0 1-.207.452l-.02.001C6.233 6 6.146 6 6 6a4 4 0 1 0 0 8h.172l2-2H6a2 2 0 1 1 0-4h.064c.208 0 .45.001.65-.04a1.94 1.94 0 0 0 .7-.27c.241-.156.407-.35.533-.527a2.39 2.39 0 0 0 .201-.36c.053-.11.118-.255.196-.428l.004-.01a4.001 4.001 0 0 1 7.304 0l.005.01c.077.173.142.317.195.428c.046.097.114.238.201.36c.126.176.291.371.533.528c.242.156.487.227.7.27c.2.04.442.04.65.04L18 8a2 2 0 1 1 0 4h-2.172l2 2H18a4 4 0 0 0 0-8c-.146 0-.233 0-.297-.002h-.02A6.001 6.001 0 0 0 12 2m5.702 4.034\" clip-rule=\"evenodd\"></path><path fill=\"currentColor\" d=\"m12 12l-.707-.707l.707-.707l.707.707zm1 9a1 1 0 1 1-2 0zm-5.707-5.707l4-4l1.414 1.414l-4 4zm5.414-4l4 4l-1.414 1.414l-4-4zM13 12v9h-2v-9z\"></path></svg>";
449
+ export declare const letsUserAddAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"10\" cy=\"8\" r=\"4\"></circle><path d=\"M15.796 20.447a6 6 0 0 0-11.592 0M19 10v6m3-3h-6\"></path></g></svg>";
450
+ export declare const letsUserAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"8\" r=\"4\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.327 15.076C12.889 15.026 12.445 15 12 15c-1.92 0-3.806.474-5.369 1.373c-1.562.9-2.75 2.197-3.3 3.738a1 1 0 0 0 1.883.672c.362-1.01 1.183-1.967 2.415-2.676c1.014-.584 2.235-.957 3.529-1.07a3.005 3.005 0 0 1 2.169-1.961\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M18 14v8m4-4h-8\" style=\"stroke-width:var(--ng-icon__stroke-width, 2.5)\"></path></g></svg>";
451
+ export declare const letsUserAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><circle cx=\"12\" cy=\"7\" r=\"4\"></circle><path d=\"M5.338 18.32C5.999 15.528 8.772 14 11.643 14h.714c2.871 0 5.644 1.527 6.305 4.32c.128.541.23 1.107.287 1.682c.055.55-.397.998-.949.998H6c-.552 0-1.004-.449-.949-.998c.057-.575.159-1.14.287-1.681Z\"></path></g></svg>";
452
+ export declare const letsUserBox = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M17.796 20.706c-.342-1.063-1.096-2.003-2.143-2.673C14.605 17.363 13.32 17 12 17c-1.32 0-2.605.363-3.653 1.033c-1.047.67-1.8 1.61-2.143 2.673\"></path><circle cx=\"12\" cy=\"10\" r=\"3\" stroke-linecap=\"round\"></circle><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"3\"></rect></g></svg>";
453
+ export declare const letsUserCicrle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"10\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"></circle><path fill=\"currentColor\" d=\"M17.78 18.826a.286.286 0 0 0 .134-.355c-.386-.966-1.128-1.818-2.133-2.438C14.697 15.363 13.367 15 12 15s-2.697.363-3.781 1.033c-1.005.62-1.747 1.471-2.133 2.438a.286.286 0 0 0 .133.355a12.011 12.011 0 0 0 11.561 0\"></path></g></svg>";
454
+ export declare const letsUserCircle = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10a9.977 9.977 0 0 1-3.443 7.55a7 7 0 0 0-13.114 0A9.977 9.977 0 0 1 2 12m14.83 8.706l.013.045A9.955 9.955 0 0 1 12 22a9.955 9.955 0 0 1-4.843-1.249a5 5 0 0 1 9.672-.045M10 9a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8\" clip-rule=\"evenodd\"></path><rect width=\"19\" height=\"19\" x=\"2.5\" y=\"2.5\" stroke=\"currentColor\" rx=\"9.5\"></rect></g></svg>";
455
+ export declare const letsUserFillAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.325 15.076c-.437-.05-.88-.076-1.325-.076c-1.981 0-3.907.508-5.479 1.447c-1.22.728-2.174 1.684-2.78 2.771c-.275.494.055 1.072.607 1.187c3.509.732 7.096.954 10.652.669V21h-1a3 3 0 0 1-.675-5.924\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M18 14v8m4-4h-8\" style=\"stroke-width:var(--ng-icon__stroke-width, 2.5)\"></path><circle cx=\"12\" cy=\"8\" r=\"5\" fill=\"currentColor\"></circle></g></svg>";
456
+ export declare const letsUserScan = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M17 4h.502c1.211 0 1.817 0 2.281.232a2.2 2.2 0 0 1 .985.985C21 5.68 21 6.287 21 7.498V8m-4 12h.502c1.211 0 1.817 0 2.281-.232a2.2 2.2 0 0 0 .985-.985c.232-.464.232-1.07.232-2.281V16M7 4h-.502c-1.211 0-1.817 0-2.281.232a2.2 2.2 0 0 0-.985.985C3 5.68 3 6.287 3 7.498V8m4 12h-.502c-1.211 0-1.817 0-2.281-.232a2.2 2.2 0 0 1-.985-.985C3 18.32 3 17.713 3 16.502V16m4.626 1.07c.419-.605 1.036-1.128 1.808-1.499A5.947 5.947 0 0 1 12 15c.91 0 1.795.2 2.566.571c.772.371 1.39.894 1.808 1.499\"></path><circle cx=\"12\" cy=\"9\" r=\"3\"></circle></g></svg>";
457
+ export declare const letsUser = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><path d=\"M19.727 20.447c-.455-1.276-1.46-2.403-2.857-3.207C15.473 16.436 13.761 16 12 16c-1.761 0-3.473.436-4.87 1.24c-1.397.804-2.402 1.931-2.857 3.207\"></path><circle cx=\"12\" cy=\"8\" r=\"4\"></circle></g></svg>";
458
+ export declare const letsVerticalSwitchAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m8 20l-.707.707l.707.707l.707-.707L8 20Zm0-8H7h1Zm2-1a1 1 0 1 0 0-2v2Zm-6.707 5.707l4 4l1.414-1.414l-4-4l-1.414 1.414Zm5.414 4l4-4l-1.414-1.414l-4 4l1.414 1.414ZM9 20v-8H7v8h2Zm0-8a1 1 0 0 1 1-1V9a3 3 0 0 0-3 3h2Zm7-8l-.707-.707l.707-.707l.707.707L16 4Zm0 8h1h-1Zm-2 3a1 1 0 1 1 0-2v2Zm-2.707-7.707l4-4l1.414 1.414l-4 4l-1.414-1.414Zm5.414-4l4 4l-1.414 1.414l-4-4l1.414-1.414ZM17 4v8h-2V4h2Zm0 8a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1h2Z\"></path></svg>";
459
+ export declare const letsVerticalSwitchLong = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m8 20l-.707.707l.707.707l.707-.707L8 20Zm6-15a1 1 0 1 0 0-2v2ZM3.293 16.707l4 4l1.414-1.414l-4-4l-1.414 1.414Zm5.414 4l4-4l-1.414-1.414l-4 4l1.414 1.414ZM9 20V8H7v12h2Zm3-15h2V3h-2v2ZM9 8a3 3 0 0 1 3-3V3a5 5 0 0 0-5 5h2Zm7 2l-.707-.707l.707-.707l.707.707L16 10Zm0 8h1h-1Zm-2 3a1 1 0 1 1 0-2v2Zm-2.707-7.707l4-4l1.414 1.414l-4 4l-1.414-1.414Zm5.414-4l4 4l-1.414 1.414l-4-4l1.414-1.414ZM17 10v8h-2v-8h2Zm0 8a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1h2Z\"></path></svg>";
460
+ export declare const letsVerticalSwitch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m8 20l-.707.707l.707.707l.707-.707L8 20Zm2-15a1 1 0 1 0 0-2v2ZM3.293 16.707l4 4l1.414-1.414l-4-4l-1.414 1.414Zm5.414 4l4-4l-1.414-1.414l-4 4l1.414 1.414ZM9 20V6H7v14h2ZM9 6a1 1 0 0 1 1-1V3a3 3 0 0 0-3 3h2Zm7-2l-.707-.707l.707-.707l.707.707L16 4Zm0 15h1h-1Zm-2 3a1 1 0 1 1 0-2v2ZM11.293 7.293l4-4l1.414 1.414l-4 4l-1.414-1.414Zm5.414-4l4 4l-1.414 1.414l-4-4l1.414-1.414ZM17 4v15h-2V4h2Zm0 15a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1h2Z\"></path></svg>";
461
+ export declare const letsVideoFile = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M13.172 3H9c-1.886 0-2.828 0-3.414.586C5 4.172 5 5.114 5 7v10c0 1.886 0 2.828.586 3.414C6.172 21 7.114 21 9 21h6c1.886 0 2.828 0 3.414-.586C19 19.828 19 18.886 19 17V8.828c0-.408 0-.613-.076-.796c-.076-.184-.22-.329-.51-.618l-3.828-3.828c-.29-.29-.434-.434-.617-.51C13.785 3 13.58 3 13.172 3Z\"></path><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m13.855 14.08l-3.182-1.363A1.2 1.2 0 0 0 9 13.82v2.36a1.2 1.2 0 0 0 1.673 1.103l3.182-1.364c.808-.346.808-1.492 0-1.838\"></path><path d=\"M13 3v4c0 .943 0 1.414.293 1.707C13.586 9 14.057 9 15 9h4\"></path></g></svg>";
462
+ export declare const letsVideo = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.211 11.106L9.737 7.868A1.2 1.2 0 0 0 8 8.942v6.116a1.2 1.2 0 0 0 1.737 1.074l6.474-3.238a1 1 0 0 0 0-1.788\"></path><circle cx=\"12\" cy=\"12\" r=\"9\"></circle></g></svg>";
463
+ export declare const letsViewAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"M21 12s-1-8-9-8s-9 8-9 8\"></path></g></svg>";
464
+ export declare const letsViewHide = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.92 12.799a4 4 0 0 0-4.719-4.719zM8.667 9.788a4 4 0 0 0 5.545 5.545l-1.474-1.474a2 2 0 0 1-2.597-2.597z\" clip-rule=\"evenodd\"></path><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m16.52 17.64l-1.47-1.469c-.972.51-2.002.829-3.05.829c-1.526 0-3.014-.678-4.34-1.632c-1.32-.95-2.396-2.112-3.076-2.938c-.1-.121-.174-.212-.236-.291a2.047 2.047 0 0 1-.1-.139c.02-.031.051-.075.1-.139c.062-.08.136-.17.236-.291c.665-.808 1.71-1.938 2.99-2.875l-1.43-1.43C4.797 8.297 3.723 9.47 3.04 10.3l-.073.088c-.314.375-.737.883-.737 1.613s.423 1.238.737 1.613l.073.088c.74.899 1.94 2.203 3.451 3.29C7.994 18.073 9.891 19 12 19c1.67 0 3.206-.581 4.52-1.36M8.806 5.686C9.79 5.269 10.864 5 12 5c2.11 0 4.006.927 5.509 2.009c1.51 1.087 2.711 2.391 3.45 3.29l.074.088c.314.375.737.883.737 1.613s-.423 1.238-.737 1.613l-.073.088a20.491 20.491 0 0 1-2.015 2.123l-1.416-1.416a18.45 18.45 0 0 0 2.123-2.27a2.07 2.07 0 0 0 .1-.138a2.07 2.07 0 0 0-.1-.139a13.85 13.85 0 0 0-.236-.291c-.68-.826-1.756-1.989-3.075-2.938C15.014 7.678 13.526 7 12 7c-.551 0-1.097.088-1.632.246z\" clip-rule=\"evenodd\"></path><path stroke=\"currentColor\" d=\"m5 2l16 16\"></path></g></svg>";
465
+ export declare const letsViewHorizont = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M12.42 7.602a9.5 9.5 0 0 1-.135 9.047\"></path><path stroke-linecap=\"round\" d=\"M14.5 5.5c-2.781 3.708-9.86 6.127-10.877 6.46a.049.049 0 0 0-.005.092c1.001.446 8.097 3.663 10.882 6.448\"></path><path d=\"M13.233 14.49a2.5 2.5 0 1 1-.093-4.986\"></path><path stroke-linecap=\"round\" d=\"M16.5 12h4m-4-2.5l4-1.5m-4 6.5l4 1.5\"></path></g></svg>";
466
+ export declare const letsView = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"M20.188 10.934c.388.472.582.707.582 1.066c0 .359-.194.594-.582 1.066C18.768 14.79 15.636 18 12 18c-3.636 0-6.768-3.21-8.188-4.934c-.388-.472-.582-.707-.582-1.066c0-.359.194-.594.582-1.066C5.232 9.21 8.364 6 12 6c3.636 0 6.768 3.21 8.188 4.934Z\"></path></g></svg>";
467
+ export declare const letsWalletAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"M14.25 4h-4.5C6.568 4 4.977 4 3.989 5.004C3 6.008 3 7.624 3 10.857v2.286c0 3.232 0 4.849.989 5.853C4.977 20 6.568 20 9.75 20h4.5c3.182 0 4.773 0 5.762-1.004c.988-1.004.988-2.62.988-5.853v-2.286c0-3.232 0-4.849-.988-5.853C19.023 4 17.432 4 14.25 4Z\"></path><path stroke-linecap=\"round\" d=\"M7 8h3\"></path><path d=\"M19 16h-2c-.943 0-1.414 0-1.707-.293C15 15.414 15 14.943 15 14c0-.943 0-1.414.293-1.707C15.586 12 16.057 12 17 12h2c.943 0 1.414 0 1.707.293c.293.293.293.764.293 1.707c0 .943 0 1.414-.293 1.707C20.414 16 19.943 16 19 16Z\"></path></g></svg>";
468
+ export declare const letsWallet = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" d=\"M3 6.5A2.5 2.5 0 0 1 5.5 4h13.786c.2 0 .299 0 .38.028a.5.5 0 0 1 .306.307c.028.08.028.18.028.38c0 1.196 0 1.795-.168 2.276a3 3 0 0 1-1.841 1.84C17.51 9 16.91 9 15.714 9H15M3 6.5A2.5 2.5 0 0 0 5.5 9H19c.943 0 1.414 0 1.707.293C21 9.586 21 10.057 21 11v2M3 6.5V17c0 1.886 0 2.828.586 3.414C4.172 21 5.114 21 7 21h12c.943 0 1.414 0 1.707-.293C21 20.414 21 19.943 21 19v-2m0 0h-4c-.943 0-1.414 0-1.707-.293C15 16.414 15 15.943 15 15c0-.943 0-1.414.293-1.707C15.586 13 16.057 13 17 13h4m0 4v-4\"></path></svg>";
469
+ export declare const letsWatchAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><rect width=\"10\" height=\"10\" x=\"7\" y=\"7\" stroke=\"currentColor\" rx=\"3\"></rect><path fill=\"currentColor\" d=\"M9 4c0-.943 0-1.414.293-1.707C9.586 2 10.057 2 11 2h2c.943 0 1.414 0 1.707.293C15 2.586 15 3.057 15 4v3H9zm0 16c0 .943 0 1.414.293 1.707C9.586 22 10.057 22 11 22h2c.943 0 1.414 0 1.707-.293C15 21.414 15 20.943 15 20v-3H9z\"></path></g></svg>";
470
+ export declare const letsWatch = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"6\" stroke=\"currentColor\"></circle><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.5 7l.407-3.255A.85.85 0 0 1 9.75 3h4.5c.428 0 .79.32.843.745L15.5 7m-7 10l.407 3.255A.85.85 0 0 0 9.75 21h4.5a.85.85 0 0 0 .843-.745L15.5 17\"></path><path fill=\"currentColor\" d=\"M18.15 11h-.65v2h.65c.47 0 .85-.38.85-.85v-.3a.85.85 0 0 0-.85-.85\"></path><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m12 12l-1-3m1 3l2.5 1\"></path></g></svg>";
471
+ export declare const letsWater = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" d=\"M12 18a2 2 0 0 1-1.932-1.482\"></path><path d=\"M10.424 4.679c.631-1.073.947-1.61 1.398-1.69a1 1 0 0 1 .356 0c.451.08.767.617 1.398 1.69l1.668 2.836a27.187 27.187 0 0 1 2.707 6.315c1.027 3.593-1.67 7.17-5.408 7.17h-1.086c-3.737 0-6.435-3.577-5.408-7.17a27.187 27.187 0 0 1 2.707-6.315z\"></path></g></svg>";
472
+ export declare const letsWaterfall = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M21 21H3m1-5v-2m8-2V9m-4 7v-6m8 3v-2m4 4V5\"></path></svg>";
473
+ export declare const letsWidgetAdd = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"></rect><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"></rect><rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"></rect><path d=\"M17.5 14v7m3.5-3.5h-7\"></path></g></svg>";
474
+ export declare const letsWidgetAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><rect width=\"6\" height=\"6\" rx=\"1\" transform=\"matrix(1 0 0 -1 14 10)\"></rect><path d=\"M10 14h4c.943 0 1.414 0 1.707.293c.293.293.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707C15.414 20 14.943 20 14 20h-4zm0-4c0-.943 0-1.414-.293-1.707C9.414 8 8.943 8 8 8H6c-.943 0-1.414 0-1.707.293C4 8.586 4 9.057 4 10v4h6zm0 10H6c-.943 0-1.414 0-1.707-.293C4 19.414 4 18.943 4 18v-4h6z\"></path></g></svg>";
475
+ export declare const letsWidget = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"><rect width=\"7\" height=\"7\" x=\"3\" y=\"3\" rx=\"1\"></rect><rect width=\"7\" height=\"7\" x=\"3\" y=\"14\" rx=\"1\"></rect><rect width=\"7\" height=\"7\" x=\"14\" y=\"3\" rx=\"1\"></rect><rect width=\"7\" height=\"7\" x=\"14\" y=\"14\" rx=\"1\"></rect></g></svg>";
476
+ export declare const letsWinter = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path stroke-linecap=\"round\" d=\"M12 8V6m0-3v3m0 0L9 4m3 2l3-2m1 8h2m3 0h-3m0 0l2-3m-2 3l2 3m-8 1v2m0 3v-3m0 0l-3 2m3-2l3 2m-7-8H6m-3 0h3m0 0L4 9m2 3l-2 3\"></path></g></svg>";
477
+ export declare const letsWorld2 = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><path d=\"m19.5 6l-1.467 1.1a2 2 0 0 1-1.2.4h-3.358a1.578 1.578 0 0 0-.999 2.799l2 1.636a6 6 0 0 1 2.164 5.306l-.046.417a7.996 7.996 0 0 1-.362 1.646L16 20M2.5 10.5l3.238-.54a2 2 0 0 1 2.302 2.302l-.135.807a3.337 3.337 0 0 0 1.8 3.533a2.503 2.503 0 0 1 1.308 2.846L10.5 21.5\"></path><circle cx=\"12\" cy=\"12\" r=\"9\"></circle></g></svg>";
478
+ export declare const letsWorldAlt = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"8\"></circle><path d=\"M18.572 7.206c-.724.848-1.685 1.543-2.805 2.028a9.49 9.49 0 0 1-3.634.765a9.564 9.564 0 0 1-3.664-.666C7.33 8.877 6.34 8.209 5.583 7.38m12.989 9.414c-.724-.848-1.685-1.543-2.805-2.028A9.49 9.49 0 0 0 12.133 14a9.565 9.565 0 0 0-3.664.666c-1.139.456-2.128 1.124-2.886 1.952M12 4v16\"></path></g></svg>";
479
+ export declare const letsWorld = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"8\"></circle><path d=\"M18.572 6.421c-.724.782-1.685 1.424-2.805 1.872A10.17 10.17 0 0 1 12.133 9a10.273 10.273 0 0 1-3.664-.615C7.33 7.964 6.34 7.346 5.583 6.583m12.989 10.996c-.724-.782-1.685-1.424-2.805-1.872A10.17 10.17 0 0 0 12.133 15a10.272 10.272 0 0 0-3.664.615c-1.139.42-2.128 1.038-2.886 1.801M12 4v16m8-8H4\"></path></g></svg>";
480
+ export declare const letsWow = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-linecap=\"round\"></circle><circle cx=\"9\" cy=\"9\" r=\"1.25\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><circle cx=\"15\" cy=\"9\" r=\"1.25\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" style=\"stroke-width:var(--ng-icon__stroke-width, .5)\"></circle><path fill=\"currentColor\" d=\"M15 15.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5s1.343-2.5 3-2.5s3 1.12 3 2.5\"></path></g></svg>";