@langchain/untitled-ui-icons 1.0.14 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Alert.d.ts +3 -0
- package/dist/components/Alert.js +3 -0
- package/dist/components/Hourglass04.d.ts +3 -0
- package/dist/components/Hourglass04.js +3 -0
- package/dist/components/Pause.d.ts +3 -0
- package/dist/components/Pause.js +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/package.json +6 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Alert = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "m10.492 13.152-.488-7.982C9.932 3.994 10.846 3 12 3s2.068.994 1.996 2.17l-.488 7.982c-.05.813-.71 1.447-1.508 1.447s-1.458-.634-1.508-1.447M14 19a2 2 0 1 1-4 0 2 2 0 0 1 4 0" }) }));
|
|
3
|
+
export { Alert };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Hourglass04 = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M13.012 11.37a1 1 0 0 0 0 1.26l4.663 5.74A1 1 0 0 1 16.9 20H7.101a1 1 0 0 1-.776-1.63l4.663-5.74a1 1 0 0 0 0-1.26L6.325 5.63A1 1 0 0 1 7.1 4h9.798a1 1 0 0 1 .776 1.63z" }) }));
|
|
3
|
+
export { Hourglass04 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Pause = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24px", height: "24px", ...props, children: _jsx("path", { fill: "currentColor", d: "M9 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM17 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z" }) }));
|
|
3
|
+
export { Pause };
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export { AlertHexagon as AlertHexagonIcon } from "./components/AlertHexagon";
|
|
|
12
12
|
export { AlertOctagon as AlertOctagonIcon } from "./components/AlertOctagon";
|
|
13
13
|
export { AlertSquare as AlertSquareIcon } from "./components/AlertSquare";
|
|
14
14
|
export { AlertTriangle as AlertTriangleIcon } from "./components/AlertTriangle";
|
|
15
|
+
export { Alert as AlertIcon } from "./components/Alert";
|
|
15
16
|
export { AlignBottom01 as AlignBottom01Icon } from "./components/AlignBottom01";
|
|
16
17
|
export { AlignBottom02 as AlignBottom02Icon } from "./components/AlignBottom02";
|
|
17
18
|
export { AlignCenter as AlignCenterIcon } from "./components/AlignCenter";
|
|
@@ -601,6 +602,7 @@ export { HorizontalBarChart03 as HorizontalBarChart03Icon } from "./components/H
|
|
|
601
602
|
export { Hourglass01 as Hourglass01Icon } from "./components/Hourglass01";
|
|
602
603
|
export { Hourglass02 as Hourglass02Icon } from "./components/Hourglass02";
|
|
603
604
|
export { Hourglass03 as Hourglass03Icon } from "./components/Hourglass03";
|
|
605
|
+
export { Hourglass04 as Hourglass04Icon } from "./components/Hourglass04";
|
|
604
606
|
export { Hurricane01 as Hurricane01Icon } from "./components/Hurricane01";
|
|
605
607
|
export { Hurricane02 as Hurricane02Icon } from "./components/Hurricane02";
|
|
606
608
|
export { Hurricane03 as Hurricane03Icon } from "./components/Hurricane03";
|
|
@@ -824,6 +826,7 @@ export { Passcode as PasscodeIcon } from "./components/Passcode";
|
|
|
824
826
|
export { Passport as PassportIcon } from "./components/Passport";
|
|
825
827
|
export { PauseCircle as PauseCircleIcon } from "./components/PauseCircle";
|
|
826
828
|
export { PauseSquare as PauseSquareIcon } from "./components/PauseSquare";
|
|
829
|
+
export { Pause as PauseIcon } from "./components/Pause";
|
|
827
830
|
export { PenTool01 as PenTool01Icon } from "./components/PenTool01";
|
|
828
831
|
export { PenTool02 as PenTool02Icon } from "./components/PenTool02";
|
|
829
832
|
export { PenToolMinus as PenToolMinusIcon } from "./components/PenToolMinus";
|
package/dist/index.js
CHANGED
|
@@ -13,6 +13,7 @@ export { AlertHexagon as AlertHexagonIcon } from "./components/AlertHexagon";
|
|
|
13
13
|
export { AlertOctagon as AlertOctagonIcon } from "./components/AlertOctagon";
|
|
14
14
|
export { AlertSquare as AlertSquareIcon } from "./components/AlertSquare";
|
|
15
15
|
export { AlertTriangle as AlertTriangleIcon } from "./components/AlertTriangle";
|
|
16
|
+
export { Alert as AlertIcon } from "./components/Alert";
|
|
16
17
|
export { AlignBottom01 as AlignBottom01Icon } from "./components/AlignBottom01";
|
|
17
18
|
export { AlignBottom02 as AlignBottom02Icon } from "./components/AlignBottom02";
|
|
18
19
|
export { AlignCenter as AlignCenterIcon } from "./components/AlignCenter";
|
|
@@ -602,6 +603,7 @@ export { HorizontalBarChart03 as HorizontalBarChart03Icon } from "./components/H
|
|
|
602
603
|
export { Hourglass01 as Hourglass01Icon } from "./components/Hourglass01";
|
|
603
604
|
export { Hourglass02 as Hourglass02Icon } from "./components/Hourglass02";
|
|
604
605
|
export { Hourglass03 as Hourglass03Icon } from "./components/Hourglass03";
|
|
606
|
+
export { Hourglass04 as Hourglass04Icon } from "./components/Hourglass04";
|
|
605
607
|
export { Hurricane01 as Hurricane01Icon } from "./components/Hurricane01";
|
|
606
608
|
export { Hurricane02 as Hurricane02Icon } from "./components/Hurricane02";
|
|
607
609
|
export { Hurricane03 as Hurricane03Icon } from "./components/Hurricane03";
|
|
@@ -825,6 +827,7 @@ export { Passcode as PasscodeIcon } from "./components/Passcode";
|
|
|
825
827
|
export { Passport as PassportIcon } from "./components/Passport";
|
|
826
828
|
export { PauseCircle as PauseCircleIcon } from "./components/PauseCircle";
|
|
827
829
|
export { PauseSquare as PauseSquareIcon } from "./components/PauseSquare";
|
|
830
|
+
export { Pause as PauseIcon } from "./components/Pause";
|
|
828
831
|
export { PenTool01 as PenTool01Icon } from "./components/PenTool01";
|
|
829
832
|
export { PenTool02 as PenTool02Icon } from "./components/PenTool02";
|
|
830
833
|
export { PenToolMinus as PenToolMinusIcon } from "./components/PenToolMinus";
|
package/package.json
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/untitled-ui-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "icons from untitled ui for langsmith and langgraph frontend",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
+
"sideEffects": false,
|
|
7
8
|
"exports": {
|
|
8
9
|
".": {
|
|
9
10
|
"types": "./dist/index.d.ts",
|
|
10
11
|
"default": "./dist/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./icons/*": {
|
|
14
|
+
"types": "./dist/components/*.d.ts",
|
|
15
|
+
"default": "./dist/components/*.js"
|
|
11
16
|
}
|
|
12
17
|
},
|
|
13
18
|
"files": [
|