@medway-ui/icons 1.10.0 → 1.11.0

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.
Files changed (133) hide show
  1. package/dist/components/icons/Clap.cjs +43 -0
  2. package/dist/components/icons/Clap.d.cts +6 -0
  3. package/dist/components/icons/Clap.d.ts +6 -0
  4. package/dist/components/icons/Clap.js +9 -0
  5. package/dist/components/icons/IndexBarHigh.cjs +43 -0
  6. package/dist/components/icons/IndexBarHigh.d.cts +6 -0
  7. package/dist/components/icons/IndexBarHigh.d.ts +6 -0
  8. package/dist/components/icons/IndexBarHigh.js +9 -0
  9. package/dist/components/icons/IndexBarLow.cjs +43 -0
  10. package/dist/components/icons/IndexBarLow.d.cts +6 -0
  11. package/dist/components/icons/IndexBarLow.d.ts +6 -0
  12. package/dist/components/icons/IndexBarLow.js +9 -0
  13. package/dist/components/icons/IndexBarMedium.cjs +43 -0
  14. package/dist/components/icons/IndexBarMedium.d.cts +6 -0
  15. package/dist/components/icons/IndexBarMedium.d.ts +6 -0
  16. package/dist/components/icons/IndexBarMedium.js +9 -0
  17. package/dist/components/icons/IndexBarPriority.cjs +43 -0
  18. package/dist/components/icons/IndexBarPriority.d.cts +6 -0
  19. package/dist/components/icons/IndexBarPriority.d.ts +6 -0
  20. package/dist/components/icons/IndexBarPriority.js +9 -0
  21. package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
  22. package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
  23. package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
  24. package/dist/components/icons/IndexPyramidHigh.js +9 -0
  25. package/dist/components/icons/IndexPyramidLow.cjs +43 -0
  26. package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
  27. package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
  28. package/dist/components/icons/IndexPyramidLow.js +9 -0
  29. package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
  30. package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
  31. package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
  32. package/dist/components/icons/IndexPyramidMedium.js +9 -0
  33. package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
  34. package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
  35. package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
  36. package/dist/components/icons/IndexPyramidPriority.js +9 -0
  37. package/dist/components/icons/Rat.cjs +43 -0
  38. package/dist/components/icons/Rat.d.cts +6 -0
  39. package/dist/components/icons/Rat.d.ts +6 -0
  40. package/dist/components/icons/Rat.js +9 -0
  41. package/dist/components/icons/Shape5.cjs +43 -0
  42. package/dist/components/icons/Shape5.d.cts +6 -0
  43. package/dist/components/icons/Shape5.d.ts +6 -0
  44. package/dist/components/icons/Shape5.js +9 -0
  45. package/dist/components/icons/Shape6.cjs +43 -0
  46. package/dist/components/icons/Shape6.d.cts +6 -0
  47. package/dist/components/icons/Shape6.d.ts +6 -0
  48. package/dist/components/icons/Shape6.js +9 -0
  49. package/dist/components/icons/Shape7.cjs +43 -0
  50. package/dist/components/icons/Shape7.d.cts +6 -0
  51. package/dist/components/icons/Shape7.d.ts +6 -0
  52. package/dist/components/icons/Shape7.js +9 -0
  53. package/dist/components/icons/Shape8.cjs +43 -0
  54. package/dist/components/icons/Shape8.d.cts +6 -0
  55. package/dist/components/icons/Shape8.d.ts +6 -0
  56. package/dist/components/icons/Shape8.js +9 -0
  57. package/dist/components/icons/TimelineAnticipate.cjs +43 -0
  58. package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
  59. package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
  60. package/dist/components/icons/TimelineAnticipate.js +9 -0
  61. package/dist/components/icons/index.cjs +45 -0
  62. package/dist/components/icons/index.d.cts +15 -0
  63. package/dist/components/icons/index.d.ts +15 -0
  64. package/dist/components/icons/index.js +30 -0
  65. package/dist/index.d.cts +15 -0
  66. package/dist/index.d.ts +15 -0
  67. package/native/components/icons/Clap.cjs +52 -0
  68. package/native/components/icons/Clap.d.cts +9 -0
  69. package/native/components/icons/Clap.d.ts +9 -0
  70. package/native/components/icons/Clap.js +18 -0
  71. package/native/components/icons/IndexBarHigh.cjs +45 -0
  72. package/native/components/icons/IndexBarHigh.d.cts +9 -0
  73. package/native/components/icons/IndexBarHigh.d.ts +9 -0
  74. package/native/components/icons/IndexBarHigh.js +11 -0
  75. package/native/components/icons/IndexBarLow.cjs +45 -0
  76. package/native/components/icons/IndexBarLow.d.cts +9 -0
  77. package/native/components/icons/IndexBarLow.d.ts +9 -0
  78. package/native/components/icons/IndexBarLow.js +11 -0
  79. package/native/components/icons/IndexBarMedium.cjs +45 -0
  80. package/native/components/icons/IndexBarMedium.d.cts +9 -0
  81. package/native/components/icons/IndexBarMedium.d.ts +9 -0
  82. package/native/components/icons/IndexBarMedium.js +11 -0
  83. package/native/components/icons/IndexBarPriority.cjs +45 -0
  84. package/native/components/icons/IndexBarPriority.d.cts +9 -0
  85. package/native/components/icons/IndexBarPriority.d.ts +9 -0
  86. package/native/components/icons/IndexBarPriority.js +11 -0
  87. package/native/components/icons/IndexPyramidHigh.cjs +45 -0
  88. package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
  89. package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
  90. package/native/components/icons/IndexPyramidHigh.js +11 -0
  91. package/native/components/icons/IndexPyramidLow.cjs +45 -0
  92. package/native/components/icons/IndexPyramidLow.d.cts +9 -0
  93. package/native/components/icons/IndexPyramidLow.d.ts +9 -0
  94. package/native/components/icons/IndexPyramidLow.js +11 -0
  95. package/native/components/icons/IndexPyramidMedium.cjs +45 -0
  96. package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
  97. package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
  98. package/native/components/icons/IndexPyramidMedium.js +11 -0
  99. package/native/components/icons/IndexPyramidPriority.cjs +45 -0
  100. package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
  101. package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
  102. package/native/components/icons/IndexPyramidPriority.js +11 -0
  103. package/native/components/icons/Rat.cjs +45 -0
  104. package/native/components/icons/Rat.d.cts +9 -0
  105. package/native/components/icons/Rat.d.ts +9 -0
  106. package/native/components/icons/Rat.js +11 -0
  107. package/native/components/icons/Shape5.cjs +45 -0
  108. package/native/components/icons/Shape5.d.cts +9 -0
  109. package/native/components/icons/Shape5.d.ts +9 -0
  110. package/native/components/icons/Shape5.js +11 -0
  111. package/native/components/icons/Shape6.cjs +45 -0
  112. package/native/components/icons/Shape6.d.cts +9 -0
  113. package/native/components/icons/Shape6.d.ts +9 -0
  114. package/native/components/icons/Shape6.js +11 -0
  115. package/native/components/icons/Shape7.cjs +45 -0
  116. package/native/components/icons/Shape7.d.cts +9 -0
  117. package/native/components/icons/Shape7.d.ts +9 -0
  118. package/native/components/icons/Shape7.js +11 -0
  119. package/native/components/icons/Shape8.cjs +45 -0
  120. package/native/components/icons/Shape8.d.cts +9 -0
  121. package/native/components/icons/Shape8.d.ts +9 -0
  122. package/native/components/icons/Shape8.js +11 -0
  123. package/native/components/icons/TimelineAnticipate.cjs +45 -0
  124. package/native/components/icons/TimelineAnticipate.d.cts +9 -0
  125. package/native/components/icons/TimelineAnticipate.d.ts +9 -0
  126. package/native/components/icons/TimelineAnticipate.js +11 -0
  127. package/native/components/icons/index.cjs +45 -0
  128. package/native/components/icons/index.d.cts +15 -0
  129. package/native/components/icons/index.d.ts +15 -0
  130. package/native/components/icons/index.js +30 -0
  131. package/native/index.d.cts +91 -1
  132. package/native/index.d.ts +91 -1
  133. package/package.json +2 -2
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var IndexBarPriority_exports = {};
30
+ __export(IndexBarPriority_exports, {
31
+ IndexBarPriority: () => IndexBarPriority
32
+ });
33
+ module.exports = __toCommonJS(IndexBarPriority_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexBarPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M9 18V16C9 14.3431 7.65685 13 6 13C4.34315 13 3 14.3431 3 16V18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18ZM9 18V11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18M9 18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18M15 18V6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IndexBarPriority
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarPriorityProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarPriority: ({ height, width, color, strokeWidth }: IndexBarPriorityProps) => JSX.Element;
8
+
9
+ export { IndexBarPriority };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarPriorityProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarPriority: ({ height, width, color, strokeWidth }: IndexBarPriorityProps) => JSX.Element;
8
+
9
+ export { IndexBarPriority };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexBarPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M9 18V16C9 14.3431 7.65685 13 6 13C4.34315 13 3 14.3431 3 16V18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18ZM9 18V11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18M9 18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18M15 18V6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexBarPriority
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var IndexPyramidHigh_exports = {};
30
+ __export(IndexPyramidHigh_exports, {
31
+ IndexPyramidHigh: () => IndexPyramidHigh
32
+ });
33
+ module.exports = __toCommonJS(IndexPyramidHigh_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexPyramidHigh = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M10.2705 5C11.0403 3.66667 12.9648 3.66667 13.7346 5L16.6214 10H7.38379L10.2705 5Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IndexPyramidHigh
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidHighProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidHigh: ({ height, width, color, strokeWidth }: IndexPyramidHighProps) => JSX.Element;
8
+
9
+ export { IndexPyramidHigh };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidHighProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidHigh: ({ height, width, color, strokeWidth }: IndexPyramidHighProps) => JSX.Element;
8
+
9
+ export { IndexPyramidHigh };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexPyramidHigh = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M10.2705 5C11.0403 3.66667 12.9648 3.66667 13.7346 5L16.6214 10H7.38379L10.2705 5Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexPyramidHigh
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var IndexPyramidLow_exports = {};
30
+ __export(IndexPyramidLow_exports, {
31
+ IndexPyramidLow: () => IndexPyramidLow
32
+ });
33
+ module.exports = __toCommonJS(IndexPyramidLow_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexPyramidLow = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M19.508 15L20.6627 17C21.4325 18.3333 20.4703 20 18.9307 20H5.07427C3.53467 20 2.57242 18.3333 3.34222 17L4.49692 15H19.508Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IndexPyramidLow
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidLowProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidLow: ({ height, width, color, strokeWidth }: IndexPyramidLowProps) => JSX.Element;
8
+
9
+ export { IndexPyramidLow };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidLowProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidLow: ({ height, width, color, strokeWidth }: IndexPyramidLowProps) => JSX.Element;
8
+
9
+ export { IndexPyramidLow };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexPyramidLow = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M19.508 15L20.6627 17C21.4325 18.3333 20.4703 20 18.9307 20H5.07427C3.53467 20 2.57242 18.3333 3.34222 17L4.49692 15H19.508Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexPyramidLow
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var IndexPyramidMedium_exports = {};
30
+ __export(IndexPyramidMedium_exports, {
31
+ IndexPyramidMedium: () => IndexPyramidMedium
32
+ });
33
+ module.exports = __toCommonJS(IndexPyramidMedium_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexPyramidMedium = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M16.6214 10L19.5082 15H4.49707L7.38382 10H16.6214Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IndexPyramidMedium
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidMediumProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
8
+
9
+ export { IndexPyramidMedium };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidMediumProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidMedium: ({ height, width, color, strokeWidth }: IndexPyramidMediumProps) => JSX.Element;
8
+
9
+ export { IndexPyramidMedium };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexPyramidMedium = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M16.6214 10L19.5082 15H4.49707L7.38382 10H16.6214Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexPyramidMedium
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var IndexPyramidPriority_exports = {};
30
+ __export(IndexPyramidPriority_exports, {
31
+ IndexPyramidPriority: () => IndexPyramidPriority
32
+ });
33
+ module.exports = __toCommonJS(IndexPyramidPriority_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexPyramidPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M7.38017 10H16.6202M4.50017 15H19.5102M5.07427 20H18.9307C20.4703 20 21.4325 18.3333 20.6627 17L13.7345 5C12.9647 3.66667 11.0402 3.66667 10.2704 5L3.34222 17C2.57242 18.3333 3.53467 20 5.07427 20Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ IndexPyramidPriority
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidPriorityProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
8
+
9
+ export { IndexPyramidPriority };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexPyramidPriorityProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexPyramidPriority: ({ height, width, color, strokeWidth }: IndexPyramidPriorityProps) => JSX.Element;
8
+
9
+ export { IndexPyramidPriority };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexPyramidPriority = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M7.38017 10H16.6202M4.50017 15H19.5102M5.07427 20H18.9307C20.4703 20 21.4325 18.3333 20.6627 17L13.7345 5C12.9647 3.66667 11.0402 3.66667 10.2704 5L3.34222 17C2.57242 18.3333 3.53467 20 5.07427 20Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexPyramidPriority
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Rat_exports = {};
30
+ __export(Rat_exports, {
31
+ Rat: () => Rat
32
+ });
33
+ module.exports = __toCommonJS(Rat_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const Rat = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M6 16C3.23858 16 1 13.7614 1 11C1 8.23858 3.23858 6 6 6H9C10.1046 6 11 5.10457 11 4C11 2.89543 10.1046 2 9 2H7M14.6908 9.37846C14.0063 9.13345 13.2687 9 12.5 9C8.91015 9 6 11.9101 6 15.5C6 19.0899 8.91015 22 12.5 22H19.5C20.3956 21.9999 21.2911 21.6582 21.9744 20.9749C23.3413 19.608 23.3413 17.392 21.9744 16.0251L20.803 14.8208C20.9311 14.4032 21 13.9596 21 13.5C21 11.0147 18.9853 9 16.5 9C14.0147 9 12 11.0147 12 13.5C12 14.3004 12.209 15.052 12.5754 15.7033M18.0498 17.9998V18.0998L17.9502 18.0995V17.9998H18.0498Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Rat
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type RatProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Rat: ({ height, width, color, strokeWidth }: RatProps) => JSX.Element;
8
+
9
+ export { Rat };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type RatProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Rat: ({ height, width, color, strokeWidth }: RatProps) => JSX.Element;
8
+
9
+ export { Rat };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Rat = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M6 16C3.23858 16 1 13.7614 1 11C1 8.23858 3.23858 6 6 6H9C10.1046 6 11 5.10457 11 4C11 2.89543 10.1046 2 9 2H7M14.6908 9.37846C14.0063 9.13345 13.2687 9 12.5 9C8.91015 9 6 11.9101 6 15.5C6 19.0899 8.91015 22 12.5 22H19.5C20.3956 21.9999 21.2911 21.6582 21.9744 20.9749C23.3413 19.608 23.3413 17.392 21.9744 16.0251L20.803 14.8208C20.9311 14.4032 21 13.9596 21 13.5C21 11.0147 18.9853 9 16.5 9C14.0147 9 12 11.0147 12 13.5C12 14.3004 12.209 15.052 12.5754 15.7033M18.0498 17.9998V18.0998L17.9502 18.0995V17.9998H18.0498Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ Rat
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Shape5_exports = {};
30
+ __export(Shape5_exports, {
31
+ Shape5: () => Shape5
32
+ });
33
+ module.exports = __toCommonJS(Shape5_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const Shape5 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M11.9985 3L2.53516 9.87547L6.14984 21H17.8468L21.4615 9.87547L11.9985 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Shape5
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type Shape5Props = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Shape5: ({ height, width, color, strokeWidth }: Shape5Props) => JSX.Element;
8
+
9
+ export { Shape5 };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type Shape5Props = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Shape5: ({ height, width, color, strokeWidth }: Shape5Props) => JSX.Element;
8
+
9
+ export { Shape5 };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Shape5 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <path d="M11.9985 3L2.53516 9.87547L6.14984 21H17.8468L21.4615 9.87547L11.9985 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ Shape5
11
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Shape6_exports = {};
30
+ __export(Shape6_exports, {
31
+ Shape6: () => Shape6
32
+ });
33
+ module.exports = __toCommonJS(Shape6_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const Shape6 = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <path d="M17.1938 3H6.80158L1.60547 12.0002L6.80158 21H17.1938L22.3904 12.0002L17.1938 3Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ Shape6
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type Shape6Props = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Shape6: ({ height, width, color, strokeWidth }: Shape6Props) => JSX.Element;
8
+
9
+ export { Shape6 };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type Shape6Props = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Shape6: ({ height, width, color, strokeWidth }: Shape6Props) => JSX.Element;
8
+
9
+ export { Shape6 };