@langchain/untitled-ui-icons 1.1.0 → 1.1.1
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.
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const Flame = (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", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2px", d: "M9.5 1.085c0-.953 1.144-1.442 1.833-.782 2.121 2.032 3.354 6.495 1.896 9.88l-.087.189.013.003c.677.144 1.303-.466 2.495-2.354l.152-.243a1.083 1.083 0 0 1 1.714-.166c1.445 1.555 2.817 4.742 2.817 6.793 0 4.62-3.89 8.347-8.666 8.347C6.89 22.752 3 19.025 3 14.404c0-2.44 1.107-5.11 2.851-6.826l.656-.638c.26-.256.47-.466.67-.676C8.724 4.626 9.5 3.096 9.5 1.085" }) }));
|
|
3
|
+
export { Flame };
|
package/dist/index.d.ts
CHANGED
|
@@ -510,6 +510,7 @@ export { Flag03 as Flag03Icon } from "./components/Flag03";
|
|
|
510
510
|
export { Flag04 as Flag04Icon } from "./components/Flag04";
|
|
511
511
|
export { Flag05 as Flag05Icon } from "./components/Flag05";
|
|
512
512
|
export { Flag06 as Flag06Icon } from "./components/Flag06";
|
|
513
|
+
export { Flame as FlameIcon } from "./components/Flame";
|
|
513
514
|
export { FlashOff as FlashOffIcon } from "./components/FlashOff";
|
|
514
515
|
export { Flash as FlashIcon } from "./components/Flash";
|
|
515
516
|
export { FlexAlignBottom as FlexAlignBottomIcon } from "./components/FlexAlignBottom";
|
|
@@ -1690,6 +1691,7 @@ export { Flag03Solid as Flag03SolidIcon } from "./solid-components/Flag03Solid";
|
|
|
1690
1691
|
export { Flag04Solid as Flag04SolidIcon } from "./solid-components/Flag04Solid";
|
|
1691
1692
|
export { Flag05Solid as Flag05SolidIcon } from "./solid-components/Flag05Solid";
|
|
1692
1693
|
export { Flag06Solid as Flag06SolidIcon } from "./solid-components/Flag06Solid";
|
|
1694
|
+
export { FlameSolid as FlameSolidIcon } from "./solid-components/FlameSolid";
|
|
1693
1695
|
export { FlashOffSolid as FlashOffSolidIcon } from "./solid-components/FlashOffSolid";
|
|
1694
1696
|
export { FlashSolid as FlashSolidIcon } from "./solid-components/FlashSolid";
|
|
1695
1697
|
export { FlexAlignBottomSolid as FlexAlignBottomSolidIcon } from "./solid-components/FlexAlignBottomSolid";
|
package/dist/index.js
CHANGED
|
@@ -511,6 +511,7 @@ export { Flag03 as Flag03Icon } from "./components/Flag03";
|
|
|
511
511
|
export { Flag04 as Flag04Icon } from "./components/Flag04";
|
|
512
512
|
export { Flag05 as Flag05Icon } from "./components/Flag05";
|
|
513
513
|
export { Flag06 as Flag06Icon } from "./components/Flag06";
|
|
514
|
+
export { Flame as FlameIcon } from "./components/Flame";
|
|
514
515
|
export { FlashOff as FlashOffIcon } from "./components/FlashOff";
|
|
515
516
|
export { Flash as FlashIcon } from "./components/Flash";
|
|
516
517
|
export { FlexAlignBottom as FlexAlignBottomIcon } from "./components/FlexAlignBottom";
|
|
@@ -1691,6 +1692,7 @@ export { Flag03Solid as Flag03SolidIcon } from "./solid-components/Flag03Solid";
|
|
|
1691
1692
|
export { Flag04Solid as Flag04SolidIcon } from "./solid-components/Flag04Solid";
|
|
1692
1693
|
export { Flag05Solid as Flag05SolidIcon } from "./solid-components/Flag05Solid";
|
|
1693
1694
|
export { Flag06Solid as Flag06SolidIcon } from "./solid-components/Flag06Solid";
|
|
1695
|
+
export { FlameSolid as FlameSolidIcon } from "./solid-components/FlameSolid";
|
|
1694
1696
|
export { FlashOffSolid as FlashOffSolidIcon } from "./solid-components/FlashOffSolid";
|
|
1695
1697
|
export { FlashSolid as FlashSolidIcon } from "./solid-components/FlashSolid";
|
|
1696
1698
|
export { FlexAlignBottomSolid as FlexAlignBottomSolidIcon } from "./solid-components/FlexAlignBottomSolid";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
const FlameSolid = (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.5 1.085c0-.953 1.144-1.442 1.833-.782 2.121 2.032 3.354 6.495 1.896 9.88l-.087.189.013.003c.677.144 1.303-.466 2.495-2.354l.152-.243a1.083 1.083 0 0 1 1.714-.166c1.445 1.555 2.817 4.742 2.817 6.793 0 4.62-3.89 8.347-8.666 8.347C6.89 22.752 3 19.025 3 14.404c0-2.44 1.107-5.11 2.851-6.826l.656-.638c.26-.256.47-.466.67-.676C8.724 4.626 9.5 3.096 9.5 1.085" }) }));
|
|
3
|
+
export { FlameSolid };
|