Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5e99ab

Browse files
committed
remove icons
1 parent72cbad5 commite5e99ab

File tree

10 files changed

+16
-3241
lines changed

10 files changed

+16
-3241
lines changed

‎viewer/packages/lowcoder-comps/src/comps/agoraMeetingComp/meetingControllerComp.tsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
closeEvent,
3333
MeetingEventHandlerControl,
3434
}from"lowcoder-sdk";
35-
import{defaultasCloseOutlined}from"@ant-design/icons/CloseOutlined";
3635
importtype{JSONValue}from"../../../../lowcoder/src/util/jsonTypes";
3736
// import { default as Button } from "antd/es/button";
3837

‎viewer/packages/lowcoder-design/src/components/iconSelect/index.tsx‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import Draggable from "react-draggable";
2020
import{defaultasList,typeListRowProps}from"react-virtualized/dist/es/List";
2121
importstyledfrom"styled-components";
2222
import{CloseIcon,SearchIcon}from"icons";
23-
import{ANTDICON}from"icons/antIcon";
24-
2523
constPopupContainer=styled.div`
2624
width: 580px;
2725
background: #ffffff;
@@ -153,7 +151,7 @@ class Icon {
153151
return(
154152
<FontAwesomeIcon
155153
icon={this.def}
156-
style={{width:"1em",height:"1em"}}
154+
style={{width:"1em",height:"1em"}}
157155
/>
158156
);
159157
}
@@ -187,12 +185,6 @@ async function getAllIcons() {
187185
}
188186
}
189187
//append ant icon
190-
for(letkeyofObject.keys(ANTDICON)){
191-
ret["antd/"+key]=newIcon(
192-
ANTDICON[key.toLowerCase()askeyoftypeofANTDICON],
193-
["antd/"+key]
194-
);
195-
}
196188
allIcons=ret;
197189
returnret;
198190
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp