@mxenabled/mx-icons 0.1.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/README.md ADDED
@@ -0,0 +1,50 @@
1
+ # React + TypeScript + Vite
2
+
3
+ This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
4
+
5
+ Currently, two official plugins are available:
6
+
7
+ - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+ - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
+
10
+ ## Expanding the ESLint configuration
11
+
12
+ If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
+
14
+ - Configure the top-level `parserOptions` property like this:
15
+
16
+ ```js
17
+ export default tseslint.config({
18
+ languageOptions: {
19
+ // other options...
20
+ parserOptions: {
21
+ project: ['./tsconfig.node.json', './tsconfig.app.json'],
22
+ tsconfigRootDir: import.meta.dirname,
23
+ },
24
+ },
25
+ })
26
+ ```
27
+
28
+ - Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`
29
+ - Optionally add `...tseslint.configs.stylisticTypeChecked`
30
+ - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:
31
+
32
+ ```js
33
+ // eslint.config.js
34
+ import react from 'eslint-plugin-react'
35
+
36
+ export default tseslint.config({
37
+ // Set the react version
38
+ settings: { react: { version: '18.3' } },
39
+ plugins: {
40
+ // Add the react plugin
41
+ react,
42
+ },
43
+ rules: {
44
+ // other rules...
45
+ // Enable its recommended rules
46
+ ...react.configs.recommended.rules,
47
+ ...react.configs['jsx-runtime'].rules,
48
+ },
49
+ })
50
+ ```
@@ -0,0 +1,209 @@
1
+ import { IconProps as IconProps_2 } from '@mui/material';
2
+ import { IconProps as IconProps_3 } from '@mui/material/Icon/Icon';
3
+ import { JSX } from 'react/jsx-runtime';
4
+
5
+ export declare const AccountBalance: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
6
+
7
+ export declare const Add: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
8
+
9
+ export declare const AddBox: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
10
+
11
+ export declare const ArrowBack: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
12
+
13
+ export declare const Article: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
14
+
15
+ export declare const BarChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
16
+
17
+ export declare const BidLandscape: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
18
+
19
+ export declare const BubbleChart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
20
+
21
+ export declare const CalendarMonth: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
22
+
23
+ export declare const CallSplit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
24
+
25
+ export declare const Cancel: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
26
+
27
+ export declare const Cardiology: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
28
+
29
+ export declare const Chair: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
30
+
31
+ export declare const Checkbook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
32
+
33
+ export declare const CheckCircle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
34
+
35
+ export declare const ChevronLeft: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
36
+
37
+ export declare const ChevronRight: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
38
+
39
+ export declare const Close: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
40
+
41
+ export declare const Computer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
42
+
43
+ export declare const CreditCard: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
44
+
45
+ export declare const CurrencyExchange: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
46
+
47
+ export declare const DarkMode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
48
+
49
+ export declare const Delete: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
50
+
51
+ export declare const Diamond: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
52
+
53
+ export declare const DirectionsCar: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
54
+
55
+ export declare const Edit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
56
+
57
+ export declare const Equal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
58
+
59
+ export declare const Error: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
60
+
61
+ export declare const ExpandLess: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
62
+
63
+ export declare const ExpandMore: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
64
+
65
+ export declare const FilterAlt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
66
+
67
+ export declare const Flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
68
+
69
+ export declare const Flare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
70
+
71
+ export declare const FormatListBulleted: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
72
+
73
+ export declare const HomeWork: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
74
+
75
+ export declare const House: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
76
+
77
+ export declare const Icon: ({ color, fill, name, size, sx }: IconProps) => JSX.Element;
78
+
79
+ declare const IconList: {
80
+ account_balance: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
81
+ add: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
82
+ add_box: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
83
+ arrow_back: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
84
+ article: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
85
+ bar_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
86
+ bid_landscape: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
87
+ bubble_chart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
88
+ calendar_month: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
89
+ call_split: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
90
+ cancel: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
91
+ cardiology: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
92
+ chair: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
93
+ check_circle: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
94
+ checkbook: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
95
+ chevron_left: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
96
+ chevron_right: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
97
+ close: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
98
+ computer: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
99
+ credit_card: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
100
+ currency_exchange: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
101
+ dark_mode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
102
+ delete: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
103
+ diamond: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
104
+ directions_car: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
105
+ edit: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
106
+ equal: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
107
+ error: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
108
+ expand_less: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
109
+ expand_more: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
110
+ filter_alt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
111
+ flag: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
112
+ flare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
113
+ format_list_bulleted: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
114
+ home_work: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
115
+ house: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
116
+ ios_share: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
117
+ key: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
118
+ keyboard_arrow_right: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
119
+ kitchen: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
120
+ light_mode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
121
+ menu: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
122
+ monetization_on: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
123
+ monitor_heart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
124
+ notifications: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
125
+ open_in_new: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
126
+ paid: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
127
+ photo_camera: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
128
+ remove: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
129
+ savings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
130
+ search: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
131
+ sell: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
132
+ settings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
133
+ sports_baseball: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
134
+ sync: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
135
+ table_chart_view: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
136
+ trending_up: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
137
+ visibility: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
138
+ visibility_off: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
139
+ wall_art: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
140
+ wallet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
141
+ };
142
+
143
+ declare interface IconProps extends IconProps_2 {
144
+ fill?: boolean;
145
+ name: keyof typeof IconList;
146
+ size?: number;
147
+ weight?: number;
148
+ }
149
+
150
+ export declare const IosShare: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
151
+
152
+ export declare const Key: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
153
+
154
+ export declare const KeyboardArrowRight: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
155
+
156
+ export declare const Kitchen: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
157
+
158
+ export declare const LightMode: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
159
+
160
+ export declare const Menu: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
161
+
162
+ export declare const MonetizationOn: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
163
+
164
+ export declare const MonitorHeart: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
165
+
166
+ /**
167
+ * @filled - Use filled variant if true
168
+ * @size - The size of the icon
169
+ */
170
+ declare interface MxIconProps extends IconProps_3 {
171
+ filled?: boolean;
172
+ size?: number;
173
+ }
174
+
175
+ export declare const Notifications: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
176
+
177
+ export declare const OpenInNew: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
178
+
179
+ export declare const Paid: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
180
+
181
+ export declare const PhotoCamera: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
182
+
183
+ export declare const Remove: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
184
+
185
+ export declare const Savings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
186
+
187
+ export declare const Search: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
188
+
189
+ export declare const Sell: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
190
+
191
+ export declare const Settings: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
192
+
193
+ export declare const SportsBaseball: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
194
+
195
+ export declare const Sync: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
196
+
197
+ export declare const TableChartView: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
198
+
199
+ export declare const TrendingUp: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
200
+
201
+ export declare const Visibility: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
202
+
203
+ export declare const VisibilityOff: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
204
+
205
+ export declare const WallArt: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
206
+
207
+ export declare const Wallet: ({ color, filled, size, sx }: MxIconProps) => JSX.Element;
208
+
209
+ export { }