@@ -55,6 +55,7 @@ export type BullhornGlyphiconsId =
5555 | 'camera'
5656 | 'candidate'
5757 | 'candidate-circle'
58+ | 'candidate-list'
5859 | 'canvas'
5960 | 'card-expand'
6061 | 'category-tags'
@@ -92,12 +93,15 @@ export type BullhornGlyphiconsId =
9293 | 'commission'
9394 | 'company'
9495 | 'company-circle'
96+ | 'company-list'
9597 | 'comparison-table'
9698 | 'compass'
9799 | 'complex'
98100 | 'compliance-manager'
99101 | 'configure'
100102 | 'configure-o'
103+ | 'contact-list'
104+ | 'contract-left'
101105 | 'convert'
102106 | 'crane'
103107 | 'credential'
@@ -131,6 +135,7 @@ export type BullhornGlyphiconsId =
131135 | 'evening'
132136 | 'exclude'
133137 | 'expand'
138+ | 'expand-right'
134139 | 'expense'
135140 | 'export-html'
136141 | 'export-ms'
@@ -188,6 +193,7 @@ export type BullhornGlyphiconsId =
188193 | 'layout'
189194 | 'lead'
190195 | 'lead-circle'
196+ | 'lead-list'
191197 | 'link'
192198 | 'linkedin'
193199 | 'linkedin-f'
@@ -230,6 +236,7 @@ export type BullhornGlyphiconsId =
230236 | 'onboarding-365'
231237 | 'opportunity'
232238 | 'opportunity-circle'
239+ | 'opportunity-list'
233240 | 'organize'
234241 | 'outbound-call'
235242 | 'outbound-email'
@@ -243,6 +250,8 @@ export type BullhornGlyphiconsId =
243250 | 'person-circle'
244251 | 'phone'
245252 | 'pin'
253+ | 'pin-o'
254+ | 'placement-list'
246255 | 'plus'
247256 | 'preview'
248257 | 'previous'
@@ -397,6 +406,7 @@ export type BullhornGlyphiconsKey =
397406 | 'Camera'
398407 | 'Candidate'
399408 | 'CandidateCircle'
409+ | 'CandidateList'
400410 | 'Canvas'
401411 | 'CardExpand'
402412 | 'CategoryTags'
@@ -434,12 +444,15 @@ export type BullhornGlyphiconsKey =
434444 | 'Commission'
435445 | 'Company'
436446 | 'CompanyCircle'
447+ | 'CompanyList'
437448 | 'ComparisonTable'
438449 | 'Compass'
439450 | 'Complex'
440451 | 'ComplianceManager'
441452 | 'Configure'
442453 | 'ConfigureO'
454+ | 'ContactList'
455+ | 'ContractLeft'
443456 | 'Convert'
444457 | 'Crane'
445458 | 'Credential'
@@ -473,6 +486,7 @@ export type BullhornGlyphiconsKey =
473486 | 'Evening'
474487 | 'Exclude'
475488 | 'Expand'
489+ | 'ExpandRight'
476490 | 'Expense'
477491 | 'ExportHtml'
478492 | 'ExportMs'
@@ -530,6 +544,7 @@ export type BullhornGlyphiconsKey =
530544 | 'Layout'
531545 | 'Lead'
532546 | 'LeadCircle'
547+ | 'LeadList'
533548 | 'Link'
534549 | 'Linkedin'
535550 | 'LinkedinF'
@@ -572,6 +587,7 @@ export type BullhornGlyphiconsKey =
572587 | 'Onboarding365'
573588 | 'Opportunity'
574589 | 'OpportunityCircle'
590+ | 'OpportunityList'
575591 | 'Organize'
576592 | 'OutboundCall'
577593 | 'OutboundEmail'
@@ -585,6 +601,8 @@ export type BullhornGlyphiconsKey =
585601 | 'PersonCircle'
586602 | 'Phone'
587603 | 'Pin'
604+ | 'PinO'
605+ | 'PlacementList'
588606 | 'Plus'
589607 | 'Preview'
590608 | 'Previous'
@@ -739,6 +757,7 @@ export enum BullhornGlyphicons {
739757 Camera = 'camera' ,
740758 Candidate = 'candidate' ,
741759 CandidateCircle = 'candidate-circle' ,
760+ CandidateList = 'candidate-list' ,
742761 Canvas = 'canvas' ,
743762 CardExpand = 'card-expand' ,
744763 CategoryTags = 'category-tags' ,
@@ -776,12 +795,15 @@ export enum BullhornGlyphicons {
776795 Commission = 'commission' ,
777796 Company = 'company' ,
778797 CompanyCircle = 'company-circle' ,
798+ CompanyList = 'company-list' ,
779799 ComparisonTable = 'comparison-table' ,
780800 Compass = 'compass' ,
781801 Complex = 'complex' ,
782802 ComplianceManager = 'compliance-manager' ,
783803 Configure = 'configure' ,
784804 ConfigureO = 'configure-o' ,
805+ ContactList = 'contact-list' ,
806+ ContractLeft = 'contract-left' ,
785807 Convert = 'convert' ,
786808 Crane = 'crane' ,
787809 Credential = 'credential' ,
@@ -815,6 +837,7 @@ export enum BullhornGlyphicons {
815837 Evening = 'evening' ,
816838 Exclude = 'exclude' ,
817839 Expand = 'expand' ,
840+ ExpandRight = 'expand-right' ,
818841 Expense = 'expense' ,
819842 ExportHtml = 'export-html' ,
820843 ExportMs = 'export-ms' ,
@@ -872,6 +895,7 @@ export enum BullhornGlyphicons {
872895 Layout = 'layout' ,
873896 Lead = 'lead' ,
874897 LeadCircle = 'lead-circle' ,
898+ LeadList = 'lead-list' ,
875899 Link = 'link' ,
876900 Linkedin = 'linkedin' ,
877901 LinkedinF = 'linkedin-f' ,
@@ -914,6 +938,7 @@ export enum BullhornGlyphicons {
914938 Onboarding365 = 'onboarding-365' ,
915939 Opportunity = 'opportunity' ,
916940 OpportunityCircle = 'opportunity-circle' ,
941+ OpportunityList = 'opportunity-list' ,
917942 Organize = 'organize' ,
918943 OutboundCall = 'outbound-call' ,
919944 OutboundEmail = 'outbound-email' ,
@@ -927,6 +952,8 @@ export enum BullhornGlyphicons {
927952 PersonCircle = 'person-circle' ,
928953 Phone = 'phone' ,
929954 Pin = 'pin' ,
955+ PinO = 'pin-o' ,
956+ PlacementList = 'placement-list' ,
930957 Plus = 'plus' ,
931958 Preview = 'preview' ,
932959 Previous = 'previous' ,
@@ -1082,6 +1109,7 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
10821109 [ BullhornGlyphicons . Camera ] : '61750' ,
10831110 [ BullhornGlyphicons . Candidate ] : '61751' ,
10841111 [ BullhornGlyphicons . CandidateCircle ] : '61752' ,
1112+ [ BullhornGlyphicons . CandidateList ] : '62037' ,
10851113 [ BullhornGlyphicons . Canvas ] : '61753' ,
10861114 [ BullhornGlyphicons . CardExpand ] : '61754' ,
10871115 [ BullhornGlyphicons . CategoryTags ] : '61755' ,
@@ -1119,12 +1147,15 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
11191147 [ BullhornGlyphicons . Commission ] : '61787' ,
11201148 [ BullhornGlyphicons . Company ] : '61788' ,
11211149 [ BullhornGlyphicons . CompanyCircle ] : '61789' ,
1150+ [ BullhornGlyphicons . CompanyList ] : '62038' ,
11221151 [ BullhornGlyphicons . ComparisonTable ] : '61790' ,
11231152 [ BullhornGlyphicons . Compass ] : '61791' ,
11241153 [ BullhornGlyphicons . Complex ] : '61792' ,
11251154 [ BullhornGlyphicons . ComplianceManager ] : '61793' ,
11261155 [ BullhornGlyphicons . Configure ] : '61794' ,
11271156 [ BullhornGlyphicons . ConfigureO ] : '61795' ,
1157+ [ BullhornGlyphicons . ContactList ] : '62039' ,
1158+ [ BullhornGlyphicons . ContractLeft ] : '62040' ,
11281159 [ BullhornGlyphicons . Convert ] : '61796' ,
11291160 [ BullhornGlyphicons . Crane ] : '61797' ,
11301161 [ BullhornGlyphicons . Credential ] : '61798' ,
@@ -1158,6 +1189,7 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
11581189 [ BullhornGlyphicons . Evening ] : '61824' ,
11591190 [ BullhornGlyphicons . Exclude ] : '61825' ,
11601191 [ BullhornGlyphicons . Expand ] : '61826' ,
1192+ [ BullhornGlyphicons . ExpandRight ] : '62041' ,
11611193 [ BullhornGlyphicons . Expense ] : '61827' ,
11621194 [ BullhornGlyphicons . ExportHtml ] : '61828' ,
11631195 [ BullhornGlyphicons . ExportMs ] : '61829' ,
@@ -1215,6 +1247,7 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
12151247 [ BullhornGlyphicons . Layout ] : '61881' ,
12161248 [ BullhornGlyphicons . Lead ] : '61882' ,
12171249 [ BullhornGlyphicons . LeadCircle ] : '61883' ,
1250+ [ BullhornGlyphicons . LeadList ] : '62042' ,
12181251 [ BullhornGlyphicons . Link ] : '61884' ,
12191252 [ BullhornGlyphicons . Linkedin ] : '61885' ,
12201253 [ BullhornGlyphicons . LinkedinF ] : '61886' ,
@@ -1257,6 +1290,7 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
12571290 [ BullhornGlyphicons . Onboarding365 ] : '61923' ,
12581291 [ BullhornGlyphicons . Opportunity ] : '61924' ,
12591292 [ BullhornGlyphicons . OpportunityCircle ] : '61925' ,
1293+ [ BullhornGlyphicons . OpportunityList ] : '62043' ,
12601294 [ BullhornGlyphicons . Organize ] : '61926' ,
12611295 [ BullhornGlyphicons . OutboundCall ] : '61927' ,
12621296 [ BullhornGlyphicons . OutboundEmail ] : '61928' ,
@@ -1270,6 +1304,8 @@ export const BULLHORN_GLYPHICONS_CODEPOINTS: { [key in BullhornGlyphicons]: stri
12701304 [ BullhornGlyphicons . PersonCircle ] : '61936' ,
12711305 [ BullhornGlyphicons . Phone ] : '61937' ,
12721306 [ BullhornGlyphicons . Pin ] : '61938' ,
1307+ [ BullhornGlyphicons . PinO ] : '62044' ,
1308+ [ BullhornGlyphicons . PlacementList ] : '62045' ,
12731309 [ BullhornGlyphicons . Plus ] : '61939' ,
12741310 [ BullhornGlyphicons . Preview ] : '61940' ,
12751311 [ BullhornGlyphicons . Previous ] : '61941' ,
0 commit comments