Skip to content

Commit

Permalink
feat: hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
addegbenga committed Aug 28, 2024
1 parent 06b407f commit 217167a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mobile/src/assets/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ export const RepostIcon: React.FC<SvgProps> = (props) => {
);
};


export const LikeIcon: React.FC<SvgProps> = (props) => {
return (
<Svg width="26" height="26" viewBox="0 0 20 20" fill="none" {...props}>
Expand Down

0 comments on commit 217167a

Please sign in to comment.