@entur/icons 7.13.0 → 7.14.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.
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +228 -138
- package/dist/index.esm.native.js +222 -138
- package/dist/index.js +367 -274
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -110,6 +110,7 @@ export declare const ReisNordlandIcon: React.FC<IconProps & React.SVGProps<SVGEl
|
|
|
110
110
|
export declare const RuterIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
111
111
|
export declare const RuterNoTextIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
112
112
|
export declare const SJIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
113
|
+
export declare const SJNordIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
113
114
|
export declare const SkyssIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
114
115
|
export declare const SkyssNoTextIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
115
116
|
export declare const SnelandiaIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
@@ -152,9 +153,11 @@ export declare const CalculatorIcon: React.FC<IconProps & React.SVGProps<SVGElem
|
|
|
152
153
|
export declare const CameraIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
153
154
|
export declare const DatabaseIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
154
155
|
export declare const DesktopIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
156
|
+
export declare const FigmaIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
155
157
|
export declare const ImageIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
156
158
|
export declare const LaptopIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
157
159
|
export declare const MobileIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
160
|
+
export declare const MuralIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
158
161
|
export declare const PhoneIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
159
162
|
export declare const PrinterIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|
|
160
163
|
export declare const QRIcon: React.FC<IconProps & React.SVGProps<SVGElement>>;
|