Skip to content

Commit dd2dc22

Browse files
authored
Merge pull request #83 from chadnauman/feature/shield-line-thumbs-icons
feat(icons): add shield-line, thumbs-down, and thumbs-up icons
2 parents d04163c + 95bb5bd commit dd2dc22

13 files changed

Lines changed: 1148 additions & 763 deletions

fonts/Bullhorn-Glyphicons.css

Lines changed: 55 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
22
font-family: "Bullhorn-Glyphicons";
3-
src: url("./Bullhorn-Glyphicons.ttf?3334fa22df5ce23c24ba40320b43d4c0") format("truetype"),
4-
url("./Bullhorn-Glyphicons.woff?3334fa22df5ce23c24ba40320b43d4c0") format("woff"),
5-
url("./Bullhorn-Glyphicons.woff2?3334fa22df5ce23c24ba40320b43d4c0") format("woff2");
3+
src: url("./Bullhorn-Glyphicons.ttf?bda4ec26d99b0bec889fd628d821f9a7") format("truetype"),
4+
url("./Bullhorn-Glyphicons.woff?bda4ec26d99b0bec889fd628d821f9a7") format("woff"),
5+
url("./Bullhorn-Glyphicons.woff2?bda4ec26d99b0bec889fd628d821f9a7") format("woff2");
66
}
77

