@jedd-icons/react 0.0.8 → 0.0.9
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/icons/arrow-down-up.cjs +3 -0
- package/dist/icons/arrow-down-up.d.cts +5 -0
- package/dist/icons/arrow-down-up.d.mts +5 -0
- package/dist/icons/arrow-down-up.mjs +4 -0
- package/dist/icons/arrow-up-down.cjs +3 -0
- package/dist/icons/arrow-up-down.d.cts +5 -0
- package/dist/icons/arrow-up-down.d.mts +5 -0
- package/dist/icons/arrow-up-down.mjs +4 -0
- package/dist/icons/index.d.cts +2 -0
- package/dist/icons/index.d.mts +2 -0
- package/dist/index.cjs +4 -0
- package/dist/index.d.cts +3 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/icons/index.d.cts
CHANGED
|
@@ -8,9 +8,11 @@ import { ArrowCornerUpLeft } from "./arrow-corner-up-left.cjs";
|
|
|
8
8
|
import { ArrowCornerUpRight } from "./arrow-corner-up-right.cjs";
|
|
9
9
|
import { ArrowDownLeft } from "./arrow-down-left.cjs";
|
|
10
10
|
import { ArrowDownRight } from "./arrow-down-right.cjs";
|
|
11
|
+
import { ArrowDownUp } from "./arrow-down-up.cjs";
|
|
11
12
|
import { ArrowDown } from "./arrow-down.cjs";
|
|
12
13
|
import { ArrowLeft } from "./arrow-left.cjs";
|
|
13
14
|
import { ArrowRight } from "./arrow-right.cjs";
|
|
15
|
+
import { ArrowUpDown } from "./arrow-up-down.cjs";
|
|
14
16
|
import { ArrowUpLeft } from "./arrow-up-left.cjs";
|
|
15
17
|
import { ArrowUpRight } from "./arrow-up-right.cjs";
|
|
16
18
|
import { ArrowUp } from "./arrow-up.cjs";
|
package/dist/icons/index.d.mts
CHANGED
|
@@ -8,9 +8,11 @@ import { ArrowCornerUpLeft } from "./arrow-corner-up-left.mjs";
|
|
|
8
8
|
import { ArrowCornerUpRight } from "./arrow-corner-up-right.mjs";
|
|
9
9
|
import { ArrowDownLeft } from "./arrow-down-left.mjs";
|
|
10
10
|
import { ArrowDownRight } from "./arrow-down-right.mjs";
|
|
11
|
+
import { ArrowDownUp } from "./arrow-down-up.mjs";
|
|
11
12
|
import { ArrowDown } from "./arrow-down.mjs";
|
|
12
13
|
import { ArrowLeft } from "./arrow-left.mjs";
|
|
13
14
|
import { ArrowRight } from "./arrow-right.mjs";
|
|
15
|
+
import { ArrowUpDown } from "./arrow-up-down.mjs";
|
|
14
16
|
import { ArrowUpLeft } from "./arrow-up-left.mjs";
|
|
15
17
|
import { ArrowUpRight } from "./arrow-up-right.mjs";
|
|
16
18
|
import { ArrowUp } from "./arrow-up.mjs";
|
package/dist/index.cjs
CHANGED
|
@@ -13,9 +13,11 @@ const require_arrow_corner_up_left = require("./icons/arrow-corner-up-left.cjs")
|
|
|
13
13
|
const require_arrow_corner_up_right = require("./icons/arrow-corner-up-right.cjs");
|
|
14
14
|
const require_arrow_down_left = require("./icons/arrow-down-left.cjs");
|
|
15
15
|
const require_arrow_down_right = require("./icons/arrow-down-right.cjs");
|
|
16
|
+
const require_arrow_down_up = require("./icons/arrow-down-up.cjs");
|
|
16
17
|
const require_arrow_down = require("./icons/arrow-down.cjs");
|
|
17
18
|
const require_arrow_left = require("./icons/arrow-left.cjs");
|
|
18
19
|
const require_arrow_right = require("./icons/arrow-right.cjs");
|
|
20
|
+
const require_arrow_up_down = require("./icons/arrow-up-down.cjs");
|
|
19
21
|
const require_arrow_up_left = require("./icons/arrow-up-left.cjs");
|
|
20
22
|
const require_arrow_up_right = require("./icons/arrow-up-right.cjs");
|
|
21
23
|
const require_arrow_up = require("./icons/arrow-up.cjs");
|
|
@@ -30,9 +32,11 @@ exports.ArrowCornerUpRight = require_arrow_corner_up_right.default;
|
|
|
30
32
|
exports.ArrowDown = require_arrow_down.default;
|
|
31
33
|
exports.ArrowDownLeft = require_arrow_down_left.default;
|
|
32
34
|
exports.ArrowDownRight = require_arrow_down_right.default;
|
|
35
|
+
exports.ArrowDownUp = require_arrow_down_up.default;
|
|
33
36
|
exports.ArrowLeft = require_arrow_left.default;
|
|
34
37
|
exports.ArrowRight = require_arrow_right.default;
|
|
35
38
|
exports.ArrowUp = require_arrow_up.default;
|
|
39
|
+
exports.ArrowUpDown = require_arrow_up_down.default;
|
|
36
40
|
exports.ArrowUpLeft = require_arrow_up_left.default;
|
|
37
41
|
exports.ArrowUpRight = require_arrow_up_right.default;
|
|
38
42
|
exports.Icon = require_Icon.default;
|
package/dist/index.d.cts
CHANGED
|
@@ -13,10 +13,12 @@ import { ArrowCornerUpLeft } from "./icons/arrow-corner-up-left.cjs";
|
|
|
13
13
|
import { ArrowCornerUpRight } from "./icons/arrow-corner-up-right.cjs";
|
|
14
14
|
import { ArrowDownLeft } from "./icons/arrow-down-left.cjs";
|
|
15
15
|
import { ArrowDownRight } from "./icons/arrow-down-right.cjs";
|
|
16
|
+
import { ArrowDownUp } from "./icons/arrow-down-up.cjs";
|
|
16
17
|
import { ArrowDown } from "./icons/arrow-down.cjs";
|
|
17
18
|
import { ArrowLeft } from "./icons/arrow-left.cjs";
|
|
18
19
|
import { ArrowRight } from "./icons/arrow-right.cjs";
|
|
20
|
+
import { ArrowUpDown } from "./icons/arrow-up-down.cjs";
|
|
19
21
|
import { ArrowUpLeft } from "./icons/arrow-up-left.cjs";
|
|
20
22
|
import { ArrowUpRight } from "./icons/arrow-up-right.cjs";
|
|
21
23
|
import { ArrowUp } from "./icons/arrow-up.cjs";
|
|
22
|
-
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight, Icon, type IconNode, type IconProps, type JeddIcon, type Variant, createJeddIcon, defaultAttributesCamel as defaultAttributes };
|
|
24
|
+
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpLeft, ArrowUpRight, Icon, type IconNode, type IconProps, type JeddIcon, type Variant, createJeddIcon, defaultAttributesCamel as defaultAttributes };
|
package/dist/index.d.mts
CHANGED
|
@@ -13,10 +13,12 @@ import { ArrowCornerUpLeft } from "./icons/arrow-corner-up-left.mjs";
|
|
|
13
13
|
import { ArrowCornerUpRight } from "./icons/arrow-corner-up-right.mjs";
|
|
14
14
|
import { ArrowDownLeft } from "./icons/arrow-down-left.mjs";
|
|
15
15
|
import { ArrowDownRight } from "./icons/arrow-down-right.mjs";
|
|
16
|
+
import { ArrowDownUp } from "./icons/arrow-down-up.mjs";
|
|
16
17
|
import { ArrowDown } from "./icons/arrow-down.mjs";
|
|
17
18
|
import { ArrowLeft } from "./icons/arrow-left.mjs";
|
|
18
19
|
import { ArrowRight } from "./icons/arrow-right.mjs";
|
|
20
|
+
import { ArrowUpDown } from "./icons/arrow-up-down.mjs";
|
|
19
21
|
import { ArrowUpLeft } from "./icons/arrow-up-left.mjs";
|
|
20
22
|
import { ArrowUpRight } from "./icons/arrow-up-right.mjs";
|
|
21
23
|
import { ArrowUp } from "./icons/arrow-up.mjs";
|
|
22
|
-
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight, Icon, type IconNode, type IconProps, type JeddIcon, type Variant, createJeddIcon, defaultAttributesCamel as defaultAttributes };
|
|
24
|
+
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpLeft, ArrowUpRight, Icon, type IconNode, type IconProps, type JeddIcon, type Variant, createJeddIcon, defaultAttributesCamel as defaultAttributes };
|
package/dist/index.mjs
CHANGED
|
@@ -12,10 +12,12 @@ import ArrowCornerUpLeft from "./icons/arrow-corner-up-left.mjs";
|
|
|
12
12
|
import ArrowCornerUpRight from "./icons/arrow-corner-up-right.mjs";
|
|
13
13
|
import ArrowDownLeft from "./icons/arrow-down-left.mjs";
|
|
14
14
|
import ArrowDownRight from "./icons/arrow-down-right.mjs";
|
|
15
|
+
import ArrowDownUp from "./icons/arrow-down-up.mjs";
|
|
15
16
|
import ArrowDown from "./icons/arrow-down.mjs";
|
|
16
17
|
import ArrowLeft from "./icons/arrow-left.mjs";
|
|
17
18
|
import ArrowRight from "./icons/arrow-right.mjs";
|
|
19
|
+
import ArrowUpDown from "./icons/arrow-up-down.mjs";
|
|
18
20
|
import ArrowUpLeft from "./icons/arrow-up-left.mjs";
|
|
19
21
|
import ArrowUpRight from "./icons/arrow-up-right.mjs";
|
|
20
22
|
import ArrowUp from "./icons/arrow-up.mjs";
|
|
21
|
-
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowUp, ArrowUpLeft, ArrowUpRight, Icon, createJeddIcon, defaultAttributes_default as defaultAttributes };
|
|
23
|
+
export { ArrowCornerDownLeft, ArrowCornerDownRight, ArrowCornerLeftDown, ArrowCornerLeftUp, ArrowCornerRightDown, ArrowCornerRightUp, ArrowCornerUpLeft, ArrowCornerUpRight, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowDownUp, ArrowLeft, ArrowRight, ArrowUp, ArrowUpDown, ArrowUpLeft, ArrowUpRight, Icon, createJeddIcon, defaultAttributes_default as defaultAttributes };
|