Skip to content

Commit

Permalink
Merge pull request #460 from trilitech/rename-xmark
Browse files Browse the repository at this point in the history
Rename XMark
  • Loading branch information
ryutamago authored Sep 26, 2023
2 parents 88d5382 + e80b329 commit 5fa8aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/icons/XMark.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Icon, IconProps } from "@chakra-ui/react";

const FA2Icon: React.FC<IconProps> = props => {
const XMark: React.FC<IconProps> = props => {
return (
<Icon width="3.5" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
Expand All @@ -14,4 +14,4 @@ const FA2Icon: React.FC<IconProps> = props => {
);
};

export default FA2Icon;
export default XMark;

0 comments on commit 5fa8aee

Please sign in to comment.