lucide-angular 0.224.0 → 0.225.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/pilcrow-square.mjs +17 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/pilcrow-square.mjs +17 -0
- package/fesm2015/lucide-angular-src-icons.mjs +17 -1
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +17 -1
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +17 -1
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +17 -1
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/pilcrow-square.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/pilcrow-square.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1628,6 +1628,8 @@ export { default as PieChartIcon } from './icons/pie-chart';
|
|
|
1628
1628
|
export { default as LucidePieChart } from './icons/pie-chart';
|
|
1629
1629
|
export { default as PiggyBankIcon } from './icons/piggy-bank';
|
|
1630
1630
|
export { default as LucidePiggyBank } from './icons/piggy-bank';
|
|
1631
|
+
export { default as PilcrowSquareIcon } from './icons/pilcrow-square';
|
|
1632
|
+
export { default as LucidePilcrowSquare } from './icons/pilcrow-square';
|
|
1631
1633
|
export { default as PilcrowIcon } from './icons/pilcrow';
|
|
1632
1634
|
export { default as LucidePilcrow } from './icons/pilcrow';
|
|
1633
1635
|
export { default as PillIcon } from './icons/pill';
|