Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hazelcast/icons

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazelcast/icons - npm Package Compare versions

Comparing version 0.1.0-next.127 to 0.1.0-next.128

2

lib/Compare.js
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc