@nimbus-ds/icons 1.2.0 → 1.3.0-rc.2
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/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.LICENSE.txt +873 -0
- package/dist/index.js.map +1 -0
- package/package.json +4 -3
package/dist/index.d.ts
CHANGED
|
@@ -106,6 +106,7 @@ export declare const OrderedListIcon: React.FC<IconProps>;
|
|
|
106
106
|
export declare const PencilIcon: React.FC<IconProps>;
|
|
107
107
|
export declare const PictureIcon: React.FC<IconProps>;
|
|
108
108
|
export declare const PlanetIcon: React.FC<IconProps>;
|
|
109
|
+
export declare const PlayIcon: React.FC<IconProps>;
|
|
109
110
|
export declare const PlusCircleIcon: React.FC<IconProps>;
|
|
110
111
|
export declare const PrinterIcon: React.FC<IconProps>;
|
|
111
112
|
export declare const PyramidIcon: React.FC<IconProps>;
|