Socket
Socket
Sign inDemoInstall

@hazelcast/icons

Package Overview
Dependencies
Maintainers
1
Versions
34
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 1.3.2-next.0 to 1.3.2-next.31

4

lib/Cluster.js
import React from 'react';
export const Cluster = ({ color = 'currentColor', size = 24, ...rest }) => (React.createElement("svg", { width: size, height: size, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...rest },
React.createElement("path", { d: "M12.5 3.75H3.75V12.5H12.5V3.75Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M26.25 3.75H17.5V12.5H26.25V3.75Z", fill: color, stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M26.25 17.5H17.5V26.25H26.25V17.5Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M26.25 3.75H17.5V12.5H26.25V3.75Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M26.25 17.5H17.5V26.25H26.25V17.5Z", fill: color, stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M12.5 17.5H3.75V26.25H12.5V17.5Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
//# sourceMappingURL=Cluster.js.map
{
"name": "@hazelcast/icons",
"version": "1.3.2-next.0+4462f30",
"version": "1.3.2-next.31+dfd3f4b",
"description": "Hazelcast icons",

@@ -31,2 +31,3 @@ "author": "",

"test:visual": "loki --verboseRenderer --requireReference --reactUri file:./storybook-static --chromeFlags='--headless --disable-gpu --hide-scrollbars --no-sandbox --allow-file-access-from-files'",
"test:visual:update": "loki update --storiesFilter=\"^Icons Icons\\$\" --verboseRenderer --reactUri=\"file:./storybook-static\" --chromeFlags=\"--headless --disable-gpu --hide-scrollbars --no-sandbox --allow-file-access-from-files\"",
"test:visual:approve": "loki approve",

@@ -57,3 +58,3 @@ "generate-screenshots": "loki update --reactUri file:./storybook-static --chromeFlags='--headless --disable-gpu --hide-scrollbars --no-sandbox --allow-file-access-from-files'"

},
"gitHead": "4462f30d5e6da8bc57fe211684f1c78919818e7a"
"gitHead": "dfd3f4bfcc349a6ed3609afca1aa2ab1dc24b01e"
}

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