@haiilo/catalyst-icons 0.3.2 → 0.3.5
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/js/icons.constants.d.ts +88 -4
- package/dist/js/icons.constants.js +63 -3
- package/dist/js/icons.object.d.ts +1 -1
- package/dist/js/icons.object.js +13 -1
- package/dist/style/sprite.css.css +114 -6
- package/dist/style/sprite.css.less +114 -6
- package/dist/style/sprite.css.scss +114 -6
- package/dist/style/sprite.view.css +114 -6
- package/dist/style/sprite.view.less +114 -6
- package/dist/style/sprite.view.scss +114 -6
- package/dist/svg/sprite.css.svg +1 -1
- package/dist/svg/sprite.defs.svg +1 -1
- package/dist/svg/sprite.stack.svg +1 -1
- package/dist/svg/sprite.symbol.svg +1 -1
- package/dist/svg/sprite.view.svg +1 -1
- package/package.json +1 -1
- package/tmp/assets/16-editor-arrow-down.svg +1 -0
- package/tmp/assets/16-editor-arrow-up.svg +1 -0
- package/tmp/assets/16-editor-bold.svg +1 -0
- package/tmp/assets/16-editor-delete.svg +1 -0
- package/tmp/assets/16-editor-image.svg +1 -0
- package/tmp/assets/16-editor-italic.svg +1 -0
- package/tmp/assets/16-editor-link-break.svg +1 -0
- package/tmp/assets/16-editor-link.svg +1 -0
- package/tmp/assets/16-editor-paragraph.svg +1 -0
- package/tmp/assets/16-editor-plus.svg +1 -0
- package/tmp/assets/16-editor-search.svg +1 -0
- package/tmp/assets/16-editor-settings.svg +1 -0
- package/tmp/assets/{bold-outined.svg → bold-outlined.svg} +1 -1
|
@@ -38,17 +38,125 @@
|
|
|
38
38
|
height: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.ci-16-
|
|
41
|
+
.ci-16-editor-arrow-down {
|
|
42
42
|
background-position: 41% 46%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.ci-16-editor-arrow-down-size {
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ci-16-editor-arrow-up {
|
|
51
|
+
background-position: 45% 46%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ci-16-editor-arrow-up-size {
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ci-16-editor-bold {
|
|
60
|
+
background-position: 24% 98%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ci-16-editor-bold-size {
|
|
64
|
+
width: 16px;
|
|
65
|
+
height: 16px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ci-16-editor-delete {
|
|
69
|
+
background-position: 28% 98%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ci-16-editor-delete-size {
|
|
73
|
+
width: 16px;
|
|
74
|
+
height: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ci-16-editor-image {
|
|
78
|
+
background-position: 32% 98%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ci-16-editor-image-size {
|
|
82
|
+
width: 16px;
|
|
83
|
+
height: 16px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ci-16-editor-italic {
|
|
87
|
+
background-position: 36% 98%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ci-16-editor-italic-size {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ci-16-editor-link {
|
|
96
|
+
background-position: 40% 98%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ci-16-editor-link-size {
|
|
100
|
+
width: 16px;
|
|
101
|
+
height: 16px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ci-16-editor-link-break {
|
|
105
|
+
background-position: 44% 98%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ci-16-editor-link-break-size {
|
|
109
|
+
width: 16px;
|
|
110
|
+
height: 16px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ci-16-editor-paragraph {
|
|
114
|
+
background-position: 48% 98%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.ci-16-editor-paragraph-size {
|
|
118
|
+
width: 16px;
|
|
119
|
+
height: 16px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ci-16-editor-plus {
|
|
123
|
+
background-position: 52% 98%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ci-16-editor-plus-size {
|
|
127
|
+
width: 16px;
|
|
128
|
+
height: 16px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ci-16-editor-search {
|
|
132
|
+
background-position: 56% 98%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ci-16-editor-search-size {
|
|
136
|
+
width: 16px;
|
|
137
|
+
height: 16px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ci-16-editor-settings {
|
|
141
|
+
background-position: 60% 98%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ci-16-editor-settings-size {
|
|
145
|
+
width: 16px;
|
|
146
|
+
height: 16px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.ci-16-flash-circle-outlined {
|
|
150
|
+
background-position: 64% 98%;
|
|
151
|
+
}
|
|
152
|
+
|
|
45
153
|
.ci-16-flash-circle-outlined-size {
|
|
46
154
|
width: 16px;
|
|
47
155
|
height: 16px;
|
|
48
156
|
}
|
|
49
157
|
|
|
50
158
|
.ci-16-lock-outlined {
|
|
51
|
-
background-position:
|
|
159
|
+
background-position: 68% 98%;
|
|
52
160
|
}
|
|
53
161
|
|
|
54
162
|
.ci-16-lock-outlined-size {
|
|
@@ -57,7 +165,7 @@
|
|
|
57
165
|
}
|
|
58
166
|
|
|
59
167
|
.ci-16-thumbs-up-outlined {
|
|
60
|
-
background-position:
|
|
168
|
+
background-position: 72% 98%;
|
|
61
169
|
}
|
|
62
170
|
|
|
63
171
|
.ci-16-thumbs-up-outlined-size {
|
|
@@ -66,7 +174,7 @@
|
|
|
66
174
|
}
|
|
67
175
|
|
|
68
176
|
.ci-16-translate-box-outlined {
|
|
69
|
-
background-position:
|
|
177
|
+
background-position: 76% 98%;
|
|
70
178
|
}
|
|
71
179
|
|
|
72
180
|
.ci-16-translate-box-outlined-size {
|
|
@@ -218,11 +326,11 @@
|
|
|
218
326
|
height: 24px;
|
|
219
327
|
}
|
|
220
328
|
|
|
221
|
-
.ci-bold-
|
|
329
|
+
.ci-bold-outlined {
|
|
222
330
|
background-position: 24.489795918367346% 51.02040816326531%;
|
|
223
331
|
}
|
|
224
332
|
|
|
225
|
-
.ci-bold-
|
|
333
|
+
.ci-bold-outlined-size {
|
|
226
334
|
width: 24px;
|
|
227
335
|
height: 24px;
|
|
228
336
|
}
|
|
@@ -38,17 +38,125 @@
|
|
|
38
38
|
height: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.ci-16-
|
|
41
|
+
.ci-16-editor-arrow-down {
|
|
42
42
|
background-position: 41% 46%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.ci-16-editor-arrow-down-size {
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ci-16-editor-arrow-up {
|
|
51
|
+
background-position: 45% 46%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ci-16-editor-arrow-up-size {
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ci-16-editor-bold {
|
|
60
|
+
background-position: 24% 98%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ci-16-editor-bold-size {
|
|
64
|
+
width: 16px;
|
|
65
|
+
height: 16px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ci-16-editor-delete {
|
|
69
|
+
background-position: 28% 98%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ci-16-editor-delete-size {
|
|
73
|
+
width: 16px;
|
|
74
|
+
height: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ci-16-editor-image {
|
|
78
|
+
background-position: 32% 98%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ci-16-editor-image-size {
|
|
82
|
+
width: 16px;
|
|
83
|
+
height: 16px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ci-16-editor-italic {
|
|
87
|
+
background-position: 36% 98%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ci-16-editor-italic-size {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ci-16-editor-link {
|
|
96
|
+
background-position: 40% 98%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ci-16-editor-link-size {
|
|
100
|
+
width: 16px;
|
|
101
|
+
height: 16px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ci-16-editor-link-break {
|
|
105
|
+
background-position: 44% 98%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ci-16-editor-link-break-size {
|
|
109
|
+
width: 16px;
|
|
110
|
+
height: 16px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ci-16-editor-paragraph {
|
|
114
|
+
background-position: 48% 98%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.ci-16-editor-paragraph-size {
|
|
118
|
+
width: 16px;
|
|
119
|
+
height: 16px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ci-16-editor-plus {
|
|
123
|
+
background-position: 52% 98%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ci-16-editor-plus-size {
|
|
127
|
+
width: 16px;
|
|
128
|
+
height: 16px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ci-16-editor-search {
|
|
132
|
+
background-position: 56% 98%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ci-16-editor-search-size {
|
|
136
|
+
width: 16px;
|
|
137
|
+
height: 16px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ci-16-editor-settings {
|
|
141
|
+
background-position: 60% 98%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ci-16-editor-settings-size {
|
|
145
|
+
width: 16px;
|
|
146
|
+
height: 16px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.ci-16-flash-circle-outlined {
|
|
150
|
+
background-position: 64% 98%;
|
|
151
|
+
}
|
|
152
|
+
|
|
45
153
|
.ci-16-flash-circle-outlined-size {
|
|
46
154
|
width: 16px;
|
|
47
155
|
height: 16px;
|
|
48
156
|
}
|
|
49
157
|
|
|
50
158
|
.ci-16-lock-outlined {
|
|
51
|
-
background-position:
|
|
159
|
+
background-position: 68% 98%;
|
|
52
160
|
}
|
|
53
161
|
|
|
54
162
|
.ci-16-lock-outlined-size {
|
|
@@ -57,7 +165,7 @@
|
|
|
57
165
|
}
|
|
58
166
|
|
|
59
167
|
.ci-16-thumbs-up-outlined {
|
|
60
|
-
background-position:
|
|
168
|
+
background-position: 72% 98%;
|
|
61
169
|
}
|
|
62
170
|
|
|
63
171
|
.ci-16-thumbs-up-outlined-size {
|
|
@@ -66,7 +174,7 @@
|
|
|
66
174
|
}
|
|
67
175
|
|
|
68
176
|
.ci-16-translate-box-outlined {
|
|
69
|
-
background-position:
|
|
177
|
+
background-position: 76% 98%;
|
|
70
178
|
}
|
|
71
179
|
|
|
72
180
|
.ci-16-translate-box-outlined-size {
|
|
@@ -218,11 +326,11 @@
|
|
|
218
326
|
height: 24px;
|
|
219
327
|
}
|
|
220
328
|
|
|
221
|
-
.ci-bold-
|
|
329
|
+
.ci-bold-outlined {
|
|
222
330
|
background-position: 24.489795918367346% 51.02040816326531%;
|
|
223
331
|
}
|
|
224
332
|
|
|
225
|
-
.ci-bold-
|
|
333
|
+
.ci-bold-outlined-size {
|
|
226
334
|
width: 24px;
|
|
227
335
|
height: 24px;
|
|
228
336
|
}
|
|
@@ -38,17 +38,125 @@
|
|
|
38
38
|
height: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.ci-16-
|
|
41
|
+
.ci-16-editor-arrow-down {
|
|
42
42
|
background-position: 41% 46%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.ci-16-editor-arrow-down-size {
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ci-16-editor-arrow-up {
|
|
51
|
+
background-position: 45% 46%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ci-16-editor-arrow-up-size {
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ci-16-editor-bold {
|
|
60
|
+
background-position: 24% 98%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ci-16-editor-bold-size {
|
|
64
|
+
width: 16px;
|
|
65
|
+
height: 16px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ci-16-editor-delete {
|
|
69
|
+
background-position: 28% 98%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ci-16-editor-delete-size {
|
|
73
|
+
width: 16px;
|
|
74
|
+
height: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ci-16-editor-image {
|
|
78
|
+
background-position: 32% 98%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ci-16-editor-image-size {
|
|
82
|
+
width: 16px;
|
|
83
|
+
height: 16px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ci-16-editor-italic {
|
|
87
|
+
background-position: 36% 98%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ci-16-editor-italic-size {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ci-16-editor-link {
|
|
96
|
+
background-position: 40% 98%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ci-16-editor-link-size {
|
|
100
|
+
width: 16px;
|
|
101
|
+
height: 16px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ci-16-editor-link-break {
|
|
105
|
+
background-position: 44% 98%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ci-16-editor-link-break-size {
|
|
109
|
+
width: 16px;
|
|
110
|
+
height: 16px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ci-16-editor-paragraph {
|
|
114
|
+
background-position: 48% 98%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.ci-16-editor-paragraph-size {
|
|
118
|
+
width: 16px;
|
|
119
|
+
height: 16px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ci-16-editor-plus {
|
|
123
|
+
background-position: 52% 98%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ci-16-editor-plus-size {
|
|
127
|
+
width: 16px;
|
|
128
|
+
height: 16px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ci-16-editor-search {
|
|
132
|
+
background-position: 56% 98%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ci-16-editor-search-size {
|
|
136
|
+
width: 16px;
|
|
137
|
+
height: 16px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ci-16-editor-settings {
|
|
141
|
+
background-position: 60% 98%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ci-16-editor-settings-size {
|
|
145
|
+
width: 16px;
|
|
146
|
+
height: 16px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.ci-16-flash-circle-outlined {
|
|
150
|
+
background-position: 64% 98%;
|
|
151
|
+
}
|
|
152
|
+
|
|
45
153
|
.ci-16-flash-circle-outlined-size {
|
|
46
154
|
width: 16px;
|
|
47
155
|
height: 16px;
|
|
48
156
|
}
|
|
49
157
|
|
|
50
158
|
.ci-16-lock-outlined {
|
|
51
|
-
background-position:
|
|
159
|
+
background-position: 68% 98%;
|
|
52
160
|
}
|
|
53
161
|
|
|
54
162
|
.ci-16-lock-outlined-size {
|
|
@@ -57,7 +165,7 @@
|
|
|
57
165
|
}
|
|
58
166
|
|
|
59
167
|
.ci-16-thumbs-up-outlined {
|
|
60
|
-
background-position:
|
|
168
|
+
background-position: 72% 98%;
|
|
61
169
|
}
|
|
62
170
|
|
|
63
171
|
.ci-16-thumbs-up-outlined-size {
|
|
@@ -66,7 +174,7 @@
|
|
|
66
174
|
}
|
|
67
175
|
|
|
68
176
|
.ci-16-translate-box-outlined {
|
|
69
|
-
background-position:
|
|
177
|
+
background-position: 76% 98%;
|
|
70
178
|
}
|
|
71
179
|
|
|
72
180
|
.ci-16-translate-box-outlined-size {
|
|
@@ -218,11 +326,11 @@
|
|
|
218
326
|
height: 24px;
|
|
219
327
|
}
|
|
220
328
|
|
|
221
|
-
.ci-bold-
|
|
329
|
+
.ci-bold-outlined {
|
|
222
330
|
background-position: 24.489795918367346% 51.02040816326531%;
|
|
223
331
|
}
|
|
224
332
|
|
|
225
|
-
.ci-bold-
|
|
333
|
+
.ci-bold-outlined-size {
|
|
226
334
|
width: 24px;
|
|
227
335
|
height: 24px;
|
|
228
336
|
}
|
|
@@ -38,17 +38,125 @@
|
|
|
38
38
|
height: 16px;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.ci-16-
|
|
41
|
+
.ci-16-editor-arrow-down {
|
|
42
42
|
background-position: 41% 46%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
+
.ci-16-editor-arrow-down-size {
|
|
46
|
+
width: 16px;
|
|
47
|
+
height: 16px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.ci-16-editor-arrow-up {
|
|
51
|
+
background-position: 45% 46%;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ci-16-editor-arrow-up-size {
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.ci-16-editor-bold {
|
|
60
|
+
background-position: 24% 98%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.ci-16-editor-bold-size {
|
|
64
|
+
width: 16px;
|
|
65
|
+
height: 16px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.ci-16-editor-delete {
|
|
69
|
+
background-position: 28% 98%;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ci-16-editor-delete-size {
|
|
73
|
+
width: 16px;
|
|
74
|
+
height: 16px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.ci-16-editor-image {
|
|
78
|
+
background-position: 32% 98%;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.ci-16-editor-image-size {
|
|
82
|
+
width: 16px;
|
|
83
|
+
height: 16px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ci-16-editor-italic {
|
|
87
|
+
background-position: 36% 98%;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.ci-16-editor-italic-size {
|
|
91
|
+
width: 16px;
|
|
92
|
+
height: 16px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.ci-16-editor-link {
|
|
96
|
+
background-position: 40% 98%;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ci-16-editor-link-size {
|
|
100
|
+
width: 16px;
|
|
101
|
+
height: 16px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.ci-16-editor-link-break {
|
|
105
|
+
background-position: 44% 98%;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.ci-16-editor-link-break-size {
|
|
109
|
+
width: 16px;
|
|
110
|
+
height: 16px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.ci-16-editor-paragraph {
|
|
114
|
+
background-position: 48% 98%;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.ci-16-editor-paragraph-size {
|
|
118
|
+
width: 16px;
|
|
119
|
+
height: 16px;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.ci-16-editor-plus {
|
|
123
|
+
background-position: 52% 98%;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.ci-16-editor-plus-size {
|
|
127
|
+
width: 16px;
|
|
128
|
+
height: 16px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.ci-16-editor-search {
|
|
132
|
+
background-position: 56% 98%;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.ci-16-editor-search-size {
|
|
136
|
+
width: 16px;
|
|
137
|
+
height: 16px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ci-16-editor-settings {
|
|
141
|
+
background-position: 60% 98%;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.ci-16-editor-settings-size {
|
|
145
|
+
width: 16px;
|
|
146
|
+
height: 16px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.ci-16-flash-circle-outlined {
|
|
150
|
+
background-position: 64% 98%;
|
|
151
|
+
}
|
|
152
|
+
|
|
45
153
|
.ci-16-flash-circle-outlined-size {
|
|
46
154
|
width: 16px;
|
|
47
155
|
height: 16px;
|
|
48
156
|
}
|
|
49
157
|
|
|
50
158
|
.ci-16-lock-outlined {
|
|
51
|
-
background-position:
|
|
159
|
+
background-position: 68% 98%;
|
|
52
160
|
}
|
|
53
161
|
|
|
54
162
|
.ci-16-lock-outlined-size {
|
|
@@ -57,7 +165,7 @@
|
|
|
57
165
|
}
|
|
58
166
|
|
|
59
167
|
.ci-16-thumbs-up-outlined {
|
|
60
|
-
background-position:
|
|
168
|
+
background-position: 72% 98%;
|
|
61
169
|
}
|
|
62
170
|
|
|
63
171
|
.ci-16-thumbs-up-outlined-size {
|
|
@@ -66,7 +174,7 @@
|
|
|
66
174
|
}
|
|
67
175
|
|
|
68
176
|
.ci-16-translate-box-outlined {
|
|
69
|
-
background-position:
|
|
177
|
+
background-position: 76% 98%;
|
|
70
178
|
}
|
|
71
179
|
|
|
72
180
|
.ci-16-translate-box-outlined-size {
|
|
@@ -218,11 +326,11 @@
|
|
|
218
326
|
height: 24px;
|
|
219
327
|
}
|
|
220
328
|
|
|
221
|
-
.ci-bold-
|
|
329
|
+
.ci-bold-outlined {
|
|
222
330
|
background-position: 24.489795918367346% 51.02040816326531%;
|
|
223
331
|
}
|
|
224
332
|
|
|
225
|
-
.ci-bold-
|
|
333
|
+
.ci-bold-outlined-size {
|
|
226
334
|
width: 24px;
|
|
227
335
|
height: 24px;
|
|
228
336
|
}
|