Socket
Socket
Sign inDemoInstall

@paprika/icon

Package Overview
Dependencies
4
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.12 to 0.2.13

lib/svg/Filter.svg

15

lib/Maximize.js

@@ -32,6 +32,5 @@ "use strict";

function SvgMaximize(_ref) {
var SvgMaximize = function SvgMaximize(_ref) {
var title = _ref.title,
titleId = _ref.titleId,
props = (0, _objectWithoutProperties2["default"])(_ref, ["title", "titleId"]);
props = (0, _objectWithoutProperties2["default"])(_ref, ["title"]);
return _react["default"].createElement(_StyledSvg, (0, _extends2["default"])({

@@ -47,4 +46,4 @@ width: "1em",

className: "Maximize_svg__feather Maximize_svg__feather-maximize-2",
focusable: false,
"aria-labelledby": titleId
"data-pka-anchor": "icon",
focusable: false
}, props, {

@@ -54,8 +53,6 @@ _css: props.color,

_css3: props.size
}), title ? _react["default"].createElement("title", {
id: titleId
}, title) : null, _react["default"].createElement("path", {
}), title ? _react["default"].createElement("title", null, title) : null, _react["default"].createElement("path", {
d: "M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7"
}));
}
};

@@ -62,0 +59,0 @@ var _default = SvgMaximize;

4

package.json
{
"name": "@paprika/icon",
"version": "0.2.12",
"version": "0.2.13",
"description": "Icon component",

@@ -30,3 +30,3 @@ "author": "@paprika",

},
"gitHead": "09b14f46e91ad8c64ac5478c768c682c4befa055"
"gitHead": "978853188cfcf48a1dfcd36d551b82966243830e"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc