@datavac/ui-kit 1.4.0-administration-icon.1 → 1.4.0-administration-icon.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.
@@ -1,8 +1,36 @@
1
1
  import type { SVGProps } from 'react';
2
2
  export type IconProps = SVGProps<SVGSVGElement>;
3
+ export declare function ArrowDownArrowUpIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ArrowDownToBracketIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ArrowUpRightFromSquareIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
3
6
  export declare function ArrowsIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function BottleIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function ChevronDownIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function CircleAttentionIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function CircleMinusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function CirclePlusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function CircleXmarkIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function CopyIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function CutaneouslyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function DnaIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function DropsMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
17
+ export declare function FileArrowDownIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
4
18
  export declare function InfoCircleIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare function IntradermallyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function IntramuscularlyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
21
+ export declare function IntranasallyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
5
22
  export declare function MenuIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function MinusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
6
24
  export declare function MoonStarsIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
25
+ export declare function PillsMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
7
26
  export declare function PlusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
27
+ export declare function SearchIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
28
+ export declare function SearchListIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
29
+ export declare function SubcutaneouslyMethodIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
30
+ export declare function SunMiniIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
8
31
  export declare function SunIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
32
+ export declare function TestTubeIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
33
+ export declare function ThermometerIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
34
+ export declare function VirusIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
35
+ export declare function XmarkLargeIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
36
+ export declare function XmarkIcon({ width, height, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;