svelte-hero-icons
Advanced tools
Comparing version 2.0.0-beta.8 to 2.0.0-beta.9
{ | ||
"name": "svelte-hero-icons", | ||
"version": "2.0.0-beta.8", | ||
"version": "2.0.0-beta.9", | ||
"description": "Heroicons for Svelte (Project based on heroicons)", | ||
@@ -13,3 +13,2 @@ "types": "types/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src", | ||
@@ -16,0 +15,0 @@ "types" |
import { SvelteComponentTyped } from "svelte"; | ||
import { HeroiconSet } from "../dist/iconsets"; | ||
import { HeroiconSet } from "./iconsets"; | ||
@@ -4,0 +4,0 @@ export default class Icon extends SvelteComponentTyped<{ |
Sorry, the diff of this file is not supported yet
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
113346
30