File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- export { default as CollapseAll } from './CollapseAllIcon' ;
1+ export { default as CollapseAllIcon } from './CollapseAllIcon' ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22
3- interface ExpandAllProps {
3+ interface ExpandAllIconProps {
44 height ?: string ;
55 width ?: string ;
66 fill ?: string ;
77 strokeWidth ?: string ;
88 style ?: React . CSSProperties ;
99}
1010
11- const ExpandAll : React . FC < ExpandAllProps > = ( {
11+ const ExpandAllIcon : React . FC < ExpandAllIconProps > = ( {
1212 height = '24' ,
1313 width = '24' ,
1414 fill = 'none' ,
@@ -41,4 +41,4 @@ const ExpandAll: React.FC<ExpandAllProps> = ({
4141 </ svg >
4242) ;
4343
44- export default ExpandAll ;
44+ export default ExpandAllIcon ;
Original file line number Diff line number Diff line change 1- export { default as ExpandAll } from './ExpandAllIcon' ;
1+ export { default as ExpandAllIcon } from './ExpandAllIcon' ;
You can’t perform that action at this time.
0 commit comments