88
i {
@@ -881,132 +881,141 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
881881
.bhi-share:before {
882882
content: "\f21f";
883883
}
884-
.bhi-shield:before {
884+
.bhi-shield-line:before {
885885
content: "\f220";
886886
}
887-
.bhi-shipping-box:before {
887+
.bhi-shield:before {
888888
content: "\f221";
889889
}
890-
.bhi-slideout:before {
890+
.bhi-shipping-box:before {
891891
content: "\f222";
892892
}
893-
.bhi-sms:before {
893+
.bhi-slideout:before {
894894
content: "\f223";
895895
}
896-
.bhi-sort-asc:before {
896+
.bhi-sms:before {
897897
content: "\f224";
898898
}
899-
.bhi-sort-desc:before {
899+
.bhi-sort-asc:before {
900900
content: "\f225";
901901
}
902-
.bhi-sortable:before {
902+
.bhi-sort-desc:before {
903903
content: "\f226";
904904
}
905-
.bhi-source:before {
905+
.bhi-sortable:before {
906906
content: "\f227";
907907
}
908-
.bhi-star-circle:before {
908+
.bhi-source:before {
909909
content: "\f228";
910910
}
911-
.bhi-star-o-circle:before {
911+
.bhi-star-circle:before {
912912
content: "\f229";
913913
}
914-
.bhi-star-o:before {
914+
.bhi-star-o-circle:before {
915915
content: "\f22a";
916916
}
917-
.bhi-star:before {
917+
.bhi-star-o:before {
918918
content: "\f22b";
919919
}
920-
.bhi-stethoscope:before {
920+
.bhi-star:before {
921921
content: "\f22c";
922922
}
923-
.bhi-stop-circle:before {
923+
.bhi-stethoscope:before {
924924
content: "\f22d";
925925
}
926-
.bhi-stop-light:before {
926+
.bhi-stop-circle:before {
927927
content: "\f22e";
928928
}
929-
.bhi-tab:before {
929+
.bhi-stop-light:before {
930930
content: "\f22f";
931931
}
932-
.bhi-tearsheet:before {
932+
.bhi-tab:before {
933933
content: "\f230";
934934
}
935-
.bhi-tie:before {
935+
.bhi-tearsheet:before {
936936
content: "\f231";
937937
}
938-
.bhi-tilde:before {
938+
.bhi-thumbs-down:before {
939939
content: "\f232";
940940
}
941-
.bhi-times:before {
941+
.bhi-thumbs-up:before {
942942
content: "\f233";
943943
}
944-
.bhi-timetable:before {
944+
.bhi-tie:before {
945945
content: "\f234";
946946
}
947-
.bhi-tools:before {
947+
.bhi-tilde:before {
948948
content: "\f235";
949949
}
950-
.bhi-tower:before {
950+
.bhi-times:before {
951951
content: "\f236";
952952
}
953-
.bhi-trending-down:before {
953+
.bhi-timetable:before {
954954
content: "\f237";
955955
}
956-
.bhi-trending-up:before {
956+
.bhi-tools:before {
957957
content: "\f238";
958958
}
959-
.bhi-truck:before {
959+
.bhi-tower:before {
960960
content: "\f239";
961961
}
962-
.bhi-twitter-f:before {
962+
.bhi-trending-down:before {
963963
content: "\f23a";
964964
}
965-
.bhi-twitter-o:before {
965+
.bhi-trending-up:before {
966966
content: "\f23b";
967967
}
968-
.bhi-twitter:before {
968+
.bhi-truck:before {
969969
content: "\f23c";
970970
}
971-
.bhi-umbrella:before {
971+
.bhi-twitter-f:before {
972972
content: "\f23d";
973973
}
974-
.bhi-unit:before {
974+
.bhi-twitter-o:before {
975975
content: "\f23e";
976976
}
977-
.bhi-unlock:before {
977+
.bhi-twitter:before {
978978
content: "\f23f";
979979
}
980-
.bhi-upload:before {
980+
.bhi-umbrella:before {
981981
content: "\f240";
982982
}
983-
.bhi-user-o:before {
983+
.bhi-unit:before {
984984
content: "\f241";
985985
}
986-
.bhi-user:before {
986+
.bhi-unlock:before {
987987
content: "\f242";
988988
}
989-
.bhi-users:before {
989+
.bhi-upload:before {
990990
content: "\f243";
991991
}
992-
.bhi-vendor:before {
992+
.bhi-user-o:before {
993993
content: "\f244";
994994
}
995-
.bhi-view-list:before {
995+
.bhi-user:before {
996996
content: "\f245";
997997
}
998-
.bhi-view-module:before {
998+
.bhi-users:before {
999999
content: "\f246";
10001000
}
1001-
.bhi-viewall:before {
1001+
.bhi-vendor:before {
10021002
content: "\f247";
10031003
}
1004-
.bhi-vms:before {
1004+
.bhi-view-list:before {
10051005
content: "\f248";
10061006
}
1007-
.bhi-workflow:before {
1007+
.bhi-view-module:before {
10081008
content: "\f249";
10091009
}
1010-
.bhi-x:before {
1010+
.bhi-viewall:before {
10111011
content: "\f24a";
10121012
}
1013+
.bhi-vms:before {
1014+
content: "\f24b";
1015+
}
1016+
.bhi-workflow:before {
1017+
content: "\f24c";
1018+
}
1019+
.bhi-x:before {
1020+
content: "\f24d";
1021+
}

fonts/Bullhorn-Glyphicons.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,6 +1933,13 @@ <h1>Bullhorn-Glyphicons</h1>
19331933
<br>
19341934
<span class='label'>bhi-shield</span>
19351935
</div>
1936+
<div class="preview" data-name="[object Object]">
1937+
<span class="inner">
1938+
<i class="bhi-shield-line"></i>
1939+
</span>
1940+
<br>
1941+
<span class='label'>bhi-shield-line</span>
1942+
</div>
19361943
<div class="preview" data-name="[object Object]">
19371944
<span class="inner">
19381945
<i class="bhi-shipping-box"></i>
@@ -2038,6 +2045,20 @@ <h1>Bullhorn-Glyphicons</h1>
20382045
<br>
20392046
<span class='label'>bhi-tearsheet</span>
20402047
</div>
2048+
<div class="preview" data-name="[object Object]">
2049+
<span class="inner">
2050+
<i class="bhi-thumbs-down"></i>
2051+
</span>
2052+
<br>
2053+
<span class='label'>bhi-thumbs-down</span>
2054+
</div>
2055+
<div class="preview" data-name="[object Object]">
2056+
<span class="inner">
2057+
<i class="bhi-thumbs-up"></i>
2058+
</span>
2059+
<br>
2060+
<span class='label'>bhi-thumbs-up</span>
2061+
</div>
20412062
<div class="preview" data-name="[object Object]">
20422063
<span class="inner">
20432064
<i class="bhi-tie"></i>

fonts/Bullhorn-Glyphicons.json

Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -286,47 +286,50 @@
286286
"settings": 61981,
287287
"share-o": 61982,
288288
"share": 61983,
289-
"shield": 61984,
290-
"shipping-box": 61985,
291-
"slideout": 61986,
292-
"sms": 61987,
293-
"sort-asc": 61988,
294-
"sort-desc": 61989,
295-
"sortable": 61990,
296-
"source": 61991,
297-
"star-circle": 61992,
298-
"star-o-circle": 61993,
299-
"star-o": 61994,
300-
"star": 61995,
301-
"stethoscope": 61996,
302-
"stop-circle": 61997,
303-
"stop-light": 61998,
304-
"tab": 61999,
305-
"tearsheet": 62000,
306-
"tie": 62001,
307-
"tilde": 62002,
308-
"times": 62003,
309-
"timetable": 62004,
310-
"tools": 62005,
311-
"tower": 62006,
312-
"trending-down": 62007,
313-
"trending-up": 62008,
314-
"truck": 62009,
315-
"twitter-f": 62010,
316-
"twitter-o": 62011,
317-
"twitter": 62012,
318-
"umbrella": 62013,
319-
"unit": 62014,
320-
"unlock": 62015,
321-
"upload": 62016,
322-
"user-o": 62017,
323-
"user": 62018,
324-
"users": 62019,
325-
"vendor": 62020,
326-
"view-list": 62021,
327-
"view-module": 62022,
328-
"viewall": 62023,
329-
"vms": 62024,
330-
"workflow": 62025,
331-
"x": 62026
289+
"shield-line": 61984,
290+
"shield": 61985,
291+
"shipping-box": 61986,
292+
"slideout": 61987,
293+
"sms": 61988,
294+
"sort-asc": 61989,
295+
"sort-desc": 61990,
296+
"sortable": 61991,
297+
"source": 61992,
298+
"star-circle": 61993,
299+
"star-o-circle": 61994,
300+
"star-o": 61995,
301+
"star": 61996,
302+
"stethoscope": 61997,
303+
"stop-circle": 61998,
304+
"stop-light": 61999,
305+
"tab": 62000,
306+
"tearsheet": 62001,
307+
"thumbs-down": 62002,
308+
"thumbs-up": 62003,
309+
"tie": 62004,
310+
"tilde": 62005,
311+
"times": 62006,
312+
"timetable": 62007,
313+
"tools": 62008,
314+
"tower": 62009,
315+
"trending-down": 62010,
316+
"trending-up": 62011,
317+
"truck": 62012,
318+
"twitter-f": 62013,
319+
"twitter-o": 62014,
320+
"twitter": 62015,
321+
"umbrella": 62016,
322+
"unit": 62017,
323+
"unlock": 62018,
324+
"upload": 62019,
325+
"user-o": 62020,
326+
"user": 62021,
327+
"users": 62022,
328+
"vendor": 62023,
329+
"view-list": 62024,
330+
"view-module": 62025,
331+
"viewall": 62026,
332+
"vms": 62027,
333+
"workflow": 62028,
334+
"x": 62029
332335
}

0 commit comments

Comments
 (0)