@jedd-icons/react 0.0.12 → 0.0.13
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/calendar-arrow-down.cjs +3 -0
- package/dist/icons/calendar-arrow-down.d.cts +5 -0
- package/dist/icons/calendar-arrow-down.d.mts +5 -0
- package/dist/icons/calendar-arrow-down.mjs +4 -0
- package/dist/icons/calendar-arrow-up.cjs +3 -0
- package/dist/icons/calendar-arrow-up.d.cts +5 -0
- package/dist/icons/calendar-arrow-up.d.mts +5 -0
- package/dist/icons/calendar-arrow-up.mjs +4 -0
- package/dist/icons/calendar-cog-corner.cjs +3 -0
- package/dist/icons/calendar-cog-corner.d.cts +5 -0
- package/dist/icons/calendar-cog-corner.d.mts +5 -0
- package/dist/icons/calendar-cog-corner.mjs +4 -0
- package/dist/icons/calendar-cog.cjs +3 -0
- package/dist/icons/calendar-cog.d.cts +5 -0
- package/dist/icons/calendar-cog.d.mts +5 -0
- package/dist/icons/calendar-cog.mjs +4 -0
- package/dist/icons/calendar-fold.cjs +3 -0
- package/dist/icons/calendar-fold.d.cts +5 -0
- package/dist/icons/calendar-fold.d.mts +5 -0
- package/dist/icons/calendar-fold.mjs +4 -0
- package/dist/icons/calendar-heart.cjs +3 -0
- package/dist/icons/calendar-heart.d.cts +5 -0
- package/dist/icons/calendar-heart.d.mts +5 -0
- package/dist/icons/calendar-heart.mjs +4 -0
- package/dist/icons/calendar-lock.cjs +3 -0
- package/dist/icons/calendar-lock.d.cts +5 -0
- package/dist/icons/calendar-lock.d.mts +5 -0
- package/dist/icons/calendar-lock.mjs +4 -0
- package/dist/icons/calendar-number.cjs +3 -0
- package/dist/icons/calendar-number.d.cts +5 -0
- package/dist/icons/calendar-number.d.mts +5 -0
- package/dist/icons/calendar-number.mjs +4 -0
- package/dist/icons/calendar-off.cjs +18 -0
- package/dist/icons/calendar-off.d.cts +5 -0
- package/dist/icons/calendar-off.d.mts +5 -0
- package/dist/icons/calendar-off.mjs +19 -0
- package/dist/icons/calendar-plus-corner.cjs +3 -0
- package/dist/icons/calendar-plus-corner.d.cts +5 -0
- package/dist/icons/calendar-plus-corner.d.mts +5 -0
- package/dist/icons/calendar-plus-corner.mjs +4 -0
- package/dist/icons/calendar-plus.cjs +3 -0
- package/dist/icons/calendar-plus.d.cts +5 -0
- package/dist/icons/calendar-plus.d.mts +5 -0
- package/dist/icons/calendar-plus.mjs +4 -0
- package/dist/icons/calendar-range.cjs +3 -0
- package/dist/icons/calendar-range.d.cts +5 -0
- package/dist/icons/calendar-range.d.mts +5 -0
- package/dist/icons/calendar-range.mjs +4 -0
- package/dist/icons/calendar-search.cjs +3 -0
- package/dist/icons/calendar-search.d.cts +5 -0
- package/dist/icons/calendar-search.d.mts +5 -0
- package/dist/icons/calendar-search.mjs +4 -0
- package/dist/icons/calendar-star.cjs +3 -0
- package/dist/icons/calendar-star.d.cts +5 -0
- package/dist/icons/calendar-star.d.mts +5 -0
- package/dist/icons/calendar-star.mjs +4 -0
- package/dist/icons/calendar-x-corner.cjs +3 -0
- package/dist/icons/calendar-x-corner.d.cts +5 -0
- package/dist/icons/calendar-x-corner.d.mts +5 -0
- package/dist/icons/calendar-x-corner.mjs +4 -0
- package/dist/icons/calendar-x.cjs +3 -0
- package/dist/icons/calendar-x.d.cts +5 -0
- package/dist/icons/calendar-x.d.mts +5 -0
- package/dist/icons/calendar-x.mjs +4 -0
- package/dist/icons/calendar.cjs +3 -0
- package/dist/icons/calendar.d.cts +5 -0
- package/dist/icons/calendar.d.mts +5 -0
- package/dist/icons/calendar.mjs +4 -0
- package/dist/icons/index.d.cts +48 -0
- package/dist/icons/index.d.mts +48 -0
- package/dist/icons/search-alert.cjs +3 -0
- package/dist/icons/search-alert.d.cts +5 -0
- package/dist/icons/search-alert.d.mts +5 -0
- package/dist/icons/search-alert.mjs +4 -0
- package/dist/icons/search-check.cjs +3 -0
- package/dist/icons/search-check.d.cts +5 -0
- package/dist/icons/search-check.d.mts +5 -0
- package/dist/icons/search-check.mjs +4 -0
- package/dist/icons/search-code.cjs +3 -0
- package/dist/icons/search-code.d.cts +5 -0
- package/dist/icons/search-code.d.mts +5 -0
- package/dist/icons/search-code.mjs +4 -0
- package/dist/icons/search-minus.cjs +3 -0
- package/dist/icons/search-minus.d.cts +5 -0
- package/dist/icons/search-minus.d.mts +5 -0
- package/dist/icons/search-minus.mjs +4 -0
- package/dist/icons/search-plus.cjs +3 -0
- package/dist/icons/search-plus.d.cts +5 -0
- package/dist/icons/search-plus.d.mts +5 -0
- package/dist/icons/search-plus.mjs +4 -0
- package/dist/icons/search-slash.cjs +3 -0
- package/dist/icons/search-slash.d.cts +5 -0
- package/dist/icons/search-slash.d.mts +5 -0
- package/dist/icons/search-slash.mjs +4 -0
- package/dist/icons/search-x.cjs +3 -0
- package/dist/icons/search-x.d.cts +5 -0
- package/dist/icons/search-x.d.mts +5 -0
- package/dist/icons/search-x.mjs +4 -0
- package/dist/icons/search.cjs +3 -0
- package/dist/icons/search.d.cts +5 -0
- package/dist/icons/search.d.mts +5 -0
- package/dist/icons/search.mjs +4 -0
- package/dist/icons/shield-alert.cjs +3 -0
- package/dist/icons/shield-alert.d.cts +5 -0
- package/dist/icons/shield-alert.d.mts +5 -0
- package/dist/icons/shield-alert.mjs +4 -0
- package/dist/icons/shield-ban.cjs +3 -0
- package/dist/icons/shield-ban.d.cts +5 -0
- package/dist/icons/shield-ban.d.mts +5 -0
- package/dist/icons/shield-ban.mjs +4 -0
- package/dist/icons/shield-check.cjs +3 -0
- package/dist/icons/shield-check.d.cts +5 -0
- package/dist/icons/shield-check.d.mts +5 -0
- package/dist/icons/shield-check.mjs +4 -0
- package/dist/icons/shield-cog-corner.cjs +3 -0
- package/dist/icons/shield-cog-corner.d.cts +5 -0
- package/dist/icons/shield-cog-corner.d.mts +5 -0
- package/dist/icons/shield-cog-corner.mjs +4 -0
- package/dist/icons/shield-cog.cjs +3 -0
- package/dist/icons/shield-cog.d.cts +5 -0
- package/dist/icons/shield-cog.d.mts +5 -0
- package/dist/icons/shield-cog.mjs +4 -0
- package/dist/icons/shield-half.cjs +3 -0
- package/dist/icons/shield-half.d.cts +5 -0
- package/dist/icons/shield-half.d.mts +5 -0
- package/dist/icons/shield-half.mjs +4 -0
- package/dist/icons/shield-minus.cjs +3 -0
- package/dist/icons/shield-minus.d.cts +5 -0
- package/dist/icons/shield-minus.d.mts +5 -0
- package/dist/icons/shield-minus.mjs +4 -0
- package/dist/icons/shield-off.cjs +3 -0
- package/dist/icons/shield-off.d.cts +5 -0
- package/dist/icons/shield-off.d.mts +5 -0
- package/dist/icons/shield-off.mjs +4 -0
- package/dist/icons/shield-plus.cjs +3 -0
- package/dist/icons/shield-plus.d.cts +5 -0
- package/dist/icons/shield-plus.d.mts +5 -0
- package/dist/icons/shield-plus.mjs +4 -0
- package/dist/icons/shield-question-mark.cjs +3 -0
- package/dist/icons/shield-question-mark.d.cts +5 -0
- package/dist/icons/shield-question-mark.d.mts +5 -0
- package/dist/icons/shield-question-mark.mjs +4 -0
- package/dist/icons/shield-star.cjs +3 -0
- package/dist/icons/shield-star.d.cts +5 -0
- package/dist/icons/shield-star.d.mts +5 -0
- package/dist/icons/shield-star.mjs +4 -0
- package/dist/icons/shield-thunder.cjs +3 -0
- package/dist/icons/shield-thunder.d.cts +5 -0
- package/dist/icons/shield-thunder.d.mts +5 -0
- package/dist/icons/shield-thunder.mjs +4 -0
- package/dist/icons/shield-user.cjs +3 -0
- package/dist/icons/shield-user.d.cts +5 -0
- package/dist/icons/shield-user.d.mts +5 -0
- package/dist/icons/shield-user.mjs +4 -0
- package/dist/icons/shield-x.cjs +3 -0
- package/dist/icons/shield-x.d.cts +5 -0
- package/dist/icons/shield-x.d.mts +5 -0
- package/dist/icons/shield-x.mjs +4 -0
- package/dist/icons/shield.cjs +3 -0
- package/dist/icons/shield.d.cts +5 -0
- package/dist/icons/shield.d.mts +5 -0
- package/dist/icons/shield.mjs +4 -0
- package/dist/icons/square-terminal.cjs +3 -0
- package/dist/icons/square-terminal.d.cts +5 -0
- package/dist/icons/square-terminal.d.mts +5 -0
- package/dist/icons/square-terminal.mjs +4 -0
- package/dist/icons/terminal.cjs +3 -0
- package/dist/icons/terminal.d.cts +5 -0
- package/dist/icons/terminal.d.mts +5 -0
- package/dist/icons/terminal.mjs +4 -0
- package/dist/icons/text-align-center.cjs +3 -0
- package/dist/icons/text-align-center.d.cts +5 -0
- package/dist/icons/text-align-center.d.mts +5 -0
- package/dist/icons/text-align-center.mjs +4 -0
- package/dist/icons/text-align-justify-left.cjs +3 -0
- package/dist/icons/text-align-justify-left.d.cts +5 -0
- package/dist/icons/text-align-justify-left.d.mts +5 -0
- package/dist/icons/text-align-justify-left.mjs +4 -0
- package/dist/icons/text-align-justify-right.cjs +3 -0
- package/dist/icons/text-align-justify-right.d.cts +5 -0
- package/dist/icons/text-align-justify-right.d.mts +5 -0
- package/dist/icons/text-align-justify-right.mjs +4 -0
- package/dist/icons/text-align-justify.cjs +3 -0
- package/dist/icons/text-align-justify.d.cts +5 -0
- package/dist/icons/text-align-justify.d.mts +5 -0
- package/dist/icons/text-align-justify.mjs +4 -0
- package/dist/icons/text-align-left.cjs +3 -0
- package/dist/icons/text-align-left.d.cts +5 -0
- package/dist/icons/text-align-left.d.mts +5 -0
- package/dist/icons/text-align-left.mjs +4 -0
- package/dist/icons/text-align-right.cjs +3 -0
- package/dist/icons/text-align-right.d.cts +5 -0
- package/dist/icons/text-align-right.d.mts +5 -0
- package/dist/icons/text-align-right.mjs +4 -0
- package/dist/index.cjs +96 -0
- package/dist/index.d.cts +49 -1
- package/dist/index.d.mts +49 -1
- package/dist/index.mjs +49 -1
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarCogCorner = require("../createJeddIcon.cjs").default("calendar-cog-corner", [["path", { "d": "M3 10H21M21 14.5V4H3V22H13M8 1V7M16 1V7M19 20.7321C19.9566 20.1798 20.2843 18.9566 19.732 18C19.1798 17.0434 17.9566 16.7157 17 17.268M19 20.7321C18.0434 21.2843 16.8202 20.9566 16.2679 20C15.7157 19.0434 16.0434 17.8202 17 17.268M19 20.7321L20 22.4641M17 17.268L16 15.5359M20 15.5359L19.0002 17.2677M22 19H20.0003M16 22.4641L16.9998 20.7323M14 19H15.9997" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarCogCorner;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarCogCorner = createJeddIcon("calendar-cog-corner", [["path", { "d": "M3 10H21M21 14.5V4H3V22H13M8 1V7M16 1V7M19 20.7321C19.9566 20.1798 20.2843 18.9566 19.732 18C19.1798 17.0434 17.9566 16.7157 17 17.268M19 20.7321C18.0434 21.2843 16.8202 20.9566 16.2679 20C15.7157 19.0434 16.0434 17.8202 17 17.268M19 20.7321L20 22.4641M17 17.268L16 15.5359M20 15.5359L19.0002 17.2677M22 19H20.0003M16 22.4641L16.9998 20.7323M14 19H15.9997" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarCogCorner as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarCog = require("../createJeddIcon.cjs").default("calendar-cog", [["path", { "d": "M16 1V7" }], ["path", { "d": "M3 10H21M8 1V7M13 17.732C13.9566 17.1798 14.2843 15.9566 13.7321 15C13.1798 14.0434 11.9566 13.7157 11 14.2679M13 17.732C12.0434 18.2843 10.8202 17.9566 10.2679 17C9.71566 16.0434 10.0434 14.8202 11 14.2679M13 17.732L14 19.4641M11 14.2679L10 12.5359M14 12.5359L13.0002 14.2677M16 16H14.0003M10 19.4641L10.9998 17.7323M8 16H9.99967M3 4H21V22H3V4Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarCog;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarCog = createJeddIcon("calendar-cog", [["path", { "d": "M16 1V7" }], ["path", { "d": "M3 10H21M8 1V7M13 17.732C13.9566 17.1798 14.2843 15.9566 13.7321 15C13.1798 14.0434 11.9566 13.7157 11 14.2679M13 17.732C12.0434 18.2843 10.8202 17.9566 10.2679 17C9.71566 16.0434 10.0434 14.8202 11 14.2679M13 17.732L14 19.4641M11 14.2679L10 12.5359M14 12.5359L13.0002 14.2677M16 16H14.0003M10 19.4641L10.9998 17.7323M8 16H9.99967M3 4H21V22H3V4Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarCog as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarHeart = require("../createJeddIcon.cjs").default("calendar-heart", [["path", { "d": "M3 10H21M21 13V4H3V22H12M8 1V7M16 1V7M18.8 15C20.015 15 21 16.0139 21 17.2647C21 19.7153 17 22 17 22C17 22 13 19.7153 13 17.2647C13 16.0139 13.985 15 15.2 15C15.9443 15 16.6019 15.3807 17 15.9631C17.3981 15.3807 18.0557 15 18.8 15Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarHeart;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarHeart = createJeddIcon("calendar-heart", [["path", { "d": "M3 10H21M21 13V4H3V22H12M8 1V7M16 1V7M18.8 15C20.015 15 21 16.0139 21 17.2647C21 19.7153 17 22 17 22C17 22 13 19.7153 13 17.2647C13 16.0139 13.985 15 15.2 15C15.9443 15 16.6019 15.3807 17 15.9631C17.3981 15.3807 18.0557 15 18.8 15Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarHeart as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarLock = require("../createJeddIcon.cjs").default("calendar-lock", [["path", { "d": "M3 10H21M21 12.5V4H3V22H12M8 1V7M16 1V7M16 18V15.875C16 14.8395 16.8954 14 18 14C19.1046 14 20 14.8395 20 15.875V18M15 18H21V22H15V18Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarLock;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarLock = createJeddIcon("calendar-lock", [["path", { "d": "M3 10H21M21 12.5V4H3V22H12M8 1V7M16 1V7M16 18V15.875C16 14.8395 16.8954 14 18 14C19.1046 14 20 14.8395 20 15.875V18M15 18H21V22H15V18Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarLock as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const CalendarOff = require("../createJeddIcon.cjs").default("calendar-off", [[
|
|
2
|
+
"g",
|
|
3
|
+
{ "clipPath": "url(#clip0_124_159)" },
|
|
4
|
+
[["path", { "d": "M3 10H10M14 10H21M21 17V4H8M21 21V22H3V4H4M16 1V7M1.5 1.5L22.5 22.5" }]]
|
|
5
|
+
], [
|
|
6
|
+
"defs",
|
|
7
|
+
{},
|
|
8
|
+
[[
|
|
9
|
+
"clipPath",
|
|
10
|
+
{ "id": "clip0_124_159" },
|
|
11
|
+
[["rect", {
|
|
12
|
+
"width": "24",
|
|
13
|
+
"height": "24"
|
|
14
|
+
}]]
|
|
15
|
+
]]
|
|
16
|
+
]]);
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.default = CalendarOff;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarOff = createJeddIcon("calendar-off", [[
|
|
3
|
+
"g",
|
|
4
|
+
{ "clipPath": "url(#clip0_124_159)" },
|
|
5
|
+
[["path", { "d": "M3 10H10M14 10H21M21 17V4H8M21 21V22H3V4H4M16 1V7M1.5 1.5L22.5 22.5" }]]
|
|
6
|
+
], [
|
|
7
|
+
"defs",
|
|
8
|
+
{},
|
|
9
|
+
[[
|
|
10
|
+
"clipPath",
|
|
11
|
+
{ "id": "clip0_124_159" },
|
|
12
|
+
[["rect", {
|
|
13
|
+
"width": "24",
|
|
14
|
+
"height": "24"
|
|
15
|
+
}]]
|
|
16
|
+
]]
|
|
17
|
+
]]);
|
|
18
|
+
//#endregion
|
|
19
|
+
export { CalendarOff as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarSearch = require("../createJeddIcon.cjs").default("calendar-search", [["path", { "d": "M3 10H21M21 14V4H3V22H13M8 1V7M16 1V7M21 22L18 19M19 17C19 18.6569 17.6569 20 16 20C14.3431 20 13 18.6569 13 17C13 15.3431 14.3431 14 16 14C17.6569 14 19 15.3431 19 17Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarSearch;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarSearch = createJeddIcon("calendar-search", [["path", { "d": "M3 10H21M21 14V4H3V22H13M8 1V7M16 1V7M21 22L18 19M19 17C19 18.6569 17.6569 20 16 20C14.3431 20 13 18.6569 13 17C13 15.3431 14.3431 14 16 14C17.6569 14 19 15.3431 19 17Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarSearch as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const CalendarStar = require("../createJeddIcon.cjs").default("calendar-star", [["path", { "d": "M3 10H21M21 14V4H3V22H13M8 1V7M16 1V7M18 16L19.0756 17.5195L20.8532 18.0729L19.7404 19.5655L19.7634 21.4271L18 20.83L16.2366 21.4271L16.2596 19.5655L15.1468 18.0729L16.9244 17.5195L18 16Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = CalendarStar;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const CalendarStar = createJeddIcon("calendar-star", [["path", { "d": "M3 10H21M21 14V4H3V22H13M8 1V7M16 1V7M18 16L19.0756 17.5195L20.8532 18.0729L19.7404 19.5655L19.7634 21.4271L18 20.83L16.2366 21.4271L16.2596 19.5655L15.1468 18.0729L16.9244 17.5195L18 16Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { CalendarStar as default };
|
package/dist/icons/index.d.cts
CHANGED
|
@@ -18,6 +18,23 @@ import { ArrowUpRight } from "./arrow-up-right.cjs";
|
|
|
18
18
|
import { ArrowUp } from "./arrow-up.cjs";
|
|
19
19
|
import { BadgeCheck } from "./badge-check.cjs";
|
|
20
20
|
import { Bolt } from "./bolt.cjs";
|
|
21
|
+
import { CalendarArrowDown } from "./calendar-arrow-down.cjs";
|
|
22
|
+
import { CalendarArrowUp } from "./calendar-arrow-up.cjs";
|
|
23
|
+
import { CalendarCogCorner } from "./calendar-cog-corner.cjs";
|
|
24
|
+
import { CalendarCog } from "./calendar-cog.cjs";
|
|
25
|
+
import { CalendarFold } from "./calendar-fold.cjs";
|
|
26
|
+
import { CalendarHeart } from "./calendar-heart.cjs";
|
|
27
|
+
import { CalendarLock } from "./calendar-lock.cjs";
|
|
28
|
+
import { CalendarNumber } from "./calendar-number.cjs";
|
|
29
|
+
import { CalendarOff } from "./calendar-off.cjs";
|
|
30
|
+
import { CalendarPlusCorner } from "./calendar-plus-corner.cjs";
|
|
31
|
+
import { CalendarPlus } from "./calendar-plus.cjs";
|
|
32
|
+
import { CalendarRange } from "./calendar-range.cjs";
|
|
33
|
+
import { CalendarSearch } from "./calendar-search.cjs";
|
|
34
|
+
import { CalendarStar } from "./calendar-star.cjs";
|
|
35
|
+
import { CalendarXCorner } from "./calendar-x-corner.cjs";
|
|
36
|
+
import { CalendarX } from "./calendar-x.cjs";
|
|
37
|
+
import { Calendar } from "./calendar.cjs";
|
|
21
38
|
import { Cancel } from "./cancel.cjs";
|
|
22
39
|
import { CheckDouble } from "./check-double.cjs";
|
|
23
40
|
import { Check } from "./check.cjs";
|
|
@@ -62,9 +79,40 @@ import { Rows2Dashed } from "./rows-2-dashed.cjs";
|
|
|
62
79
|
import { Rows2 } from "./rows-2.cjs";
|
|
63
80
|
import { Rows3Dashed } from "./rows-3-dashed.cjs";
|
|
64
81
|
import { Rows3 } from "./rows-3.cjs";
|
|
82
|
+
import { SearchAlert } from "./search-alert.cjs";
|
|
83
|
+
import { SearchCheck } from "./search-check.cjs";
|
|
84
|
+
import { SearchCode } from "./search-code.cjs";
|
|
85
|
+
import { SearchMinus } from "./search-minus.cjs";
|
|
86
|
+
import { SearchPlus } from "./search-plus.cjs";
|
|
87
|
+
import { SearchSlash } from "./search-slash.cjs";
|
|
88
|
+
import { SearchX } from "./search-x.cjs";
|
|
89
|
+
import { Search } from "./search.cjs";
|
|
65
90
|
import { Settings2 } from "./settings-2.cjs";
|
|
66
91
|
import { Settings3 } from "./settings-3.cjs";
|
|
67
92
|
import { Settings } from "./settings.cjs";
|
|
93
|
+
import { ShieldAlert } from "./shield-alert.cjs";
|
|
94
|
+
import { ShieldBan } from "./shield-ban.cjs";
|
|
95
|
+
import { ShieldCheck } from "./shield-check.cjs";
|
|
96
|
+
import { ShieldCogCorner } from "./shield-cog-corner.cjs";
|
|
97
|
+
import { ShieldCog } from "./shield-cog.cjs";
|
|
98
|
+
import { ShieldHalf } from "./shield-half.cjs";
|
|
99
|
+
import { ShieldMinus } from "./shield-minus.cjs";
|
|
100
|
+
import { ShieldOff } from "./shield-off.cjs";
|
|
101
|
+
import { ShieldPlus } from "./shield-plus.cjs";
|
|
102
|
+
import { ShieldQuestionMark } from "./shield-question-mark.cjs";
|
|
103
|
+
import { ShieldStar } from "./shield-star.cjs";
|
|
104
|
+
import { ShieldThunder } from "./shield-thunder.cjs";
|
|
105
|
+
import { ShieldUser } from "./shield-user.cjs";
|
|
106
|
+
import { ShieldX } from "./shield-x.cjs";
|
|
107
|
+
import { Shield } from "./shield.cjs";
|
|
108
|
+
import { SquareTerminal } from "./square-terminal.cjs";
|
|
109
|
+
import { Terminal } from "./terminal.cjs";
|
|
110
|
+
import { TextAlignCenter } from "./text-align-center.cjs";
|
|
111
|
+
import { TextAlignJustifyLeft } from "./text-align-justify-left.cjs";
|
|
112
|
+
import { TextAlignJustifyRight } from "./text-align-justify-right.cjs";
|
|
113
|
+
import { TextAlignJustify } from "./text-align-justify.cjs";
|
|
114
|
+
import { TextAlignLeft } from "./text-align-left.cjs";
|
|
115
|
+
import { TextAlignRight } from "./text-align-right.cjs";
|
|
68
116
|
import { Trash2 } from "./trash-2.cjs";
|
|
69
117
|
import { Trash3 } from "./trash-3.cjs";
|
|
70
118
|
import { TrashDelete } from "./trash-delete.cjs";
|
package/dist/icons/index.d.mts
CHANGED
|
@@ -18,6 +18,23 @@ import { ArrowUpRight } from "./arrow-up-right.mjs";
|
|
|
18
18
|
import { ArrowUp } from "./arrow-up.mjs";
|
|
19
19
|
import { BadgeCheck } from "./badge-check.mjs";
|
|
20
20
|
import { Bolt } from "./bolt.mjs";
|
|
21
|
+
import { CalendarArrowDown } from "./calendar-arrow-down.mjs";
|
|
22
|
+
import { CalendarArrowUp } from "./calendar-arrow-up.mjs";
|
|
23
|
+
import { CalendarCogCorner } from "./calendar-cog-corner.mjs";
|
|
24
|
+
import { CalendarCog } from "./calendar-cog.mjs";
|
|
25
|
+
import { CalendarFold } from "./calendar-fold.mjs";
|
|
26
|
+
import { CalendarHeart } from "./calendar-heart.mjs";
|
|
27
|
+
import { CalendarLock } from "./calendar-lock.mjs";
|
|
28
|
+
import { CalendarNumber } from "./calendar-number.mjs";
|
|
29
|
+
import { CalendarOff } from "./calendar-off.mjs";
|
|
30
|
+
import { CalendarPlusCorner } from "./calendar-plus-corner.mjs";
|
|
31
|
+
import { CalendarPlus } from "./calendar-plus.mjs";
|
|
32
|
+
import { CalendarRange } from "./calendar-range.mjs";
|
|
33
|
+
import { CalendarSearch } from "./calendar-search.mjs";
|
|
34
|
+
import { CalendarStar } from "./calendar-star.mjs";
|
|
35
|
+
import { CalendarXCorner } from "./calendar-x-corner.mjs";
|
|
36
|
+
import { CalendarX } from "./calendar-x.mjs";
|
|
37
|
+
import { Calendar } from "./calendar.mjs";
|
|
21
38
|
import { Cancel } from "./cancel.mjs";
|
|
22
39
|
import { CheckDouble } from "./check-double.mjs";
|
|
23
40
|
import { Check } from "./check.mjs";
|
|
@@ -62,9 +79,40 @@ import { Rows2Dashed } from "./rows-2-dashed.mjs";
|
|
|
62
79
|
import { Rows2 } from "./rows-2.mjs";
|
|
63
80
|
import { Rows3Dashed } from "./rows-3-dashed.mjs";
|
|
64
81
|
import { Rows3 } from "./rows-3.mjs";
|
|
82
|
+
import { SearchAlert } from "./search-alert.mjs";
|
|
83
|
+
import { SearchCheck } from "./search-check.mjs";
|
|
84
|
+
import { SearchCode } from "./search-code.mjs";
|
|
85
|
+
import { SearchMinus } from "./search-minus.mjs";
|
|
86
|
+
import { SearchPlus } from "./search-plus.mjs";
|
|
87
|
+
import { SearchSlash } from "./search-slash.mjs";
|
|
88
|
+
import { SearchX } from "./search-x.mjs";
|
|
89
|
+
import { Search } from "./search.mjs";
|
|
65
90
|
import { Settings2 } from "./settings-2.mjs";
|
|
66
91
|
import { Settings3 } from "./settings-3.mjs";
|
|
67
92
|
import { Settings } from "./settings.mjs";
|
|
93
|
+
import { ShieldAlert } from "./shield-alert.mjs";
|
|
94
|
+
import { ShieldBan } from "./shield-ban.mjs";
|
|
95
|
+
import { ShieldCheck } from "./shield-check.mjs";
|
|
96
|
+
import { ShieldCogCorner } from "./shield-cog-corner.mjs";
|
|
97
|
+
import { ShieldCog } from "./shield-cog.mjs";
|
|
98
|
+
import { ShieldHalf } from "./shield-half.mjs";
|
|
99
|
+
import { ShieldMinus } from "./shield-minus.mjs";
|
|
100
|
+
import { ShieldOff } from "./shield-off.mjs";
|
|
101
|
+
import { ShieldPlus } from "./shield-plus.mjs";
|
|
102
|
+
import { ShieldQuestionMark } from "./shield-question-mark.mjs";
|
|
103
|
+
import { ShieldStar } from "./shield-star.mjs";
|
|
104
|
+
import { ShieldThunder } from "./shield-thunder.mjs";
|
|
105
|
+
import { ShieldUser } from "./shield-user.mjs";
|
|
106
|
+
import { ShieldX } from "./shield-x.mjs";
|
|
107
|
+
import { Shield } from "./shield.mjs";
|
|
108
|
+
import { SquareTerminal } from "./square-terminal.mjs";
|
|
109
|
+
import { Terminal } from "./terminal.mjs";
|
|
110
|
+
import { TextAlignCenter } from "./text-align-center.mjs";
|
|
111
|
+
import { TextAlignJustifyLeft } from "./text-align-justify-left.mjs";
|
|
112
|
+
import { TextAlignJustifyRight } from "./text-align-justify-right.mjs";
|
|
113
|
+
import { TextAlignJustify } from "./text-align-justify.mjs";
|
|
114
|
+
import { TextAlignLeft } from "./text-align-left.mjs";
|
|
115
|
+
import { TextAlignRight } from "./text-align-right.mjs";
|
|
68
116
|
import { Trash2 } from "./trash-2.mjs";
|
|
69
117
|
import { Trash3 } from "./trash-3.mjs";
|
|
70
118
|
import { TrashDelete } from "./trash-delete.mjs";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchAlert = require("../createJeddIcon.cjs").default("search-alert", [["path", { "d": "M21 21L16.6569 16.6569M11 6V12M11 14V16M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = SearchAlert;
|