소스 검색

perf: icon

xiaoxian521 3 년 전
부모
커밋
c749149c2f
2개의 변경된 파일0개의 추가작업 그리고 2285개의 파일을 삭제
  1. 0 2273
      src/components/ReIcon/data.ts
  2. 0 12
      src/components/ReIcon/src/select.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 2273
src/components/ReIcon/data.ts


+ 0 - 12
src/components/ReIcon/src/select.vue

@@ -22,10 +22,6 @@ let tabsList = [
     label: "Element Plus",
     name: "ep:"
   },
-  {
-    label: "Remix Icon",
-    name: "ri:"
-  },
   {
     label: "Font Awesome 4",
     name: "fa:"
@@ -33,14 +29,6 @@ let tabsList = [
   {
     label: "Font Awesome 5 Solid",
     name: "fa-solid:"
-  },
-  {
-    label: "Ant Design Icons",
-    name: "ant-design:"
-  },
-  {
-    label: "VSCode Icons",
-    name: "vscode-icons:"
   }
 ];
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.