@dynamic-labs/iconic
Advanced tools
Comparing version 0.0.4 to 0.0.5
import { type FC } from 'react'; | ||
export type Iconic = FC<{ | ||
alt?: string; | ||
width?: string; | ||
height?: string; | ||
width?: string | number; | ||
height?: string | number; | ||
className?: string; | ||
@@ -7,0 +7,0 @@ }>; |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
8132