Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pkretzschmar authored Feb 22, 2022
1 parent c2f0b31 commit 8666d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/social-icons/Docs/Docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IconDocs16 } from './Docs16';
import { IconDocs24 } from './Docs24';
import { IconDocs32 } from './Docs32';

export const DocsMenu: FC<ISocialIconProps> = ({
export const IconDocs: FC<ISocialIconProps> = ({
size = 16,
color = 'currentColor',
}) => {
Expand Down

0 comments on commit 8666d22

Please sign in to comment.