@bifrostui/icons 2.0.0-beta.3 → 2.0.0-beta.6
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/components/AddCircleOutlinedBold.d.ts +3 -0
- package/dist/components/AddCircleOutlinedBold.js +37 -0
- package/dist/components/BlockCircleOutlinedIconBold.d.ts +3 -0
- package/dist/components/BlockCircleOutlinedIconBold.js +37 -0
- package/dist/components/FilmSheet.d.ts +3 -0
- package/dist/components/FilmSheet.js +37 -0
- package/dist/components/Schedule.d.ts +3 -0
- package/dist/components/Schedule.js +37 -0
- package/dist/components/SiffHome.d.ts +3 -0
- package/dist/components/SiffHome.js +37 -0
- package/dist/components/Store.d.ts +3 -0
- package/dist/components/Store.js +37 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/index.js +23 -2
- package/dist/components/transFilled.d.ts +3 -0
- package/dist/components/transFilled.js +37 -0
- package/es/components/AddCircleOutlinedBold.d.ts +3 -0
- package/es/components/AddCircleOutlinedBold.js +8 -0
- package/es/components/BlockCircleOutlinedIconBold.d.ts +3 -0
- package/es/components/BlockCircleOutlinedIconBold.js +8 -0
- package/es/components/FilmSheet.d.ts +3 -0
- package/es/components/FilmSheet.js +8 -0
- package/es/components/Schedule.d.ts +3 -0
- package/es/components/Schedule.js +8 -0
- package/es/components/SiffHome.d.ts +3 -0
- package/es/components/SiffHome.js +8 -0
- package/es/components/Store.d.ts +3 -0
- package/es/components/Store.js +8 -0
- package/es/components/index.d.ts +7 -0
- package/es/components/index.js +474 -460
- package/es/components/transFilled.d.ts +3 -0
- package/es/components/transFilled.js +8 -0
- package/package.json +3 -3
package/es/components/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export { default as AddIcon } from './Add';
|
|
|
5
5
|
export { default as AddCircleFilledIcon } from './AddCircleFilled';
|
|
6
6
|
export { default as AddCircleFilledBoldIcon } from './AddCircleFilledBold';
|
|
7
7
|
export { default as AddCircleOutlinedIcon } from './AddCircleOutlined';
|
|
8
|
+
export { default as AddCircleOutlinedBoldIcon } from './AddCircleOutlinedBold';
|
|
8
9
|
export { default as AddCouponOutlinedIcon } from './AddCouponOutlined';
|
|
9
10
|
export { default as AddLargeIcon } from './AddLarge';
|
|
10
11
|
export { default as AlarmOutlinedIcon } from './AlarmOutlined';
|
|
@@ -34,6 +35,7 @@ export { default as BankCardFilledIcon } from './BankCardFilled';
|
|
|
34
35
|
export { default as BankCardOutlinedIcon } from './BankCardOutlined';
|
|
35
36
|
export { default as BlockCircleFilledIcon } from './BlockCircleFilled';
|
|
36
37
|
export { default as BlockCircleOutlinedIcon } from './BlockCircleOutlined';
|
|
38
|
+
export { default as BlockCircleOutlinedIconBoldIcon } from './BlockCircleOutlinedIconBold';
|
|
37
39
|
export { default as BlockCircleOutlinedThinIcon } from './BlockCircleOutlinedThin';
|
|
38
40
|
export { default as BogoOutlinedIcon } from './BogoOutlined';
|
|
39
41
|
export { default as BoltFilledIcon } from './BoltFilled';
|
|
@@ -90,6 +92,7 @@ export { default as EyeClosedFilledIcon } from './EyeClosedFilled';
|
|
|
90
92
|
export { default as EyeFilledIcon } from './EyeFilled';
|
|
91
93
|
export { default as EyeOutlinedIcon } from './EyeOutlined';
|
|
92
94
|
export { default as FemaleOutlinedIcon } from './FemaleOutlined';
|
|
95
|
+
export { default as FilmSheetIcon } from './FilmSheet';
|
|
93
96
|
export { default as FilterOutlinedIcon } from './FilterOutlined';
|
|
94
97
|
export { default as FingerprintOutlinedIcon } from './FingerprintOutlined';
|
|
95
98
|
export { default as FireFilledIcon } from './FireFilled';
|
|
@@ -180,6 +183,7 @@ export { default as RefreshOutlinedIcon } from './RefreshOutlined';
|
|
|
180
183
|
export { default as ReportOutlinedIcon } from './ReportOutlined';
|
|
181
184
|
export { default as SaveOutlinedIcon } from './SaveOutlined';
|
|
182
185
|
export { default as ScanOutlinedIcon } from './ScanOutlined';
|
|
186
|
+
export { default as ScheduleIcon } from './Schedule';
|
|
183
187
|
export { default as SearchGapOutlinedIcon } from './SearchGapOutlined';
|
|
184
188
|
export { default as SearchOutlinedIcon } from './SearchOutlined';
|
|
185
189
|
export { default as SettingsOutlinedIcon } from './SettingsOutlined';
|
|
@@ -188,6 +192,7 @@ export { default as ShareIcon } from './Share';
|
|
|
188
192
|
export { default as ShoppingCartOutlinedIcon } from './ShoppingCartOutlined';
|
|
189
193
|
export { default as ShowFilledIcon } from './ShowFilled';
|
|
190
194
|
export { default as ShowOutlinedIcon } from './ShowOutlined';
|
|
195
|
+
export { default as SiffHomeIcon } from './SiffHome';
|
|
191
196
|
export { default as SmileFilledIcon } from './SmileFilled';
|
|
192
197
|
export { default as SmileOutlinedIcon } from './SmileOutlined';
|
|
193
198
|
export { default as SortIcon } from './Sort';
|
|
@@ -196,6 +201,7 @@ export { default as StarFilledIcon } from './StarFilled';
|
|
|
196
201
|
export { default as StarFilledSharpIcon } from './StarFilledSharp';
|
|
197
202
|
export { default as StarOutlinedIcon } from './StarOutlined';
|
|
198
203
|
export { default as StarRoundedFilledIcon } from './StarRoundedFilled';
|
|
204
|
+
export { default as StoreIcon } from './Store';
|
|
199
205
|
export { default as StoreFilledIcon } from './StoreFilled';
|
|
200
206
|
export { default as SuccessCircleFilledIcon } from './SuccessCircleFilled';
|
|
201
207
|
export { default as SuccessCircleFilledBoldIcon } from './SuccessCircleFilledBold';
|
|
@@ -235,3 +241,4 @@ export { default as WifiOutlinedIcon } from './WifiOutlined';
|
|
|
235
241
|
export { default as XiaMiCircleOutlinedIcon } from './XiaMiCircleOutlined';
|
|
236
242
|
export { default as YouKuVipCircleOutlinedIcon } from './YouKuVipCircleOutlined';
|
|
237
243
|
export { default as ZoomInOutlinedIcon } from './ZoomInOutlined';
|
|
244
|
+
export { default as transFilledIcon } from './transFilled';
|