You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@wireapp/react-ui-kit

Package Overview
Dependencies
Maintainers
6
Versions
740
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.16.3 to 9.16.4

2

lib/Icon/CertificateExpired.js

@@ -24,3 +24,3 @@ "use strict";

const SVGIcon_1 = require("./SVGIcon");
const CertificateExpiredIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8.00661 0.778123L14.25 2.44775V8C14.25 11.5269 11.6778 14.3426 8.00089 15.2298C4.35861 14.3417 1.75 11.5234 1.75 8V2.56573L8.00661 0.778123Z", stroke: "#C20013", strokeWidth: "1.5", strokeMiterlimit: "16", fill: "transparent" }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "3.5", width: "2", height: "5", fill: "#C20013" }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "9.5", width: "2", height: "2", fill: "#C20013" })] })));
const CertificateExpiredIcon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M8.00661 0.778123L14.25 2.44775V8C14.25 11.5269 11.6778 14.3426 8.00089 15.2298C4.35861 14.3417 1.75 11.5234 1.75 8V2.56573L8.00661 0.778123Z", css: (theme) => ({ stroke: theme.general.dangerColor }), strokeWidth: "1.5", strokeMiterlimit: "16", fill: "transparent" }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "3.5", width: "2", height: "5", css: (theme) => ({ fill: theme.general.dangerColor }) }), (0, jsx_runtime_1.jsx)("rect", { x: "7", y: "9.5", width: "2", height: "2", css: (theme) => ({ fill: theme.general.dangerColor }) })] })));
exports.CertificateExpiredIcon = CertificateExpiredIcon;

@@ -24,3 +24,3 @@ "use strict";

const SVGIcon_1 = require("./SVGIcon");
const CertificateRevoked = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM8 9.27467L5.27467 12L4 10.7253L6.72533 8L4 5.27467L5.27467 4L8 6.72533L10.7253 4L12 5.27467L9.27467 8L12 10.7253L10.7253 12L8 9.27467Z", fill: "#C20013" }) })));
const CertificateRevoked = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 16, realHeight: 16 }, props, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 8V1.87197L8 0L1 2V8C1 12 4.00718 15.0977 8 16C12.0344 15.0977 15 12 15 8ZM8 9.27467L5.27467 12L4 10.7253L6.72533 8L4 5.27467L5.27467 4L8 6.72533L10.7253 4L12 5.27467L9.27467 8L12 10.7253L10.7253 12L8 9.27467Z", css: (theme) => ({ fill: theme.general.dangerColor }) }) })));
exports.CertificateRevoked = CertificateRevoked;

@@ -24,3 +24,3 @@ "use strict";

const SVGIcon_1 = require("./SVGIcon");
const ExpiresSoon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 17, realHeight: 18 }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2.87197V9C15 13 12.0344 16.0977 8 17C4.00718 16.0977 1 13 1 9V3L8 1L15 2.87197Z", stroke: "#1D7833", strokeWidth: "1.5", strokeMiterlimit: "3.62796", strokeDasharray: "1 1", fill: "transparent" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85214 13L13 6.34572L11.7691 5L6.85214 10.3086L4.23094 7.50033L3 8.84605L6.85214 13Z", fill: "#1D7833" })] })));
const ExpiresSoon = (props) => ((0, jsx_runtime_1.jsxs)(SVGIcon_1.SVGIcon, Object.assign({ realWidth: 17, realHeight: 18 }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 2.87197V9C15 13 12.0344 16.0977 8 17C4.00718 16.0977 1 13 1 9V3L8 1L15 2.87197Z", css: (theme) => ({ stroke: theme.general.successColor }), strokeWidth: "1.5", strokeMiterlimit: "3.62796", strokeDasharray: "1 1", fill: "transparent" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85214 13L13 6.34572L11.7691 5L6.85214 10.3086L4.23094 7.50033L3 8.84605L6.85214 13Z", css: (theme) => ({ fill: theme.general.successColor }) })] })));
exports.ExpiresSoon = ExpiresSoon;

@@ -73,4 +73,4 @@ {

},
"version": "9.16.3",
"gitHead": "c37762f2a421aa72d782743f4de985ef4e6b8fcb"
"version": "9.16.4",
"gitHead": "8b320281182cc476c79b8682d46ccd37f32ae3ad"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc