Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/icon

Package Overview
Dependencies
Maintainers
0
Versions
885
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/icon - npm Package Compare versions

Comparing version 1.1.4-dev-20240825044554 to 1.1.4-dev-20240825080248

dist/chunk-JXMDJEWM.mjs

6

dist/icon.d.ts
import * as _yamada_ui_core from '@yamada-ui/core';
import { UIProps, ThemeProps, CSSUIProps } from '@yamada-ui/core';
import { SVGAttributes, FC } from 'react';
import { HTMLUIProps, ThemeProps, CSSUIProps } from '@yamada-ui/core';
import { FC } from 'react';

@@ -13,3 +13,3 @@ type IconOptions = {

};
type IconProps = Omit<SVGAttributes<SVGElement>, keyof UIProps> & Omit<ThemeProps<"Icon">, "size"> & UIProps & IconOptions;
type IconProps = HTMLUIProps<"svg"> & Omit<ThemeProps<"Icon">, "size"> & IconOptions;
/**

@@ -16,0 +16,0 @@ * `Icon` is a general icon component that can be used in your projects.

{
"name": "@yamada-ui/icon",
"version": "1.1.4-dev-20240825044554",
"version": "1.1.4-dev-20240825080248",
"description": "Yamada UI icon components",

@@ -39,5 +39,5 @@ "keywords": [

"dependencies": {
"@yamada-ui/core": "1.13.0-dev-20240825044554",
"@yamada-ui/use-token": "1.1.23-dev-20240825044554",
"@yamada-ui/utils": "1.4.0-dev-20240825044554"
"@yamada-ui/core": "1.13.0-dev-20240825080248",
"@yamada-ui/use-token": "1.1.23-dev-20240825080248",
"@yamada-ui/utils": "1.4.0-dev-20240825080248"
},

@@ -44,0 +44,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc