Skip to content

Commit

Permalink
fix: rename array icon
Browse files Browse the repository at this point in the history
  • Loading branch information
neindochoh committed Sep 18, 2023
1 parent ad19644 commit 64e11c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/Array.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { IconType } from 'react-icons';
import { VscSymbolArray } from 'react-icons/vsc';
import tw from 'twin.macro';

const Array: IconType = tw(
const ArrayIcon: IconType = tw(
VscSymbolArray
)`w-4 h-4 font-semibold inline-block align-middle stroke-current`;
export default Array;
export default ArrayIcon;

0 comments on commit 64e11c8

Please sign in to comment.