@kanmu/popcorn-icons 0.1.1 → 0.3.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 (214) hide show
  1. package/README.md +4 -15
  2. package/dist/Arrow.d.mts +12 -0
  3. package/dist/Arrow.d.ts +12 -0
  4. package/dist/Arrow.js +54 -0
  5. package/dist/Arrow.mjs +24 -0
  6. package/dist/Attention.d.mts +2 -1
  7. package/dist/Attention.d.ts +2 -1
  8. package/dist/Attention.js +4 -4
  9. package/dist/Attention.mjs +4 -4
  10. package/dist/AttentionActive.d.mts +2 -1
  11. package/dist/AttentionActive.d.ts +2 -1
  12. package/dist/AttentionActive.js +4 -4
  13. package/dist/AttentionActive.mjs +4 -4
  14. package/dist/Back.d.mts +2 -1
  15. package/dist/Back.d.ts +2 -1
  16. package/dist/Back.js +4 -3
  17. package/dist/Back.mjs +4 -3
  18. package/dist/Calender.d.mts +12 -0
  19. package/dist/Calender.d.ts +12 -0
  20. package/dist/Calender.js +54 -0
  21. package/dist/Calender.mjs +24 -0
  22. package/dist/Card.d.mts +12 -0
  23. package/dist/Card.d.ts +12 -0
  24. package/dist/Card.js +54 -0
  25. package/dist/Card.mjs +24 -0
  26. package/dist/CardActive.d.mts +12 -0
  27. package/dist/CardActive.d.ts +12 -0
  28. package/dist/CardActive.js +54 -0
  29. package/dist/CardActive.mjs +24 -0
  30. package/dist/CardSwipe.d.mts +12 -0
  31. package/dist/CardSwipe.d.ts +12 -0
  32. package/dist/CardSwipe.js +54 -0
  33. package/dist/CardSwipe.mjs +24 -0
  34. package/dist/Caret.d.mts +12 -0
  35. package/dist/Caret.d.ts +12 -0
  36. package/dist/Caret.js +54 -0
  37. package/dist/Caret.mjs +24 -0
  38. package/dist/CaretReverse.d.mts +12 -0
  39. package/dist/CaretReverse.d.ts +12 -0
  40. package/dist/CaretReverse.js +54 -0
  41. package/dist/CaretReverse.mjs +24 -0
  42. package/dist/Caution.d.mts +12 -0
  43. package/dist/Caution.d.ts +12 -0
  44. package/dist/Caution.js +54 -0
  45. package/dist/Caution.mjs +24 -0
  46. package/dist/Charge.d.mts +12 -0
  47. package/dist/Charge.d.ts +12 -0
  48. package/dist/Charge.js +54 -0
  49. package/dist/Charge.mjs +24 -0
  50. package/dist/ChargeActive.d.mts +12 -0
  51. package/dist/ChargeActive.d.ts +12 -0
  52. package/dist/ChargeActive.js +54 -0
  53. package/dist/ChargeActive.mjs +24 -0
  54. package/dist/Check.d.mts +12 -0
  55. package/dist/Check.d.ts +12 -0
  56. package/dist/Check.js +54 -0
  57. package/dist/Check.mjs +24 -0
  58. package/dist/CheckFill.d.mts +12 -0
  59. package/dist/CheckFill.d.ts +12 -0
  60. package/dist/CheckFill.js +54 -0
  61. package/dist/CheckFill.mjs +24 -0
  62. package/dist/CircleXactive.d.mts +12 -0
  63. package/dist/CircleXactive.d.ts +12 -0
  64. package/dist/CircleXactive.js +57 -0
  65. package/dist/CircleXactive.mjs +27 -0
  66. package/dist/Close.d.mts +12 -0
  67. package/dist/Close.d.ts +12 -0
  68. package/dist/Close.js +54 -0
  69. package/dist/Close.mjs +24 -0
  70. package/dist/Delete.d.mts +12 -0
  71. package/dist/Delete.d.ts +12 -0
  72. package/dist/Delete.js +54 -0
  73. package/dist/Delete.mjs +24 -0
  74. package/dist/DeleteActive.d.mts +12 -0
  75. package/dist/DeleteActive.d.ts +12 -0
  76. package/dist/DeleteActive.js +54 -0
  77. package/dist/DeleteActive.mjs +24 -0
  78. package/dist/Doc.d.mts +12 -0
  79. package/dist/Doc.d.ts +12 -0
  80. package/dist/Doc.js +54 -0
  81. package/dist/Doc.mjs +24 -0
  82. package/dist/Eye.d.mts +12 -0
  83. package/dist/Eye.d.ts +12 -0
  84. package/dist/Eye.js +54 -0
  85. package/dist/Eye.mjs +24 -0
  86. package/dist/EyeSlash.d.mts +12 -0
  87. package/dist/EyeSlash.d.ts +12 -0
  88. package/dist/EyeSlash.js +54 -0
  89. package/dist/EyeSlash.mjs +24 -0
  90. package/dist/Finger.d.mts +12 -0
  91. package/dist/Finger.d.ts +12 -0
  92. package/dist/Finger.js +77 -0
  93. package/dist/Finger.mjs +47 -0
  94. package/dist/Flip.d.mts +12 -0
  95. package/dist/Flip.d.ts +12 -0
  96. package/dist/Flip.js +54 -0
  97. package/dist/Flip.mjs +24 -0
  98. package/dist/Gift.d.mts +12 -0
  99. package/dist/Gift.d.ts +12 -0
  100. package/dist/Gift.js +148 -0
  101. package/dist/Gift.mjs +118 -0
  102. package/dist/GiftActive.d.mts +12 -0
  103. package/dist/GiftActive.d.ts +12 -0
  104. package/dist/GiftActive.js +74 -0
  105. package/dist/GiftActive.mjs +44 -0
  106. package/dist/Hamburger.d.mts +12 -0
  107. package/dist/Hamburger.d.ts +12 -0
  108. package/dist/Hamburger.js +54 -0
  109. package/dist/Hamburger.mjs +24 -0
  110. package/dist/History.d.mts +12 -0
  111. package/dist/History.d.ts +12 -0
  112. package/dist/History.js +74 -0
  113. package/dist/History.mjs +44 -0
  114. package/dist/HistoryActive.d.mts +12 -0
  115. package/dist/HistoryActive.d.ts +12 -0
  116. package/dist/HistoryActive.js +74 -0
  117. package/dist/HistoryActive.mjs +44 -0
  118. package/dist/Home.d.mts +12 -0
  119. package/dist/Home.d.ts +12 -0
  120. package/dist/Home.js +54 -0
  121. package/dist/Home.mjs +24 -0
  122. package/dist/HomeActive.d.mts +12 -0
  123. package/dist/HomeActive.d.ts +12 -0
  124. package/dist/HomeActive.js +54 -0
  125. package/dist/HomeActive.mjs +24 -0
  126. package/dist/Limit.d.mts +12 -0
  127. package/dist/Limit.d.ts +12 -0
  128. package/dist/Limit.js +54 -0
  129. package/dist/Limit.mjs +24 -0
  130. package/dist/LimitMonthly.d.mts +12 -0
  131. package/dist/LimitMonthly.d.ts +12 -0
  132. package/dist/LimitMonthly.js +54 -0
  133. package/dist/LimitMonthly.mjs +24 -0
  134. package/dist/Lock.d.mts +12 -0
  135. package/dist/Lock.d.ts +12 -0
  136. package/dist/Lock.js +56 -0
  137. package/dist/Lock.mjs +26 -0
  138. package/dist/Net.d.mts +12 -0
  139. package/dist/Net.d.ts +12 -0
  140. package/dist/Net.js +56 -0
  141. package/dist/Net.mjs +26 -0
  142. package/dist/News.d.mts +12 -0
  143. package/dist/News.d.ts +12 -0
  144. package/dist/News.js +56 -0
  145. package/dist/News.mjs +26 -0
  146. package/dist/NewsActive.d.mts +12 -0
  147. package/dist/NewsActive.d.ts +12 -0
  148. package/dist/NewsActive.js +56 -0
  149. package/dist/NewsActive.mjs +26 -0
  150. package/dist/Notification.d.mts +12 -0
  151. package/dist/Notification.d.ts +12 -0
  152. package/dist/Notification.js +54 -0
  153. package/dist/Notification.mjs +24 -0
  154. package/dist/Plus.d.mts +12 -0
  155. package/dist/Plus.d.ts +12 -0
  156. package/dist/Plus.js +54 -0
  157. package/dist/Plus.mjs +24 -0
  158. package/dist/Pochitto.d.mts +2 -1
  159. package/dist/Pochitto.d.ts +2 -1
  160. package/dist/Pochitto.js +4 -4
  161. package/dist/Pochitto.mjs +4 -4
  162. package/dist/Question.d.mts +12 -0
  163. package/dist/Question.d.ts +12 -0
  164. package/dist/Question.js +54 -0
  165. package/dist/Question.mjs +24 -0
  166. package/dist/QuestionPlain.d.mts +12 -0
  167. package/dist/QuestionPlain.d.ts +12 -0
  168. package/dist/QuestionPlain.js +54 -0
  169. package/dist/QuestionPlain.mjs +24 -0
  170. package/dist/Search.d.mts +12 -0
  171. package/dist/Search.d.ts +12 -0
  172. package/dist/Search.js +67 -0
  173. package/dist/Search.mjs +37 -0
  174. package/dist/SearchActive.d.mts +12 -0
  175. package/dist/SearchActive.d.ts +12 -0
  176. package/dist/SearchActive.js +67 -0
  177. package/dist/SearchActive.mjs +37 -0
  178. package/dist/Service.d.mts +12 -0
  179. package/dist/Service.d.ts +12 -0
  180. package/dist/Service.js +54 -0
  181. package/dist/Service.mjs +24 -0
  182. package/dist/Setting.d.mts +12 -0
  183. package/dist/Setting.d.ts +12 -0
  184. package/dist/Setting.js +56 -0
  185. package/dist/Setting.mjs +26 -0
  186. package/dist/SettingActive.d.mts +12 -0
  187. package/dist/SettingActive.d.ts +12 -0
  188. package/dist/SettingActive.js +54 -0
  189. package/dist/SettingActive.mjs +24 -0
  190. package/dist/Shop.d.mts +12 -0
  191. package/dist/Shop.d.ts +12 -0
  192. package/dist/Shop.js +54 -0
  193. package/dist/Shop.mjs +24 -0
  194. package/dist/Smartphone.d.mts +12 -0
  195. package/dist/Smartphone.d.ts +12 -0
  196. package/dist/Smartphone.js +56 -0
  197. package/dist/Smartphone.mjs +26 -0
  198. package/dist/Tel.d.mts +12 -0
  199. package/dist/Tel.d.ts +12 -0
  200. package/dist/Tel.js +56 -0
  201. package/dist/Tel.mjs +26 -0
  202. package/dist/Unlock.d.mts +12 -0
  203. package/dist/Unlock.d.ts +12 -0
  204. package/dist/Unlock.js +54 -0
  205. package/dist/Unlock.mjs +24 -0
  206. package/dist/Yen.d.mts +12 -0
  207. package/dist/Yen.d.ts +12 -0
  208. package/dist/Yen.js +56 -0
  209. package/dist/Yen.mjs +26 -0
  210. package/dist/index.d.mts +48 -0
  211. package/dist/index.d.ts +48 -0
  212. package/dist/index.js +146 -2
  213. package/dist/index.mjs +104 -8
  214. package/package.json +1 -1
