Skip to content

Commit

Permalink
fix: add missing font icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed May 11, 2020
1 parent f53fe90 commit d5f3ab1
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 1 deletion.
105 changes: 105 additions & 0 deletions packages/default/scss/common/_icons.scss
Expand Up @@ -633,6 +633,111 @@
.k-i-parameters-unknown::before { content: "\e943"; }
.k-i-file-error::before { content: "\e944"; }
.k-i-files-error::before { content: "\e945"; }
.k-i-overlap::before { content: "\e033"; }
.k-i-align-to-grid::before { content: "\e52c"; }
.k-i-size-to-grid::before { content: "\e52d"; }
.k-i-make-same-size::before { content: "\e52e"; }
.k-i-make-same-width::before { content: "\e52f"; }
.k-i-make-same-height::before { content: "\e530"; }
.k-i-make-horizontal-spacing-equal::before { content: "\e531"; }
.k-i-increase-horizontal-spacing::before { content: "\e532"; }
.k-i-decrease-horizontal-spacing::before { content: "\e533"; }
.k-i-remove-horizontal-spacing::before { content: "\e534"; }
.k-i-make-vertical-spacing-equal::before { content: "\e535"; }
.k-i-increase-vertical-spacing::before { content: "\e536"; }
.k-i-decrease-vertical-spacing::before { content: "\e537"; }
.k-i-remove-vertical-spacing::before { content: "\e538"; }
.k-i-eyedropper::before { content: "\e539"; }
.k-i-snap-grid::before { content: "\e53a"; }
.k-i-snap-to-gridlines::before { content: "\e53b"; }
.k-i-snap-to-snaplines::before { content: "\e53c"; }
.k-i-dimensions::before { content: "\e53d"; }
.k-i-crosstab::before { content: "\e69c"; }
.k-i-table-body::before { content: "\e69e"; }
.k-i-table-column-groups::before { content: "\e69f"; }
.k-i-table-corner::before { content: "\e6a0"; }
.k-i-table-row-groups::before { content: "\e6a1"; }
.k-i-subreport::before { content: "\e923"; }
.k-i-data::before { content: "\e924"; }
.k-i-report-header-section::before { content: "\e925"; }
.k-i-report-footer-section::before { content: "\e926"; }
.k-i-group-header-section::before { content: "\e927"; }
.k-i-group-footer-section::before { content: "\e928"; }
.k-i-page-header-section::before { content: "\e929"; }
.k-i-page-footer-section::before { content: "\e92a"; }
.k-i-detail-section::before { content: "\e92b"; }
.k-i-toc-section::before { content: "\e92c"; }
.k-i-group-section::before { content: "\e92d"; }
.k-i-parameters::before { content: "\e92e"; }
.k-i-data-csv::before { content: "\e92f"; }
.k-i-data-json::before { content: "\e930"; }
.k-i-data-sql::before { content: "\e931"; }
.k-i-data-web::before { content: "\e932"; }
.k-i-group-collection::before { content: "\e933"; }
.k-i-parameter-boolean::before { content: "\e934"; }
.k-i-parameter-date-time::before { content: "\e935"; }
.k-i-parameter-float::before { content: "\e936"; }
.k-i-parameter-integer::before { content: "\e937"; }
.k-i-parameter-string::before { content: "\e938"; }
.k-i-toc-section-level::before { content: "\e939"; }
.k-i-inherited::before { content: "\e93a"; }
.k-i-graph::before { content: "\ea00"; }
.k-i-column-clustered::before { content: "\ea01"; }
.k-i-column-stacked::before { content: "\ea02"; }
.k-i-column-stacked100::before { content: "\ea03"; }
.k-i-column-range::before { content: "\ea04"; }
.k-i-bar-clustered::before { content: "\ea05"; }
.k-i-bar-stacked::before { content: "\ea06"; }
.k-i-bar-stacked100::before { content: "\ea07"; }
.k-i-bar-range::before { content: "\ea08"; }
.k-i-area-clustered::before { content: "\ea09"; }
.k-i-area-stacked::before { content: "\ea0a"; }
.k-i-area-stacked100::before { content: "\ea0b"; }
.k-i-area-range::before { content: "\ea0c"; }
.k-i-line-stacked::before { content: "\ea0e"; }
.k-i-line-stacked100::before { content: "\ea0f"; }
.k-i-line-markers::before { content: "\ea10"; }
.k-i-line-stacked-markers::before { content: "\ea11"; }
.k-i-line-stacked100-markers::before { content: "\ea12"; }
.k-i-pie::before { content: "\ea13"; }
.k-i-doughnut::before { content: "\ea14"; }
.k-i-scatter::before { content: "\ea15"; }
.k-i-scatter-smooth-lines-markers::before { content: "\ea16"; }
.k-i-scatter-smooth-lines::before { content: "\ea17"; }
.k-i-scatter-straight-lines-markers::before { content: "\ea18"; }
.k-i-scatter-straight-lines::before { content: "\e6a19"; }
.k-i-bubble::before { content: "\ea1a"; }
.k-i-candlestick::before { content: "\ea1b"; }
.k-i-bar::before { content: "\ea1c"; }
.k-i-radar::before { content: "\ea1d"; }
.k-i-radar-markers::before { content: "\ea1e"; }
.k-i-radar-filled::before { content: "\ea1f"; }
.k-i-rose::before { content: "\ea20"; }
.k-i-choropleth::before { content: "\ea21"; }
.k-i-align-stretch-element-horizontal::before { content: "\e53e"; }
.k-i-align-stretch-element-vertical::before { content: "\e53f"; }
.k-i-align-align-left-elements::before { content: "\e540"; }
.k-i-align-center-elements::before { content: "\e541"; }
.k-i-align-right-elements::before { content: "\e542"; }
.k-i-align-stretch-elements-horizontal::before { content: "\e543"; }
.k-i-align-baseline-horizontal::before { content: "\e544"; }
.k-i-align-top-elements::before { content: "\e545"; }
.k-i-align-middle-elements::before { content: "\e546"; }
.k-i-align-bottom-elements::before { content: "\e547"; }
.k-i-align-stretch-elements-vertical::before { content: "\e548"; }
.k-i-align-baseline-vertical::before { content: "\e549"; }
.k-i-justify-start-horizontal::before { content: "\e54a"; }
.k-i-justify-center-horizontal::before { content: "\e54b"; }
.k-i-justify-end-horizontal::before { content: "\e54c"; }
.k-i-justify-between-horizontal::before { content: "\e54d"; }
.k-i-justify-around-horizontal::before { content: "\e54e"; }
.k-i-justify-start-vertical::before { content: "\e54f"; }
.k-i-justify-center-vertical::before { content: "\e550"; }
.k-i-justify-end-vertical::before { content: "\e551"; }
.k-i-justify-between-vertical::before { content: "\e552"; }
.k-i-justify-around-vertical::before { content: "\e553"; }
.k-i-data-rest::before { content: "\e946"; }
.k-i-file-typescript::before { content: "\e947"; }

// Aliases
.k-i-page-portrait { @extend .k-i-file-vertical; }
Expand Down
2 changes: 1 addition & 1 deletion packages/default/scss/common/font/WebComponentsIcons.scss

Large diffs are not rendered by default.

Binary file modified packages/default/scss/common/font/WebComponentsIcons.ttf
Binary file not shown.

0 comments on commit d5f3ab1

Please sign in to comment.