Skip to content

Commit

Permalink
fix: add missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Oct 13, 2020
1 parent 739aafb commit a2e70cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/icons/_layout.scss
Expand Up @@ -987,6 +987,7 @@
.k-i-data-json::before { content: "\e930"; }
.k-i-data-sql::before { content: "\e931"; }
.k-i-data-web::before { content: "\e932"; }
.k-i-data-rest::before { content: "\e946"; }
.k-i-group-collection::before { content: "\e933"; }
.k-i-parameter-boolean::before { content: "\e934"; }
.k-i-parameter-date-time::before { content: "\e935"; }
Expand All @@ -1002,6 +1003,7 @@
.k-i-file-data::before { content: "\e93f"; }
.k-i-file-disc-image::before { content: "\e940"; }
.k-i-file-programming::before { content: "\e941"; }
.k-i-file-typescript::before { content: "\e947"; }
.k-i-parameters-byte-array::before { content: "\e942"; }
.k-i-parameters-unknown::before { content: "\e943"; }
.k-i-file-error::before { content: "\e944"; }
Expand Down
2 changes: 2 additions & 0 deletions tests/visual/icons.html
Expand Up @@ -547,6 +547,7 @@
"data-json",
"data-sql",
"data-web",
"data-rest",
"group-collection",
"parameter-boolean",
"parameter-date-time",
Expand All @@ -562,6 +563,7 @@
"file-data",
"file-disc-image",
"file-programming",
"file-typescript",
"parameters-byte-array",
"parameters-unknown",
"file-error",
Expand Down

0 comments on commit a2e70cd

Please sign in to comment.