@hazelcast/icons
Advanced tools
Comparing version 0.1.0-next.127 to 0.1.0-next.128
import React from 'react'; | ||
export const Compare = ({ arrowRightColor = 'currentColor', arrowLeftColor = 'currentColor', strokeWidth = 1.5, width = 28, height = 29, ...rest }) => (React.createElement("svg", { width: width, height: height, viewBox: "0 0 28 29", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, | ||
export const Compare = ({ arrowRightColor = 'currentColor', arrowLeftColor = 'currentColor', strokeWidth = 1.5, width = 28, height = 29, ...rest }) => (React.createElement("svg", Object.assign({ width: width, height: height, viewBox: "0 0 28 29", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), | ||
React.createElement("path", { d: "M4.16675 10H15.8334", stroke: arrowRightColor, strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }), | ||
@@ -4,0 +4,0 @@ React.createElement("path", { d: "M10 4.16663L15.8333 9.99996L10 15.8333", stroke: arrowRightColor, strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }), |
{ | ||
"name": "@hazelcast/icons", | ||
"version": "0.1.0-next.127+4ad1f23", | ||
"version": "0.1.0-next.128+f55531d", | ||
"description": "Hazelcast icons", | ||
@@ -51,3 +51,3 @@ "author": "", | ||
}, | ||
"gitHead": "4ad1f23a2640d717b49e8d2efaa83426dc65b7da" | ||
"gitHead": "f55531dd16e9a12beecb2af7d14214be2bead551" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
24828
77