Socket
Socket
Sign inDemoInstall

@kano/kbc-icons

Package Overview
Dependencies
Maintainers
12
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/kbc-icons - npm Package Compare versions

Comparing version 3.0.1-alpha.0 to 3.0.2-alpha.0

8

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = require("react");
const React = require("react");
const icons = require('./assets/index.js');

@@ -8,8 +8,8 @@ exports.KbcIcon = ({ name, size = '', animate = false, noClass = false }) => {

if (MatchedIcon) {
return (react_1.default.createElement("span", { className: `${noClass ? '' : 'icon'}${size ? ` icon--${size}` : ''}${animate ? ' animate--rotate-anticlockwise' : ''}` },
react_1.default.createElement(MatchedIcon, null)));
return (React.createElement("span", { className: `${noClass ? '' : 'icon'}${size ? ` icon--${size}` : ''}${animate ? ' animate--rotate-anticlockwise' : ''}` },
React.createElement(MatchedIcon, null)));
}
return react_1.default.createElement(react_1.default.Fragment, null);
return React.createElement(React.Fragment, null);
};
exports.default = exports.KbcIcon;
//# sourceMappingURL=index.js.map
{
"name": "@kano/kbc-icons",
"version": "3.0.1-alpha.0",
"version": "3.0.2-alpha.0",
"description": "Icons for boilerplate components",

@@ -32,3 +32,3 @@ "author": "Kano Computing",

},
"gitHead": "88c09533515fcdcbb275e0a8f94d7eaa54433de7"
"gitHead": "37726d23f160154373eb6135855f3c5a6116f514"
}

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