lucide-angular 0.231.0 → 0.232.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.
@@ -1009,6 +1009,7 @@ export { default as TestTube } from './test-tube';
1009
1009
  export { default as TestTubes } from './test-tubes';
1010
1010
  export { default as TextCursorInput } from './text-cursor-input';
1011
1011
  export { default as TextCursor } from './text-cursor';
1012
+ export { default as TextQuote } from './text-quote';
1012
1013
  export { default as TextSelect } from './text-select';
1013
1014
  export { default as Text } from './text';
1014
1015
  export { default as ThermometerSnowflake } from './thermometer-snowflake';
@@ -0,0 +1,3 @@
1
+ import { LucideIconData } from './types';
2
+ declare const TextQuote: LucideIconData;
3
+ export default TextQuote;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lucide-angular",
3
3
  "description": "A Lucide icon library package for Angular applications",
4
- "version": "0.231.0",
4
+ "version": "0.232.0",
5
5
  "author": "SMAH1",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",
@@ -2059,6 +2059,8 @@ export { default as TextCursorInputIcon } from './icons/text-cursor-input';
2059
2059
  export { default as LucideTextCursorInput } from './icons/text-cursor-input';
2060
2060
  export { default as TextCursorIcon } from './icons/text-cursor';
2061
2061
  export { default as LucideTextCursor } from './icons/text-cursor';
2062
+ export { default as TextQuoteIcon } from './icons/text-quote';
2063
+ export { default as LucideTextQuote } from './icons/text-quote';
2062
2064
  export { default as TextSelectIcon } from './icons/text-select';
2063
2065
  export { default as LucideTextSelect } from './icons/text-select';
2064
2066
  export { default as TextSelection } from './icons/text-select';
@@ -1009,6 +1009,7 @@ export { default as TestTube } from './test-tube';
1009
1009
  export { default as TestTubes } from './test-tubes';
1010
1010
  export { default as TextCursorInput } from './text-cursor-input';
1011
1011
  export { default as TextCursor } from './text-cursor';
1012
+ export { default as TextQuote } from './text-quote';
1012
1013
  export { default as TextSelect } from './text-select';
1013
1014
  export { default as Text } from './text';
1014
1015
  export { default as ThermometerSnowflake } from './thermometer-snowflake';
@@ -0,0 +1,3 @@
1
+ import { LucideIconData } from './types';
2
+ declare const TextQuote: LucideIconData;
3
+ export default TextQuote;