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

@iiwin/icons

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iiwin/icons - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

dist/box-clock.d.ts

16

dist/index.d.ts

@@ -0,1 +1,17 @@

export { default as BoxClockIcon } from "./box-clock";
export { default as BoxCursorIcon } from "./box-cursor";
export { default as BoxLoadingIcon } from "./box-loading";
export { default as BoxIcon } from "./box";
export { default as CheckBoxIcon } from "./check-box";
export { default as ClockIcon } from "./clock";
export { default as DiamondIcon } from "./diamond";
export { default as GiftBoxIcon } from "./gift-box";
export { default as LinkIcon } from "./link";
export { default as PhoneIcon } from "./phone";
export { default as QrCodeIcon } from "./qr-code";
export { default as ShopBagIcon } from "./shop-bag";
export { default as ShopCartIcon } from "./shop-cart";
export { default as StarIcon } from "./star";
export { default as TruckIcon } from "./truck";
export { default as UserIcon } from "./user";
//# sourceMappingURL=index.d.ts.map

@@ -0,2 +1,18 @@

export { default as BoxClockIcon } from "./box-clock";
export { default as BoxCursorIcon } from "./box-cursor";
export { default as BoxLoadingIcon } from "./box-loading";
export { default as BoxIcon } from "./box";
export { default as CheckBoxIcon } from "./check-box";
export { default as ClockIcon } from "./clock";
export { default as DiamondIcon } from "./diamond";
export { default as GiftBoxIcon } from "./gift-box";
export { default as LinkIcon } from "./link";
export { default as PhoneIcon } from "./phone";
export { default as QrCodeIcon } from "./qr-code";
export { default as ShopBagIcon } from "./shop-bag";
export { default as ShopCartIcon } from "./shop-cart";
export { default as StarIcon } from "./star";
export { default as TruckIcon } from "./truck";
export { default as UserIcon } from "./user";
//# sourceMappingURL=index.js.map

8

package.json
{
"name": "@iiwin/icons",
"version": "0.0.1",
"version": "0.0.3",
"license": "UNLICENSED",

@@ -11,3 +11,4 @@ "module": "dist/index.js",

"scripts": {
"build": "svgr --out-dir src/icons --ext tsx -- src/svg && swc ./src/ -d dist --strip-leading-paths --source-maps && yarn tsc"
"build": "svgr --out-dir src -- src/svg && swc ./src/ -d dist --strip-leading-paths --source-maps && yarn tsc",
"finalize": "bump-version && npm publish"
},

@@ -19,5 +20,6 @@ "devDependencies": {

"@types/react": "^18.2.72",
"phuc-bump-version": "^1.0.3",
"svgo": "^3.2.0",
"typescript": "^5.4.3"
}
}
}

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