Socket
Socket
Sign inDemoInstall

@littlespoon/icons

Package Overview
Dependencies
83
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

4

lib/AddIcon.js

@@ -38,7 +38,7 @@ "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)(AddIconBase, __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", 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: "Add icon" }), (0, jsx_runtime_1.jsx)("path", { d: "m7.566 7.566 8.868 8.868m-8.868 0 8.868-8.868", stroke: stroke, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] })));
return ((0, jsx_runtime_1.jsxs)(AddIconBase, __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", 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: "Add icon" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2.75v18.5M2.75 12h18.5", stroke: stroke, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] })));
}
exports.default = AddIcon;
var AddIconBase = styled_components_1.default.svg(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n transition: transform 0.4s;\n transform: rotate(45deg) scale(", ");\n"], ["\n display: flex;\n justify-content: center;\n align-items: center;\n transition: transform 0.4s;\n transform: rotate(45deg) scale(", ");\n"])), function (props) { return (0, css_helpers_1.getScale)(props.size); });
var AddIconBase = styled_components_1.default.svg(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n justify-content: center;\n align-items: center;\n transition: transform 0.4s;\n transform: scale(", ");\n"], ["\n display: flex;\n justify-content: center;\n align-items: center;\n transition: transform 0.4s;\n transform: scale(", ");\n"])), function (props) { return (0, css_helpers_1.getScale)(props.size); });
var templateObject_1;
//# sourceMappingURL=AddIcon.js.map
{
"name": "@littlespoon/icons",
"version": "2.0.2",
"version": "2.0.3",
"description": "Little Spoon icons",

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

"license": "UNLICENSED",
"gitHead": "de700e91f17653b9e12e936807ae798c1ada9752"
"gitHead": "eeba6b57024c0668c27ee16e39eacfe43f767077"
}

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