@douyinfe/semi-icons 2.1.0 → 2.1.1
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/css/semi-icons.css +47 -0
- package/dist/css/semi-icons.css.map +1 -0
- package/dist/css/semi-icons.min.css +47 -0
- package/dist/css/semi-icons.min.css.map +1 -0
- package/dist/umd/semi-icons.js +14528 -0
- package/dist/umd/semi-icons.js.map +1 -0
- package/dist/umd/semi-icons.min.js +3 -0
- package/dist/umd/semi-icons.min.js.LICENSE.txt +5 -0
- package/dist/umd/semi-icons.min.js.map +1 -0
- package/package.json +5 -6
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* shadow */
|
|
2
|
+
/* sizing */
|
|
3
|
+
/* spacing */
|
|
4
|
+
.semi-icon {
|
|
5
|
+
display: inline-block;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
line-height: 0;
|
|
8
|
+
text-align: center;
|
|
9
|
+
text-transform: none;
|
|
10
|
+
text-rendering: optimizeLegibility;
|
|
11
|
+
fill: currentColor;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.semi-icon-extra-small {
|
|
15
|
+
font-size: 8px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.semi-icon-small {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.semi-icon-default {
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.semi-icon-large {
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.semi-icon-extra-large {
|
|
31
|
+
font-size: 24px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.semi-icon-spinning {
|
|
35
|
+
animation: 0.6s linear infinite semi-icon-animation-rotate;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@keyframes semi-icon-animation-rotate {
|
|
39
|
+
from {
|
|
40
|
+
transform: rotate(0);
|
|
41
|
+
}
|
|
42
|
+
to {
|
|
43
|
+
transform: rotate(360deg);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/*# sourceMappingURL=semi-icons.css.map*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["webpack://SemiIcons/lib/es/styles/icon.css"],"names":[],"mappings":"AAAA,WAAW;AACX,WAAW;AACX,YAAY;AACZ;EACE,qBAAqB;EACrB,kBAAkB;EAClB,cAAc;EACd,kBAAkB;EAClB,oBAAoB;EACpB,kCAAkC;EAClC,kBAAkB;AACpB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,0DAA0D;AAC5D;;AAEA;EACE;IACE,oBAAoB;EACtB;EACA;IACE,yBAAyB;EAC3B;AACF,C","file":"css/semi-icons.css","sourcesContent":["/* shadow */\n/* sizing */\n/* spacing */\n.semi-icon {\n display: inline-block;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n text-rendering: optimizeLegibility;\n fill: currentColor;\n}\n\n.semi-icon-extra-small {\n font-size: 8px;\n}\n\n.semi-icon-small {\n font-size: 12px;\n}\n\n.semi-icon-default {\n font-size: 16px;\n}\n\n.semi-icon-large {\n font-size: 20px;\n}\n\n.semi-icon-extra-large {\n font-size: 24px;\n}\n\n.semi-icon-spinning {\n animation: 0.6s linear infinite semi-icon-animation-rotate;\n}\n\n@keyframes semi-icon-animation-rotate {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}"],"sourceRoot":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* shadow */
|
|
2
|
+
/* sizing */
|
|
3
|
+
/* spacing */
|
|
4
|
+
.semi-icon {
|
|
5
|
+
display: inline-block;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
line-height: 0;
|
|
8
|
+
text-align: center;
|
|
9
|
+
text-transform: none;
|
|
10
|
+
text-rendering: optimizeLegibility;
|
|
11
|
+
fill: currentColor;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.semi-icon-extra-small {
|
|
15
|
+
font-size: 8px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.semi-icon-small {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.semi-icon-default {
|
|
23
|
+
font-size: 16px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.semi-icon-large {
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.semi-icon-extra-large {
|
|
31
|
+
font-size: 24px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.semi-icon-spinning {
|
|
35
|
+
animation: 0.6s linear infinite semi-icon-animation-rotate;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@keyframes semi-icon-animation-rotate {
|
|
39
|
+
from {
|
|
40
|
+
transform: rotate(0);
|
|
41
|
+
}
|
|
42
|
+
to {
|
|
43
|
+
transform: rotate(360deg);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/*# sourceMappingURL=semi-icons.min.css.map*/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["webpack://SemiIcons/lib/es/styles/icon.css"],"names":[],"mappings":"AAAA,WAAW;AACX,WAAW;AACX,YAAY;AACZ;EACE,qBAAqB;EACrB,kBAAkB;EAClB,cAAc;EACd,kBAAkB;EAClB,oBAAoB;EACpB,kCAAkC;EAClC,kBAAkB;AACpB;;AAEA;EACE,cAAc;AAChB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,eAAe;AACjB;;AAEA;EACE,0DAA0D;AAC5D;;AAEA;EACE;IACE,oBAAoB;EACtB;EACA;IACE,yBAAyB;EAC3B;AACF,C","file":"css/semi-icons.min.css","sourcesContent":["/* shadow */\n/* sizing */\n/* spacing */\n.semi-icon {\n display: inline-block;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n text-rendering: optimizeLegibility;\n fill: currentColor;\n}\n\n.semi-icon-extra-small {\n font-size: 8px;\n}\n\n.semi-icon-small {\n font-size: 12px;\n}\n\n.semi-icon-default {\n font-size: 16px;\n}\n\n.semi-icon-large {\n font-size: 20px;\n}\n\n.semi-icon-extra-large {\n font-size: 24px;\n}\n\n.semi-icon-spinning {\n animation: 0.6s linear infinite semi-icon-animation-rotate;\n}\n\n@keyframes semi-icon-animation-rotate {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}"],"sourceRoot":""}
|