lucide-angular 0.231.0 → 0.233.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/aliases.d.ts CHANGED
@@ -1971,6 +1971,8 @@ export { default as SquareSlashIcon } from './icons/square-slash';
1971
1971
  export { default as LucideSquareSlash } from './icons/square-slash';
1972
1972
  export { default as SquareIcon } from './icons/square';
1973
1973
  export { default as LucideSquare } from './icons/square';
1974
+ export { default as SquirrelIcon } from './icons/squirrel';
1975
+ export { default as LucideSquirrel } from './icons/squirrel';
1974
1976
  export { default as StampIcon } from './icons/stamp';
1975
1977
  export { default as LucideStamp } from './icons/stamp';
1976
1978
  export { default as StarHalfIcon } from './icons/star-half';
@@ -2059,6 +2061,8 @@ export { default as TextCursorInputIcon } from './icons/text-cursor-input';
2059
2061
  export { default as LucideTextCursorInput } from './icons/text-cursor-input';
2060
2062
  export { default as TextCursorIcon } from './icons/text-cursor';
2061
2063
  export { default as LucideTextCursor } from './icons/text-cursor';
2064
+ export { default as TextQuoteIcon } from './icons/text-quote';
2065
+ export { default as LucideTextQuote } from './icons/text-quote';
2062
2066
  export { default as TextSelectIcon } from './icons/text-select';
2063
2067
  export { default as LucideTextSelect } from './icons/text-select';
2064
2068
  export { default as TextSelection } from './icons/text-select';