Socket
Socket
Sign inDemoInstall

@littlespoon/icons

Package Overview
Dependencies
83
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.1.0

2

lib/InfoIcon.js

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

var _b = _a.fill, fill = _b === void 0 ? token_1.shadeWhite : _b, _c = _a.stroke, stroke = _c === void 0 ? token_1.shadeBlack : _c, _d = _a.size, size = _d === void 0 ? 'small' : _d, other = __rest(_a, ["fill", "stroke", "size"]);
return ((0, jsx_runtime_1.jsxs)(exports.InfoBase, __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", size: size }, other, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "12", cy: "12", r: "12", fill: fill }), (0, jsx_runtime_1.jsx)("title", { children: "Info icon" }), (0, jsx_runtime_1.jsx)("desc", { children: "Info icon" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 7.72391H11.8761L11.8761 7.59996H12V7.72391Z", stroke: stroke, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9382 16.4V11.4422", stroke: stroke, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })] })));
return ((0, jsx_runtime_1.jsxs)(exports.InfoBase, __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", size: size }, other, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "12", cy: "12", r: "12", fill: fill }), (0, jsx_runtime_1.jsx)("title", { children: "Info icon" }), (0, jsx_runtime_1.jsx)("desc", { children: "Info icon" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 7.72391H11.8761L11.8761 7.59996H12V7.72391Z", stroke: stroke, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9382 16.4V11.4422", stroke: stroke, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] })));
}

@@ -42,0 +42,0 @@ exports.default = InfoIcon;

{
"name": "@littlespoon/icons",
"version": "2.0.5",
"version": "2.1.0",
"description": "Little Spoon icons",

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"license": "UNLICENSED",
"gitHead": "3f39dae44090ceb87dd391894902e17cc0b80a76"
"gitHead": "d80752debdb5c4b1a73c58e514a3feaaaf28c381"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc