@lawkit/ui 0.1.12 → 0.1.13
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.js +2069 -2586
- package/dist/ui-v3/src/components/Icon/registry.d.ts +0 -1
- package/package.json +1 -1
|
@@ -280,7 +280,6 @@ export declare const iconRegistry: {
|
|
|
280
280
|
readonly viewerArrowUpward: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
281
281
|
readonly viewerBook: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
282
282
|
readonly viewerCalendarToday: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
283
|
-
readonly viewerDockToRight: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
284
283
|
readonly viewerDownload: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
285
284
|
readonly viewerExpandLess: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|
|
286
285
|
readonly viewerExpandMore: ({ title, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
|