@littlespoon/icons
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@littlespoon/icons", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Little Spoon icons", | ||
@@ -41,3 +41,3 @@ "main": "lib/index.js", | ||
"license": "UNLICENSED", | ||
"gitHead": "a817e65097dc6b9c91fc9f3e83d9955d4b4a4ef9" | ||
"gitHead": "48c231707e8c52bd9198df923817179d6a4ecfec" | ||
} |
@@ -30,15 +30,12 @@ # @littlespoon/icons | ||
icons.FilterIcon | ||
icons.OpenIcon | ||
``` | ||
Import arrow icon: | ||
Import icons: | ||
```tsx | ||
import ArrowIcon from '@littlespoon/icons/lib/ArrowIcon' | ||
import FilterIcoon from '@littlespoon/icons/lib/FilterIcon' | ||
import ArrowIcon from '@littlespoon/ui/icons/ArrowIcon' | ||
import FilterIcoon from '@littlespoon/ui/icons/FilterIcon' | ||
import CloseIcon from '@littlespoon/ui/icons/CloseIcon' | ||
import OpenIcon from '@littlespoon/ui/icons/OpenIcon' | ||
``` | ||
Import close icon: | ||
```tsx | ||
import CloseIcon from '@littlespoon/icons/lib/CloseIcon' | ||
``` |
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
28033
37
311
41