Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
chore: add restProps to iconly component
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Feb 22, 2021
1 parent b150c5f commit 5992da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-iconly",
"version": "1.1.4",
"version": "1.1.5",
"description": "React component for Iconly icons",
"author": "jrgarciadev",
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion src/lib/mapIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const Iconly = ({
set,
size,
name,
style
style,
...props
}) => {
const Icon = icons[name]
if (!Icon) {
Expand All @@ -130,6 +131,7 @@ const Iconly = ({
set={set}
size={size}
style={style}
{...props}
/>
)
}
Expand Down

1 comment on commit 5992da0

@vercel
Copy link

@vercel vercel bot commented on 5992da0 Feb 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.