Skip to content

Commit

Permalink
remove stroke entirely, rely on currentColor
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Dec 24, 2024
1 parent 8b3a692 commit 37befcf
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 813 deletions.
2 changes: 1 addition & 1 deletion packages/icons/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const generateComponentExport = (options: GenerateOptions) => {
});
return `
export const ${options.exportName}: IconComponent = forwardRef(
({ stroke = "currentColor", fill = "none", size = 16, ...props }, forwardedRef) => {
({ fill = "none", size = 16, ...props }, forwardedRef) => {
return (
${jsx}
);
Expand Down
1 change: 0 additions & 1 deletion packages/icons/icons/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 37befcf

Please sign in to comment.