@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/README.md CHANGED
@@ -29,9 +29,8 @@ import {View} from 'react-native';
29
29
  const MyComponent = () => {
30
30
  return (
31
31
  <View>
32
- <Home width={24} height={24} color="#272A32" />
33
- <Search width={32} height={32} color="#A6AAB7" />
34
- <Setting width={48} height={48} color="#FFFFFF" />
32
+ <Home color="#272A32" size={24} />
33
+ <Search color="#A6AAB7" height={24} width={24} />
35
34
  </View>
36
35
  );
37
36
  };
@@ -46,13 +45,7 @@ import {View, Pressable, StyleSheet} from 'react-native';
46
45
  const CustomizedIcons = () => {
47
46
  return (
48
47
  <View style={styles.container}>
49
- <Arrow
50
- width={30}
51
- height={30}
52
- color="#A6AAB7"
53
- opacity={0.7}
54
- style={{transform: [{rotate: '45deg'}]}}
55
- />
48
+ <Arrow size={36} color="#A6AAB7" opacity={0.7} style={{transform: [{rotate: '45deg'}]}} />
56
49
 
57
50
  <Pressable
58
51
  accessibilityRole="button"
@@ -60,7 +53,7 @@ const CustomizedIcons = () => {
60
53
  accessibilityHint="検索画面を開きます"
61
54
  style={styles.iconButton}
62
55
  >
63
- <Search width={28} height={28} color="#272A32" />
56
+ <Search size={20} color="#272A32" />
64
57
  </Pressable>
65
58
  </View>
66
59
  );
@@ -80,10 +73,6 @@ const styles = StyleSheet.create({
80
73
  });
81
74
  ```
82
75
 
83
- ## ライセンス
84
-
85
- XXX
86
-
87
76
  ## 作成者
88
77
 
89
78
  Kanmu Design Team
@@ -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 SvgArrow: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgArrow 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 SvgArrow: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgArrow as default };
package/dist/Arrow.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 Arrow_exports = {};
30
+ __export(Arrow_exports, {
31
+ default: () => Arrow_default
32
+ });
33
+ module.exports = __toCommonJS(Arrow_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgArrow = ({ 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: "m7.986 4.932 5.4 7.714v-1.72l-5.4 7.714a1.5 1.5 0 1 0 2.457 1.72l5.4-7.714a1.5 1.5 0 0 0 0-1.72l-5.4-7.715a1.5 1.5 0 0 0-2.457 1.72"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var Arrow_default = SvgArrow;
package/dist/Arrow.mjs ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgArrow = ({ 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: "m7.986 4.932 5.4 7.714v-1.72l-5.4 7.714a1.5 1.5 0 1 0 2.457 1.72l5.4-7.714a1.5 1.5 0 0 0 0-1.72l-5.4-7.715a1.5 1.5 0 0 0-2.457 1.72"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ var Arrow_default = SvgArrow;
22
+ export {
23
+ Arrow_default as default
24
+ };
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgAttention: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgAttention: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgAttention as default };
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgAttention: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgAttention: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgAttention as default };
package/dist/Attention.js CHANGED
@@ -33,20 +33,20 @@ __export(Attention_exports, {
33
33
  module.exports = __toCommonJS(Attention_exports);
34
34
  var import_jsx_runtime = require("react/jsx-runtime");
35
35
  var import_react_native_svg = __toESM(require("react-native-svg"));
36
- const SvgAttention = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ const SvgAttention = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
37
  import_react_native_svg.default,
38
38
  {
39
39
  xmlns: "http://www.w3.org/2000/svg",
40
40
  width: 24,
41
41
  height: 24,
42
42
  fill: "none",
43
- viewBox: "0 0 56 56",
43
+ viewBox: "0 0 24 24",
44
44
  ...props,
45
45
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
46
  import_react_native_svg.Path,
47
47
  {
48
- fill: "#000",
49
- d: "M28 6c12.15 0 22 9.847 22 22 0 12.15-9.847 22-22 22-12.15 0-22-9.847-22-22C6 15.85 15.847 6 28 6m0 4c-9.943 0-18 8.058-18 18s8.058 18 18 18 18-8.058 18-18-8.058-18-18-18m-1.768 27.732a2.5 2.5 0 1 1 3.536 3.535 2.5 2.5 0 0 1-3.536-3.535M28 15.5a2 2 0 0 1 2 2v15a2 2 0 1 1-4 0v-15a2 2 0 0 1 2-2"
48
+ fill: "currentColor",
49
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.714 7.714 0 1 0 0 15.43 7.714 7.714 0 0 0 0-15.43m-.758 11.886a1.072 1.072 0 1 1 1.516 1.516 1.072 1.072 0 0 1-1.516-1.516M12 6.643c.473 0 .858.384.858.857v6.429a.857.857 0 0 1-1.715 0V7.5c0-.473.384-.857.857-.857"
50
50
  }
51
51
  )
52
52
  }
@@ -1,19 +1,19 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
- const SvgAttention = (props) => /* @__PURE__ */ jsx(
3
+ const SvgAttention = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
4
  Svg,
5
5
  {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: 24,
8
8
  height: 24,
9
9
  fill: "none",
10
- viewBox: "0 0 56 56",
10
+ viewBox: "0 0 24 24",
11
11
  ...props,
12
12
  children: /* @__PURE__ */ jsx(
13
13
  Path,
14
14
  {
15
- fill: "#000",
16
- d: "M28 6c12.15 0 22 9.847 22 22 0 12.15-9.847 22-22 22-12.15 0-22-9.847-22-22C6 15.85 15.847 6 28 6m0 4c-9.943 0-18 8.058-18 18s8.058 18 18 18 18-8.058 18-18-8.058-18-18-18m-1.768 27.732a2.5 2.5 0 1 1 3.536 3.535 2.5 2.5 0 0 1-3.536-3.535M28 15.5a2 2 0 0 1 2 2v15a2 2 0 1 1-4 0v-15a2 2 0 0 1 2-2"
15
+ fill: "currentColor",
16
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m0 1.714a7.714 7.714 0 1 0 0 15.43 7.714 7.714 0 0 0 0-15.43m-.758 11.886a1.072 1.072 0 1 1 1.516 1.516 1.072 1.072 0 0 1-1.516-1.516M12 6.643c.473 0 .858.384.858.857v6.429a.857.857 0 0 1-1.715 0V7.5c0-.473.384-.857.857-.857"
17
17
  }
18
18
  )
19
19
  }
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgAttentionActive: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgAttentionActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgAttentionActive as default };
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgAttentionActive: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgAttentionActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgAttentionActive as default };
@@ -33,20 +33,20 @@ __export(AttentionActive_exports, {
33
33
  module.exports = __toCommonJS(AttentionActive_exports);
34
34
  var import_jsx_runtime = require("react/jsx-runtime");
35
35
  var import_react_native_svg = __toESM(require("react-native-svg"));
36
- const SvgAttentionActive = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ const SvgAttentionActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
37
  import_react_native_svg.default,
38
38
  {
39
39
  xmlns: "http://www.w3.org/2000/svg",
40
40
  width: 24,
41
41
  height: 24,
42
42
  fill: "none",
43
- viewBox: "0 0 56 56",
43
+ viewBox: "0 0 24 24",
44
44
  ...props,
45
45
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
46
  import_react_native_svg.Path,
47
47
  {
48
- fill: "#000",
49
- d: "M28 6c12.15 0 22 9.847 22 22 0 12.15-9.847 22-22 22-12.15 0-22-9.847-22-22C6 15.85 15.847 6 28 6m1.414 32.086a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828M28 15.5a2 2 0 0 0-2 2v15a2 2 0 1 0 4 0v-15a2 2 0 0 0-2-2"
48
+ fill: "currentColor",
49
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m.606 13.751a.857.857 0 1 0-1.212 1.212.857.857 0 0 0 1.212-1.212M12 6.642a.86.86 0 0 0-.857.858v6.429a.857.857 0 0 0 1.714 0V7.5A.857.857 0 0 0 12 6.643"
50
50
  }
51
51
  )
52
52
  }
@@ -1,19 +1,19 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
- const SvgAttentionActive = (props) => /* @__PURE__ */ jsx(
3
+ const SvgAttentionActive = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
4
  Svg,
5
5
  {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: 24,
8
8
  height: 24,
9
9
  fill: "none",
10
- viewBox: "0 0 56 56",
10
+ viewBox: "0 0 24 24",
11
11
  ...props,
12
12
  children: /* @__PURE__ */ jsx(
13
13
  Path,
14
14
  {
15
- fill: "#000",
16
- d: "M28 6c12.15 0 22 9.847 22 22 0 12.15-9.847 22-22 22-12.15 0-22-9.847-22-22C6 15.85 15.847 6 28 6m1.414 32.086a2 2 0 1 0-2.828 2.828 2 2 0 0 0 2.828-2.828M28 15.5a2 2 0 0 0-2 2v15a2 2 0 1 0 4 0v-15a2 2 0 0 0-2-2"
15
+ fill: "currentColor",
16
+ d: "M12 2.571a9.43 9.43 0 0 1 9.429 9.43A9.43 9.43 0 0 1 12 21.428 9.43 9.43 0 0 1 2.571 12a9.43 9.43 0 0 1 9.43-9.429m.606 13.751a.857.857 0 1 0-1.212 1.212.857.857 0 0 0 1.212-1.212M12 6.642a.86.86 0 0 0-.857.858v6.429a.857.857 0 0 0 1.714 0V7.5A.857.857 0 0 0 12 6.643"
17
17
  }
18
18
  )
19
19
  }
package/dist/Back.d.mts CHANGED
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgBack: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgBack: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgBack as default };
package/dist/Back.d.ts CHANGED
@@ -5,7 +5,8 @@ interface ISvgProps extends SvgProps {
5
5
  xmlns?: string;
6
6
  xmlnsXlink?: string;
7
7
  xmlSpace?: string;
8
+ size?: number;
8
9
  }
9
- declare const SvgBack: (props: ISvgProps) => react_jsx_runtime.JSX.Element;
10
+ declare const SvgBack: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
12
  export { SvgBack as default };
package/dist/Back.js CHANGED
@@ -33,21 +33,22 @@ __export(Back_exports, {
33
33
  module.exports = __toCommonJS(Back_exports);
34
34
  var import_jsx_runtime = require("react/jsx-runtime");
35
35
  var import_react_native_svg = __toESM(require("react-native-svg"));
36
- const SvgBack = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
36
+ const SvgBack = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
37
37
  import_react_native_svg.default,
38
38
  {
39
39
  xmlns: "http://www.w3.org/2000/svg",
40
40
  width: 24,
41
41
  height: 24,
42
42
  fill: "none",
43
- viewBox: "0 0 56 56",
43
+ viewBox: "0 0 24 24",
44
44
  ...props,
45
45
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
46
  import_react_native_svg.Path,
47
47
  {
48
48
  fill: "currentColor",
49
49
  stroke: "currentColor",
50
- d: "M20.822 28.011 39.425 9.414a2 2 0 1 0-2.828-2.828l-20.011 20.01a2 2 0 0 0 0 2.83l20.01 20.01a2 2 0 0 0 2.83-2.828z"
50
+ strokeWidth: 0.429,
51
+ d: "m8.924 12.005 7.973-7.97a.857.857 0 0 0-1.213-1.213L7.108 11.4a.857.857 0 0 0 0 1.212l8.576 8.576a.857.857 0 1 0 1.213-1.212z"
51
52
  }
52
53
  )
53
54
  }
package/dist/Back.mjs CHANGED
@@ -1,20 +1,21 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import Svg, { Path } from "react-native-svg";
3
- const SvgBack = (props) => /* @__PURE__ */ jsx(
3
+ const SvgBack = ({ size, width = size, height = size, ...props }) => /* @__PURE__ */ jsx(
4
4
  Svg,
5
5
  {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: 24,
8
8
  height: 24,
9
9
  fill: "none",
10
- viewBox: "0 0 56 56",
10
+ viewBox: "0 0 24 24",
11
11
  ...props,
12
12
  children: /* @__PURE__ */ jsx(
13
13
  Path,
14
14
  {
15
15
  fill: "currentColor",
16
16
  stroke: "currentColor",
17
- d: "M20.822 28.011 39.425 9.414a2 2 0 1 0-2.828-2.828l-20.011 20.01a2 2 0 0 0 0 2.83l20.01 20.01a2 2 0 0 0 2.83-2.828z"
17
+ strokeWidth: 0.429,
18
+ d: "m8.924 12.005 7.973-7.97a.857.857 0 0 0-1.213-1.213L7.108 11.4a.857.857 0 0 0 0 1.212l8.576 8.576a.857.857 0 1 0 1.213-1.212z"
18
19
  }
19
20
  )
20
21
  }
@@ -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 SvgCalender: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCalender 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 SvgCalender: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCalender 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 Calender_exports = {};
30
+ __export(Calender_exports, {
31
+ default: () => Calender_default
32
+ });
33
+ module.exports = __toCommonJS(Calender_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgCalender = ({ 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: "M6.857 5.571s0 .857.857.857.857-.857.857-.857V3.857h6.857v1.714s0 .857.857.857.858-.857.858-.857V3.857h1.714c.71 0 1.286.579 1.286 1.285v13.715c0 .71-.58 1.286-1.286 1.286H5.142c-.71 0-1.285-.58-1.285-1.286V5.142c0-.71.579-1.285 1.285-1.285h1.715zM5.571 18.428h12.857v-8.142H5.571zm6.382-7.57a.857.857 0 0 1 1.333.713v5.144a.857.857 0 0 1-1.715 0V13.14c-.347.263-.879.157-1.142-.237a.857.857 0 0 1 .239-1.188z"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var Calender_default = SvgCalender;
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgCalender = ({ 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: "M6.857 5.571s0 .857.857.857.857-.857.857-.857V3.857h6.857v1.714s0 .857.857.857.858-.857.858-.857V3.857h1.714c.71 0 1.286.579 1.286 1.285v13.715c0 .71-.58 1.286-1.286 1.286H5.142c-.71 0-1.285-.58-1.285-1.286V5.142c0-.71.579-1.285 1.285-1.285h1.715zM5.571 18.428h12.857v-8.142H5.571zm6.382-7.57a.857.857 0 0 1 1.333.713v5.144a.857.857 0 0 1-1.715 0V13.14c-.347.263-.879.157-1.142-.237a.857.857 0 0 1 .239-1.188z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ var Calender_default = SvgCalender;
22
+ export {
23
+ Calender_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 SvgCard: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCard as default };
package/dist/Card.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 SvgCard: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCard as default };
package/dist/Card.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 Card_exports = {};
30
+ __export(Card_exports, {
31
+ default: () => Card_default
32
+ });
33
+ module.exports = __toCommonJS(Card_exports);
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ var import_react_native_svg = __toESM(require("react-native-svg"));
36
+ const SvgCard = ({ 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: "M20.629 3.857a2.51 2.51 0 0 1 2.513 2.5v11.286a2.505 2.505 0 0 1-2.513 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5V6.356a2.505 2.505 0 0 1 2.514-2.499zM2.57 17.28c0 .633.533 1.148 1.187 1.148h16.484c.656 0 1.186-.512 1.186-1.148v-6.994H2.572zm8.144-.994h-6.43v-.858h6.43zM3.758 5.57c-.656 0-1.187.513-1.187 1.148v1.852h18.857V6.719c0-.633-.533-1.148-1.186-1.148z"
50
+ }
51
+ )
52
+ }
53
+ );
54
+ var Card_default = SvgCard;
package/dist/Card.mjs ADDED
@@ -0,0 +1,24 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgCard = ({ 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: "M20.629 3.857a2.51 2.51 0 0 1 2.513 2.5v11.286a2.505 2.505 0 0 1-2.513 2.5H3.37a2.51 2.51 0 0 1-2.514-2.5V6.356a2.505 2.505 0 0 1 2.514-2.499zM2.57 17.28c0 .633.533 1.148 1.187 1.148h16.484c.656 0 1.186-.512 1.186-1.148v-6.994H2.572zm8.144-.994h-6.43v-.858h6.43zM3.758 5.57c-.656 0-1.187.513-1.187 1.148v1.852h18.857V6.719c0-.633-.533-1.148-1.186-1.148z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ var Card_default = SvgCard;
22
+ export {
23
+ Card_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 SvgCardActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCardActive 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 SvgCardActive: ({ size, width, height, ...props }: ISvgProps) => react_jsx_runtime.JSX.Element;
11
+
12
+ export { SvgCardActive as default };