lucide-angular 0.62.0 → 0.65.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 (71) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +95 -53
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +98 -53
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/cloud-drizzle.js +2 -2
  10. package/esm2015/icons/cloud-fog.js +2 -2
  11. package/esm2015/icons/cloud-hail.js +5 -5
  12. package/esm2015/icons/cloud-lightning.js +2 -7
  13. package/esm2015/icons/cloud-moon-rain.js +23 -0
  14. package/esm2015/icons/cloud-moon.js +3 -8
  15. package/esm2015/icons/cloud-off.js +8 -3
  16. package/esm2015/icons/cloud-rain-wind.js +2 -2
  17. package/esm2015/icons/cloud-rain.js +2 -2
  18. package/esm2015/icons/cloud-snow.js +8 -8
  19. package/esm2015/icons/cloud-sun-rain.js +22 -0
  20. package/esm2015/icons/cloud-sun.js +5 -10
  21. package/esm2015/icons/cloud.js +2 -2
  22. package/esm2015/icons/cloudy.js +3 -8
  23. package/esm2015/icons/download-cloud.js +2 -2
  24. package/esm2015/icons/index.js +4 -1
  25. package/esm2015/icons/moon.js +2 -2
  26. package/esm2015/icons/sun-moon.js +6 -6
  27. package/esm2015/icons/sun.js +5 -5
  28. package/esm2015/icons/sunrise.js +3 -3
  29. package/esm2015/icons/sunset.js +3 -3
  30. package/esm2015/icons/table-2.js +15 -0
  31. package/esm2015/icons/thermometer-sun.js +2 -2
  32. package/esm2015/icons/upload-cloud.js +2 -2
  33. package/esm2015/src/icons/cloud-drizzle.js +2 -2
  34. package/esm2015/src/icons/cloud-fog.js +2 -2
  35. package/esm2015/src/icons/cloud-hail.js +5 -5
  36. package/esm2015/src/icons/cloud-lightning.js +2 -7
  37. package/esm2015/src/icons/cloud-moon-rain.js +23 -0
  38. package/esm2015/src/icons/cloud-moon.js +3 -8
  39. package/esm2015/src/icons/cloud-off.js +8 -3
  40. package/esm2015/src/icons/cloud-rain-wind.js +2 -2
  41. package/esm2015/src/icons/cloud-rain.js +2 -2
  42. package/esm2015/src/icons/cloud-snow.js +8 -8
  43. package/esm2015/src/icons/cloud-sun-rain.js +22 -0
  44. package/esm2015/src/icons/cloud-sun.js +5 -10
  45. package/esm2015/src/icons/cloud.js +2 -2
  46. package/esm2015/src/icons/cloudy.js +3 -8
  47. package/esm2015/src/icons/download-cloud.js +2 -2
  48. package/esm2015/src/icons/index.js +4 -1
  49. package/esm2015/src/icons/moon.js +2 -2
  50. package/esm2015/src/icons/sun-moon.js +6 -6
  51. package/esm2015/src/icons/sun.js +5 -5
  52. package/esm2015/src/icons/sunrise.js +3 -3
  53. package/esm2015/src/icons/sunset.js +3 -3
  54. package/esm2015/src/icons/table-2.js +15 -0
  55. package/esm2015/src/icons/thermometer-sun.js +2 -2
  56. package/esm2015/src/icons/upload-cloud.js +2 -2
  57. package/fesm2015/lucide-angular-src-icons.js +93 -54
  58. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  59. package/fesm2015/lucide-angular.js +96 -54
  60. package/fesm2015/lucide-angular.js.map +1 -1
  61. package/icons/cloud-moon-rain.d.ts +3 -0
  62. package/icons/cloud-sun-rain.d.ts +3 -0
  63. package/icons/index.d.ts +3 -0
  64. package/icons/table-2.d.ts +3 -0
  65. package/lucide-angular.metadata.json +1 -1
  66. package/package.json +1 -1
  67. package/src/icons/cloud-moon-rain.d.ts +3 -0
  68. package/src/icons/cloud-sun-rain.d.ts +3 -0
  69. package/src/icons/index.d.ts +3 -0
  70. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  71. package/src/icons/table-2.d.ts +3 -0
