@fvc/icons 1.0.1 → 1.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.
|
@@ -108,6 +108,7 @@ export declare function Http({ color, className, width, height, }: iconType): Re
|
|
|
108
108
|
export declare function Https({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
109
109
|
export declare function ImportantDevices({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
110
110
|
export declare function Info({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
111
|
+
export declare function InfoFilled({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
111
112
|
export declare function Input({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
112
113
|
export declare function InvertColors({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
113
114
|
export declare function Label({ color, className, width, height, }: iconType): ReactElement<SVGProps<SVGFEFuncGElement>>;
|
|
@@ -115,6 +115,7 @@ export declare const Icon: {
|
|
|
115
115
|
Https: React.LazyExoticComponent<typeof import("./actions").Https>;
|
|
116
116
|
ImportantDevices: React.LazyExoticComponent<typeof import("./actions").ImportantDevices>;
|
|
117
117
|
Info: React.LazyExoticComponent<typeof import("./actions").Info>;
|
|
118
|
+
InfoFilled: React.LazyExoticComponent<typeof import("./actions").InfoFilled>;
|
|
118
119
|
Input: React.LazyExoticComponent<typeof import("./actions").Input>;
|
|
119
120
|
InvertColors: React.LazyExoticComponent<typeof import("./actions").InvertColors>;
|
|
120
121
|
Label: React.LazyExoticComponent<typeof import("./actions").Label>;
|