File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/components/graphics/PlaceholderEmpty Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,7 @@ const runImportIcons = async (args: ScriptArgs) => {
152
152
. toLowerCase ( ) ;
153
153
154
154
const skippedIcons : Array < string > = [
155
- 'apache' , // Skip other company/project icons
156
155
'ai-guardrails' , // Same as "send"?
157
- 'complete' , // Same as "success"?
158
- 'table-settings' , // Same as "edit-params"?
159
156
'cross-large' ,
160
157
'cross-small' ,
161
158
] ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export type PlaceholderEmptyProps = React.PropsWithChildren<ComponentProps<'div'
21
21
/** A size of this component. Defaults to "large". */
22
22
size ?: undefined | PlaceholderEmptySize ,
23
23
24
- /** An icon type of this component. Defaults to "graph" . */
24
+ /** The icon to show in the placeholder . */
25
25
icon ?: undefined | IconName ,
26
26
27
27
/** A custom icon of this component. */
You can’t perform that action at this time.
0 commit comments