@nulogy/components
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "@nulogy/components", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Component library for the Nulogy Design System - http://nulogy.design", | ||
@@ -80,3 +80,3 @@ "private": false, | ||
}, | ||
"gitHead": "1d5729af85a0bb41d74961f5bda2ca4c1b35d255" | ||
"gitHead": "800a7940d8c2147c3cc4a926b7fc6d389943e515" | ||
} |
@@ -5,2 +5,2 @@ # Nulogy Components | ||
[Browse components online in Storybook](https://nulogy.github.io/components/). | ||
[Browse components online in Storybook](https://nulogy.github.io/components/) |
@@ -5,16 +5,20 @@ import React from 'react'; | ||
import { | ||
AddCircle, | ||
Add, | ||
Cancel, | ||
CheckCircle, | ||
Check, | ||
Delete, | ||
Domain, | ||
Edit, | ||
Lock, | ||
LockOpen, | ||
Person, | ||
Save, | ||
Search, | ||
} from 'rmdi'; | ||
export const Svgs = { | ||
add: AddCircle, | ||
add: Add, | ||
cancel: Cancel, | ||
check: CheckCircle, | ||
check: Check, | ||
company: Domain, | ||
delete: Delete, | ||
@@ -24,3 +28,6 @@ edit: Edit, | ||
save: Save, | ||
search: Search, | ||
site: Domain, | ||
unlock: LockOpen, | ||
user: Person, | ||
} | ||
@@ -27,0 +34,0 @@ |
Sorry, the diff of this file is too big to display
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
1129338
1215