Skip to content

Commit ba873fe

Browse files
authored
feat(icon): new caution icon
New caution with circle icon #70
2 parents 71ab6dc + 2ba682e commit ba873fe

File tree

9 files changed

+837
-807
lines changed

9 files changed

+837
-807
lines changed

fonts/Bullhorn-Glyphicons.css

Lines changed: 274 additions & 271 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.json

Lines changed: 269 additions & 268 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.ts

Lines changed: 272 additions & 268 deletions
Large diffs are not rendered by default.

fonts/Bullhorn-Glyphicons.ttf

152 Bytes
Binary file not shown.

fonts/Bullhorn-Glyphicons.woff

36 Bytes
Binary file not shown.

fonts/Bullhorn-Glyphicons.woff2

68 Bytes
Binary file not shown.

fonts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,13 @@ <h1>Bullhorn-Glyphicons</h1>
554554
<br>
555555
<span class='label'>bhi-category-tags</span>
556556
</div>
557+
<div class="preview" data-name="caution-circle">
558+
<span class="inner">
559+
<i class="bhi-caution-circle"></i>
560+
</span>
561+
<br>
562+
<span class='label'>bhi-caution-circle</span>
563+
</div>
557564
<div class="preview" data-name="caution-o">
558565
<span class="inner">
559566
<i class="bhi-caution-o"></i>

icons/caution-circle.svg

Lines changed: 14 additions & 0 deletions
Loading

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const Candidate = 'candidate';
5757
export const Canvas = 'canvas';
5858
export const CardExpand = 'card-expand';
5959
export const CategoryTags = 'category-tags';
60+
export const CautionCircle = 'caution-circle';
6061
export const CautionO = 'caution-o';
6162
export const CautionTriangleO = 'caution-triangle-o';
6263
export const Caution = 'caution';

0 commit comments

Comments
 (0)