@@ -0,0 +1,15 @@
1
+ import defaultAttributes from './constants/default-attributes';
2
+ const Table2 = [
3
+ 'svg',
4
+ defaultAttributes,
5
+ [
6
+ [
7
+ 'path',
8
+ {
9
+ d: 'M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18',
10
+ },
11
+ ],
12
+ ],
13
+ ];
14
+ export default Table2;
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUtMi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9pY29ucy90YWJsZS0yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8saUJBQWlCLE1BQU0sZ0NBQWdDLENBQUM7QUFFL0QsTUFBTSxNQUFNLEdBQWE7SUFDdkIsS0FBSztJQUNMLGlCQUFpQjtJQUNqQjtRQUNFO1lBQ0UsTUFBTTtZQUNOO2dCQUNFLENBQUMsRUFDQywyR0FBMkc7YUFDOUc7U0FDRjtLQUNGO0NBQ0YsQ0FBQztBQUVGLGVBQWUsTUFBTSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbkRhdGEgfSBmcm9tICcuL3R5cGVzJztcbmltcG9ydCBkZWZhdWx0QXR0cmlidXRlcyBmcm9tICcuL2NvbnN0YW50cy9kZWZhdWx0LWF0dHJpYnV0ZXMnO1xuXG5jb25zdCBUYWJsZTI6IEljb25EYXRhID0gW1xuICAnc3ZnJyxcbiAgZGVmYXVsdEF0dHJpYnV0ZXMsXG4gIFtcbiAgICBbXG4gICAgICAncGF0aCcsXG4gICAgICB7XG4gICAgICAgIGQ6XG4gICAgICAgICAgJ005IDNINWEyIDIgMCAwIDAtMiAydjRtNi02aDEwYTIgMiAwIDAgMSAyIDJ2NE05IDN2MThtMCAwaDEwYTIgMiAwIDAgMCAyLTJWOU05IDIxSDVhMiAyIDAgMCAxLTItMlY5bTAgMGgxOCcsXG4gICAgICB9LFxuICAgIF0sXG4gIF0sXG5dO1xuXG5leHBvcnQgZGVmYXVsdCBUYWJsZTI7XG4iXX0=
@@ -8,8 +8,8 @@ const ThermometerSun = [
8
8
  ['path', { d: 'm6.6 18.4-1.4 1.4' }],
9
9
  ['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
10
10
  ['path', { d: 'M4 13H2' }],
11
- ['path', { d: 'M6.6 7.6 5.2 6.2' }],
11
+ ['path', { d: 'M6.34 7.34 4.93 5.93' }],
12
12
  ],
13
13
  ];
