@opentripplanner/icons
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -56,2 +56,4 @@ "use strict"; | ||
case "rail": | ||
return /*#__PURE__*/_react.default.createElement(_standard.StandardRail, props); | ||
case "subway": | ||
@@ -58,0 +60,0 @@ case "tram": |
{ | ||
"name": "@opentripplanner/icons", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Icons for otp-ui", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,2 +8,3 @@ import React from "react"; | ||
StandardGondola, | ||
StandardRail, | ||
StandardTram, | ||
@@ -43,2 +44,3 @@ StandardWalk | ||
case "rail": | ||
return <StandardRail {...props} />; | ||
case "subway": | ||
@@ -45,0 +47,0 @@ case "tram": |
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
454859
6132