@d-matrix/icons-react 0.8.1 → 0.10.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/dist/icons/AdobeReaderColored.js +1 -0
- package/dist/icons/AdobeReaderColored.mjs +45 -0
- package/dist/icons/DeepLabelColored.js +1 -0
- package/dist/icons/DeepLabelColored.mjs +41 -0
- package/dist/icons/LightbulbOutlined.js +1 -0
- package/dist/icons/LightbulbOutlined.mjs +35 -0
- package/dist/icons/QuickFillOutlined.js +1 -0
- package/dist/icons/QuickFillOutlined.mjs +31 -0
- package/dist/icons/ViewpointColored.js +1 -0
- package/dist/icons/ViewpointColored.mjs +37 -0
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.mjs +460 -450
- package/dist/index.d.ts +10 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as default_2 } from 'react';
|
|
2
2
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
|
+
export declare const AdobeReaderColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
5
|
+
|
|
4
6
|
export declare const AlertColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
5
7
|
|
|
6
8
|
export declare const AnnouncementFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -89,6 +91,8 @@ export declare const CustomerServiceOutlined: (props: Omit<DMIconProps, "icon">)
|
|
|
89
91
|
|
|
90
92
|
export declare const DecreaseDecimalPlaceOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
91
93
|
|
|
94
|
+
export declare const DeepLabelColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
95
|
+
|
|
92
96
|
export declare const DeleteFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
93
97
|
|
|
94
98
|
declare type DMIconProps = default_2.HTMLProps<HTMLSpanElement> & {
|
|
@@ -281,6 +285,8 @@ export declare const LeafOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.E
|
|
|
281
285
|
|
|
282
286
|
export declare const LeftOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
283
287
|
|
|
288
|
+
export declare const LightbulbOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
289
|
+
|
|
284
290
|
export declare const LightningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
285
291
|
|
|
286
292
|
export declare const LineChartFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -359,6 +365,8 @@ export declare const QqOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Ele
|
|
|
359
365
|
|
|
360
366
|
export declare const QuestionCircleFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
361
367
|
|
|
368
|
+
export declare const QuickFillOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
369
|
+
|
|
362
370
|
export declare const RadarOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
363
371
|
|
|
364
372
|
export declare const RatingReportOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
@@ -449,6 +457,8 @@ export declare const VerticalAlignTopFilled: (props: Omit<DMIconProps, "icon">)
|
|
|
449
457
|
|
|
450
458
|
export declare const VerticalAlignTopOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
451
459
|
|
|
460
|
+
export declare const ViewpointColored: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
461
|
+
|
|
452
462
|
export declare const WarningFilled: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|
|
453
463
|
|
|
454
464
|
export declare const WholeOutlined: (props: Omit<DMIconProps, "icon">) => JSX_2.Element;
|