@bifrostui/icons 1.2.9-beta.0 → 1.3.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.
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,37 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var MaiSuiLeft_exports = {};
29
+ __export(MaiSuiLeft_exports, {
30
+ default: () => MaiSuiLeft_default
31
+ });
32
+ module.exports = __toCommonJS(MaiSuiLeft_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var MaiSuiLeft_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M36.457 80.34c-8.958.388-13.1 3.513-11.808 5.784 1.286 2.271 10.426 7.978 25.783 9.5 15.357 1.524 30.557.828 36.352.828 5.795 0 12.64-.561 9.097-2.625-3.537-2.068-14.095-7.385-27.575-10.435-13.474-3.053-22.89-3.439-31.85-3.053ZM.9 51.763c.634 2.75 4.818 9.76 16.879 15.09 9.567 4.245 20.509 7.278 32.145 8.91 8.644 1.25 16.811 2.947 14.113-.514-2.704-3.463-11.874-12.063-25.1-18.101-13.232-6.035-20.205-6.746-26.09-7.592-5.886-.85-12.58-.547-11.953 2.207h.006Zm4.063-28.461c-4.86 0-4.533 3.06-3.23 5.685 1.304 2.624 6.858 10.427 16.45 15.177 6.387 3.164 14.488 5.906 24.31 8.23-2.198-8.498-6.882-15.18-14.066-20.047-10.787-7.292-18.617-9.042-23.464-9.042v-.003ZM26.738.63c-3.316-.206-6.286 1.217-6.634 3.178l-.193 1.357c-.54 4.354.442 8.726 2.885 12.845 3.725 6.235 9.315 11.174 16.752 14.806 1.479-3.321 2.378-6.078 2.704-8.278.495-3.303.495-6.292-2.704-13.834-1.419-3.357-4.504-6.385-9.248-9.092-.97-.553-2.223-.899-3.562-.982Z" fill="#000" fill-rule="nonzero"/>',
36
+ "MaiSuiLeftIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,37 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
27
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
+ var MaiSuiRight_exports = {};
29
+ __export(MaiSuiRight_exports, {
30
+ default: () => MaiSuiRight_default
31
+ });
32
+ module.exports = __toCommonJS(MaiSuiRight_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var MaiSuiRight_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M62.788 79.143c9.314.4 13.618 3.638 12.272 5.994-1.34 2.352-10.842 8.264-26.803 9.84-15.96 1.58-31.764.858-37.789.858-6.024 0-13.136-.58-9.46-2.722 3.683-2.136 14.658-7.652 28.669-10.81 14.005-3.16 23.796-3.558 33.11-3.16Zm33.165-28.162c-.634 2.74-4.817 9.727-16.879 15.04-9.566 4.23-20.509 7.253-32.145 8.88-8.638 1.246-16.812 2.936-14.107-.512 2.704-3.453 11.868-12.023 25.1-18.04 13.22-6.016 20.205-6.724 26.084-7.567 5.886-.847 12.58-.545 11.953 2.2h-.006ZM91.896 22.62c4.854 0 4.528 3.05 3.224 5.666-1.304 2.616-6.858 10.393-16.444 15.126-6.399 3.153-14.5 5.887-24.31 8.204 2.192-8.47 6.882-15.13 14.066-19.98 10.775-7.272 18.605-9.016 23.464-9.016ZM70.116.02c3.316-.205 6.286 1.214 6.634 3.168l.2 1.353c.538 4.339-.446 8.697-2.892 12.801-3.725 6.214-9.308 11.137-16.752 14.756-1.473-3.31-2.378-6.057-2.704-8.25-.495-3.292-.495-6.27 2.704-13.787 1.425-3.346 4.504-6.364 9.248-9.062.97-.55 2.223-.895 3.562-.978Z" fill="#000" fill-rule="nonzero"/>',
36
+ "MaiSuiRightIcon"
37
+ );
@@ -130,6 +130,8 @@ export { default as LoadingThreeQuartersOutlinedIcon } from './LoadingThreeQuart
130
130
  export { default as LocationFilledIcon } from './LocationFilled';
131
131
  export { default as LocationOutlinedIcon } from './LocationOutlined';
132
132
  export { default as LuckyMoneyOutlinedIcon } from './LuckyMoneyOutlined';
133
+ export { default as MaiSuiLeftIcon } from './MaiSuiLeft';
134
+ export { default as MaiSuiRightIcon } from './MaiSuiRight';
133
135
  export { default as MailOutlinedIcon } from './MailOutlined';
134
136
  export { default as MaleOutlinedIcon } from './MaleOutlined';
135
137
  export { default as MapFilledIcon } from './MapFilled';
@@ -159,6 +159,8 @@ __export(components_exports, {
159
159
  LocationFilledIcon: () => import_LocationFilled.default,
160
160
  LocationOutlinedIcon: () => import_LocationOutlined.default,
161
161
  LuckyMoneyOutlinedIcon: () => import_LuckyMoneyOutlined.default,
162
+ MaiSuiLeftIcon: () => import_MaiSuiLeft.default,
163
+ MaiSuiRightIcon: () => import_MaiSuiRight.default,
162
164
  MailOutlinedIcon: () => import_MailOutlined.default,
163
165
  MaleOutlinedIcon: () => import_MaleOutlined.default,
164
166
  MapFilledIcon: () => import_MapFilled.default,
@@ -394,6 +396,8 @@ var import_LoadingThreeQuartersOutlined = __toESM(require("./LoadingThreeQuarter
394
396
  var import_LocationFilled = __toESM(require("./LocationFilled"));
395
397
  var import_LocationOutlined = __toESM(require("./LocationOutlined"));
396
398
  var import_LuckyMoneyOutlined = __toESM(require("./LuckyMoneyOutlined"));
399
+ var import_MaiSuiLeft = __toESM(require("./MaiSuiLeft"));
400
+ var import_MaiSuiRight = __toESM(require("./MaiSuiRight"));
397
401
  var import_MailOutlined = __toESM(require("./MailOutlined"));
398
402
  var import_MaleOutlined = __toESM(require("./MaleOutlined"));
399
403
  var import_MapFilled = __toESM(require("./MapFilled"));
@@ -629,6 +633,8 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
629
633
  LocationFilledIcon,
630
634
  LocationOutlinedIcon,
631
635
  LuckyMoneyOutlinedIcon,
636
+ MaiSuiLeftIcon,
637
+ MaiSuiRightIcon,
632
638
  MailOutlinedIcon,
633
639
  MaleOutlinedIcon,
634
640
  MapFilledIcon,
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var MaiSuiLeft_default = createSvgIcon(
3
+ '<path d="M36.457 80.34c-8.958.388-13.1 3.513-11.808 5.784 1.286 2.271 10.426 7.978 25.783 9.5 15.357 1.524 30.557.828 36.352.828 5.795 0 12.64-.561 9.097-2.625-3.537-2.068-14.095-7.385-27.575-10.435-13.474-3.053-22.89-3.439-31.85-3.053ZM.9 51.763c.634 2.75 4.818 9.76 16.879 15.09 9.567 4.245 20.509 7.278 32.145 8.91 8.644 1.25 16.811 2.947 14.113-.514-2.704-3.463-11.874-12.063-25.1-18.101-13.232-6.035-20.205-6.746-26.09-7.592-5.886-.85-12.58-.547-11.953 2.207h.006Zm4.063-28.461c-4.86 0-4.533 3.06-3.23 5.685 1.304 2.624 6.858 10.427 16.45 15.177 6.387 3.164 14.488 5.906 24.31 8.23-2.198-8.498-6.882-15.18-14.066-20.047-10.787-7.292-18.617-9.042-23.464-9.042v-.003ZM26.738.63c-3.316-.206-6.286 1.217-6.634 3.178l-.193 1.357c-.54 4.354.442 8.726 2.885 12.845 3.725 6.235 9.315 11.174 16.752 14.806 1.479-3.321 2.378-6.078 2.704-8.278.495-3.303.495-6.292-2.704-13.834-1.419-3.357-4.504-6.385-9.248-9.092-.97-.553-2.223-.899-3.562-.982Z" fill="#000" fill-rule="nonzero"/>',
4
+ "MaiSuiLeftIcon"
5
+ );
6
+ export {
7
+ MaiSuiLeft_default as default
8
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var MaiSuiRight_default = createSvgIcon(
3
+ '<path d="M62.788 79.143c9.314.4 13.618 3.638 12.272 5.994-1.34 2.352-10.842 8.264-26.803 9.84-15.96 1.58-31.764.858-37.789.858-6.024 0-13.136-.58-9.46-2.722 3.683-2.136 14.658-7.652 28.669-10.81 14.005-3.16 23.796-3.558 33.11-3.16Zm33.165-28.162c-.634 2.74-4.817 9.727-16.879 15.04-9.566 4.23-20.509 7.253-32.145 8.88-8.638 1.246-16.812 2.936-14.107-.512 2.704-3.453 11.868-12.023 25.1-18.04 13.22-6.016 20.205-6.724 26.084-7.567 5.886-.847 12.58-.545 11.953 2.2h-.006ZM91.896 22.62c4.854 0 4.528 3.05 3.224 5.666-1.304 2.616-6.858 10.393-16.444 15.126-6.399 3.153-14.5 5.887-24.31 8.204 2.192-8.47 6.882-15.13 14.066-19.98 10.775-7.272 18.605-9.016 23.464-9.016ZM70.116.02c3.316-.205 6.286 1.214 6.634 3.168l.2 1.353c.538 4.339-.446 8.697-2.892 12.801-3.725 6.214-9.308 11.137-16.752 14.756-1.473-3.31-2.378-6.057-2.704-8.25-.495-3.292-.495-6.27 2.704-13.787 1.425-3.346 4.504-6.364 9.248-9.062.97-.55 2.223-.895 3.562-.978Z" fill="#000" fill-rule="nonzero"/>',
4
+ "MaiSuiRightIcon"
5
+ );
6
+ export {
7
+ MaiSuiRight_default as default
8
+ };
@@ -130,6 +130,8 @@ export { default as LoadingThreeQuartersOutlinedIcon } from './LoadingThreeQuart
130
130
  export { default as LocationFilledIcon } from './LocationFilled';
131
131
  export { default as LocationOutlinedIcon } from './LocationOutlined';
132
132
  export { default as LuckyMoneyOutlinedIcon } from './LuckyMoneyOutlined';
133
+ export { default as MaiSuiLeftIcon } from './MaiSuiLeft';
134
+ export { default as MaiSuiRightIcon } from './MaiSuiRight';
133
135
  export { default as MailOutlinedIcon } from './MailOutlined';
134
136
  export { default as MaleOutlinedIcon } from './MaleOutlined';
135
137
  export { default as MapFilledIcon } from './MapFilled';
@@ -130,107 +130,109 @@ import { default as default130 } from "./LoadingThreeQuartersOutlined";
130
130
  import { default as default131 } from "./LocationFilled";
131
131
  import { default as default132 } from "./LocationOutlined";
132
132
  import { default as default133 } from "./LuckyMoneyOutlined";
133
- import { default as default134 } from "./MailOutlined";
134
- import { default as default135 } from "./MaleOutlined";
135
- import { default as default136 } from "./MapFilled";
136
- import { default as default137 } from "./MapOutlined";
137
- import { default as default138 } from "./MessageOutlined";
138
- import { default as default139 } from "./MicOutlined";
139
- import { default as default140 } from "./MiniContractOutlined";
140
- import { default as default141 } from "./Minus";
141
- import { default as default142 } from "./MobileFilled";
142
- import { default as default143 } from "./MobileOutlined";
143
- import { default as default144 } from "./MomentsOutlined";
144
- import { default as default145 } from "./MoonOutlined";
145
- import { default as default146 } from "./More";
146
- import { default as default147 } from "./MoreOutlined";
147
- import { default as default148 } from "./MoreVerticalOutlined";
148
- import { default as default149 } from "./MovieAppointmentOutlined";
149
- import { default as default150 } from "./MovieFilled";
150
- import { default as default151 } from "./MovieOutlined";
151
- import { default as default152 } from "./NearMe";
152
- import { default as default153 } from "./NextFilled";
153
- import { default as default154 } from "./NoteOutlined";
154
- import { default as default155 } from "./NoticeOutlined";
155
- import { default as default156 } from "./OrderOutlined";
156
- import { default as default157 } from "./OrdersOutlined";
157
- import { default as default158 } from "./PageEditOutlined";
158
- import { default as default159 } from "./PaperOutlined";
159
- import { default as default160 } from "./PasswordOutlined";
160
- import { default as default161 } from "./PhoneFilled";
161
- import { default as default162 } from "./PhoneOutlined";
162
- import { default as default163 } from "./PictureOutlined";
163
- import { default as default164 } from "./PlayCircleOutlined";
164
- import { default as default165 } from "./PlayCircleOutlinedBold";
165
- import { default as default166 } from "./PreferentialEventFilled";
166
- import { default as default167 } from "./PublicWelfareOutlined";
167
- import { default as default168 } from "./QAFilled";
168
- import { default as default169 } from "./QRCodeOutlined";
169
- import { default as default170 } from "./QuoteEnd";
170
- import { default as default171 } from "./QuoteStart";
171
- import { default as default172 } from "./RMBCircleOutlined";
172
- import { default as default173 } from "./RMBRefundOutlined";
173
- import { default as default174 } from "./RadioCheckedFilled";
174
- import { default as default175 } from "./RankingOutlined";
175
- import { default as default176 } from "./RefreshOutlined";
176
- import { default as default177 } from "./ReportOutlined";
177
- import { default as default178 } from "./SaveOutlined";
178
- import { default as default179 } from "./ScanOutlined";
179
- import { default as default180 } from "./SearchGapOutlined";
180
- import { default as default181 } from "./SearchOutlined";
181
- import { default as default182 } from "./SettingsOutlined";
182
- import { default as default183 } from "./SevenDayCalendar";
183
- import { default as default184 } from "./Share";
184
- import { default as default185 } from "./ShoppingCartOutlined";
185
- import { default as default186 } from "./ShowFilled";
186
- import { default as default187 } from "./ShowOutlined";
187
- import { default as default188 } from "./SmileFilled";
188
- import { default as default189 } from "./SmileOutlined";
189
- import { default as default190 } from "./Sort";
190
- import { default as default191 } from "./StarCircleOutlined";
191
- import { default as default192 } from "./StarFilled";
192
- import { default as default193 } from "./StarFilledSharp";
193
- import { default as default194 } from "./StarOutlined";
194
- import { default as default195 } from "./StarRoundedFilled";
195
- import { default as default196 } from "./StoreFilled";
196
- import { default as default197 } from "./SuccessCircleFilled";
197
- import { default as default198 } from "./SuccessCircleFilledBold";
198
- import { default as default199 } from "./SuccessCircleOutlined";
199
- import { default as default200 } from "./SuccessFilled";
200
- import { default as default201 } from "./SuccessFilledBold";
201
- import { default as default202 } from "./SunOutlined";
202
- import { default as default203 } from "./TaoPiaoPiaoLogo";
203
- import { default as default204 } from "./TaoTicketsLogo";
204
- import { default as default205 } from "./ThumbUpFilled";
205
- import { default as default206 } from "./ThumbUpOutlined";
206
- import { default as default207 } from "./TicketFilled";
207
- import { default as default208 } from "./TicketMachineOutlined";
208
- import { default as default209 } from "./TicketOutlined";
209
- import { default as default210 } from "./TipsOutlined";
210
- import { default as default211 } from "./ToTopOutlined";
211
- import { default as default212 } from "./TopicFilled";
212
- import { default as default213 } from "./TopicOutlined";
213
- import { default as default214 } from "./TrendingCircleFilled";
214
- import { default as default215 } from "./TrendingCircleOutlined";
215
- import { default as default216 } from "./TripleVerticalLine";
216
- import { default as default217 } from "./Up";
217
- import { default as default218 } from "./UserFollowedOutlined";
218
- import { default as default219 } from "./VerifiedFilled";
219
- import { default as default220 } from "./VideoOutlined";
220
- import { default as default221 } from "./VipCardFilled";
221
- import { default as default222 } from "./VipFilled";
222
- import { default as default223 } from "./VipOutlined";
223
- import { default as default224 } from "./VolumeDownFilled";
224
- import { default as default225 } from "./VolumeMuteFilled";
225
- import { default as default226 } from "./VolumeMuteOutlined";
226
- import { default as default227 } from "./VolumeUpFilled";
227
- import { default as default228 } from "./VolumeUpOutlined";
228
- import { default as default229 } from "./WeChatOutlined";
229
- import { default as default230 } from "./WeiBoOutlined";
230
- import { default as default231 } from "./WifiOutlined";
231
- import { default as default232 } from "./XiaMiCircleOutlined";
232
- import { default as default233 } from "./YouKuVipCircleOutlined";
233
- import { default as default234 } from "./ZoomInOutlined";
133
+ import { default as default134 } from "./MaiSuiLeft";
134
+ import { default as default135 } from "./MaiSuiRight";
135
+ import { default as default136 } from "./MailOutlined";
136
+ import { default as default137 } from "./MaleOutlined";
137
+ import { default as default138 } from "./MapFilled";
138
+ import { default as default139 } from "./MapOutlined";
139
+ import { default as default140 } from "./MessageOutlined";
140
+ import { default as default141 } from "./MicOutlined";
141
+ import { default as default142 } from "./MiniContractOutlined";
142
+ import { default as default143 } from "./Minus";
143
+ import { default as default144 } from "./MobileFilled";
144
+ import { default as default145 } from "./MobileOutlined";
145
+ import { default as default146 } from "./MomentsOutlined";
146
+ import { default as default147 } from "./MoonOutlined";
147
+ import { default as default148 } from "./More";
148
+ import { default as default149 } from "./MoreOutlined";
149
+ import { default as default150 } from "./MoreVerticalOutlined";
150
+ import { default as default151 } from "./MovieAppointmentOutlined";
151
+ import { default as default152 } from "./MovieFilled";
152
+ import { default as default153 } from "./MovieOutlined";
153
+ import { default as default154 } from "./NearMe";
154
+ import { default as default155 } from "./NextFilled";
155
+ import { default as default156 } from "./NoteOutlined";
156
+ import { default as default157 } from "./NoticeOutlined";
157
+ import { default as default158 } from "./OrderOutlined";
158
+ import { default as default159 } from "./OrdersOutlined";
159
+ import { default as default160 } from "./PageEditOutlined";
160
+ import { default as default161 } from "./PaperOutlined";
161
+ import { default as default162 } from "./PasswordOutlined";
162
+ import { default as default163 } from "./PhoneFilled";
163
+ import { default as default164 } from "./PhoneOutlined";
164
+ import { default as default165 } from "./PictureOutlined";
165
+ import { default as default166 } from "./PlayCircleOutlined";
166
+ import { default as default167 } from "./PlayCircleOutlinedBold";
167
+ import { default as default168 } from "./PreferentialEventFilled";
168
+ import { default as default169 } from "./PublicWelfareOutlined";
169
+ import { default as default170 } from "./QAFilled";
170
+ import { default as default171 } from "./QRCodeOutlined";
171
+ import { default as default172 } from "./QuoteEnd";
172
+ import { default as default173 } from "./QuoteStart";
173
+ import { default as default174 } from "./RMBCircleOutlined";
174
+ import { default as default175 } from "./RMBRefundOutlined";
175
+ import { default as default176 } from "./RadioCheckedFilled";
176
+ import { default as default177 } from "./RankingOutlined";
177
+ import { default as default178 } from "./RefreshOutlined";
178
+ import { default as default179 } from "./ReportOutlined";
179
+ import { default as default180 } from "./SaveOutlined";
180
+ import { default as default181 } from "./ScanOutlined";
181
+ import { default as default182 } from "./SearchGapOutlined";
182
+ import { default as default183 } from "./SearchOutlined";
183
+ import { default as default184 } from "./SettingsOutlined";
184
+ import { default as default185 } from "./SevenDayCalendar";
185
+ import { default as default186 } from "./Share";
186
+ import { default as default187 } from "./ShoppingCartOutlined";
187
+ import { default as default188 } from "./ShowFilled";
188
+ import { default as default189 } from "./ShowOutlined";
189
+ import { default as default190 } from "./SmileFilled";
190
+ import { default as default191 } from "./SmileOutlined";
191
+ import { default as default192 } from "./Sort";
192
+ import { default as default193 } from "./StarCircleOutlined";
193
+ import { default as default194 } from "./StarFilled";
194
+ import { default as default195 } from "./StarFilledSharp";
195
+ import { default as default196 } from "./StarOutlined";
196
+ import { default as default197 } from "./StarRoundedFilled";
197
+ import { default as default198 } from "./StoreFilled";
198
+ import { default as default199 } from "./SuccessCircleFilled";
199
+ import { default as default200 } from "./SuccessCircleFilledBold";
200
+ import { default as default201 } from "./SuccessCircleOutlined";
201
+ import { default as default202 } from "./SuccessFilled";
202
+ import { default as default203 } from "./SuccessFilledBold";
203
+ import { default as default204 } from "./SunOutlined";
204
+ import { default as default205 } from "./TaoPiaoPiaoLogo";
205
+ import { default as default206 } from "./TaoTicketsLogo";
206
+ import { default as default207 } from "./ThumbUpFilled";
207
+ import { default as default208 } from "./ThumbUpOutlined";
208
+ import { default as default209 } from "./TicketFilled";
209
+ import { default as default210 } from "./TicketMachineOutlined";
210
+ import { default as default211 } from "./TicketOutlined";
211
+ import { default as default212 } from "./TipsOutlined";
212
+ import { default as default213 } from "./ToTopOutlined";
213
+ import { default as default214 } from "./TopicFilled";
214
+ import { default as default215 } from "./TopicOutlined";
215
+ import { default as default216 } from "./TrendingCircleFilled";
216
+ import { default as default217 } from "./TrendingCircleOutlined";
217
+ import { default as default218 } from "./TripleVerticalLine";
218
+ import { default as default219 } from "./Up";
219
+ import { default as default220 } from "./UserFollowedOutlined";
220
+ import { default as default221 } from "./VerifiedFilled";
221
+ import { default as default222 } from "./VideoOutlined";
222
+ import { default as default223 } from "./VipCardFilled";
223
+ import { default as default224 } from "./VipFilled";
224
+ import { default as default225 } from "./VipOutlined";
225
+ import { default as default226 } from "./VolumeDownFilled";
226
+ import { default as default227 } from "./VolumeMuteFilled";
227
+ import { default as default228 } from "./VolumeMuteOutlined";
228
+ import { default as default229 } from "./VolumeUpFilled";
229
+ import { default as default230 } from "./VolumeUpOutlined";
230
+ import { default as default231 } from "./WeChatOutlined";
231
+ import { default as default232 } from "./WeiBoOutlined";
232
+ import { default as default233 } from "./WifiOutlined";
233
+ import { default as default234 } from "./XiaMiCircleOutlined";
234
+ import { default as default235 } from "./YouKuVipCircleOutlined";
235
+ import { default as default236 } from "./ZoomInOutlined";
234
236
  export {
235
237
  default3 as AccessTimeCircleFilledBoldIcon,
236
238
  default2 as AccessTimeCircleFilledIcon,
@@ -364,105 +366,107 @@ export {
364
366
  default131 as LocationFilledIcon,
365
367
  default132 as LocationOutlinedIcon,
366
368
  default133 as LuckyMoneyOutlinedIcon,
367
- default134 as MailOutlinedIcon,
368
- default135 as MaleOutlinedIcon,
369
- default136 as MapFilledIcon,
370
- default137 as MapOutlinedIcon,
371
- default138 as MessageOutlinedIcon,
372
- default139 as MicOutlinedIcon,
373
- default140 as MiniContractOutlinedIcon,
374
- default141 as MinusIcon,
375
- default142 as MobileFilledIcon,
376
- default143 as MobileOutlinedIcon,
377
- default144 as MomentsOutlinedIcon,
378
- default145 as MoonOutlinedIcon,
379
- default146 as MoreIcon,
380
- default147 as MoreOutlinedIcon,
381
- default148 as MoreVerticalOutlinedIcon,
382
- default149 as MovieAppointmentOutlinedIcon,
383
- default150 as MovieFilledIcon,
384
- default151 as MovieOutlinedIcon,
385
- default152 as NearMeIcon,
386
- default153 as NextFilledIcon,
387
- default154 as NoteOutlinedIcon,
388
- default155 as NoticeOutlinedIcon,
389
- default156 as OrderOutlinedIcon,
390
- default157 as OrdersOutlinedIcon,
391
- default158 as PageEditOutlinedIcon,
392
- default159 as PaperOutlinedIcon,
393
- default160 as PasswordOutlinedIcon,
394
- default161 as PhoneFilledIcon,
395
- default162 as PhoneOutlinedIcon,
396
- default163 as PictureOutlinedIcon,
397
- default165 as PlayCircleOutlinedBoldIcon,
398
- default164 as PlayCircleOutlinedIcon,
399
- default166 as PreferentialEventFilledIcon,
400
- default167 as PublicWelfareOutlinedIcon,
401
- default168 as QAFilledIcon,
402
- default169 as QRCodeOutlinedIcon,
403
- default170 as QuoteEndIcon,
404
- default171 as QuoteStartIcon,
405
- default172 as RMBCircleOutlinedIcon,
406
- default173 as RMBRefundOutlinedIcon,
407
- default174 as RadioCheckedFilledIcon,
408
- default175 as RankingOutlinedIcon,
409
- default176 as RefreshOutlinedIcon,
410
- default177 as ReportOutlinedIcon,
411
- default178 as SaveOutlinedIcon,
412
- default179 as ScanOutlinedIcon,
413
- default180 as SearchGapOutlinedIcon,
414
- default181 as SearchOutlinedIcon,
415
- default182 as SettingsOutlinedIcon,
416
- default183 as SevenDayCalendarIcon,
417
- default184 as ShareIcon,
418
- default185 as ShoppingCartOutlinedIcon,
419
- default186 as ShowFilledIcon,
420
- default187 as ShowOutlinedIcon,
421
- default188 as SmileFilledIcon,
422
- default189 as SmileOutlinedIcon,
423
- default190 as SortIcon,
424
- default191 as StarCircleOutlinedIcon,
425
- default192 as StarFilledIcon,
426
- default193 as StarFilledSharpIcon,
427
- default194 as StarOutlinedIcon,
428
- default195 as StarRoundedFilledIcon,
429
- default196 as StoreFilledIcon,
430
- default198 as SuccessCircleFilledBoldIcon,
431
- default197 as SuccessCircleFilledIcon,
432
- default199 as SuccessCircleOutlinedIcon,
433
- default201 as SuccessFilledBoldIcon,
434
- default200 as SuccessFilledIcon,
435
- default202 as SunOutlinedIcon,
436
- default203 as TaoPiaoPiaoLogoIcon,
437
- default204 as TaoTicketsLogoIcon,
438
- default205 as ThumbUpFilledIcon,
439
- default206 as ThumbUpOutlinedIcon,
440
- default207 as TicketFilledIcon,
441
- default208 as TicketMachineOutlinedIcon,
442
- default209 as TicketOutlinedIcon,
443
- default210 as TipsOutlinedIcon,
444
- default211 as ToTopOutlinedIcon,
445
- default212 as TopicFilledIcon,
446
- default213 as TopicOutlinedIcon,
447
- default214 as TrendingCircleFilledIcon,
448
- default215 as TrendingCircleOutlinedIcon,
449
- default216 as TripleVerticalLineIcon,
450
- default217 as UpIcon,
451
- default218 as UserFollowedOutlinedIcon,
452
- default219 as VerifiedFilledIcon,
453
- default220 as VideoOutlinedIcon,
454
- default221 as VipCardFilledIcon,
455
- default222 as VipFilledIcon,
456
- default223 as VipOutlinedIcon,
457
- default224 as VolumeDownFilledIcon,
458
- default225 as VolumeMuteFilledIcon,
459
- default226 as VolumeMuteOutlinedIcon,
460
- default227 as VolumeUpFilledIcon,
461
- default228 as VolumeUpOutlinedIcon,
462
- default229 as WeChatOutlinedIcon,
463
- default230 as WeiBoOutlinedIcon,
464
- default231 as WifiOutlinedIcon,
465
- default232 as XiaMiCircleOutlinedIcon,
466
- default233 as YouKuVipCircleOutlinedIcon,
467
- default234 as ZoomInOutlinedIcon
369
+ default134 as MaiSuiLeftIcon,
370
+ default135 as MaiSuiRightIcon,
371
+ default136 as MailOutlinedIcon,
372
+ default137 as MaleOutlinedIcon,
373
+ default138 as MapFilledIcon,
374
+ default139 as MapOutlinedIcon,
375
+ default140 as MessageOutlinedIcon,
376
+ default141 as MicOutlinedIcon,
377
+ default142 as MiniContractOutlinedIcon,
378
+ default143 as MinusIcon,
379
+ default144 as MobileFilledIcon,
380
+ default145 as MobileOutlinedIcon,
381
+ default146 as MomentsOutlinedIcon,
382
+ default147 as MoonOutlinedIcon,
383
+ default148 as MoreIcon,
384
+ default149 as MoreOutlinedIcon,
385
+ default150 as MoreVerticalOutlinedIcon,
386
+ default151 as MovieAppointmentOutlinedIcon,
387
+ default152 as MovieFilledIcon,
388
+ default153 as MovieOutlinedIcon,
389
+ default154 as NearMeIcon,
390
+ default155 as NextFilledIcon,
391
+ default156 as NoteOutlinedIcon,
392
+ default157 as NoticeOutlinedIcon,
393
+ default158 as OrderOutlinedIcon,
394
+ default159 as OrdersOutlinedIcon,
395
+ default160 as PageEditOutlinedIcon,
396
+ default161 as PaperOutlinedIcon,
397
+ default162 as PasswordOutlinedIcon,
398
+ default163 as PhoneFilledIcon,
399
+ default164 as PhoneOutlinedIcon,
400
+ default165 as PictureOutlinedIcon,
401
+ default167 as PlayCircleOutlinedBoldIcon,
402
+ default166 as PlayCircleOutlinedIcon,
403
+ default168 as PreferentialEventFilledIcon,
404
+ default169 as PublicWelfareOutlinedIcon,
405
+ default170 as QAFilledIcon,
406
+ default171 as QRCodeOutlinedIcon,
407
+ default172 as QuoteEndIcon,
408
+ default173 as QuoteStartIcon,
409
+ default174 as RMBCircleOutlinedIcon,
410
+ default175 as RMBRefundOutlinedIcon,
411
+ default176 as RadioCheckedFilledIcon,
412
+ default177 as RankingOutlinedIcon,
413
+ default178 as RefreshOutlinedIcon,
414
+ default179 as ReportOutlinedIcon,
415
+ default180 as SaveOutlinedIcon,
416
+ default181 as ScanOutlinedIcon,
417
+ default182 as SearchGapOutlinedIcon,
418
+ default183 as SearchOutlinedIcon,
419
+ default184 as SettingsOutlinedIcon,
420
+ default185 as SevenDayCalendarIcon,
421
+ default186 as ShareIcon,
422
+ default187 as ShoppingCartOutlinedIcon,
423
+ default188 as ShowFilledIcon,
424
+ default189 as ShowOutlinedIcon,
425
+ default190 as SmileFilledIcon,
426
+ default191 as SmileOutlinedIcon,
427
+ default192 as SortIcon,
428
+ default193 as StarCircleOutlinedIcon,
429
+ default194 as StarFilledIcon,
430
+ default195 as StarFilledSharpIcon,
431
+ default196 as StarOutlinedIcon,
432
+ default197 as StarRoundedFilledIcon,
433
+ default198 as StoreFilledIcon,
434
+ default200 as SuccessCircleFilledBoldIcon,
435
+ default199 as SuccessCircleFilledIcon,
436
+ default201 as SuccessCircleOutlinedIcon,
437
+ default203 as SuccessFilledBoldIcon,
438
+ default202 as SuccessFilledIcon,
439
+ default204 as SunOutlinedIcon,
440
+ default205 as TaoPiaoPiaoLogoIcon,
441
+ default206 as TaoTicketsLogoIcon,
442
+ default207 as ThumbUpFilledIcon,
443
+ default208 as ThumbUpOutlinedIcon,
444
+ default209 as TicketFilledIcon,
445
+ default210 as TicketMachineOutlinedIcon,
446
+ default211 as TicketOutlinedIcon,
447
+ default212 as TipsOutlinedIcon,
448
+ default213 as ToTopOutlinedIcon,
449
+ default214 as TopicFilledIcon,
450
+ default215 as TopicOutlinedIcon,
451
+ default216 as TrendingCircleFilledIcon,
452
+ default217 as TrendingCircleOutlinedIcon,
453
+ default218 as TripleVerticalLineIcon,
454
+ default219 as UpIcon,
455
+ default220 as UserFollowedOutlinedIcon,
456
+ default221 as VerifiedFilledIcon,
457
+ default222 as VideoOutlinedIcon,
458
+ default223 as VipCardFilledIcon,
459
+ default224 as VipFilledIcon,
460
+ default225 as VipOutlinedIcon,
461
+ default226 as VolumeDownFilledIcon,
462
+ default227 as VolumeMuteFilledIcon,
463
+ default228 as VolumeMuteOutlinedIcon,
464
+ default229 as VolumeUpFilledIcon,
465
+ default230 as VolumeUpOutlinedIcon,
466
+ default231 as WeChatOutlinedIcon,
467
+ default232 as WeiBoOutlinedIcon,
468
+ default233 as WifiOutlinedIcon,
469
+ default234 as XiaMiCircleOutlinedIcon,
470
+ default235 as YouKuVipCircleOutlinedIcon,
471
+ default236 as ZoomInOutlinedIcon
468
472
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/icons",
3
- "version": "1.2.9-beta.0",
3
+ "version": "1.3.0",
4
4
  "description": "SVG icon components for BUI",
5
5
  "homepage": "http://bui.taopiaopiao.com",
6
6
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "clsx": "^1.2.1",
36
- "@bifrostui/types": "1.2.9-beta.0",
37
- "@bifrostui/utils": "1.2.9-beta.0"
36
+ "@bifrostui/types": "1.3.0",
37
+ "@bifrostui/utils": "1.3.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^17.0.0 || ^18.0.0"