Skip to content

Commit

Permalink
Add asterisk icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 24, 2021
1 parent 700b915 commit 8e8d070
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 340 deletions.
343 changes: 173 additions & 170 deletions docs/fonts/Valkyrie.css

Large diffs are not rendered by default.

Binary file modified docs/fonts/Valkyrie.eot
Binary file not shown.
343 changes: 173 additions & 170 deletions docs/fonts/Valkyrie.scss

Large diffs are not rendered by default.

Binary file modified docs/fonts/Valkyrie.ttf
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff2
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,15 @@ <h1 class="display-4 m-0"><i class="vi vi-valkyrie"></i> Valkyrie</h1>
</div>


<div class="preview">
<span class="inner">
<i class="vi vi-astrisk"></i>
</span>
<br>
<span class='label'>astrisk</span>
</div>


<div class="preview">
<span class="inner">
<i class="vi vi-at"></i>
Expand Down
3 changes: 3 additions & 0 deletions icons/astrisk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ export const viArrowUp: {
name: 'arrow_up',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16"><path fill-rule="evenodd" d="M10.75 3.87v10.44a.75.75 0 01-1.5 0V3.87l-3.69 3.7A.75.75 0 014.5 6.5l4.8-4.8a1 1 0 011.4 0l4.8 4.8a.75.75 0 11-1.06 1.06l-3.69-3.69z"/></svg>`
};
export const viAstrisk: {
name: 'astrisk';
data: string;
} = {
name: 'astrisk',
data: `<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 16"><path d="M10 15a.75.75 0 01-.75-.75V9.3l-4.29 2.47a.75.75 0 01-.75-1.3L8.5 8 4.21 5.52a.75.75 0 11.75-1.3L9.25 6.7V1.75a.75.75 0 011.5 0V6.7l4.29-2.47a.75.75 0 01.75 1.3L11.5 8l4.29 2.48a.75.75 0 11-.75 1.3L10.75 9.3v4.95c0 .41-.34.75-.75.75z"/></svg>`
};
export const viAt: {
name: 'at';
data: string;
Expand Down Expand Up @@ -1346,6 +1353,7 @@ export type Valkyrie =
| 'arrow_up_to_line'
| 'arrow_up_wide_short'
| 'arrow_up'
| 'astrisk'
| 'at'
| 'backward'
| 'bars'
Expand Down

0 comments on commit 8e8d070

Please sign in to comment.