genesys-dev-icons
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "genesys-dev-icons", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "This project amalgamates public-facing Genesys brand icons, Genesys product icons, and general application iconography into a packaged icon library.", |
@@ -22,7 +22,7 @@ # Genesys Dev Icon Pack | ||
export default function MyComponent() { | ||
return ( | ||
<div> | ||
<GenesysDevIcon icon={GenesysDevIcons.AppPlusSolid} /> | ||
</div> | ||
); | ||
return ( | ||
<div> | ||
<GenesysDevIcon icon={GenesysDevIcons.AppPlusSolid} /> | ||
</div> | ||
); | ||
} | ||
@@ -29,0 +29,0 @@ ``` |
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
40701