Skip to content

Commit e59488d

Browse files
ndickersonNathan Dickerson
andauthored
feat(icon): new list and navigation icons (#100)
Co-authored-by: Nathan Dickerson <nathan.dickerson@bullhorn.com>
1 parent a865a20 commit e59488d

18 files changed

Lines changed: 259 additions & 6 deletions

.fantasticonrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module.exports = {
102102
"camera": 61750,
103103
"candidate": 61751,
104104
"candidate-circle": 61752,
105+
"candidate-list": 62037,
105106
"canvas": 61753,
106107
"card-expand": 61754,
107108
"category-tags": 61755,
@@ -139,12 +140,15 @@ module.exports = {
139140
"commission": 61787,
140141
"company": 61788,
141142
"company-circle": 61789,
143+
"company-list": 62038,
142144
"comparison-table": 61790,
143145
"compass": 61791,
144146
"complex": 61792,
145147
"compliance-manager": 61793,
146148
"configure": 61794,
147149
"configure-o": 61795,
150+
"contact-list": 62039,
151+
"contract-left": 62040,
148152
"convert": 61796,
149153
"crane": 61797,
150154
"credential": 61798,
@@ -178,6 +182,7 @@ module.exports = {
178182
"evening": 61824,
179183
"exclude": 61825,
180184
"expand": 61826,
185+
"expand-right": 62041,
181186
"expense": 61827,
182187
"export-html": 61828,
183188
"export-ms": 61829,
@@ -235,6 +240,7 @@ module.exports = {
235240
"layout": 61881,
236241
"lead": 61882,
237242
"lead-circle": 61883,
243+
"lead-list": 62042,
238244
"link": 61884,
239245
"linkedin": 61885,
240246
"linkedin-f": 61886,
@@ -277,6 +283,7 @@ module.exports = {
277283
"onboarding-365": 61923,
278284
"opportunity": 61924,
279285
"opportunity-circle": 61925,
286+
"opportunity-list": 62043,
280287
"organize": 61926,
281288
"outbound-call": 61927,
282289
"outbound-email": 61928,
@@ -290,6 +297,8 @@ module.exports = {
290297
"person-circle": 61936,
291298
"phone": 61937,
292299
"pin": 61938,
300+
"pin-o": 62044,
301+
"placement-list": 62045,
293302
"plus": 61939,
294303
"preview": 61940,
295304
"previous": 61941,

fonts/Bullhorn-Glyphicons.css

Lines changed: 30 additions & 3 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?74d169710ebb23d51d5993687024b5ee") format("truetype"),
4-
url("./Bullhorn-Glyphicons.woff?74d169710ebb23d51d5993687024b5ee") format("woff"),
5-
url("./Bullhorn-Glyphicons.woff2?74d169710ebb23d51d5993687024b5ee") format("woff2");
3+
src: url("./Bullhorn-Glyphicons.ttf?8da47045057b0119c999b6117467dc27") format("truetype"),
4+
url("./Bullhorn-Glyphicons.woff?8da47045057b0119c999b6117467dc27") format("woff"),
5+
url("./Bullhorn-Glyphicons.woff2?8da47045057b0119c999b6117467dc27") format("woff2");
66
}
77

88
i {
@@ -188,6 +188,9 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
188188
.bhi-candidate-circle:before {
189189
content: "\f138";
190190
}
191+
.bhi-candidate-list:before {
192+
content: "\f255";
193+
}
191194
.bhi-canvas:before {
192195
content: "\f139";
193196
}
@@ -299,6 +302,9 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
299302
.bhi-company-circle:before {
300303
content: "\f15d";
301304
}
305+
.bhi-company-list:before {
306+
content: "\f256";
307+
}
302308
.bhi-comparison-table:before {
303309
content: "\f15e";
304310
}
@@ -317,6 +323,12 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
317323
.bhi-configure-o:before {
318324
content: "\f163";
319325
}
326+
.bhi-contact-list:before {
327+
content: "\f257";
328+
}
329+
.bhi-contract-left:before {
330+
content: "\f258";
331+
}
320332
.bhi-convert:before {
321333
content: "\f164";
322334
}
@@ -416,6 +428,9 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
416428
.bhi-expand:before {
417429
content: "\f182";
418430
}
431+
.bhi-expand-right:before {
432+
content: "\f259";
433+
}
419434
.bhi-expense:before {
420435
content: "\f183";
421436
}
@@ -587,6 +602,9 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
587602
.bhi-lead-circle:before {
588603
content: "\f1bb";
589604
}
605+
.bhi-lead-list:before {
606+
content: "\f25a";
607+
}
590608
.bhi-link:before {
591609
content: "\f1bc";
592610
}
@@ -713,6 +731,9 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
713731
.bhi-opportunity-circle:before {
714732
content: "\f1e5";
715733
}
734+
.bhi-opportunity-list:before {
735+
content: "\f25b";
736+
}
716737
.bhi-organize:before {
717738
content: "\f1e6";
718739
}
@@ -752,6 +773,12 @@ i[class^="bhi-"]:before, i[class*=" bhi-"]:before {
752773
.bhi-pin:before {
753774
content: "\f1f2";
754775
}
776+
.bhi-pin-o:before {
777+
content: "\f25c";
778+
}
779+
.bhi-placement-list:before {
780+
content: "\f25d";
781+
}
755782
.bhi-plus:before {
756783
content: "\f1f3";
757784
}

fonts/Bullhorn-Glyphicons.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"camera": 61750,
5656
"candidate": 61751,
5757
"candidate-circle": 61752,
58+
"candidate-list": 62037,
5859
"canvas": 61753,
5960
"card-expand": 61754,
6061
"category-tags": 61755,
@@ -92,12 +93,15 @@
9293
"commission": 61787,
9394
"company": 61788,
9495
"company-circle": 61789,
96+
"company-list": 62038,
9597
"comparison-table": 61790,
9698
"compass": 61791,
9799
"complex": 61792,
98100
"compliance-manager": 61793,
99101
"configure": 61794,
100102
"configure-o": 61795,
103+
"contact-list": 62039,
104+
"contract-left": 62040,
101105
"convert": 61796,
102106
"crane": 61797,
103107
"credential": 61798,
@@ -131,6 +135,7 @@
131135
"evening": 61824,
132136
"exclude": 61825,
133137
"expand": 61826,
138+
"expand-right": 62041,
134139
"expense": 61827,
135140
"export-html": 61828,
136141
"export-ms": 61829,
@@ -188,6 +193,7 @@
188193
"layout": 61881,
189194
"lead": 61882,
190195
"lead-circle": 61883,
196+
"lead-list": 62042,
191197
"link": 61884,
192198
"linkedin": 61885,
193199
"linkedin-f": 61886,
@@ -230,6 +236,7 @@
230236
"onboarding-365": 61923,
231237
"opportunity": 61924,
232238
"opportunity-circle": 61925,
239+
"opportunity-list": 62043,
233240
"organize": 61926,
234241
"outbound-call": 61927,
235242
"outbound-email": 61928,
@@ -243,6 +250,8 @@
243250
"person-circle": 61936,
244251
"phone": 61937,
245252
"pin": 61938,
253+
"pin-o": 62044,
254+
"placement-list": 62045,
246255
"plus": 61939,
247256
"preview": 61940,
248257
"previous": 61941,

0 commit comments

Comments
 (0)