matcha-icons 1.0.21 → 1.0.25
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/Read Me.txt +1 -1
- package/demo.html +115 -3
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +10 -2
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +30 -6
- package/package.json +1 -1
- package/selection.json +1 -1
- package/style.css +30 -6
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'matcha-icons';
|
|
3
|
-
src: url('fonts/matcha-icons.eot?
|
|
4
|
-
src: url('fonts/matcha-icons.eot?
|
|
5
|
-
url('fonts/matcha-icons.ttf?
|
|
6
|
-
url('fonts/matcha-icons.woff?
|
|
7
|
-
url('fonts/matcha-icons.svg?
|
|
3
|
+
src: url('fonts/matcha-icons.eot?uabm7d');
|
|
4
|
+
src: url('fonts/matcha-icons.eot?uabm7d#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/matcha-icons.ttf?uabm7d') format('truetype'),
|
|
6
|
+
url('fonts/matcha-icons.woff?uabm7d') format('woff'),
|
|
7
|
+
url('fonts/matcha-icons.svg?uabm7d#matcha-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -262,12 +262,21 @@
|
|
|
262
262
|
.i-matcha-bank:before {
|
|
263
263
|
content: "\e976";
|
|
264
264
|
}
|
|
265
|
+
.i-matcha-bank1:before {
|
|
266
|
+
content: "\eb15";
|
|
267
|
+
}
|
|
268
|
+
.i-matcha-bank-circle:before {
|
|
269
|
+
content: "\eb16";
|
|
270
|
+
}
|
|
265
271
|
.i-matcha-visitor:before {
|
|
266
272
|
content: "\e983";
|
|
267
273
|
}
|
|
268
274
|
.i-matcha-participant:before {
|
|
269
275
|
content: "\e97f";
|
|
270
276
|
}
|
|
277
|
+
.i-matcha-kids:before {
|
|
278
|
+
content: "\ea20";
|
|
279
|
+
}
|
|
271
280
|
.i-matcha-arrow-left:before {
|
|
272
281
|
content: "\e973";
|
|
273
282
|
}
|
|
@@ -1214,7 +1223,7 @@
|
|
|
1214
1223
|
content: "\ea1f";
|
|
1215
1224
|
}
|
|
1216
1225
|
.i-matcha-kid-boy:before {
|
|
1217
|
-
content: "\
|
|
1226
|
+
content: "\eb17";
|
|
1218
1227
|
}
|
|
1219
1228
|
.i-matcha-people:before {
|
|
1220
1229
|
content: "\ea21";
|
|
@@ -1264,6 +1273,12 @@
|
|
|
1264
1273
|
.i-matcha-twitter:before {
|
|
1265
1274
|
content: "\e9f1";
|
|
1266
1275
|
}
|
|
1276
|
+
.i-matcha-circle-x:before {
|
|
1277
|
+
content: "\eb18";
|
|
1278
|
+
}
|
|
1279
|
+
.i-matcha-x:before {
|
|
1280
|
+
content: "\eb19";
|
|
1281
|
+
}
|
|
1267
1282
|
.i-matcha-circle-whatsapp:before {
|
|
1268
1283
|
content: "\e9f2";
|
|
1269
1284
|
}
|
|
@@ -1294,6 +1309,12 @@
|
|
|
1294
1309
|
.i-matcha-beacons:before {
|
|
1295
1310
|
content: "\eb0e";
|
|
1296
1311
|
}
|
|
1312
|
+
.i-matcha-circle-threads:before {
|
|
1313
|
+
content: "\eb13";
|
|
1314
|
+
}
|
|
1315
|
+
.i-matcha-threads:before {
|
|
1316
|
+
content: "\eb14";
|
|
1317
|
+
}
|
|
1297
1318
|
.i-matcha-opened-lock:before {
|
|
1298
1319
|
content: "\ea23";
|
|
1299
1320
|
}
|
|
@@ -1312,6 +1333,9 @@
|
|
|
1312
1333
|
.i-matcha-cookie-out-2:before {
|
|
1313
1334
|
content: "\ea90";
|
|
1314
1335
|
}
|
|
1336
|
+
.i-matcha-emoji-happy-alt:before {
|
|
1337
|
+
content: "\eb1a";
|
|
1338
|
+
}
|
|
1315
1339
|
.i-matcha-emoji-happy:before {
|
|
1316
1340
|
content: "\ea25";
|
|
1317
1341
|
}
|