unplugin-icons
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "unplugin-icons", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Access thousands of icons as components on-demand universally", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/antfu/unplugin-icons", |
/* eslint-disable import/named */ | ||
declare module 'virtual:icons/*' { | ||
import { JSX } from 'solid-js' | ||
const component: (props: JSX.StylableSVGAttributes) => JSX.Element | ||
import { JSX, ComponentProps } from 'solid-js' | ||
const component: (props: ComponentProps<'svg'>) => JSX.Element | ||
export default component | ||
} | ||
declare module '~icons/*' { | ||
import { JSX } from 'solid-js' | ||
const component: (props: JSX.StylableSVGAttributes) => JSX.Element | ||
import { JSX, ComponentProps } from 'solid-js' | ||
const component: (props: ComponentProps<'svg'>) => JSX.Element | ||
export default component | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35593
0