@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,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchAlert = createJeddIcon("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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchAlert as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchCheck = require("../createJeddIcon.cjs").default("search-check", [["path", { "d": "M8 11L10 13L15 8M21 21L16.6569 16.6569M19 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 = SearchCheck;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchCheck = createJeddIcon("search-check", [["path", { "d": "M8 11L10 13L15 8M21 21L16.6569 16.6569M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchCheck as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchCode = require("../createJeddIcon.cjs").default("search-code", [["path", { "d": "M21 21L16.6569 16.6569M12 14L15 11L12 8M10 14L7 11L10 8M19 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 = SearchCode;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchCode = createJeddIcon("search-code", [["path", { "d": "M21 21L16.6569 16.6569M12 14L15 11L12 8M10 14L7 11L10 8M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchCode as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchMinus = require("../createJeddIcon.cjs").default("search-minus", [["path", { "d": "M21 21L16.6569 16.6569M15 11L7 11M19 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 = SearchMinus;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchMinus = createJeddIcon("search-minus", [["path", { "d": "M21 21L16.6569 16.6569M15 11L7 11M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchMinus as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchPlus = require("../createJeddIcon.cjs").default("search-plus", [["path", { "d": "M21 21L16.6569 16.6569M11 7V15M15 11L7 11M19 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 = SearchPlus;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchPlus = createJeddIcon("search-plus", [["path", { "d": "M21 21L16.6569 16.6569M11 7V15M15 11L7 11M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchPlus as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchSlash = require("../createJeddIcon.cjs").default("search-slash", [["path", { "d": "M21 21L16.6569 16.6569M14.0015 7.99644L8.00146 13.9964M19 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 = SearchSlash;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchSlash = createJeddIcon("search-slash", [["path", { "d": "M21 21L16.6569 16.6569M14.0015 7.99644L8.00146 13.9964M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchSlash as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const SearchX = require("../createJeddIcon.cjs").default("search-x", [["path", { "d": "M21 21L16.6569 16.6569M14.0015 7.99644L8.00146 13.9964M8.00146 7.99646L14.0015 13.9965M19 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 = SearchX;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const SearchX = createJeddIcon("search-x", [["path", { "d": "M21 21L16.6569 16.6569M14.0015 7.99644L8.00146 13.9964M8.00146 7.99646L14.0015 13.9965M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { SearchX as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const Search = createJeddIcon("search", [["path", { "d": "M21 21L16.6424 16.6424M19 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" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { Search as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldAlert = createJeddIcon("shield-alert", [["path", { "d": "M12 6V14M12 16V18M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldAlert as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldBan = createJeddIcon("shield-ban", [["path", { "d": "M18 18L12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18ZM18 18L4.99999 5.00002" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldBan as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldCheck = createJeddIcon("shield-check", [["path", { "d": "M8.99998 12L11 14L16 9M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldCheck as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldCogCorner = require("../createJeddIcon.cjs").default("shield-cog-corner", [["path", { "d": "M19.1084 13L20.6602 6C20.6602 6 15.5792 3 12 3C8.42076 3 3.33972 6 3.33972 6L5.99998 18L12 21L13 20.5M19 19.732C19.9566 19.1798 20.2843 17.9566 19.732 17C19.1797 16.0434 17.9566 15.7157 17 16.2679M19 19.732C18.0434 20.2843 16.8202 19.9566 16.2679 19C15.7156 18.0434 16.0434 16.8202 17 16.2679M19 19.732L20 21.4641M17 16.2679L16 14.5359M20 14.5359L19.0001 16.2677M22 18H20.0003M16 21.4641L16.9998 19.7323M14 18H15.9996" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldCogCorner;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldCogCorner = createJeddIcon("shield-cog-corner", [["path", { "d": "M19.1084 13L20.6602 6C20.6602 6 15.5792 3 12 3C8.42076 3 3.33972 6 3.33972 6L5.99998 18L12 21L13 20.5M19 19.732C19.9566 19.1798 20.2843 17.9566 19.732 17C19.1797 16.0434 17.9566 15.7157 17 16.2679M19 19.732C18.0434 20.2843 16.8202 19.9566 16.2679 19C15.7156 18.0434 16.0434 16.8202 17 16.2679M19 19.732L20 21.4641M17 16.2679L16 14.5359M20 14.5359L19.0001 16.2677M22 18H20.0003M16 21.4641L16.9998 19.7323M14 18H15.9996" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldCogCorner as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldCog = require("../createJeddIcon.cjs").default("shield-cog", [["path", { "d": "M13 13.732C13.9566 13.1798 14.2843 11.9566 13.732 11C13.1797 10.0434 11.9566 9.71566 11 10.2679M13 13.732C12.0434 14.2843 10.8202 13.9566 10.2679 13C9.71564 12.0434 10.0434 10.8202 11 10.2679M13 13.732L14 15.4641M11 10.2679L9.99997 8.5359M14 8.5359L13.0001 10.2677M16 12H14.0003M9.99997 15.4641L10.9998 13.7323M7.99997 12H9.99964M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldCog;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldCog = createJeddIcon("shield-cog", [["path", { "d": "M13 13.732C13.9566 13.1798 14.2843 11.9566 13.732 11C13.1797 10.0434 11.9566 9.71566 11 10.2679M13 13.732C12.0434 14.2843 10.8202 13.9566 10.2679 13C9.71564 12.0434 10.0434 10.8202 11 10.2679M13 13.732L14 15.4641M11 10.2679L9.99997 8.5359M14 8.5359L13.0001 10.2677M16 12H14.0003M9.99997 15.4641L10.9998 13.7323M7.99997 12H9.99964M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldCog as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldHalf = createJeddIcon("shield-half", [["path", { "d": "M12 2.30762V20.6924M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldHalf as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldMinus = createJeddIcon("shield-minus", [["path", { "d": "M16 12H7.99998M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldMinus as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldOff = require("../createJeddIcon.cjs").default("shield-off", [["path", { "d": "M9.02933 3.5C10.044 3.20147 11.0724 3 12 3C15.5792 3 20.6602 6 20.6602 6L18.8867 14M5.07585 5.08025C4.02778 5.59375 3.33973 6 3.33973 6L5.99999 18L12 21L18 18M2.5 2.50003L20.5 20.5" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldOff;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldOff = createJeddIcon("shield-off", [["path", { "d": "M9.02933 3.5C10.044 3.20147 11.0724 3 12 3C15.5792 3 20.6602 6 20.6602 6L18.8867 14M5.07585 5.08025C4.02778 5.59375 3.33973 6 3.33973 6L5.99999 18L12 21L18 18M2.5 2.50003L20.5 20.5" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldOff as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldPlus = createJeddIcon("shield-plus", [["path", { "d": "M12 8V16M16 12H7.99998M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldPlus as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldQuestionMark = require("../createJeddIcon.cjs").default("shield-question-mark", [["path", { "d": "M12 16V18M8.99998 10V8C8.99998 8 11.1267 7.00001 12 7.00001C12.8732 7.00001 15 8 15 8V11L12 13V15M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldQuestionMark;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldQuestionMark = createJeddIcon("shield-question-mark", [["path", { "d": "M12 16V18M8.99998 10V8C8.99998 8 11.1267 7.00001 12 7.00001C12.8732 7.00001 15 8 15 8V11L12 13V15M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldQuestionMark as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldStar = require("../createJeddIcon.cjs").default("shield-star", [["path", { "d": "M12 21L18 18L20.6602 6C20.6602 6 15.5792 3 12 3C8.42076 3 3.33972 6 3.33972 6L5.99998 18L12 21Z" }], ["path", { "d": "M12 9L13.0756 10.5195L14.8531 11.0729L13.7404 12.5655L13.7633 14.4271L12 13.83L10.2366 14.4271L10.2595 12.5655L9.14681 11.0729L10.9243 10.5195L12 9Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldStar;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldStar = createJeddIcon("shield-star", [["path", { "d": "M12 21L18 18L20.6602 6C20.6602 6 15.5792 3 12 3C8.42076 3 3.33972 6 3.33972 6L5.99998 18L12 21Z" }], ["path", { "d": "M12 9L13.0756 10.5195L14.8531 11.0729L13.7404 12.5655L13.7633 14.4271L12 13.83L10.2366 14.4271L10.2595 12.5655L9.14681 11.0729L10.9243 10.5195L12 9Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldStar as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldThunder = require("../createJeddIcon.cjs").default("shield-thunder", [["path", { "d": "M12 6L9.99998 11H14L12 17M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldThunder;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldThunder = createJeddIcon("shield-thunder", [["path", { "d": "M12 6L9.99998 11H14L12 17M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldThunder as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const ShieldUser = require("../createJeddIcon.cjs").default("shield-user", [["path", { "d": "M12 13C13.6568 13 15 11.6569 15 10C15 8.34315 13.6568 7 12 7C10.3431 7 8.99998 8.34315 8.99998 10C8.99998 11.6569 10.3431 13 12 13ZM12 13C14.973 13 17.4409 15.1623 17.917 18M12 13C9.02698 13 6.55901 15.1623 6.08294 18M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
2
|
+
//#endregion
|
|
3
|
+
exports.default = ShieldUser;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldUser = createJeddIcon("shield-user", [["path", { "d": "M12 13C13.6568 13 15 11.6569 15 10C15 8.34315 13.6568 7 12 7C10.3431 7 8.99998 8.34315 8.99998 10C8.99998 11.6569 10.3431 13 12 13ZM12 13C14.973 13 17.4409 15.1623 17.917 18M12 13C9.02698 13 6.55901 15.1623 6.08294 18M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldUser as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import createJeddIcon from "../createJeddIcon.mjs";
|
|
2
|
+
const ShieldX = createJeddIcon("shield-x", [["path", { "d": "M8.99997 9L15 15M15 9L8.99997 15M12 21L5.99998 18L3.33972 6C3.33972 6 8.42076 3 12 3C15.5792 3 20.6602 6 20.6602 6L18 18L12 21Z" }]]);
|
|
3
|
+
//#endregion
|
|
4
|
+
export { ShieldX as default };
|