package/dist/Search.js ADDED
@@ -0,0 +1,67 @@
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 Search_exports = {};
30
+ __export(Search_exports, {
31
+ default: () => Search_default
32
+ });
33
+ module.exports = __toCommonJS(Search_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgSearch = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: [
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
47
+ import_react_native_svg.Path,
48
+ {
49
+ fill: "currentColor",
50
+ fillRule: "evenodd",
51
+ d: "M10.286 4.714a5.571 5.571 0 1 0 0 11.143 5.571 5.571 0 0 0 0-11.143M3 10.286a7.286 7.286 0 1 1 14.571 0 7.286 7.286 0 0 1-14.571 0",
52
+ clipRule: "evenodd"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ import_react_native_svg.Path,
57
+ {
58
+ fill: "currentColor",
59
+ fillRule: "evenodd",
60
+ d: "m19.17 20.686-4.928-4.928 1.516-1.516 4.928 4.929a1.072 1.072 0 0 1-1.515 1.515",
61
+ clipRule: "evenodd"
62
+ }
63
+ )
64
+ ]
65
+ }
66
+ );
67
+ var Search_default = SvgSearch;
@@ -0,0 +1,37 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgSearch = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsxs(
4
+ Svg,
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 24,
8
+ height: 24,
9
+ fill: "none",
10
+ viewBox: "0 0 24 24",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ Path,
15
+ {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "M10.286 4.714a5.571 5.571 0 1 0 0 11.143 5.571 5.571 0 0 0 0-11.143M3 10.286a7.286 7.286 0 1 1 14.571 0 7.286 7.286 0 0 1-14.571 0",
19
+ clipRule: "evenodd"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ Path,
24
+ {
25
+ fill: "currentColor",
26
+ fillRule: "evenodd",
27
+ d: "m19.17 20.686-4.928-4.928 1.516-1.516 4.928 4.929a1.072 1.072 0 0 1-1.515 1.515",
28
+ clipRule: "evenodd"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
34
+ var Search_default = SvgSearch;
35
+ export {
36
+ Search_default as default
37
+ };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSearchActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSearchActive as default };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSearchActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSearchActive as default };
@@ -0,0 +1,67 @@
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 SearchActive_exports = {};
30
+ __export(SearchActive_exports, {
31
+ default: () => SearchActive_default
32
+ });
33
+ module.exports = __toCommonJS(SearchActive_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgSearchActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: [
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
47
+ import_react_native_svg.Path,
48
+ {
49
+ fill: "currentColor",
50
+ fillRule: "evenodd",
51
+ d: "M10.286 5.036a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5m-7.607 5.25a7.607 7.607 0 1 1 15.214 0 7.607 7.607 0 0 1-15.214 0",
52
+ clipRule: "evenodd"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ import_react_native_svg.Path,
57
+ {
58
+ fill: "currentColor",
59
+ fillRule: "evenodd",
60
+ d: "m19.095 20.762-4.928-4.929 1.666-1.666 4.929 4.928a1.178 1.178 0 1 1-1.667 1.667",
61
+ clipRule: "evenodd"
62
+ }
63
+ )
64
+ ]
65
+ }
66
+ );
67
+ var SearchActive_default = SvgSearchActive;
@@ -0,0 +1,37 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgSearchActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsxs(
4
+ Svg,
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 24,
8
+ height: 24,
9
+ fill: "none",
10
+ viewBox: "0 0 24 24",
11
+ ...props,
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ Path,
15
+ {
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ d: "M10.286 5.036a5.25 5.25 0 1 0 0 10.5 5.25 5.25 0 0 0 0-10.5m-7.607 5.25a7.607 7.607 0 1 1 15.214 0 7.607 7.607 0 0 1-15.214 0",
19
+ clipRule: "evenodd"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ jsx(
23
+ Path,
24
+ {
25
+ fill: "currentColor",
26
+ fillRule: "evenodd",
27
+ d: "m19.095 20.762-4.928-4.929 1.666-1.666 4.929 4.928a1.178 1.178 0 1 1-1.667 1.667",
28
+ clipRule: "evenodd"
29
+ }
30
+ )
31
+ ]
32
+ }
33
+ );
34
+ var SearchActive_default = SvgSearchActive;
35
+ export {
36
+ SearchActive_default as default
37
+ };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgService: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgService as default };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgService: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgService as default };
@@ -0,0 +1,54 @@
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 Service_exports = {};
30
+ __export(Service_exports, {
31
+ default: () => Service_default
32
+ });
33
+ module.exports = __toCommonJS(Service_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgService = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ import_react_native_svg.Path,
47
+ {
48
+ fill: "currentColor",
49
+ d: "M14.33 13.018c.96 0 1.679.7 1.875 1.352.123.412.255.803.251 1.578-.004.774-.086 1.058-.247 1.58-.107.398-.607 1.096-1.433 1.298-.826.203-1.912.348-2.745.348s-2.177-.129-2.94-.379c-.764-.25-1.188-.893-1.29-1.204-.178-.414-.283-1.334-.273-1.64.008-.242.02-.894.263-1.609a1.95 1.95 0 0 1 1.868-1.322q.147 0 .305.02c.69.116 1.328.184 2.013.184.62 0 1.28-.056 2.055-.184q.152-.022.298-.022m-.15 1.007a13.5 13.5 0 0 1-2.203.196c-.68 0-1.344-.06-2.152-.194a1.4 1.4 0 0 0-.166-.011.98.98 0 0 0-.625.207 1 1 0 0 0-.318.445c-.185.544-.201 1.064-.208 1.285l-.001.032c-.008.228.096.987.19 1.205l.019.043.013.04c.034.085.249.438.662.574.624.205 1.858.331 2.641.331.723 0 1.735-.128 2.516-.32.429-.104.68-.477.719-.596l.004-.014.004-.016c.145-.472.2-.648.202-1.29a3.5 3.5 0 0 0-.187-1.214l-.02-.067a.93.93 0 0 0-.316-.424 1 1 0 0 0-.774-.212m.04.931c.27 0 .428.213.428.488 0 .274-.157.45-.457.505s-.9.216-2.19.216-1.934-.161-2.224-.213c-.29-.05-.424-.233-.424-.508s.155-.485.425-.485c0 0 .842.21 2.22.21 1.362 0 2.206-.209 2.223-.213M3.045 5.143c1.129 0 2.045 1.088 2.045 2.43s-.916 2.43-2.045 2.43S1 8.915 1 7.573s.915-2.43 2.044-2.43m17.912 0C22.085 5.143 23 6.23 23 7.573s-.915 2.43-2.044 2.43-2.045-1.087-2.045-2.43c0-1.342.916-2.43 2.045-2.43"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var Service_default = SvgService;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgService = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
+ Svg,
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 24,
8
+ height: 24,
9
+ fill: "none",
10
+ viewBox: "0 0 24 24",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ Path,
14
+ {
15
+ fill: "currentColor",
16
+ d: "M14.33 13.018c.96 0 1.679.7 1.875 1.352.123.412.255.803.251 1.578-.004.774-.086 1.058-.247 1.58-.107.398-.607 1.096-1.433 1.298-.826.203-1.912.348-2.745.348s-2.177-.129-2.94-.379c-.764-.25-1.188-.893-1.29-1.204-.178-.414-.283-1.334-.273-1.64.008-.242.02-.894.263-1.609a1.95 1.95 0 0 1 1.868-1.322q.147 0 .305.02c.69.116 1.328.184 2.013.184.62 0 1.28-.056 2.055-.184q.152-.022.298-.022m-.15 1.007a13.5 13.5 0 0 1-2.203.196c-.68 0-1.344-.06-2.152-.194a1.4 1.4 0 0 0-.166-.011.98.98 0 0 0-.625.207 1 1 0 0 0-.318.445c-.185.544-.201 1.064-.208 1.285l-.001.032c-.008.228.096.987.19 1.205l.019.043.013.04c.034.085.249.438.662.574.624.205 1.858.331 2.641.331.723 0 1.735-.128 2.516-.32.429-.104.68-.477.719-.596l.004-.014.004-.016c.145-.472.2-.648.202-1.29a3.5 3.5 0 0 0-.187-1.214l-.02-.067a.93.93 0 0 0-.316-.424 1 1 0 0 0-.774-.212m.04.931c.27 0 .428.213.428.488 0 .274-.157.45-.457.505s-.9.216-2.19.216-1.934-.161-2.224-.213c-.29-.05-.424-.233-.424-.508s.155-.485.425-.485c0 0 .842.21 2.22.21 1.362 0 2.206-.209 2.223-.213M3.045 5.143c1.129 0 2.045 1.088 2.045 2.43s-.916 2.43-2.045 2.43S1 8.915 1 7.573s.915-2.43 2.044-2.43m17.912 0C22.085 5.143 23 6.23 23 7.573s-.915 2.43-2.044 2.43-2.045-1.087-2.045-2.43c0-1.342.916-2.43 2.045-2.43"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ var Service_default = SvgService;
22
+ export {
23
+ Service_default as default
24
+ };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSetting: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSetting as default };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSetting: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSetting as default };
@@ -0,0 +1,56 @@
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 Setting_exports = {};
30
+ __export(Setting_exports, {
31
+ default: () => Setting_default
32
+ });
33
+ module.exports = __toCommonJS(Setting_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgSetting = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ import_react_native_svg.Path,
47
+ {
48
+ fill: "currentColor",
49
+ fillRule: "evenodd",
50
+ d: "M12 2.571q.976 0 1.666.691.69.69.691 1.667v.405q.288.098.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694t.694 1.663q0 .975-.694 1.67l-.282.282q.183.406.282.694h.405q.976 0 1.667.69.69.69.69 1.667 0 .976-.69 1.666t-1.667.691h-.405q-.099.289-.282.694l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.406.183-.694.282v.405q0 .976-.69 1.667a2.27 2.27 0 0 1-1.667.69 2.27 2.27 0 0 1-1.666-.69 2.27 2.27 0 0 1-.691-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.975 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.694h-.405q-.977 0-1.667-.69A2.27 2.27 0 0 1 2.572 12q0-.976.69-1.666t1.667-.691h.405q.098-.289.282-.694l-.282-.282a2.27 2.27 0 0 1-.688-1.67q0-.969.691-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.184.694-.282v-.405q0-.976.69-1.667A2.27 2.27 0 0 1 12 2.572m0 1.715a.74.74 0 0 0-.546.226.74.74 0 0 0-.226.545v1.597q-1.35.193-2.465 1.019L7.636 6.545a.74.74 0 0 0-.542-.229.74.74 0 0 0-.546.226.74.74 0 0 0-.226.546q0 .326.223.548l1.128 1.127a5.36 5.36 0 0 0-1.019 2.465H5.057a.74.74 0 0 0-.545.226.74.74 0 0 0-.226.546q0 .32.226.545.225.226.545.226h1.597q.193 1.35 1.019 2.465l-1.128 1.127a.75.75 0 0 0-.223.55q0 .318.226.544.227.227.546.227.314 0 .542-.23l1.127-1.127q1.116.825 2.465 1.019v1.597q0 .319.226.545.226.225.546.226a.74.74 0 0 0 .545-.226.74.74 0 0 0 .226-.545v-1.597a5.36 5.36 0 0 0 2.465-1.019l1.127 1.127q.23.23.55.23a.74.74 0 0 0 .544-.227.74.74 0 0 0 .227-.545.75.75 0 0 0-.23-.549l-1.127-1.127q.825-1.115 1.019-2.465h1.597a.74.74 0 0 0 .545-.226.74.74 0 0 0 .226-.545.74.74 0 0 0-.226-.546.74.74 0 0 0-.545-.226h-1.597a5.36 5.36 0 0 0-1.019-2.465l1.127-1.127a.75.75 0 0 0 .23-.548.74.74 0 0 0-.227-.546.74.74 0 0 0-.545-.226.75.75 0 0 0-.549.23l-1.127 1.127a5.36 5.36 0 0 0-2.465-1.019V5.057a.74.74 0 0 0-.226-.545.74.74 0 0 0-.545-.226M12 9a2.9 2.9 0 0 1 2.12.879 2.9 2.9 0 0 1 .88 2.12 2.9 2.9 0 0 1-.88 2.122A2.9 2.9 0 0 1 12 15a2.9 2.9 0 0 1-2.121-.88 2.9 2.9 0 0 1-.88-2.12q0-1.242.88-2.121a2.9 2.9 0 0 1 2.12-.88m0 1.714q-.532 0-.91.377a1.24 1.24 0 0 0-.376.909q0 .532.377.909t.909.377.909-.377.377-.91q0-.531-.377-.908a1.24 1.24 0 0 0-.91-.377",
51
+ clipRule: "evenodd"
52
+ }
53
+ )
54
+ }
55
+ );
56
+ var Setting_default = SvgSetting;
@@ -0,0 +1,26 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgSetting = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
+ Svg,
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 24,
8
+ height: 24,
9
+ fill: "none",
10
+ viewBox: "0 0 24 24",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ Path,
14
+ {
15
+ fill: "currentColor",
16
+ fillRule: "evenodd",
17
+ d: "M12 2.571q.976 0 1.666.691.69.69.691 1.667v.405q.288.098.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694t.694 1.663q0 .975-.694 1.67l-.282.282q.183.406.282.694h.405q.976 0 1.667.69.69.69.69 1.667 0 .976-.69 1.666t-1.667.691h-.405q-.099.289-.282.694l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.406.183-.694.282v.405q0 .976-.69 1.667a2.27 2.27 0 0 1-1.667.69 2.27 2.27 0 0 1-1.666-.69 2.27 2.27 0 0 1-.691-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.975 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.694h-.405q-.977 0-1.667-.69A2.27 2.27 0 0 1 2.572 12q0-.976.69-1.666t1.667-.691h.405q.098-.289.282-.694l-.282-.282a2.27 2.27 0 0 1-.688-1.67q0-.969.691-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.184.694-.282v-.405q0-.976.69-1.667A2.27 2.27 0 0 1 12 2.572m0 1.715a.74.74 0 0 0-.546.226.74.74 0 0 0-.226.545v1.597q-1.35.193-2.465 1.019L7.636 6.545a.74.74 0 0 0-.542-.229.74.74 0 0 0-.546.226.74.74 0 0 0-.226.546q0 .326.223.548l1.128 1.127a5.36 5.36 0 0 0-1.019 2.465H5.057a.74.74 0 0 0-.545.226.74.74 0 0 0-.226.546q0 .32.226.545.225.226.545.226h1.597q.193 1.35 1.019 2.465l-1.128 1.127a.75.75 0 0 0-.223.55q0 .318.226.544.227.227.546.227.314 0 .542-.23l1.127-1.127q1.116.825 2.465 1.019v1.597q0 .319.226.545.226.225.546.226a.74.74 0 0 0 .545-.226.74.74 0 0 0 .226-.545v-1.597a5.36 5.36 0 0 0 2.465-1.019l1.127 1.127q.23.23.55.23a.74.74 0 0 0 .544-.227.74.74 0 0 0 .227-.545.75.75 0 0 0-.23-.549l-1.127-1.127q.825-1.115 1.019-2.465h1.597a.74.74 0 0 0 .545-.226.74.74 0 0 0 .226-.545.74.74 0 0 0-.226-.546.74.74 0 0 0-.545-.226h-1.597a5.36 5.36 0 0 0-1.019-2.465l1.127-1.127a.75.75 0 0 0 .23-.548.74.74 0 0 0-.227-.546.74.74 0 0 0-.545-.226.75.75 0 0 0-.549.23l-1.127 1.127a5.36 5.36 0 0 0-2.465-1.019V5.057a.74.74 0 0 0-.226-.545.74.74 0 0 0-.545-.226M12 9a2.9 2.9 0 0 1 2.12.879 2.9 2.9 0 0 1 .88 2.12 2.9 2.9 0 0 1-.88 2.122A2.9 2.9 0 0 1 12 15a2.9 2.9 0 0 1-2.121-.88 2.9 2.9 0 0 1-.88-2.12q0-1.242.88-2.121a2.9 2.9 0 0 1 2.12-.88m0 1.714q-.532 0-.91.377a1.24 1.24 0 0 0-.376.909q0 .532.377.909t.909.377.909-.377.377-.91q0-.531-.377-.908a1.24 1.24 0 0 0-.91-.377",
18
+ clipRule: "evenodd"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ var Setting_default = SvgSetting;
24
+ export {
25
+ Setting_default as default
26
+ };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSettingActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSettingActive as default };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgSettingActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgSettingActive as default };
@@ -0,0 +1,54 @@
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 SettingActive_exports = {};
30
+ __export(SettingActive_exports, {
31
+ default: () => SettingActive_default
32
+ });
33
+ module.exports = __toCommonJS(SettingActive_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgSettingActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ import_react_native_svg.Path,
47
+ {
48
+ fill: "currentColor",
49
+ d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var SettingActive_default = SvgSettingActive;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgSettingActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
+ Svg,
5
+ {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ width: 24,
8
+ height: 24,
9
+ fill: "none",
10
+ viewBox: "0 0 24 24",
11
+ ...props,
12
+ children: /* @__PURE__ */ jsx(
13
+ Path,
14
+ {
15
+ fill: "currentColor",
16
+ d: "M12 2.571q.976 0 1.666.69.69.691.691 1.668v.405q.29.099.694.282l.282-.282a2.28 2.28 0 0 1 1.67-.694q.969 0 1.663.694.693.694.694 1.663 0 .976-.694 1.67l-.282.282q.184.406.282.694h.405q.976 0 1.666.69.691.691.692 1.667a2.27 2.27 0 0 1-.692 1.666 2.27 2.27 0 0 1-1.666.692h-.405q-.098.288-.282.693l.282.282q.694.695.694 1.67 0 .969-.694 1.663a2.27 2.27 0 0 1-1.663.694q-.975 0-1.67-.694l-.282-.282q-.405.184-.694.282v.405a2.27 2.27 0 0 1-.69 1.666q-.691.691-1.667.692-.975 0-1.667-.691a2.27 2.27 0 0 1-.69-1.667v-.405a8 8 0 0 1-.694-.282l-.282.282a2.27 2.27 0 0 1-1.663.694q-.976 0-1.667-.694a2.27 2.27 0 0 1-.69-1.663q0-.983.687-1.67l.282-.282a8 8 0 0 1-.282-.693H4.93q-.976 0-1.667-.692A2.27 2.27 0 0 1 2.572 12q0-.975.69-1.667.69-.69 1.667-.69h.405q.099-.288.282-.694l-.282-.282a2.27 2.27 0 0 1-.687-1.67q0-.969.69-1.663a2.27 2.27 0 0 1 1.667-.694q.969 0 1.663.694l.282.282q.406-.183.694-.282V4.93q0-.976.69-1.667.691-.69 1.667-.69m0 6.43a2.9 2.9 0 0 0-2.121.878A2.9 2.9 0 0 0 9 12q0 1.242.879 2.121a2.9 2.9 0 0 0 2.121.88 2.9 2.9 0 0 0 2.121-.88 2.9 2.9 0 0 0 .88-2.12 2.9 2.9 0 0 0-.88-2.122A2.9 2.9 0 0 0 12.001 9"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ var SettingActive_default = SvgSettingActive;
22
+ export {
23
+ SettingActive_default as default
24
+ };
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgShop: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgShop as default };
package/dist/Shop.d.ts ADDED
@@ -0,0 +1,12 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SvgProps } from 'react-native-svg';
3
+
4
+ interface ISvgProps extends SvgProps {
5
+ xmlns?: string;
6
+ xmlnsXlink?: string;
7
+ xmlSpace?: string;
8
+ size?: number;
9
+ }
10
+ declare const SvgShop: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgShop as default };
package/dist/Shop.js ADDED
@@ -0,0 +1,54 @@
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 Shop_exports = {};
30
+ __export(Shop_exports, {
31
+ default: () => Shop_default
32
+ });
33
+ module.exports = __toCommonJS(Shop_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgShop = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
+ import_react_native_svg.default,
38
+ {
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ width: 24,
41
+ height: 24,
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ ...props,
45
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ import_react_native_svg.Path,
47
+ {
48
+ fill: "currentColor",
49
+ d: "M18.428 12.429c.85 0 .858.843.858.857v6.428c0 .71-.572 1.286-1.284 1.286h-3.859c-.427 0-.857-.425-.857-.857v-3h-2.572v3c0 .437-.42.857-.857.857H6c-.71 0-1.284-.576-1.285-1.286v-6.428c0-.014.008-.857.858-.857s.856.843.856.857v6H9v-3c0-.427.427-.857.857-.857h4.286c.43 0 .857.427.857.858v3h2.572v-6s0-.858.856-.858M18.001 3c.368 0 .695.236.812.586l1.954 3.518a.85.85 0 0 1 .257.61v3c0 1.204-1.426 1.715-3 1.715-.752 0-1.37-.295-1.842-.778-.593.481-1.266.778-2.015.778-.785 0-1.486-.326-2.1-.848l-.043-.036-.043.036c-.614.522-1.315.848-2.1.848-.752 0-1.427-.299-2.022-.783a2.5 2.5 0 0 1-1.835.783c-1.602 0-2.908-.242-2.99-1.514l-.009-.147c-.02-.316-.026-.787-.024-1.382 0-.35.005-.723.011-1.099l.007-.394a.85.85 0 0 1 .026-.45l2.142-3.857A.86.86 0 0 1 6.001 3zM4.722 8.571c-.004.281-.007.558-.008.82-.001.56.005 1.003.022 1.27l.004.048c.342.004.989.005 1.284.005.276 0 .488-.116.675-.338.126-.15.205-.304.23-.375a.857.857 0 0 1 1.516-.2 3.025 3.025 0 0 0 .446.475c.331.28.67.438.99.438s.659-.157.99-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.414 0 3.015 3.015 0 0 0 .446.475c.331.28.67.438.99.438s.658-.157.989-.439a3 3 0 0 0 .446-.474.857.857 0 0 1 1.52.214c.023.067.099.218.221.365.183.219.395.334.681.334.218 0 .96-.009 1.285-.026V8.572zm.575-1.714h13.407l-1.19-2.143H6.487zM20.165 8.57l-.022.002h.024z"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var Shop_default = SvgShop;