lucide-angular 0.481.0 → 0.482.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.
@@ -0,0 +1,14 @@
1
+ import { LucideIconData } from './types';
2
+ /**
3
+ * @component @name SaudiRiyal
4
+ * @description Lucide SVG icon component, renders SVG Element with children.
5
+ *
6
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMjAgMTkuNS01LjUgMS4yIiAvPgogIDxwYXRoIGQ9Ik0xNC41IDR2MTEuMjJhMSAxIDAgMCAwIDEuMjQyLjk3TDIwIDE1LjIiIC8+CiAgPHBhdGggZD0ibTIuOTc4IDE5LjM1MSA1LjU0OS0xLjM2M0EyIDIgMCAwIDAgMTAgMTZWMiIgLz4KICA8cGF0aCBkPSJNMjAgMTAgNCAxMy41IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/saudi-riyal
7
+ * @see https://lucide.dev/guide/packages/lucide-vue-next - Documentation
8
+ *
9
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
10
+ * @returns {FunctionalComponent} Vue component
11
+ *
12
+ */
13
+ declare const SaudiRiyal: LucideIconData;
14
+ export default SaudiRiyal;
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.481.0",
4
+ "version": "0.482.0",
5
5
  "author": "SMAH1",
6
6
  "license": "ISC",
7
7
  "homepage": "https://lucide.dev",
@@ -20,10 +20,10 @@ export { default as CurlyBraces } from '../icons/braces';
20
20
  export { default as Subtitles } from '../icons/captions';
21
21
  export {
22
22
  /** @deprecated */
23
- default as AreaChart } from '../icons/chart-area';
23
+ default as BarChartHorizontalBig } from '../icons/chart-bar-big';
24
24
  export {
25
25
  /** @deprecated */
26
- default as BarChartHorizontalBig } from '../icons/chart-bar-big';
26
+ default as AreaChart } from '../icons/chart-area';
27
27
  export {
28
28
  /** @deprecated */
29
29
  default as BarChartHorizontal } from '../icons/chart-bar';
@@ -38,13 +38,13 @@ export {
38
38
  default as BarChart4 } from '../icons/chart-column-increasing';
39
39
  export {
40
40
  /** @deprecated */
41
- default as LineChart } from '../icons/chart-line';
41
+ default as BarChart3 } from '../icons/chart-column';
42
42
  export {
43
43
  /** @deprecated */
44
- default as BarChart } from '../icons/chart-no-axes-column-increasing';
44
+ default as LineChart } from '../icons/chart-line';
45
45
  export {
46
46
  /** @deprecated */
47
- default as BarChart3 } from '../icons/chart-column';
47
+ default as BarChart } from '../icons/chart-no-axes-column-increasing';
48
48
  export {
49
49
  /** @deprecated */
50
50
  default as BarChart2 } from '../icons/chart-no-axes-column';
@@ -60,10 +60,10 @@ default as ScatterChart } from '../icons/chart-scatter';
60
60
  export { default as AlertCircle } from '../icons/circle-alert';
61
61
  export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
62
62
  export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
63
- export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
64
63
  export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-down-right';
65
- export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
64
+ export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
66
65
  export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
66
+ export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
67
67
  export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
68
68
  export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
69
69
  export { default as CheckCircle } from '../icons/circle-check-big';
@@ -79,8 +79,8 @@ export { default as MinusCircle } from '../icons/circle-minus';
79
79
  export { default as ParkingCircleOff } from '../icons/circle-parking-off';
80
80
  export { default as ParkingCircle } from '../icons/circle-parking';
81
81
  export { default as PauseCircle } from '../icons/circle-pause';
82
- export { default as PercentCircle } from '../icons/circle-percent';
83
82
  export { default as PlayCircle } from '../icons/circle-play';
83
+ export { default as PercentCircle } from '../icons/circle-percent';
84
84
  export { default as PlusCircle } from '../icons/circle-plus';
85
85
  export { default as PowerCircle } from '../icons/circle-power';
86
86
  export { default as CircleSlashed } from '../icons/circle-slash-2';
@@ -132,8 +132,8 @@ default as FolderCog2 } from '../icons/folder-cog';
132
132
  export { default as FolderEdit } from '../icons/folder-pen';
133
133
  export { default as GitCommit } from '../icons/git-commit-horizontal';
134
134
  export { default as Grid2X2Check } from '../icons/grid-2x2-check';
135
- export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
136
135
  export { default as Grid2X2X } from '../icons/grid-2x2-x';
136
+ export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
137
137
  export { default as Grid2X2 } from '../icons/grid-2x2';
138
138
  export { default as Grid } from '../icons/grid-3x3';
139
139
  export { default as Grid3X3 } from '../icons/grid-3x3';
@@ -167,10 +167,10 @@ export { default as SidebarOpen } from '../icons/panel-left-open';
167
167
  export { default as Sidebar } from '../icons/panel-left';
168
168
  export { default as PanelRightInactive } from '../icons/panel-right-dashed';
169
169
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
170
- export { default as Layout } from '../icons/panels-top-left';
171
170
  export {
172
171
  /** @deprecated */
173
172
  default as Edit3 } from '../icons/pen-line';
173
+ export { default as Layout } from '../icons/panels-top-left';
174
174
  export {
175
175
  /** @deprecated */
176
176
  default as Edit2 } from '../icons/pen';