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.
- package/aliases.d.ts +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/text-quote.mjs +14 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/text-quote.mjs +14 -0
- package/fesm2015/lucide-angular-src-icons.mjs +14 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +14 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +14 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +14 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/text-quote.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/text-quote.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -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';
|