From 4e787d19d5905dde7820b1ee60004a6b6abc12dc Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 9 Dec 2024 14:13:57 -0800 Subject: [PATCH] Remove duplicate style variable --- lib/octicons_react/src/createIconComponent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/octicons_react/src/createIconComponent.js b/lib/octicons_react/src/createIconComponent.js index 020df2f01..baa67db17 100644 --- a/lib/octicons_react/src/createIconComponent.js +++ b/lib/octicons_react/src/createIconComponent.js @@ -19,7 +19,6 @@ export function createIconComponent(name, defaultClassName, getSVGData) { className = '', fill = 'currentColor', size = 16, - style, verticalAlign = 'text-bottom', id, title,