Socket
Socket
Sign inDemoInstall

@launchpad-ui/icons

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@launchpad-ui/icons - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/ChevronLeft.d.ts

4

dist/index.d.ts
export { Add } from './Add';
export { CheckCircle } from './CheckCircle';
export { ChevronLeft } from './ChevronLeft';
export { ChevronRight } from './ChevronRight';
export { Close } from './Close';

@@ -7,2 +9,4 @@ export { ErrorCircle } from './ErrorCircle';

export { Info } from './Info';
export { KeyboardDoubleArrowLeft } from './KeyboardDoubleArrowLeft';
export { KeyboardDoubleArrowRight } from './KeyboardDoubleArrowRight';
export { Person } from './Person';

@@ -9,0 +13,0 @@ export { Warning } from './Warning';

164

dist/index.es.js

@@ -91,4 +91,48 @@ // ../../scripts/react-shim.js

// src/ChevronLeft.tsx
import { forwardRef as forwardRef3 } from "react";
var SvgChevronLeft = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
"aria-hidden": "true",
role: "img",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /* @__PURE__ */ React.createElement("path", {
d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
}));
var ForwardRef3 = forwardRef3(SvgChevronLeft);
var IconWrapped3 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "chevronLeft",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef3, null));
// src/ChevronRight.tsx
import { forwardRef as forwardRef4 } from "react";
var SvgChevronRight = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /* @__PURE__ */ React.createElement("path", {
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
}));
var ForwardRef4 = forwardRef4(SvgChevronRight);
var IconWrapped4 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "chevronRight",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef4, null));
// src/Close.tsx
import { forwardRef as forwardRef3 } from "react";
import { forwardRef as forwardRef5 } from "react";
var SvgClose = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -107,4 +151,4 @@ xmlns: "http://www.w3.org/2000/svg",

}));
var ForwardRef3 = forwardRef3(SvgClose);
var IconWrapped3 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef5 = forwardRef5(SvgClose);
var IconWrapped5 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "close",

@@ -114,6 +158,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef3, null));
}, /* @__PURE__ */ React.createElement(ForwardRef5, null));
// src/ErrorCircle.tsx
import { forwardRef as forwardRef4 } from "react";
import { forwardRef as forwardRef6 } from "react";
var SvgErrorCircle = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -128,4 +172,4 @@ role: "img",

}));
var ForwardRef4 = forwardRef4(SvgErrorCircle);
var IconWrapped4 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef6 = forwardRef6(SvgErrorCircle);
var IconWrapped6 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "errorCircle",

@@ -135,6 +179,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef4, null));
}, /* @__PURE__ */ React.createElement(ForwardRef6, null));
// src/ExpandMore.tsx
import { forwardRef as forwardRef5 } from "react";
import { forwardRef as forwardRef7 } from "react";
var SvgExpandMore = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -153,4 +197,4 @@ "aria-hidden": "true",

}));
var ForwardRef5 = forwardRef5(SvgExpandMore);
var IconWrapped5 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef7 = forwardRef7(SvgExpandMore);
var IconWrapped7 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "expandMore",

@@ -160,6 +204,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef5, null));
}, /* @__PURE__ */ React.createElement(ForwardRef7, null));
// src/Info.tsx
import { forwardRef as forwardRef6 } from "react";
import { forwardRef as forwardRef8 } from "react";
var SvgInfo = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -174,4 +218,4 @@ role: "img",

}));
var ForwardRef6 = forwardRef6(SvgInfo);
var IconWrapped6 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef8 = forwardRef8(SvgInfo);
var IconWrapped8 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "info",

@@ -181,6 +225,56 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef6, null));
}, /* @__PURE__ */ React.createElement(ForwardRef8, null));
// src/KeyboardDoubleArrowLeft.tsx
import { forwardRef as forwardRef9 } from "react";
var SvgKeyboardDoubleArrowLeft = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
"aria-hidden": "true",
role: "img",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"
}), /* @__PURE__ */ React.createElement("path", {
d: "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"
}));
var ForwardRef9 = forwardRef9(SvgKeyboardDoubleArrowLeft);
var IconWrapped9 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "keyboardDoubleArrowLeft",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef9, null));
// src/KeyboardDoubleArrowRight.tsx
import { forwardRef as forwardRef10 } from "react";
var SvgKeyboardDoubleArrowRight = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
"aria-hidden": "true",
role: "img",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"
}), /* @__PURE__ */ React.createElement("path", {
d: "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"
}));
var ForwardRef10 = forwardRef10(SvgKeyboardDoubleArrowRight);
var IconWrapped10 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "keyboardDoubleArrowRight",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef10, null));
// src/Person.tsx
import { forwardRef as forwardRef7 } from "react";
import { forwardRef as forwardRef11 } from "react";
var SvgPerson = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -199,4 +293,4 @@ "aria-hidden": "true",

}));
var ForwardRef7 = forwardRef7(SvgPerson);
var IconWrapped7 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef11 = forwardRef11(SvgPerson);
var IconWrapped11 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "person",

@@ -206,6 +300,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef7, null));
}, /* @__PURE__ */ React.createElement(ForwardRef11, null));
// src/Warning.tsx
import { forwardRef as forwardRef8 } from "react";
import { forwardRef as forwardRef12 } from "react";
var SvgWarning = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -222,4 +316,4 @@ role: "img",

}));
var ForwardRef8 = forwardRef8(SvgWarning);
var IconWrapped8 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef12 = forwardRef12(SvgWarning);
var IconWrapped12 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "warning",

@@ -229,3 +323,3 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef8, null));
}, /* @__PURE__ */ React.createElement(ForwardRef12, null));

@@ -264,3 +358,3 @@ // src/types.ts

case "striped":
body = /* @__PURE__ */ React.createElement(IconWrapped8, {
body = /* @__PURE__ */ React.createElement(IconWrapped12, {
size: iconSize

@@ -270,3 +364,3 @@ });

case "error":
body = /* @__PURE__ */ React.createElement(IconWrapped4, {
body = /* @__PURE__ */ React.createElement(IconWrapped6, {
size: iconSize

@@ -277,3 +371,3 @@ });

default:
body = /* @__PURE__ */ React.createElement(IconWrapped6, {
body = /* @__PURE__ */ React.createElement(IconWrapped8, {
size: iconSize

@@ -290,13 +384,17 @@ });

IconWrapped2 as CheckCircle,
IconWrapped3 as Close,
IconWrapped4 as ErrorCircle,
IconWrapped5 as ExpandMore,
IconWrapped3 as ChevronLeft,
IconWrapped4 as ChevronRight,
IconWrapped5 as Close,
IconWrapped6 as ErrorCircle,
IconWrapped7 as ExpandMore,
Icon,
IconDimension,
IconSize,
IconWrapped6 as Info,
IconWrapped8 as Info,
IconWrapped9 as KeyboardDoubleArrowLeft,
IconWrapped10 as KeyboardDoubleArrowRight,
KindIcon,
IconWrapped7 as Person,
IconWrapped8 as Warning
IconWrapped11 as Person,
IconWrapped12 as Warning
};
//# sourceMappingURL=index.es.js.map

@@ -28,12 +28,16 @@ "use strict";

CheckCircle: () => IconWrapped2,
Close: () => IconWrapped3,
ErrorCircle: () => IconWrapped4,
ExpandMore: () => IconWrapped5,
ChevronLeft: () => IconWrapped3,
ChevronRight: () => IconWrapped4,
Close: () => IconWrapped5,
ErrorCircle: () => IconWrapped6,
ExpandMore: () => IconWrapped7,
Icon: () => Icon,
IconDimension: () => IconDimension,
IconSize: () => IconSize,
Info: () => IconWrapped6,
Info: () => IconWrapped8,
KeyboardDoubleArrowLeft: () => IconWrapped9,
KeyboardDoubleArrowRight: () => IconWrapped10,
KindIcon: () => KindIcon,
Person: () => IconWrapped7,
Warning: () => IconWrapped8
Person: () => IconWrapped11,
Warning: () => IconWrapped12
});

@@ -132,4 +136,48 @@ module.exports = __toCommonJS(src_exports);

// src/ChevronLeft.tsx
var import_react4 = require("react");
var SvgChevronLeft = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
"aria-hidden": "true",
role: "img",
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /* @__PURE__ */ React.createElement("path", {
d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"
}));
var ForwardRef3 = (0, import_react4.forwardRef)(SvgChevronLeft);
var IconWrapped3 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "chevronLeft",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef3, null));
// src/ChevronRight.tsx
var import_react5 = require("react");
var SvgChevronRight = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /* @__PURE__ */ React.createElement("path", {
d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
}));
var ForwardRef4 = (0, import_react5.forwardRef)(SvgChevronRight);
var IconWrapped4 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "chevronRight",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef4, null));
// src/Close.tsx
var import_react4 = require("react");
var import_react6 = require("react");
var SvgClose = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -148,4 +196,4 @@ xmlns: "http://www.w3.org/2000/svg",

}));
var ForwardRef3 = (0, import_react4.forwardRef)(SvgClose);
var IconWrapped3 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef5 = (0, import_react6.forwardRef)(SvgClose);
var IconWrapped5 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "close",

@@ -155,6 +203,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef3, null));
}, /* @__PURE__ */ React.createElement(ForwardRef5, null));
// src/ErrorCircle.tsx
var import_react5 = require("react");
var import_react7 = require("react");
var SvgErrorCircle = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -169,4 +217,4 @@ role: "img",

}));
var ForwardRef4 = (0, import_react5.forwardRef)(SvgErrorCircle);
var IconWrapped4 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef6 = (0, import_react7.forwardRef)(SvgErrorCircle);
var IconWrapped6 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "errorCircle",

@@ -176,6 +224,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef4, null));
}, /* @__PURE__ */ React.createElement(ForwardRef6, null));
// src/ExpandMore.tsx
var import_react6 = require("react");
var import_react8 = require("react");
var SvgExpandMore = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -194,4 +242,4 @@ "aria-hidden": "true",

}));
var ForwardRef5 = (0, import_react6.forwardRef)(SvgExpandMore);
var IconWrapped5 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef7 = (0, import_react8.forwardRef)(SvgExpandMore);
var IconWrapped7 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "expandMore",

