Skip to content

Commit

Permalink
feat(icon): new exclude icon (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoegelin authored Aug 21, 2024
1 parent a9055ce commit a04f96f
Show file tree
Hide file tree
Showing 9 changed files with 613 additions and 594 deletions.
403 changes: 203 additions & 200 deletions fonts/Bullhorn-Glyphicons.css

Large diffs are not rendered by default.

395 changes: 198 additions & 197 deletions fonts/Bullhorn-Glyphicons.json

Large diffs are not rendered by default.

398 changes: 201 additions & 197 deletions fonts/Bullhorn-Glyphicons.ts

Large diffs are not rendered by default.

Binary file modified fonts/Bullhorn-Glyphicons.ttf
Binary file not shown.
Binary file modified fonts/Bullhorn-Glyphicons.woff
Binary file not shown.
Binary file modified fonts/Bullhorn-Glyphicons.woff2
Binary file not shown.
7 changes: 7 additions & 0 deletions fonts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,13 @@ <h1>Bullhorn-Glyphicons</h1>
<br>
<span class='label'>bhi-evening</span>
</div>
<div class="preview" data-name="exclude">
<span class="inner">
<i class="bhi-exclude"></i>
</span>
<br>
<span class='label'>bhi-exclude</span>
</div>
<div class="preview" data-name="expand">
<span class="inner">
<i class="bhi-expand"></i>
Expand Down
3 changes: 3 additions & 0 deletions icons/exclude.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const EmailInvoiceTemplate = 'email-invoice-template';
export const Email = 'email';
export const Engagement = 'engagement';
export const Evening = 'evening';
export const Exclude = 'exclude';
export const Expand = 'expand';
export const Expense = 'expense';
export const ExportHtml = 'export-html';
Expand Down

0 comments on commit a04f96f

Please sign in to comment.