14
14
  export default ThermometerSun;
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlcm1vbWV0ZXItc3VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ljb25zL3RoZXJtb21ldGVyLXN1bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLGlCQUFpQixNQUFNLGdDQUFnQyxDQUFDO0FBRS9ELE1BQU0sY0FBYyxHQUFhO0lBQy9CLEtBQUs7SUFDTCxpQkFBaUI7SUFDakI7UUFDRSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSx1QkFBdUIsRUFBRSxDQUFDO1FBQ3hDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxDQUFDO1FBQzFCLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLG1CQUFtQixFQUFFLENBQUM7UUFDcEMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLEVBQUUsNENBQTRDLEVBQUUsQ0FBQztRQUM3RCxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsQ0FBQztRQUMxQixDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSxrQkFBa0IsRUFBRSxDQUFDO0tBQ3BDO0NBQ0YsQ0FBQztBQUVGLGVBQWUsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbkRhdGEgfSBmcm9tICcuL3R5cGVzJztcbmltcG9ydCBkZWZhdWx0QXR0cmlidXRlcyBmcm9tICcuL2NvbnN0YW50cy9kZWZhdWx0LWF0dHJpYnV0ZXMnO1xuXG5jb25zdCBUaGVybW9tZXRlclN1bjogSWNvbkRhdGEgPSBbXG4gICdzdmcnLFxuICBkZWZhdWx0QXR0cmlidXRlcyxcbiAgW1xuICAgIFsncGF0aCcsIHsgZDogJ00xMiA5YTQgNCAwIDAgMC0yIDcuNScgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTEyIDN2MicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnbTYuNiAxOC40LTEuNCAxLjQnIH1dLFxuICAgIFsncGF0aCcsIHsgZDogJ00yMCA0djEwLjU0YTQgNCAwIDEgMS00IDBWNGEyIDIgMCAwIDEgNCAwWicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTQgMTNIMicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTYuNiA3LjYgNS4yIDYuMicgfV0sXG4gIF0sXG5dO1xuXG5leHBvcnQgZGVmYXVsdCBUaGVybW9tZXRlclN1bjtcbiJdfQ==
15
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGhlcm1vbWV0ZXItc3VuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ljb25zL3RoZXJtb21ldGVyLXN1bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLGlCQUFpQixNQUFNLGdDQUFnQyxDQUFDO0FBRS9ELE1BQU0sY0FBYyxHQUFhO0lBQy9CLEtBQUs7SUFDTCxpQkFBaUI7SUFDakI7UUFDRSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSx1QkFBdUIsRUFBRSxDQUFDO1FBQ3hDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLFNBQVMsRUFBRSxDQUFDO1FBQzFCLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLG1CQUFtQixFQUFFLENBQUM7UUFDcEMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLEVBQUUsNENBQTRDLEVBQUUsQ0FBQztRQUM3RCxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSxTQUFTLEVBQUUsQ0FBQztRQUMxQixDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSxzQkFBc0IsRUFBRSxDQUFDO0tBQ3hDO0NBQ0YsQ0FBQztBQUVGLGVBQWUsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSWNvbkRhdGEgfSBmcm9tICcuL3R5cGVzJztcbmltcG9ydCBkZWZhdWx0QXR0cmlidXRlcyBmcm9tICcuL2NvbnN0YW50cy9kZWZhdWx0LWF0dHJpYnV0ZXMnO1xuXG5jb25zdCBUaGVybW9tZXRlclN1bjogSWNvbkRhdGEgPSBbXG4gICdzdmcnLFxuICBkZWZhdWx0QXR0cmlidXRlcyxcbiAgW1xuICAgIFsncGF0aCcsIHsgZDogJ00xMiA5YTQgNCAwIDAgMC0yIDcuNScgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTEyIDN2MicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnbTYuNiAxOC40LTEuNCAxLjQnIH1dLFxuICAgIFsncGF0aCcsIHsgZDogJ00yMCA0djEwLjU0YTQgNCAwIDEgMS00IDBWNGEyIDIgMCAwIDEgNCAwWicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTQgMTNIMicgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnTTYuMzQgNy4zNCA0LjkzIDUuOTMnIH1dLFxuICBdLFxuXTtcblxuZXhwb3J0IGRlZmF1bHQgVGhlcm1vbWV0ZXJTdW47XG4iXX0=
@@ -3,10 +3,10 @@ const UploadCloud = [
3
3
  'svg',
4
4
  defaultAttributes,
5
5
  [
6
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
6
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
7
7
  ['path', { d: 'M12 12v9' }],
8
8
  ['path', { d: 'm16 16-4-4-4 4' }],
9
9
  ],
10
10
  ];