@@ -201,6 +249,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef5, null));
}, /* @__PURE__ */ React.createElement(ForwardRef7, null));
// src/Info.tsx
var import_react7 = require("react");
var import_react9 = require("react");
var SvgInfo = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -215,4 +263,4 @@ role: "img",

}));
var ForwardRef6 = (0, import_react7.forwardRef)(SvgInfo);
var IconWrapped6 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef8 = (0, import_react9.forwardRef)(SvgInfo);
var IconWrapped8 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "info",

@@ -222,6 +270,56 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef6, null));
}, /* @__PURE__ */ React.createElement(ForwardRef8, null));
// src/KeyboardDoubleArrowLeft.tsx
var import_react10 = require("react");
var SvgKeyboardDoubleArrowLeft = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
"aria-hidden": "true",
role: "img",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z"
}), /* @__PURE__ */ React.createElement("path", {
d: "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z"
}));
var ForwardRef9 = (0, import_react10.forwardRef)(SvgKeyboardDoubleArrowLeft);
var IconWrapped9 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "keyboardDoubleArrowLeft",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef9, null));
// src/KeyboardDoubleArrowRight.tsx
var import_react11 = require("react");
var SvgKeyboardDoubleArrowRight = (props, ref) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
"aria-hidden": "true",
role: "img",
viewBox: "0 0 24 24",
ref,
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "none",
d: "M0 0h24v24H0z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M6.41 6 5 7.41 9.58 12 5 16.59 6.41 18l6-6z"
}), /* @__PURE__ */ React.createElement("path", {
d: "m13 6-1.41 1.41L16.17 12l-4.58 4.59L13 18l6-6z"
}));
var ForwardRef10 = (0, import_react11.forwardRef)(SvgKeyboardDoubleArrowRight);
var IconWrapped10 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "keyboardDoubleArrowRight",
className,
size,
...props
}, /* @__PURE__ */ React.createElement(ForwardRef10, null));
// src/Person.tsx
var import_react8 = require("react");
var import_react12 = require("react");
var SvgPerson = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -240,4 +338,4 @@ "aria-hidden": "true",

}));
var ForwardRef7 = (0, import_react8.forwardRef)(SvgPerson);
var IconWrapped7 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef11 = (0, import_react12.forwardRef)(SvgPerson);
var IconWrapped11 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "person",

@@ -247,6 +345,6 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef7, null));
}, /* @__PURE__ */ React.createElement(ForwardRef11, null));
// src/Warning.tsx
var import_react9 = require("react");
var import_react13 = require("react");
var SvgWarning = (props, ref) => /* @__PURE__ */ React.createElement("svg", {

@@ -263,4 +361,4 @@ role: "img",

}));
var ForwardRef8 = (0, import_react9.forwardRef)(SvgWarning);
var IconWrapped8 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
var ForwardRef12 = (0, import_react13.forwardRef)(SvgWarning);
var IconWrapped12 = ({ className, size, ...props }) => /* @__PURE__ */ React.createElement(Icon, {
name: "warning",

@@ -270,3 +368,3 @@ className,

...props
}, /* @__PURE__ */ React.createElement(ForwardRef8, null));
}, /* @__PURE__ */ React.createElement(ForwardRef12, null));

@@ -305,3 +403,3 @@ // src/types.ts

case "striped":
body = /* @__PURE__ */ React.createElement(IconWrapped8, {
body = /* @__PURE__ */ React.createElement(IconWrapped12, {
size: iconSize

@@ -311,3 +409,3 @@ });

case "error":
body = /* @__PURE__ */ React.createElement(IconWrapped4, {
body = /* @__PURE__ */ React.createElement(IconWrapped6, {
size: iconSize

@@ -318,3 +416,3 @@ });

default:
body = /* @__PURE__ */ React.createElement(IconWrapped6, {
body = /* @__PURE__ */ React.createElement(IconWrapped8, {
size: iconSize

@@ -332,2 +430,4 @@ });

CheckCircle,
ChevronLeft,
ChevronRight,
Close,

@@ -340,2 +440,4 @@ ErrorCircle,

Info,
KeyboardDoubleArrowLeft,
KeyboardDoubleArrowRight,
KindIcon,

@@ -342,0 +444,0 @@ Person,

{
"name": "@launchpad-ui/icons",
"version": "0.2.2",
"version": "0.2.3",
"status": "beta",

@@ -39,3 +39,3 @@ "publishConfig": {

"devDependencies": {
"@svgr/cli": "^6.2.1",
"@svgr/cli": "^6.3.1",
"@types/uuid": "^8.3.4",

@@ -46,3 +46,3 @@ "react": "^18.2.0",

"scripts": {
"build": "pnpm build:icons && tsc --project tsconfig.build.json && node build.js",
"build": "pnpm build:icons && tsc --project tsconfig.build.json && node ../../scripts/build.js",
"build:icons": "svgr --silent -- icons",

@@ -49,0 +49,0 @@ "clean": "rm -rf dist",

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