Skip to content

Commit

Permalink
Add Twig icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed May 18, 2016
1 parent 4a7c61b commit 5b203b1
Show file tree
Hide file tree
Showing 9 changed files with 230 additions and 10 deletions.
Empty file added file-types/Twig.twig
Empty file.
210 changes: 210 additions & 0 deletions icons/twig.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions styles/_fonts/seti.less
Expand Up @@ -108,11 +108,12 @@
@tex: '\E054';
@time-cop: '\E055';
@todo: '\E056';
@typescript: '\E057';
@vala: '\E058';
@video: '\E059';
@xml: '\E05A';
@yml: '\E05B';
@twig: '\E057';
@typescript: '\E058';
@vala: '\E059';
@video: '\E05A';
@xml: '\E05B';
@yml: '\E05C';

content: @@filename;
}
Expand Down Expand Up @@ -385,6 +386,9 @@
.icon-todo {
.icon(todo);
}
.icon-twig {
.icon(twig);
}
.icon-typescript {
.icon(typescript);
}
Expand Down
Binary file modified styles/_fonts/seti/seti.eot
Binary file not shown.
13 changes: 8 additions & 5 deletions styles/_fonts/seti/seti.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified styles/_fonts/seti/seti.ttf
Binary file not shown.
Binary file modified styles/_fonts/seti/seti.woff
Binary file not shown.
Binary file modified styles/_fonts/seti/seti.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions styles/icons/mapping.less
Expand Up @@ -206,6 +206,9 @@
// TEXT
.icon-set('.txt', 'default', @white);

// TWIG
.icon-set('.twig', 'twig', @green);

// TYPESCRIPT
.icon-set('.ts', 'typescript', @blue);

Expand Down

0 comments on commit 5b203b1

Please sign in to comment.