Skip to content

Commit 4b65b56

Browse files
authored
Rename AddIconCircleBordered to AddCircleIcon
Signed-off-by: Yī nuò <218099172+yi-nuo426@users.noreply.github.com>
1 parent c568b5a commit 4b65b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/AddCircle/AddCircleIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
22
import { IconProps } from '../types';
33

4-
export const AddIconCircleBordered = ({
4+
export const AddCircleIcon = ({
55
width = DEFAULT_WIDTH,
66
height = DEFAULT_HEIGHT,
77
fill = DEFAULT_FILL_NONE,
@@ -23,4 +23,4 @@ export const AddIconCircleBordered = ({
2323
);
2424
};
2525

26-
export default AddIconCircleBordered;
26+
export default AddCircleIcon;

0 commit comments

Comments
 (0)