Socket
Socket
Sign inDemoInstall

@kano/kbc-icons

Package Overview
Dependencies
Maintainers
13
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 4.22.19-alpha.0 to 4.22.22-alpha.0

4

lib/custom/index.d.ts
import { Club, ClubBeta } from './club';
import { CornerDetail } from './decoration';
import { SilverMedal, GoldMedal } from './medals';
import { KanoLogo, KanoCodeLogo, KanoWorldLogo, MakeArtLogo, ArtopiaLogo, PixelMotionLogo } from './logos';
export { Club, ClubBeta, CornerDetail, SilverMedal, GoldMedal, KanoLogo, KanoCodeLogo, KanoWorldLogo, MakeArtLogo, ArtopiaLogo, PixelMotionLogo };
import { KanoLogo, KanoCodeLogo, KanoWorldLogo, MakeArtLogo, ArtopiaLogo, PixelMotionLogo, KanoCreateLogo } from './logos';
export { Club, ClubBeta, CornerDetail, SilverMedal, GoldMedal, KanoLogo, KanoCodeLogo, KanoWorldLogo, MakeArtLogo, ArtopiaLogo, PixelMotionLogo, KanoCreateLogo };
//# sourceMappingURL=index.d.ts.map

@@ -18,2 +18,3 @@ "use strict";

exports.PixelMotionLogo = logos_1.PixelMotionLogo;
exports.KanoCreateLogo = logos_1.KanoCreateLogo;
//# sourceMappingURL=index.js.map

@@ -20,2 +20,5 @@ /// <reference types="react" />

}) => JSX.Element;
export declare const KanoCreateLogo: ({ width }: {
width?: string;
}) => JSX.Element;
//# sourceMappingURL=logos.d.ts.map

@@ -90,2 +90,7 @@ "use strict";

react_1.default.createElement("path", { fill: "#FFC100", d: "M32.17 28.69h-7.53v7.54h7.53v-7.54zM39.71 28.69h-7.54v7.54h7.54v-7.54z" })));
exports.KanoCreateLogo = ({ width = '48px' }) => (react_1.default.createElement("svg", { width: width, height: width, viewBox: "0 0 27 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
react_1.default.createElement("g", null,
react_1.default.createElement("path", { d: "M15.0369 30C11.2154 30 7.39382 28.5318 4.45843 25.6232C2.60305 23.7673 2.60305 20.7756 4.45843 18.9196C6.31382 17.0637 9.30459 17.0637 11.16 18.9196C13.2923 21.0526 16.7538 21.0526 18.8861 18.9196C20.7415 17.0637 23.7323 17.0637 25.5877 18.9196C27.4431 20.7756 27.4431 23.7673 25.5877 25.6232C22.68 28.5318 18.8584 30 15.0369 30Z", fill: "#5A84F7" }),
react_1.default.createElement("path", { d: "M7.72549 26.9252C6.50703 26.9252 5.28857 26.4543 4.37472 25.5401C-1.44066 19.723 -1.44066 10.2216 4.37472 4.37671C6.23011 2.52075 9.22088 2.52075 11.0763 4.37671C12.9316 6.23266 12.9316 9.22435 11.0763 11.0803C8.94395 13.2133 8.94395 16.6759 11.0763 18.8088C12.9316 20.6648 12.9316 23.6565 11.0763 25.5124C10.1624 26.4543 8.94395 26.9252 7.72549 26.9252Z", fill: "#FF5266" }),
react_1.default.createElement("path", { d: "M7.72613 12.4653C6.50767 12.4653 5.28921 11.9944 4.37536 11.0803C2.51998 9.22435 2.51998 6.23265 4.37536 4.3767C10.2184 -1.46818 19.6892 -1.46818 25.5323 4.3767C27.3877 6.23265 27.3877 9.22435 25.5323 11.0803C23.6769 12.9363 20.6861 12.9363 18.8308 11.0803C16.6984 8.94734 13.2369 8.94734 11.1046 11.0803C10.1631 12.0221 8.9446 12.4653 7.72613 12.4653Z", fill: "#FFB300" }))));
//# sourceMappingURL=logos.js.map
{
"name": "@kano/kbc-icons",
"version": "4.22.19-alpha.0",
"version": "4.22.22-alpha.0",
"description": "Icons for boilerplate components",

@@ -42,6 +42,6 @@ "author": "Kano Computing",

"dependencies": {
"@kano/kbc-base-styles": "^4.22.19-alpha.0",
"@kano/kbc-tokens": "^4.22.18-alpha.0"
"@kano/kbc-base-styles": "^4.22.22-alpha.0",
"@kano/kbc-tokens": "^4.22.22-alpha.0"
},
"gitHead": "3c1b3985197ff4e8189645a39f084b750bda58cb"
"gitHead": "9ad4182a1a2afd57ebb0c0320cb89e03b38dd280"
}

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

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