Skip to content

Commit 6fbe978

Browse files
authored
feat(icon): new amplify icon (#69)
1 parent 1cd5f61 commit 6fbe978

9 files changed

Lines changed: 981 additions & 954 deletions

fonts/Bullhorn-Glyphicons.css

Lines changed: 323 additions & 320 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.json

Lines changed: 318 additions & 317 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.ts

Lines changed: 321 additions & 317 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.ttf

208 Bytes
Binary file not shown.

fonts/Bullhorn-Glyphicons.woff

124 Bytes
Binary file not shown.

fonts/Bullhorn-Glyphicons.woff2

52 Bytes
Binary file not shown.

fonts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@ <h1>Bullhorn-Glyphicons</h1>
204204
<br>
205205
<span class='label'>bhi-afternoon</span>
206206
</div>
207+
<div class="preview" data-name="amplify">
208+
<span class="inner">
209+
<i class="bhi-amplify"></i>
210+
</span>
211+
<br>
212+
<span class='label'>bhi-amplify</span>
213+
</div>
207214
<div class="preview" data-name="analytics">
208215
<span class="inner">
209216
<i class="bhi-analytics"></i>

icons/amplify.svg

Lines changed: 11 additions & 0 deletions
Loading

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const AddThin = 'add-thin';
77
export const Add = 'add';
88
export const Addcard = 'addcard';
99
export const Afternoon = 'afternoon';
10+
export const Amplify = 'amplify';
1011
export const Analytics = 'analytics';
1112
export const Anchor = 'anchor';
1213
export const Appointment = 'appointment';

0 commit comments

Comments
 (0)