diff --git a/package.json b/package.json index 4b8db36..80601c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@koupr/ui", - "version": "1.10.5", + "version": "1.10.6", "license": "MIT", "type": "module", "source": "src/index.ts", diff --git a/src/components/icons.tsx b/src/components/icons.tsx index d38e652..bad9d1b 100644 --- a/src/components/icons.tsx +++ b/src/components/icons.tsx @@ -17,7 +17,11 @@ export const IconUpload = ({ className, filled, ...props }: IconProps) => ( ) -export const IconAdmin = ({ className, filled, ...props }: IconProps) => ( +export const IconAdminPanelSettings = ({ + className, + filled, + ...props +}: IconProps) => ( admin_panel_settings