@bifrostui/icons 1.2.8 → 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.
- package/dist/components/MaiSuiLeft.d.ts +2 -0
- package/dist/components/MaiSuiLeft.js +37 -0
- package/dist/components/MaiSuiRight.d.ts +2 -0
- package/dist/components/MaiSuiRight.js +37 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +6 -0
- package/es/components/MaiSuiLeft.d.ts +2 -0
- package/es/components/MaiSuiLeft.js +8 -0
- package/es/components/MaiSuiRight.d.ts +2 -0
- package/es/components/MaiSuiRight.js +8 -0
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +206 -202
- package/package.json +3 -3
|
@@ -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,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';
|
package/dist/components/index.js
CHANGED
|
@@ -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,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,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
|
+
};
|
package/es/components/index.d.ts
CHANGED
|
@@ -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';
|
package/es/components/index.js
CHANGED
|
@@ -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 "./
|
|
134
|
-
import { default as default135 } from "./
|
|
135
|
-
import { default as default136 } from "./
|
|
136
|
-
import { default as default137 } from "./
|
|
137
|
-
import { default as default138 } from "./
|
|
138
|
-
import { default as default139 } from "./
|
|
139
|
-
import { default as default140 } from "./
|
|
140
|
-
import { default as default141 } from "./
|
|
141
|
-
import { default as default142 } from "./
|
|
142
|
-
import { default as default143 } from "./
|
|
143
|
-
import { default as default144 } from "./
|
|
144
|
-
import { default as default145 } from "./
|
|
145
|
-
import { default as default146 } from "./
|
|
146
|
-
import { default as default147 } from "./
|
|
147
|
-
import { default as default148 } from "./
|
|
148
|
-
import { default as default149 } from "./
|
|
149
|
-
import { default as default150 } from "./
|
|
150
|
-
import { default as default151 } from "./
|
|
151
|
-
import { default as default152 } from "./
|
|
152
|
-
import { default as default153 } from "./
|
|
153
|
-
import { default as default154 } from "./
|
|
154
|
-
import { default as default155 } from "./
|
|
155
|
-
import { default as default156 } from "./
|
|
156
|
-
import { default as default157 } from "./
|
|
157
|
-
import { default as default158 } from "./
|
|
158
|
-
import { default as default159 } from "./
|
|
159
|
-
import { default as default160 } from "./
|
|
160
|
-
import { default as default161 } from "./
|
|
161
|
-
import { default as default162 } from "./
|
|
162
|
-
import { default as default163 } from "./
|
|
163
|
-
import { default as default164 } from "./
|
|
164
|
-
import { default as default165 } from "./
|
|
165
|
-
import { default as default166 } from "./
|
|
166
|
-
import { default as default167 } from "./
|
|
167
|
-
import { default as default168 } from "./
|
|
168
|
-
import { default as default169 } from "./
|
|
169
|
-
import { default as default170 } from "./
|
|
170
|
-
import { default as default171 } from "./
|
|
171
|
-
import { default as default172 } from "./
|
|
172
|
-
import { default as default173 } from "./
|
|
173
|
-
import { default as default174 } from "./
|
|
174
|
-
import { default as default175 } from "./
|
|
175
|
-
import { default as default176 } from "./
|
|
176
|
-
import { default as default177 } from "./
|
|
177
|
-
import { default as default178 } from "./
|
|
178
|
-
import { default as default179 } from "./
|
|
179
|
-
import { default as default180 } from "./
|
|
180
|
-
import { default as default181 } from "./
|
|
181
|
-
import { default as default182 } from "./
|
|
182
|
-
import { default as default183 } from "./
|
|
183
|
-
import { default as default184 } from "./
|
|
184
|
-
import { default as default185 } from "./
|
|
185
|
-
import { default as default186 } from "./
|
|
186
|
-
import { default as default187 } from "./
|
|
187
|
-
import { default as default188 } from "./
|
|
188
|
-
import { default as default189 } from "./
|
|
189
|
-
import { default as default190 } from "./
|
|
190
|
-
import { default as default191 } from "./
|
|
191
|
-
import { default as default192 } from "./
|
|
192
|
-
import { default as default193 } from "./
|
|
193
|
-
import { default as default194 } from "./
|
|
194
|
-
import { default as default195 } from "./
|
|
195
|
-
import { default as default196 } from "./
|
|
196
|
-
import { default as default197 } from "./
|
|
197
|
-
import { default as default198 } from "./
|
|
198
|
-
import { default as default199 } from "./
|
|
199
|
-
import { default as default200 } from "./
|
|
200
|
-
import { default as default201 } from "./
|
|
201
|
-
import { default as default202 } from "./
|
|
202
|
-
import { default as default203 } from "./
|
|
203
|
-
import { default as default204 } from "./
|
|
204
|
-
import { default as default205 } from "./
|
|
205
|
-
import { default as default206 } from "./
|
|
206
|
-
import { default as default207 } from "./
|
|
207
|
-
import { default as default208 } from "./
|
|
208
|
-
import { default as default209 } from "./
|
|
209
|
-
import { default as default210 } from "./
|
|
210
|
-
import { default as default211 } from "./
|
|
211
|
-
import { default as default212 } from "./
|
|
212
|
-
import { default as default213 } from "./
|
|
213
|
-
import { default as default214 } from "./
|
|
214
|
-
import { default as default215 } from "./
|
|
215
|
-
import { default as default216 } from "./
|
|
216
|
-
import { default as default217 } from "./
|
|
217
|
-
import { default as default218 } from "./
|
|
218
|
-
import { default as default219 } from "./
|
|
219
|
-
import { default as default220 } from "./
|
|
220
|
-
import { default as default221 } from "./
|
|
221
|
-
import { default as default222 } from "./
|
|
222
|
-
import { default as default223 } from "./
|
|
223
|
-
import { default as default224 } from "./
|
|
224
|
-
import { default as default225 } from "./
|
|
225
|
-
import { default as default226 } from "./
|
|
226
|
-
import { default as default227 } from "./
|
|
227
|
-
import { default as default228 } from "./
|
|
228
|
-
import { default as default229 } from "./
|
|
229
|
-
import { default as default230 } from "./
|
|
230
|
-
import { default as default231 } from "./
|
|
231
|
-
import { default as default232 } from "./
|
|
232
|
-
import { default as default233 } from "./
|
|
233
|
-
import { default as default234 } from "./
|
|
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
|
|
368
|
-
default135 as
|
|
369
|
-
default136 as
|
|
370
|
-
default137 as
|
|
371
|
-
default138 as
|
|
372
|
-
default139 as
|
|
373
|
-
default140 as
|
|
374
|
-
default141 as
|
|
375
|
-
default142 as
|
|
376
|
-
default143 as
|
|
377
|
-
default144 as
|
|
378
|
-
default145 as
|
|
379
|
-
default146 as
|
|
380
|
-
default147 as
|
|
381
|
-
default148 as
|
|
382
|
-
default149 as
|
|
383
|
-
default150 as
|
|
384
|
-
default151 as
|
|
385
|
-
default152 as
|
|
386
|
-
default153 as
|
|
387
|
-
default154 as
|
|
388
|
-
default155 as
|
|
389
|
-
default156 as
|
|
390
|
-
default157 as
|
|
391
|
-
default158 as
|
|
392
|
-
default159 as
|
|
393
|
-
default160 as
|
|
394
|
-
default161 as
|
|
395
|
-
default162 as
|
|
396
|
-
default163 as
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
default168 as
|
|
402
|
-
default169 as
|
|
403
|
-
default170 as
|
|
404
|
-
default171 as
|
|
405
|
-
default172 as
|
|
406
|
-
default173 as
|
|
407
|
-
default174 as
|
|
408
|
-
default175 as
|
|
409
|
-
default176 as
|
|
410
|
-
default177 as
|
|
411
|
-
default178 as
|
|
412
|
-
default179 as
|
|
413
|
-
default180 as
|
|
414
|
-
default181 as
|
|
415
|
-
default182 as
|
|
416
|
-
default183 as
|
|
417
|
-
default184 as
|
|
418
|
-
default185 as
|
|
419
|
-
default186 as
|
|
420
|
-
default187 as
|
|
421
|
-
default188 as
|
|
422
|
-
default189 as
|
|
423
|
-
default190 as
|
|
424
|
-
default191 as
|
|
425
|
-
default192 as
|
|
426
|
-
default193 as
|
|
427
|
-
default194 as
|
|
428
|
-
default195 as
|
|
429
|
-
default196 as
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
default204 as
|
|
438
|
-
default205 as
|
|
439
|
-
default206 as
|
|
440
|
-
default207 as
|
|
441
|
-
default208 as
|
|
442
|
-
default209 as
|
|
443
|
-
default210 as
|
|
444
|
-
default211 as
|
|
445
|
-
default212 as
|
|
446
|
-
default213 as
|
|
447
|
-
default214 as
|
|
448
|
-
default215 as
|
|
449
|
-
default216 as
|
|
450
|
-
default217 as
|
|
451
|
-
default218 as
|
|
452
|
-
default219 as
|
|
453
|
-
default220 as
|
|
454
|
-
default221 as
|
|
455
|
-
default222 as
|
|
456
|
-
default223 as
|
|
457
|
-
default224 as
|
|
458
|
-
default225 as
|
|
459
|
-
default226 as
|
|
460
|
-
default227 as
|
|
461
|
-
default228 as
|
|
462
|
-
default229 as
|
|
463
|
-
default230 as
|
|
464
|
-
default231 as
|
|
465
|
-
default232 as
|
|
466
|
-
default233 as
|
|
467
|
-
default234 as
|
|
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.
|
|
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.
|
|
37
|
-
"@bifrostui/utils": "1.
|
|
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"
|