11
11
  export default UploadCloud;
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkLWNsb3VkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ljb25zL3VwbG9hZC1jbG91ZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLGlCQUFpQixNQUFNLGdDQUFnQyxDQUFDO0FBRS9ELE1BQU0sV0FBVyxHQUFhO0lBQzVCLEtBQUs7SUFDTCxpQkFBaUI7SUFDakI7UUFDRSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSxxREFBcUQsRUFBRSxDQUFDO1FBQ3RFLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxDQUFDO1FBQzNCLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLGdCQUFnQixFQUFFLENBQUM7S0FDbEM7Q0FDRixDQUFDO0FBRUYsZUFBZSxXQUFXLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJY29uRGF0YSB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IGRlZmF1bHRBdHRyaWJ1dGVzIGZyb20gJy4vY29uc3RhbnRzL2RlZmF1bHQtYXR0cmlidXRlcyc7XG5cbmNvbnN0IFVwbG9hZENsb3VkOiBJY29uRGF0YSA9IFtcbiAgJ3N2ZycsXG4gIGRlZmF1bHRBdHRyaWJ1dGVzLFxuICBbXG4gICAgWydwYXRoJywgeyBkOiAnTTIwIDE2LjJBNC41IDQuNSAwIDAgMCAxNy41IDhoLTEuOEE3IDcgMCAxIDAgNCAxNC45JyB9XSxcbiAgICBbJ3BhdGgnLCB7IGQ6ICdNMTIgMTJ2OScgfV0sXG4gICAgWydwYXRoJywgeyBkOiAnbTE2IDE2LTQtNC00IDQnIH1dLFxuICBdLFxuXTtcblxuZXhwb3J0IGRlZmF1bHQgVXBsb2FkQ2xvdWQ7XG4iXX0=
12
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkLWNsb3VkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2ljb25zL3VwbG9hZC1jbG91ZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLGlCQUFpQixNQUFNLGdDQUFnQyxDQUFDO0FBRS9ELE1BQU0sV0FBVyxHQUFhO0lBQzVCLEtBQUs7SUFDTCxpQkFBaUI7SUFDakI7UUFDRSxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsRUFBRSwwREFBMEQsRUFBRSxDQUFDO1FBQzNFLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxDQUFDO1FBQzNCLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxFQUFFLGdCQUFnQixFQUFFLENBQUM7S0FDbEM7Q0FDRixDQUFDO0FBRUYsZUFBZSxXQUFXLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJY29uRGF0YSB9IGZyb20gJy4vdHlwZXMnO1xuaW1wb3J0IGRlZmF1bHRBdHRyaWJ1dGVzIGZyb20gJy4vY29uc3RhbnRzL2RlZmF1bHQtYXR0cmlidXRlcyc7XG5cbmNvbnN0IFVwbG9hZENsb3VkOiBJY29uRGF0YSA9IFtcbiAgJ3N2ZycsXG4gIGRlZmF1bHRBdHRyaWJ1dGVzLFxuICBbXG4gICAgWydwYXRoJywgeyBkOiAnTTQgMTQuODk5QTcgNyAwIDEgMSAxNS43MSA4aDEuNzlhNC41IDQuNSAwIDAgMSAyLjUgOC4yNDInIH1dLFxuICAgIFsncGF0aCcsIHsgZDogJ00xMiAxMnY5JyB9XSxcbiAgICBbJ3BhdGgnLCB7IGQ6ICdtMTYgMTYtNC00LTQgNCcgfV0sXG4gIF0sXG5dO1xuXG5leHBvcnQgZGVmYXVsdCBVcGxvYWRDbG91ZDtcbiJdfQ==
@@ -1977,7 +1977,7 @@ const CloudDrizzle = [
1977
1977
  'svg',
1978
1978
  defaultAttributes,
1979
1979
  [
1980
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
1980
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
1981
1981
  ['path', { d: 'M8 19v1' }],
1982
1982
  ['path', { d: 'M8 14v1' }],
1983
1983
  ['path', { d: 'M16 19v1' }],
@@ -1991,7 +1991,7 @@ const CloudFog = [
1991
1991
  'svg',
1992
1992
  defaultAttributes,
1993
1993
  [
1994
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
1994
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
1995
1995
  ['path', { d: 'M16 17H7' }],
1996
1996
  ['path', { d: 'M17 21H9' }],
1997
1997
  ],
@@ -2001,13 +2001,13 @@ const CloudHail = [
2001
2001
  'svg',
2002
2002
  defaultAttributes,
2003
2003
  [
2004
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
2004
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
2005
2005
  ['path', { d: 'M16 14v2' }],
2006
2006
  ['path', { d: 'M8 14v2' }],
2007
- ['path', { d: 'M16 20h0' }],
2008
- ['path', { d: 'M8 20h0' }],
2007
+ ['path', { d: 'M16 20h.01' }],
2008
+ ['path', { d: 'M8 20h.01' }],
2009
2009
  ['path', { d: 'M12 16v2' }],
2010
- ['path', { d: 'M12 22h0' }],
2010
+ ['path', { d: 'M12 22h.01' }],
2011
2011
  ],
2012
2012
  ];
2013
2013
 
@@ -2015,13 +2015,29 @@ const CloudLightning = [
2015
2015
  'svg',
2016
2016
  defaultAttributes,
2017
2017
  [
2018
+ ['path', { d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973' }],
2018
2019
  ['path', { d: 'm13 12-3 5h4l-3 5' }],
2020
+ ],
2021
+ ];
2022
+
2023
+ const CloudMoonRain = [
2024
+ 'svg',
2025
+ defaultAttributes,
2026
+ [
2027
+ [
2028
+ 'path',
2029
+ {
2030
+ d: 'M9.95 9a6.13 6.13 0 0 1 5.5-5.18 4.77 4.77 0 0 0 6.67 6.67A6.13 6.13 0 0 1 19.46 15',
2031
+ },
2032
+ ],
2019
2033
  [
2020
2034
  'path',
2021
2035
  {
2022
- d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
2036
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
2023
2037
  },
2024
2038
  ],
2039
+ ['path', { d: 'M11.5 20v2' }],
2040
+ ['path', { d: 'M7.5 19v2' }],
2025
2041
  ],
2026
2042
  ];
2027
2043
 
@@ -2029,16 +2045,11 @@ const CloudMoon = [
2029
2045
  'svg',
2030
2046
  defaultAttributes,
2031
2047
  [
2048
+ ['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
2032
2049
  [
2033
2050
  'path',
2034
2051
  {
2035
- d: 'M13.63 22A3.3 3.3 0 0 0 17 18.79a3.3 3.3 0 0 0-3.38-3.22h-1.34A5.23 5.23 0 0 0 7.25 12 5.13 5.13 0 0 0 2 17c0 2.76 2.35 5 5.25 5h6.38z',
2036
- },
2037
- ],
2038
- [
2039
- 'path',
2040
- {
2041
- d: 'M9.95 9a6.13 6.13 0 0 1 5.5-5.18 4.77 4.77 0 0 0 6.67 6.67A6.13 6.13 0 0 1 19.46 15',
2052
+ d: 'M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197',
2042
2053
  },
2043
2054
  ],
2044
2055
  ],
@@ -2049,8 +2060,13 @@ const CloudOff = [
2049
2060
  defaultAttributes,
2050
2061
  [
2051
2062
  ['path', { d: 'm2 2 20 20' }],
2052
- ['path', { d: 'M10 5a7 7 0 0 1 5.7 5h1.8a4.5 4.5 0 0 1 4 6.5' }],
2053
- ['path', { d: 'M18.8 18.8c-.4.2-.8.2-1.3.2H9A7 7 0 0 1 5.8 5.8' }],
2063
+ ['path', { d: 'M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193' }],
2064
+ [
2065
+ 'path',
2066
+ {
2067
+ d: 'M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07',
2068
+ },
2069
+ ],
2054
2070
  ],
2055
2071
  ];
2056
2072
 
@@ -2058,7 +2074,7 @@ const CloudRainWind = [
2058
2074
  'svg',
2059
2075
  defaultAttributes,
2060
2076
  [
2061
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
2077
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
2062
2078
  ['path', { d: 'm9.2 22 3-7' }],
2063
2079
  ['path', { d: 'm9 13-3 7' }],
2064
2080
  ['path', { d: 'm17 13-3 7' }],
@@ -2069,7 +2085,7 @@ const CloudRain = [
2069
2085
  'svg',
2070
2086
  defaultAttributes,
2071
2087
  [
2072
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
2088
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
2073
2089
  ['path', { d: 'M16 14v6' }],
2074
2090
  ['path', { d: 'M8 14v6' }],
2075
2091
  ['path', { d: 'M12 16v6' }],
@@ -2080,17 +2096,17 @@ const CloudSnow = [
2080
2096
  'svg',
2081
2097
  defaultAttributes,
2082
2098
  [
2083
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
2084
- ['path', { d: 'M8 15h0' }],
2085
- ['path', { d: 'M8 19h0' }],
2086
- ['path', { d: 'M12 17h0' }],
2087
- ['path', { d: 'M12 21h0' }],
2088
- ['path', { d: 'M16 15h0' }],
2089
- ['path', { d: 'M16 19h0' }],
2099
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
2100
+ ['path', { d: 'M8 15h.01' }],
2101
+ ['path', { d: 'M8 19h.01' }],
2102
+ ['path', { d: 'M12 17h.01' }],
2103
+ ['path', { d: 'M12 21h.01' }],
2104
+ ['path', { d: 'M16 15h.01' }],
2105
+ ['path', { d: 'M16 19h.01' }],
2090
2106
  ],
2091
2107
  ];
2092
2108
 
2093
- const CloudSun = [
2109
+ const CloudSunRain = [
2094
2110
  'svg',
2095
2111
  defaultAttributes,
2096
2112
  [
@@ -2098,33 +2114,43 @@ const CloudSun = [
2098
2114
  ['path', { d: 'm5.22 5.22 1.42 1.42' }],
2099
2115
  ['path', { d: 'M20 12h2' }],
2100
2116
  ['path', { d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88' }],
2117
+ ['path', { d: 'm17.36 6.64 1.42-1.42' }],
2101
2118
  [
2102
2119
  'path',
2103
2120
  {
2104
- d: 'M13.63 22A3.3 3.3 0 0 0 17 18.79a3.3 3.3 0 0 0-3.38-3.22h-1.34A5.23 5.23 0 0 0 7.25 12 5.13 5.13 0 0 0 2 17c0 2.76 2.35 5 5.25 5h6.38z',
2121
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
2105
2122
  },
2106
2123
  ],
2107
- ['path', { d: 'm17.36 6.64 1.42-1.42' }],
2124
+ ['path', { d: 'M11.5 20v2' }],
2125
+ ['path', { d: 'M7.5 19v2' }],
2126
+ ],
2127
+ ];
2128
+
2129
+ const CloudSun = [
2130
+ 'svg',
2131
+ defaultAttributes,
2132
+ [
2133
+ ['path', { d: 'M12 2v2' }],
2134
+ ['path', { d: 'm4.93 4.93 1.41 1.41' }],
2135
+ ['path', { d: 'M20 12h2' }],
2136
+ ['path', { d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128' }],
2137
+ ['path', { d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z' }],
2138
+ ['path', { d: 'm19.07 4.93-1.41 1.41' }],
2108
2139
  ],
2109
2140
  ];
2110
2141
 
2111
2142
  const Cloud = [
2112
2143
  'svg',
2113
2144
  defaultAttributes,
2114
- [['path', { d: 'M17.5 19a4.5 4.5 0 1 0 0-9h-1.8A7 7 0 1 0 9 19h8.5z' }]],
2145
+ [['path', { d: 'M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }]],
2115
2146
  ];
2116
2147
 
2117
2148
  const Cloudy = [
2118
2149
  'svg',
2119
2150
  defaultAttributes,
2120
2151
  [
2121
- ['path', { d: 'M17.5 21a4.5 4.5 0 1 0 0-9h-1.8A7 7 0 1 0 9 21h8.5z' }],
2122
- [
2123
- 'path',
2124
- {
2125
- d: 'M22 10c0-1.5-1.5-3-3.5-3H17c-.7-2.3-2.9-4-5.4-4-2.7 0-5 2-5.5 4.5',
2126
- },
2127
- ],
2152
+ ['path', { d: 'M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z' }],
2153
+ ['path', { d: 'M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5' }],
2128
2154
  ],
2129
2155
  ];
2130
2156
 
@@ -2708,7 +2734,7 @@ const DownloadCloud = [
2708
2734
  'svg',
2709
2735
  defaultAttributes,
2710
2736
  [
2711
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
2737
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
2712
2738
  ['path', { d: 'M12 12v9' }],
2713
2739
  ['path', { d: 'm8 17 4 4 4-4' }],
2714
2740
  ],
@@ -5160,7 +5186,7 @@ const Monitor = [
5160
5186
  const Moon = [
5161
5187
  'svg',
5162
5188
  defaultAttributes,
5163
- [['path', { d: 'M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z' }]],
5189
+ [['path', { d: 'M12 3a6.364 6.364 0 0 0 9 9 9 9 0 1 1-9-9Z' }]],
5164
5190
  ];
5165
5191
 
5166
5192
  const MoreHorizontal = [
@@ -7208,15 +7234,15 @@ const SunMoon = [
7208
7234
  defaultAttributes,
7209
7235
  [
7210
7236
  ['path', { d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' }],
7211
- ['path', { d: 'M16 12.386A3.136 3.136 0 0 1 11.614 8' }],
7237
+ ['path', { d: 'M12 8a2.828 2.828 0 1 0 4 4' }],
7212
7238
  ['path', { d: 'M12 2v2' }],
7213
7239
  ['path', { d: 'M12 20v2' }],
7214
- ['path', { d: 'm5 5 1.5 1.5' }],
7215
- ['path', { d: 'M17.5 17.5 19 19' }],
7240
+ ['path', { d: 'm4.93 4.93 1.41 1.41' }],
7241
+ ['path', { d: 'm17.66 17.66 1.41 1.41' }],
7216
7242
  ['path', { d: 'M2 12h2' }],
7217
7243
  ['path', { d: 'M20 12h2' }],
7218
- ['path', { d: 'm5 19 1.5-1.5' }],
7219
- ['path', { d: 'M17.5 6.5 19 5' }],
7244
+ ['path', { d: 'm6.34 17.66-1.41 1.41' }],
7245
+ ['path', { d: 'm19.07 4.93-1.41 1.41' }],
7220
7246
  ],
7221
7247
  ];
7222
7248
 
@@ -7227,12 +7253,12 @@ const Sun = [
7227
7253
  ['circle', { cx: '12', cy: '12', r: '4' }],
7228
7254
  ['path', { d: 'M12 2v2' }],
7229
7255
  ['path', { d: 'M12 20v2' }],
7230
- ['path', { d: 'm5 5 1.5 1.5' }],
7231
- ['path', { d: 'M17.5 17.5 19 19' }],
7256
+ ['path', { d: 'm4.93 4.93 1.41 1.41' }],
7257
+ ['path', { d: 'm17.66 17.66 1.41 1.41' }],
7232
7258
  ['path', { d: 'M2 12h2' }],
7233
7259
  ['path', { d: 'M20 12h2' }],
7234
- ['path', { d: 'm5 19 1.5-1.5' }],
7235
- ['path', { d: 'M17.5 6.5 19 5' }],
7260
+ ['path', { d: 'm6.34 17.66-1.41 1.41' }],
7261
+ ['path', { d: 'm19.07 4.93-1.41 1.41' }],
7236
7262
  ],
7237
7263
  ];
7238
7264
 
@@ -7241,10 +7267,10 @@ const Sunrise = [
7241
7267
  defaultAttributes,
7242
7268
  [
7243
7269
  ['path', { d: 'M12 2v8' }],
7244
- ['path', { d: 'm5.2 11.2 1.4 1.4' }],
7270
+ ['path', { d: 'm4.93 10.93 1.41 1.41' }],
7245
7271
  ['path', { d: 'M2 18h2' }],
7246
7272
  ['path', { d: 'M20 18h2' }],
7247
- ['path', { d: 'm17.4 12.6 1.4-1.4' }],
7273
+ ['path', { d: 'm19.07 10.93-1.41 1.41' }],
7248
7274
  ['path', { d: 'M22 22H2' }],
7249
7275
  ['path', { d: 'm8 6 4-4 4 4' }],
7250
7276
  ['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
@@ -7256,10 +7282,10 @@ const Sunset = [
7256
7282
  defaultAttributes,
7257
7283
  [
7258
7284
  ['path', { d: 'M12 10V2' }],
7259
- ['path', { d: 'm5.2 11.2 1.4 1.4' }],
7285
+ ['path', { d: 'm4.93 10.93 1.41 1.41' }],
7260
7286
  ['path', { d: 'M2 18h2' }],
7261
7287
  ['path', { d: 'M20 18h2' }],
7262
- ['path', { d: 'm17.4 12.6 1.4-1.4' }],
7288
+ ['path', { d: 'm19.07 10.93-1.41 1.41' }],
7263
7289
  ['path', { d: 'M22 22H2' }],
7264
7290
  ['path', { d: 'm16 6-4 4-4-4' }],
7265
7291
  ['path', { d: 'M16 18a4 4 0 0 0-8 0' }],
@@ -7345,6 +7371,19 @@ const Syringe = [
7345
7371
  ],
7346
7372
  ];
7347
7373
 
7374
+ const Table2 = [
7375
+ 'svg',
7376
+ defaultAttributes,
7377
+ [
7378
+ [
7379
+ 'path',
7380
+ {
7381
+ d: 'M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18',
7382
+ },
7383
+ ],
7384
+ ],
7385
+ ];
7386
+
7348
7387
  const Table = [
7349
7388
  'svg',
7350
7389
  defaultAttributes,
@@ -7471,7 +7510,7 @@ const ThermometerSun = [
7471
7510
  ['path', { d: 'm6.6 18.4-1.4 1.4' }],
7472
7511
  ['path', { d: 'M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z' }],
7473
7512
  ['path', { d: 'M4 13H2' }],
7474
- ['path', { d: 'M6.6 7.6 5.2 6.2' }],
7513
+ ['path', { d: 'M6.34 7.34 4.93 5.93' }],
7475
7514
  ],
7476
7515
  ];
7477
7516
 
@@ -7860,7 +7899,7 @@ const UploadCloud = [
7860
7899
  'svg',
7861
7900
  defaultAttributes,
7862
7901
  [
7863
- ['path', { d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9' }],
7902
+ ['path', { d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242' }],
7864
7903
  ['path', { d: 'M12 12v9' }],
7865
7904
  ['path', { d: 'm16 16-4-4-4 4' }],
7866
7905
  ],
@@ -8355,5 +8394,5 @@ const ZoomOut = [
8355
8394
  * Generated bundle index. Do not edit.
8356
8395
  */
8357
8396
 
8358
- export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
8397
+ export { Accessibility, Activity, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Aperture, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Baby, Backpack, BaggageClaim, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarDays, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardList, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileCheck, FileCheck2, FileCode, FileDigit, FileInput, FileMinus, FileMinus2, FileOutput, FilePlus, FilePlus2, FileSearch, FileText, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, Flower, Flower2, Focus, Folder, FolderMinus, FolderOpen, FolderPlus, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitFork, GitMerge, GitPullRequest, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Octagon, Option, Outdent, Package, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, User, UserCheck, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
8359
8398
  //# sourceMappingURL=lucide-angular-src-icons.js.map