From f359b7592e786f68dd4d86887655a0719df3c4c1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 17 Feb 2019 12:18:40 +0800 Subject: [PATCH] :memo: site: remove new icons badge --- site/theme/template/IconDisplay/index.tsx | 106 +--------------------- 1 file changed, 1 insertion(+), 105 deletions(-) diff --git a/site/theme/template/IconDisplay/index.tsx b/site/theme/template/IconDisplay/index.tsx index 7dfd53d6c9..37fe7f0ba8 100644 --- a/site/theme/template/IconDisplay/index.tsx +++ b/site/theme/template/IconDisplay/index.tsx @@ -18,111 +18,7 @@ interface IconDisplayState { class IconDisplay extends React.Component { static cagetories: Categories = categories; - static newIconNames: string[] = [ - // direction - 'border-bottom', - 'border-horizontal', - 'border-inner', - 'border-outter', - 'border-left', - 'border-right', - 'border-top', - 'border-verticle', - 'pic-center', - 'pic-left', - 'pic-right', - 'radius-bottomleft', - 'radius-bottomright', - 'radius-upleft', - 'radius-upleft', - 'fullscreen', - 'fullscreen-exit', - // suggestion - 'issues-close', - 'stop', - - // edit - 'scissor', - 'snippets', - 'diff', - 'highlight', - 'align-center', - 'align-left', - 'align-right', - 'bg-colors', - 'bold', - 'italic', - 'underline', - 'redo', - 'undo', - 'zoom-in', - 'zoom-out', - 'font-colors', - 'font-size', - 'line-height', - 'colum-height', - 'colum-width', - 'dash', - 'small-dash', - 'sort-ascending', - 'sort-descending', - 'drag', - 'ordered-list', - 'radius-setting', - - // data - 'radar-chart', - 'heat-map', - 'fall', - 'rise', - 'stock', - 'box-plot', - 'fund', - 'sliders', - - // other - 'alert', - 'audit', - 'batch-folding', - 'branches', - 'build', - 'border', - 'crown', - 'experiment', - 'eye-invisible', - 'fire', - 'money-collect', - 'property-safety', - 'read', - 'reconciliation', - 'rest', - 'security-scan', - 'insurance', - 'interation', - 'safety-certificate', - 'project', - 'thunderbolt', - 'block', - 'cluster', - 'deployment-unit', - 'dollar', - 'euro', - 'pound', - 'file-done', - 'file-exclamation', - 'file-protect', - 'file-search', - 'file-sync', - 'gateway', - 'gold', - 'robot', - 'strikethrough', - 'shopping', - - // logo - 'alibaba', - 'yahoo', - ]; + static newIconNames: string[] = []; static themeTypeMapper: { [key: string]: ThemeFolderType } = { filled: 'fill',