@pksep/yui 0.1.165 → 0.1.167

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.
@@ -112,7 +112,7 @@ export declare enum IconNameEnum {
112
112
  qrCode = "qr-code",
113
113
  distrub = "distrub",
114
114
  delivered = "delivered",
115
- notDelivered = "notDelivered",
115
+ notDelivered = "not-delivered",
116
116
  zoomMinus = "zoom-minus",
117
117
  zoomPlus = "zoom-plus"
118
118
  }
@@ -1,4 +1,3 @@
1
- import { IconNameEnum } from './enum/enum';
2
1
  import { IVectorIcon } from './interface/interface';
3
2
 
4
3
  export declare const alertTriangle: IVectorIcon;
@@ -107,6 +106,7 @@ export declare const time: IVectorIcon;
107
106
  export declare const remains: IVectorIcon;
108
107
  export declare const atSign: IVectorIcon;
109
108
  export declare const smile: IVectorIcon;
109
+ export declare const planeRightFill: IVectorIcon;
110
110
  export declare const planeRight: IVectorIcon;
111
111
  export declare const sidebar: IVectorIcon;
112
112
  export declare const pin: IVectorIcon;
@@ -119,19 +119,7 @@ export declare const keyboard: IVectorIcon;
119
119
  export declare const message: IVectorIcon;
120
120
  export declare const darkThemeSwitcher: IVectorIcon;
121
121
  export declare const qrCode: IVectorIcon;
122
- export declare const notDelivered: {
123
- name: IconNameEnum;
124
- viewbox: string;
125
- style: string;
126
- fill: string;
127
- path: string;
128
- };
129
- export declare const delivered: {
130
- name: IconNameEnum;
131
- viewbox: string;
132
- style: string;
133
- fill: string;
134
- path: string;
135
- };
122
+ export declare const notDelivered: IVectorIcon;
123
+ export declare const delivered: IVectorIcon;
136
124
  export declare const zoomMinus: IVectorIcon;
137
125
  export declare const zoomPlus: IVectorIcon;