@medway-ui/icons 1.9.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 (149) 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/ContentUpdate.cjs +43 -0
  6. package/dist/components/icons/ContentUpdate.d.cts +6 -0
  7. package/dist/components/icons/ContentUpdate.d.ts +6 -0
  8. package/dist/components/icons/ContentUpdate.js +9 -0
  9. package/dist/components/icons/IndexBarHigh.cjs +43 -0
  10. package/dist/components/icons/IndexBarHigh.d.cts +6 -0
  11. package/dist/components/icons/IndexBarHigh.d.ts +6 -0
  12. package/dist/components/icons/IndexBarHigh.js +9 -0
  13. package/dist/components/icons/IndexBarLow.cjs +43 -0
  14. package/dist/components/icons/IndexBarLow.d.cts +6 -0
  15. package/dist/components/icons/IndexBarLow.d.ts +6 -0
  16. package/dist/components/icons/IndexBarLow.js +9 -0
  17. package/dist/components/icons/IndexBarMedium.cjs +43 -0
  18. package/dist/components/icons/IndexBarMedium.d.cts +6 -0
  19. package/dist/components/icons/IndexBarMedium.d.ts +6 -0
  20. package/dist/components/icons/IndexBarMedium.js +9 -0
  21. package/dist/components/icons/IndexBarPriority.cjs +43 -0
  22. package/dist/components/icons/IndexBarPriority.d.cts +6 -0
  23. package/dist/components/icons/IndexBarPriority.d.ts +6 -0
  24. package/dist/components/icons/IndexBarPriority.js +9 -0
  25. package/dist/components/icons/IndexPyramidHigh.cjs +43 -0
  26. package/dist/components/icons/IndexPyramidHigh.d.cts +6 -0
  27. package/dist/components/icons/IndexPyramidHigh.d.ts +6 -0
  28. package/dist/components/icons/IndexPyramidHigh.js +9 -0
  29. package/dist/components/icons/IndexPyramidLow.cjs +43 -0
  30. package/dist/components/icons/IndexPyramidLow.d.cts +6 -0
  31. package/dist/components/icons/IndexPyramidLow.d.ts +6 -0
  32. package/dist/components/icons/IndexPyramidLow.js +9 -0
  33. package/dist/components/icons/IndexPyramidMedium.cjs +43 -0
  34. package/dist/components/icons/IndexPyramidMedium.d.cts +6 -0
  35. package/dist/components/icons/IndexPyramidMedium.d.ts +6 -0
  36. package/dist/components/icons/IndexPyramidMedium.js +9 -0
  37. package/dist/components/icons/IndexPyramidPriority.cjs +43 -0
  38. package/dist/components/icons/IndexPyramidPriority.d.cts +6 -0
  39. package/dist/components/icons/IndexPyramidPriority.d.ts +6 -0
  40. package/dist/components/icons/IndexPyramidPriority.js +9 -0
  41. package/dist/components/icons/Rat.cjs +43 -0
  42. package/dist/components/icons/Rat.d.cts +6 -0
  43. package/dist/components/icons/Rat.d.ts +6 -0
  44. package/dist/components/icons/Rat.js +9 -0
  45. package/dist/components/icons/SearchError.cjs +43 -0
  46. package/dist/components/icons/SearchError.d.cts +6 -0
  47. package/dist/components/icons/SearchError.d.ts +6 -0
  48. package/dist/components/icons/SearchError.js +9 -0
  49. package/dist/components/icons/Shape5.cjs +43 -0
  50. package/dist/components/icons/Shape5.d.cts +6 -0
  51. package/dist/components/icons/Shape5.d.ts +6 -0
  52. package/dist/components/icons/Shape5.js +9 -0
  53. package/dist/components/icons/Shape6.cjs +43 -0
  54. package/dist/components/icons/Shape6.d.cts +6 -0
  55. package/dist/components/icons/Shape6.d.ts +6 -0
  56. package/dist/components/icons/Shape6.js +9 -0
  57. package/dist/components/icons/Shape7.cjs +43 -0
  58. package/dist/components/icons/Shape7.d.cts +6 -0
  59. package/dist/components/icons/Shape7.d.ts +6 -0
  60. package/dist/components/icons/Shape7.js +9 -0
  61. package/dist/components/icons/Shape8.cjs +43 -0
  62. package/dist/components/icons/Shape8.d.cts +6 -0
  63. package/dist/components/icons/Shape8.d.ts +6 -0
  64. package/dist/components/icons/Shape8.js +9 -0
  65. package/dist/components/icons/TimelineAnticipate.cjs +43 -0
  66. package/dist/components/icons/TimelineAnticipate.d.cts +6 -0
  67. package/dist/components/icons/TimelineAnticipate.d.ts +6 -0
  68. package/dist/components/icons/TimelineAnticipate.js +9 -0
  69. package/dist/components/icons/index.cjs +51 -0
  70. package/dist/components/icons/index.d.cts +17 -0
  71. package/dist/components/icons/index.d.ts +17 -0
  72. package/dist/components/icons/index.js +34 -0
  73. package/dist/index.d.cts +17 -0
  74. package/dist/index.d.ts +17 -0
  75. package/native/components/icons/Clap.cjs +52 -0
  76. package/native/components/icons/Clap.d.cts +9 -0
  77. package/native/components/icons/Clap.d.ts +9 -0
  78. package/native/components/icons/Clap.js +18 -0
  79. package/native/components/icons/ContentUpdate.cjs +45 -0
  80. package/native/components/icons/ContentUpdate.d.cts +9 -0
  81. package/native/components/icons/ContentUpdate.d.ts +9 -0
  82. package/native/components/icons/ContentUpdate.js +11 -0
  83. package/native/components/icons/IndexBarHigh.cjs +45 -0
  84. package/native/components/icons/IndexBarHigh.d.cts +9 -0
  85. package/native/components/icons/IndexBarHigh.d.ts +9 -0
  86. package/native/components/icons/IndexBarHigh.js +11 -0
  87. package/native/components/icons/IndexBarLow.cjs +45 -0
  88. package/native/components/icons/IndexBarLow.d.cts +9 -0
  89. package/native/components/icons/IndexBarLow.d.ts +9 -0
  90. package/native/components/icons/IndexBarLow.js +11 -0
  91. package/native/components/icons/IndexBarMedium.cjs +45 -0
  92. package/native/components/icons/IndexBarMedium.d.cts +9 -0
  93. package/native/components/icons/IndexBarMedium.d.ts +9 -0
  94. package/native/components/icons/IndexBarMedium.js +11 -0
  95. package/native/components/icons/IndexBarPriority.cjs +45 -0
  96. package/native/components/icons/IndexBarPriority.d.cts +9 -0
  97. package/native/components/icons/IndexBarPriority.d.ts +9 -0
  98. package/native/components/icons/IndexBarPriority.js +11 -0
  99. package/native/components/icons/IndexPyramidHigh.cjs +45 -0
  100. package/native/components/icons/IndexPyramidHigh.d.cts +9 -0
  101. package/native/components/icons/IndexPyramidHigh.d.ts +9 -0
  102. package/native/components/icons/IndexPyramidHigh.js +11 -0
  103. package/native/components/icons/IndexPyramidLow.cjs +45 -0
  104. package/native/components/icons/IndexPyramidLow.d.cts +9 -0
  105. package/native/components/icons/IndexPyramidLow.d.ts +9 -0
  106. package/native/components/icons/IndexPyramidLow.js +11 -0
  107. package/native/components/icons/IndexPyramidMedium.cjs +45 -0
  108. package/native/components/icons/IndexPyramidMedium.d.cts +9 -0
  109. package/native/components/icons/IndexPyramidMedium.d.ts +9 -0
  110. package/native/components/icons/IndexPyramidMedium.js +11 -0
  111. package/native/components/icons/IndexPyramidPriority.cjs +45 -0
  112. package/native/components/icons/IndexPyramidPriority.d.cts +9 -0
  113. package/native/components/icons/IndexPyramidPriority.d.ts +9 -0
  114. package/native/components/icons/IndexPyramidPriority.js +11 -0
  115. package/native/components/icons/Rat.cjs +45 -0
  116. package/native/components/icons/Rat.d.cts +9 -0
  117. package/native/components/icons/Rat.d.ts +9 -0
  118. package/native/components/icons/Rat.js +11 -0
  119. package/native/components/icons/SearchError.cjs +45 -0
  120. package/native/components/icons/SearchError.d.cts +9 -0
  121. package/native/components/icons/SearchError.d.ts +9 -0
  122. package/native/components/icons/SearchError.js +11 -0
  123. package/native/components/icons/Shape5.cjs +45 -0
  124. package/native/components/icons/Shape5.d.cts +9 -0
  125. package/native/components/icons/Shape5.d.ts +9 -0
  126. package/native/components/icons/Shape5.js +11 -0
  127. package/native/components/icons/Shape6.cjs +45 -0
  128. package/native/components/icons/Shape6.d.cts +9 -0
  129. package/native/components/icons/Shape6.d.ts +9 -0
  130. package/native/components/icons/Shape6.js +11 -0
  131. package/native/components/icons/Shape7.cjs +45 -0
  132. package/native/components/icons/Shape7.d.cts +9 -0
  133. package/native/components/icons/Shape7.d.ts +9 -0
  134. package/native/components/icons/Shape7.js +11 -0
  135. package/native/components/icons/Shape8.cjs +45 -0
  136. package/native/components/icons/Shape8.d.cts +9 -0
  137. package/native/components/icons/Shape8.d.ts +9 -0
  138. package/native/components/icons/Shape8.js +11 -0
  139. package/native/components/icons/TimelineAnticipate.cjs +45 -0
  140. package/native/components/icons/TimelineAnticipate.d.cts +9 -0
  141. package/native/components/icons/TimelineAnticipate.d.ts +9 -0
  142. package/native/components/icons/TimelineAnticipate.js +11 -0
  143. package/native/components/icons/index.cjs +51 -0
  144. package/native/components/icons/index.d.cts +17 -0
  145. package/native/components/icons/index.d.ts +17 -0
  146. package/native/components/icons/index.js +34 -0
  147. package/native/index.d.cts +103 -1
  148. package/native/index.d.ts +103 -1
  149. package/package.json +2 -2
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type ClapProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Clap: ({ height, width, color, strokeWidth }: ClapProps) => JSX.Element;
8
+
9
+ export { Clap };
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Clap = ({ 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
+ <g clip-path="url(#clip0_54260_7665)">
6
+ <path d="M17.3896 1.76001L16.3096 2.84001M8.30957 1.76001L9.30957 2.76001M12.8496 1V2.41M14.582 22.545C16.691 22.799 18.89 22.123 20.508 20.504C22.202 18.81 22.937 16.381 22.468 14.032L21.226 7.82395C21.081 7.09795 20.443 6.57495 19.702 6.57495C18.844 6.57495 18.148 7.27095 18.148 8.12895V9.61195M15.3697 8.03899L13.5517 6.22099C12.9657 5.63499 12.0157 5.63499 11.4307 6.22099C10.8447 6.80699 10.8447 7.75699 11.4307 8.34199M6.78208 7.93696C6.19608 7.35096 6.19608 6.40096 6.78208 5.81596C7.36808 5.22996 8.31808 5.22996 8.90308 5.81596L14.9131 11.826V9.13696C14.9131 8.27896 15.6091 7.58296 16.4671 7.58296C17.2081 7.58296 17.8461 8.10596 17.9911 8.83196L19.1101 14.429C19.5801 16.778 18.8451 19.207 17.1501 20.901C14.3521 23.699 9.81508 23.699 7.01708 20.901L1.83208 15.715C1.24608 15.129 1.24608 14.179 1.83208 13.594C2.41808 13.008 3.36808 13.008 3.95308 13.594M7.13609 16.776L2.54009 12.18C1.95409 11.594 1.95409 10.644 2.54009 10.059C3.12609 9.47301 4.07609 9.47301 4.66109 10.059M9.25712 14.654L3.24712 8.644C2.66112 8.058 2.66112 7.108 3.24712 6.523C3.83312 5.937 4.78312 5.937 5.36812 6.523L11.3781 12.533" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_54260_7665">
10
+ <rect width="24" height="24" fill="${color}"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
14
+ `, height, width, color, strokeWidth });
15
+ };
16
+ export {
17
+ Clap
18
+ };
@@ -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 ContentUpdate_exports = {};
30
+ __export(ContentUpdate_exports, {
31
+ ContentUpdate: () => ContentUpdate
32
+ });
33
+ module.exports = __toCommonJS(ContentUpdate_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const ContentUpdate = ({ 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 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2" 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
+ ContentUpdate
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type ContentUpdateProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
8
+
9
+ export { ContentUpdate };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type ContentUpdateProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const ContentUpdate: ({ height, width, color, strokeWidth }: ContentUpdateProps) => JSX.Element;
8
+
9
+ export { ContentUpdate };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const ContentUpdate = ({ 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 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ ContentUpdate
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 IndexBarHigh_exports = {};
30
+ __export(IndexBarHigh_exports, {
31
+ IndexBarHigh: () => IndexBarHigh
32
+ });
33
+ module.exports = __toCommonJS(IndexBarHigh_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexBarHigh = ({ 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="M15 6C15 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 18V6Z" 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
+ IndexBarHigh
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarHighProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
8
+
9
+ export { IndexBarHigh };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarHighProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarHigh: ({ height, width, color, strokeWidth }: IndexBarHighProps) => JSX.Element;
8
+
9
+ export { IndexBarHigh };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexBarHigh = ({ 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="M15 6C15 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 18V6Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexBarHigh
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 IndexBarLow_exports = {};
30
+ __export(IndexBarLow_exports, {
31
+ IndexBarLow: () => IndexBarLow
32
+ });
33
+ module.exports = __toCommonJS(IndexBarLow_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexBarLow = ({ 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="M3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16V18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18V16Z" 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
+ IndexBarLow
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarLowProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarLow: ({ height, width, color, strokeWidth }: IndexBarLowProps) => JSX.Element;
8
+
9
+ export { IndexBarLow };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarLowProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarLow: ({ height, width, color, strokeWidth }: IndexBarLowProps) => JSX.Element;
8
+
9
+ export { IndexBarLow };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexBarLow = ({ 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="M3 16C3 14.3431 4.34315 13 6 13C7.65685 13 9 14.3431 9 16V18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18V16Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexBarLow
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 IndexBarMedium_exports = {};
30
+ __export(IndexBarMedium_exports, {
31
+ IndexBarMedium: () => IndexBarMedium
32
+ });
33
+ module.exports = __toCommonJS(IndexBarMedium_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const IndexBarMedium = ({ 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 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V11Z" 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
+ IndexBarMedium
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarMediumProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
8
+
9
+ export { IndexBarMedium };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type IndexBarMediumProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const IndexBarMedium: ({ height, width, color, strokeWidth }: IndexBarMediumProps) => JSX.Element;
8
+
9
+ export { IndexBarMedium };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const IndexBarMedium = ({ 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 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11V18C15 19.6569 13.6569 21 12 21C10.3431 21 9 19.6569 9 18V11Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ IndexBarMedium
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 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
+ });