Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dhis2/ui-icons

Package Overview
Dependencies
Maintainers
15
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/ui-icons - npm Package Compare versions

Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6

19

build/cjs/lib.js

@@ -711,2 +711,20 @@ /* eslint-disable */

function CancelOutline({
className
}) {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
className: "jsx-2898942518" + " " + (className || "")
}, /*#__PURE__*/React.createElement("path", {
d: "M11.2928932,3.29289322 L12.7071068,4.70710678 L9.41389322,7.99989322 L12.7071068,11.2928932 L11.2928932,12.7071068 L7.99989322,9.41389322 L4.70710678,12.7071068 L3.29289322,11.2928932 L6.58589322,7.99989322 L3.29289322,4.70710678 L4.70710678,3.29289322 L7.99989322,6.58589322 L11.2928932,3.29289322 Z",
className: "jsx-2898942518"
}), /*#__PURE__*/React.createElement(_JSXStyle, {
id: "2898942518"
}, ["svg.jsx-2898942518{fill:inherit;height:16px;width:16px;vertical-align:middle;pointer-events:none;}"]));
}
CancelOutline.propTypes = {
className: propTypes.string
};
exports.Account = Account;

@@ -718,2 +736,3 @@ exports.Apps = Apps;

exports.Cancel = Cancel;
exports.CancelOutline = CancelOutline;
exports.ChevronLeft = ChevronLeft;

@@ -720,0 +739,0 @@ exports.ChevronRight = ChevronRight;

20

build/es/lib.js

@@ -705,3 +705,21 @@ /* eslint-disable */

export { Account, Apps, ArrowDown, ArrowUp, AttachFile, Cancel, ChevronLeft, ChevronRight, Close, Dense, Email, Empty, Error, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Loading, Message, Regular, Settings, Single, StatusIcon, Upload, Valid, Warning };
function CancelOutline({
className
}) {
return /*#__PURE__*/React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16 16",
className: "jsx-2898942518" + " " + (className || "")
}, /*#__PURE__*/React.createElement("path", {
d: "M11.2928932,3.29289322 L12.7071068,4.70710678 L9.41389322,7.99989322 L12.7071068,11.2928932 L11.2928932,12.7071068 L7.99989322,9.41389322 L4.70710678,12.7071068 L3.29289322,11.2928932 L6.58589322,7.99989322 L3.29289322,4.70710678 L4.70710678,3.29289322 L7.99989322,6.58589322 L11.2928932,3.29289322 Z",
className: "jsx-2898942518"
}), /*#__PURE__*/React.createElement(_JSXStyle, {
id: "2898942518"
}, ["svg.jsx-2898942518{fill:inherit;height:16px;width:16px;vertical-align:middle;pointer-events:none;}"]));
}
CancelOutline.propTypes = {
className: propTypes.string
};
export { Account, Apps, ArrowDown, ArrowUp, AttachFile, Cancel, CancelOutline, ChevronLeft, ChevronRight, Close, Dense, Email, Empty, Error, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Loading, Message, Regular, Settings, Single, StatusIcon, Upload, Valid, Warning };
//# sourceMappingURL=lib.js.map

2

package.json
{
"name": "@dhis2/ui-icons",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Icons used in the UI libs",

@@ -5,0 +5,0 @@ "main": "build/cjs/lib.js",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc