@1d1s/design-system 2.10.0 → 2.11.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.
|
@@ -21,6 +21,7 @@ declare const iconComponents: {
|
|
|
21
21
|
readonly HamburgerMenu: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
readonly Heart: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
23
23
|
readonly HeartFilled: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
readonly Languages: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
24
25
|
readonly Laptop: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
25
26
|
readonly LogIn: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
26
27
|
readonly Logo: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -35,6 +36,7 @@ declare const iconComponents: {
|
|
|
35
36
|
readonly Salad: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
36
37
|
readonly Search: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
37
38
|
readonly Settings: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
readonly Shapes: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
38
40
|
readonly Target: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
39
41
|
readonly Trophy: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
40
42
|
};
|
|
@@ -37,6 +37,7 @@ export * from './HamburgerMenu';
|
|
|
37
37
|
export * from './Heart';
|
|
38
38
|
export * from './HeartFilled';
|
|
39
39
|
export * from './Home';
|
|
40
|
+
export * from './Languages';
|
|
40
41
|
export * from './LayoutGrid';
|
|
41
42
|
export * from './Logo';
|
|
42
43
|
export * from './Minus';
|
|
@@ -45,3 +46,4 @@ export * from './Person';
|
|
|
45
46
|
export * from './Pin';
|
|
46
47
|
export * from './Plus';
|
|
47
48
|
export * from './Search';
|
|
49
|
+
export * from './Shapes';
|