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 15, 2016
1 parent c66fa00 commit 3373635
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 @@ -107,11 +107,12 @@
@tex: '\E053';
@time-cop: '\E054';
@todo: '\E055';
@typescript: '\E056';
@vala: '\E057';
@video: '\E058';
@xml: '\E059';
@yml: '\E05A';
@twig: '\E056';
@typescript: '\E057';
@vala: '\E058';
@video: '\E059';
@xml: '\E05A';
@yml: '\E05B';

content: @@filename;
}
Expand Down Expand Up @@ -381,6 +382,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 @@ -203,6 +203,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 3373635

Please sign in to comment.