Skip to content

Commit dc6add6

Browse files
committed
chore: change icon name
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 2f3626d commit dc6add6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/icons/CollapseAll/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as CollapseAll } from './CollapseAllIcon';
1+
export { default as CollapseAllIcon } from './CollapseAllIcon';

src/icons/ExpandAll/ExpandAllIcon.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import 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;

src/icons/ExpandAll/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as ExpandAll } from './ExpandAllIcon';
1+
export { default as ExpandAllIcon } from './ExpandAllIcon';

0 commit comments

Comments
 (0)