@expo/styleguide-native 4.1.1 → 4.2.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 (267) hide show
  1. package/dist/icons/ActivityIcon.d.ts +1 -2
  2. package/dist/icons/ActivityIcon.js +6 -3
  3. package/dist/icons/AddPhotoIcon.d.ts +1 -2
  4. package/dist/icons/AddPhotoIcon.js +6 -3
  5. package/dist/icons/AndroidIcon.d.ts +1 -2
  6. package/dist/icons/AndroidIcon.js +6 -3
  7. package/dist/icons/AppleAppStoreIcon.d.ts +1 -2
  8. package/dist/icons/AppleAppStoreIcon.js +8 -5
  9. package/dist/icons/AppleIcon.d.ts +1 -2
  10. package/dist/icons/AppleIcon.js +6 -3
  11. package/dist/icons/AppleSimulatorIcon.d.ts +1 -2
  12. package/dist/icons/AppleSimulatorIcon.js +10 -7
  13. package/dist/icons/ArrowDownIcon.d.ts +1 -2
  14. package/dist/icons/ArrowDownIcon.js +6 -3
  15. package/dist/icons/ArrowLeftIcon.d.ts +1 -2
  16. package/dist/icons/ArrowLeftIcon.js +6 -3
  17. package/dist/icons/ArrowRightIcon.d.ts +1 -2
  18. package/dist/icons/ArrowRightIcon.js +6 -3
  19. package/dist/icons/ArrowUpIcon.d.ts +1 -2
  20. package/dist/icons/ArrowUpIcon.js +6 -3
  21. package/dist/icons/ArrowUpRightIcon.d.ts +1 -2
  22. package/dist/icons/ArrowUpRightIcon.js +6 -3
  23. package/dist/icons/AtSignIcon.d.ts +1 -2
  24. package/dist/icons/AtSignIcon.js +6 -3
  25. package/dist/icons/BadgeIcon.d.ts +1 -2
  26. package/dist/icons/BadgeIcon.js +7 -4
  27. package/dist/icons/BellIcon.d.ts +1 -2
  28. package/dist/icons/BellIcon.js +6 -3
  29. package/dist/icons/BranchIcon.d.ts +1 -2
  30. package/dist/icons/BranchIcon.js +6 -3
  31. package/dist/icons/BugInspectIcon.d.ts +1 -2
  32. package/dist/icons/BugInspectIcon.js +8 -5
  33. package/dist/icons/BuildIcon.d.ts +1 -2
  34. package/dist/icons/BuildIcon.js +6 -3
  35. package/dist/icons/BuildNumberIcon.d.ts +1 -2
  36. package/dist/icons/BuildNumberIcon.js +6 -3
  37. package/dist/icons/BuildProfileIcon.d.ts +1 -2
  38. package/dist/icons/BuildProfileIcon.js +6 -3
  39. package/dist/icons/ChannelIcon.d.ts +1 -2
  40. package/dist/icons/ChannelIcon.js +7 -4
  41. package/dist/icons/ChartIcon.d.ts +1 -2
  42. package/dist/icons/ChartIcon.js +7 -4
  43. package/dist/icons/CheckIcon.d.ts +1 -2
  44. package/dist/icons/CheckIcon.js +6 -3
  45. package/dist/icons/ChevronDownIcon.d.ts +1 -2
  46. package/dist/icons/ChevronDownIcon.js +6 -3
  47. package/dist/icons/ChevronLeftIcon.d.ts +1 -2
  48. package/dist/icons/ChevronLeftIcon.js +6 -3
  49. package/dist/icons/ChevronRightIcon.d.ts +1 -2
  50. package/dist/icons/ChevronRightIcon.js +6 -3
  51. package/dist/icons/ChevronUpIcon.d.ts +1 -2
  52. package/dist/icons/ChevronUpIcon.js +6 -3
  53. package/dist/icons/ClipboardIcon.d.ts +1 -2
  54. package/dist/icons/ClipboardIcon.js +8 -4
  55. package/dist/icons/CloudSlashIcon.d.ts +1 -2
  56. package/dist/icons/CloudSlashIcon.js +6 -3
  57. package/dist/icons/CodeIcon.d.ts +1 -2
  58. package/dist/icons/CodeIcon.js +6 -3
  59. package/dist/icons/CommandLineIcon.d.ts +3 -0
  60. package/dist/icons/CommandLineIcon.js +32 -0
  61. package/dist/icons/CommitIcon.d.ts +1 -2
  62. package/dist/icons/CommitIcon.js +6 -3
  63. package/dist/icons/CredentialIcon.d.ts +1 -2
  64. package/dist/icons/CredentialIcon.js +8 -5
  65. package/dist/icons/CreditCardIcon.d.ts +1 -2
  66. package/dist/icons/CreditCardIcon.js +7 -4
  67. package/dist/icons/DatabaseIcon.d.ts +3 -0
  68. package/dist/icons/DatabaseIcon.js +33 -0
  69. package/dist/icons/DebugIcon.d.ts +1 -2
  70. package/dist/icons/DebugIcon.js +7 -4
  71. package/dist/icons/DeploymentIcon.d.ts +1 -2
  72. package/dist/icons/DeploymentIcon.js +6 -3
  73. package/dist/icons/DeploymentsIcon.d.ts +1 -2
  74. package/dist/icons/DeploymentsIcon.js +9 -6
  75. package/dist/icons/DiscordIcon.d.ts +1 -2
  76. package/dist/icons/DiscordIcon.js +6 -4
  77. package/dist/icons/DiscourseIcon.d.ts +1 -2
  78. package/dist/icons/DiscourseIcon.js +6 -3
  79. package/dist/icons/DownloadIcon.d.ts +1 -2
  80. package/dist/icons/DownloadIcon.js +7 -4
  81. package/dist/icons/EasMetadataIcon.d.ts +3 -0
  82. package/dist/icons/EasMetadataIcon.js +39 -0
  83. package/dist/icons/EasSubmitIcon.d.ts +3 -0
  84. package/dist/icons/EasSubmitIcon.js +39 -0
  85. package/dist/icons/EditIcon.d.ts +3 -0
  86. package/dist/icons/EditIcon.js +37 -0
  87. package/dist/icons/ErrorIcon.d.ts +1 -2
  88. package/dist/icons/ErrorIcon.js +6 -3
  89. package/dist/icons/FacebookIcon.d.ts +1 -2
  90. package/dist/icons/FacebookIcon.js +6 -3
  91. package/dist/icons/GeneralIcon.d.ts +1 -2
  92. package/dist/icons/GeneralIcon.js +17 -14
  93. package/dist/icons/GithubIcon.d.ts +1 -2
  94. package/dist/icons/GithubIcon.js +6 -3
  95. package/dist/icons/GoogleAppStoreIcon.d.ts +1 -2
  96. package/dist/icons/GoogleAppStoreIcon.js +6 -3
  97. package/dist/icons/HamburgerIcon.d.ts +1 -2
  98. package/dist/icons/HamburgerIcon.js +6 -3
  99. package/dist/icons/HeadsetIcon.d.ts +1 -2
  100. package/dist/icons/HeadsetIcon.js +10 -7
  101. package/dist/icons/HomeFilledIcon.d.ts +1 -2
  102. package/dist/icons/HomeFilledIcon.js +6 -3
  103. package/dist/icons/HomeIcon.d.ts +1 -2
  104. package/dist/icons/HomeIcon.js +6 -3
  105. package/dist/icons/InfoIcon.d.ts +1 -2
  106. package/dist/icons/InfoIcon.js +6 -3
  107. package/dist/icons/InspectElementIcon.d.ts +1 -2
  108. package/dist/icons/InspectElementIcon.js +7 -4
  109. package/dist/icons/InstagramIcon.d.ts +1 -2
  110. package/dist/icons/InstagramIcon.js +6 -3
  111. package/dist/icons/InvoicesIcon.d.ts +1 -2
  112. package/dist/icons/InvoicesIcon.js +7 -4
  113. package/dist/icons/LifebuoyIcon.d.ts +1 -2
  114. package/dist/icons/LifebuoyIcon.js +6 -3
  115. package/dist/icons/LockIcon.d.ts +1 -2
  116. package/dist/icons/LockIcon.js +6 -3
  117. package/dist/icons/LogoutMobileIcon.d.ts +1 -2
  118. package/dist/icons/LogoutMobileIcon.js +7 -4
  119. package/dist/icons/LogsIcon.d.ts +1 -2
  120. package/dist/icons/LogsIcon.js +8 -5
  121. package/dist/icons/MailIcon.d.ts +1 -2
  122. package/dist/icons/MailIcon.js +6 -3
  123. package/dist/icons/MegaphoneIcon.d.ts +1 -2
  124. package/dist/icons/MegaphoneIcon.js +7 -4
  125. package/dist/icons/MessageIcon.d.ts +1 -2
  126. package/dist/icons/MessageIcon.js +6 -3
  127. package/dist/icons/OneTimePasswordIcon.d.ts +1 -2
  128. package/dist/icons/OneTimePasswordIcon.js +8 -5
  129. package/dist/icons/OpenInternalIcon.d.ts +1 -2
  130. package/dist/icons/OpenInternalIcon.js +7 -4
  131. package/dist/icons/OverviewIcon.d.ts +1 -2
  132. package/dist/icons/OverviewIcon.js +6 -3
  133. package/dist/icons/PerformanceIcon.d.ts +1 -2
  134. package/dist/icons/PerformanceIcon.js +7 -4
  135. package/dist/icons/PersonalTrainerIcon.d.ts +1 -2
  136. package/dist/icons/PersonalTrainerIcon.js +6 -3
  137. package/dist/icons/PinIcon.d.ts +1 -2
  138. package/dist/icons/PinIcon.js +6 -3
  139. package/dist/icons/PlanEnterpriseIcon.d.ts +1 -2
  140. package/dist/icons/PlanEnterpriseIcon.js +6 -3
  141. package/dist/icons/PlanFreeIcon.d.ts +1 -2
  142. package/dist/icons/PlanFreeIcon.js +6 -3
  143. package/dist/icons/PlanProductionIcon.d.ts +1 -2
  144. package/dist/icons/PlanProductionIcon.js +7 -4
  145. package/dist/icons/PlansIcon.d.ts +1 -2
  146. package/dist/icons/PlansIcon.js +7 -4
  147. package/dist/icons/PlusIcon.d.ts +1 -2
  148. package/dist/icons/PlusIcon.js +6 -3
  149. package/dist/icons/PrivacyIcon.d.ts +1 -2
  150. package/dist/icons/PrivacyIcon.js +6 -3
  151. package/dist/icons/ProjectTransferIcon.d.ts +1 -2
  152. package/dist/icons/ProjectTransferIcon.js +7 -4
  153. package/dist/icons/PushToDeviceIcon.d.ts +1 -2
  154. package/dist/icons/PushToDeviceIcon.js +9 -6
  155. package/dist/icons/QrCodeIcon.d.ts +1 -2
  156. package/dist/icons/QrCodeIcon.js +10 -7
  157. package/dist/icons/QuestionIcon.d.ts +1 -2
  158. package/dist/icons/QuestionIcon.js +6 -3
  159. package/dist/icons/QuestionMarkIcon.d.ts +1 -2
  160. package/dist/icons/QuestionMarkIcon.js +6 -3
  161. package/dist/icons/ReceiptIcon.d.ts +3 -0
  162. package/dist/icons/ReceiptIcon.js +33 -0
  163. package/dist/icons/RedditIcon.d.ts +1 -2
  164. package/dist/icons/RedditIcon.js +6 -3
  165. package/dist/icons/RefreshIcon.d.ts +1 -2
  166. package/dist/icons/RefreshIcon.js +9 -6
  167. package/dist/icons/RolloutIcon.d.ts +1 -2
  168. package/dist/icons/RolloutIcon.js +7 -4
  169. package/dist/icons/RunIcon.d.ts +1 -2
  170. package/dist/icons/RunIcon.js +7 -4
  171. package/dist/icons/RuntimeVersionIcon.d.ts +1 -2
  172. package/dist/icons/RuntimeVersionIcon.js +6 -3
  173. package/dist/icons/ScanIcon.d.ts +1 -2
  174. package/dist/icons/ScanIcon.js +7 -4
  175. package/dist/icons/SearchIcon.d.ts +1 -2
  176. package/dist/icons/SearchIcon.js +7 -4
  177. package/dist/icons/SecretsIcon.d.ts +1 -2
  178. package/dist/icons/SecretsIcon.js +6 -3
  179. package/dist/icons/SettingsFilledIcon.d.ts +1 -2
  180. package/dist/icons/SettingsFilledIcon.js +6 -3
  181. package/dist/icons/SettingsIcon.d.ts +1 -2
  182. package/dist/icons/SettingsIcon.js +6 -3
  183. package/dist/icons/SlashShortcutIcon.d.ts +1 -2
  184. package/dist/icons/SlashShortcutIcon.js +6 -3
  185. package/dist/icons/SparklesIcon.d.ts +1 -2
  186. package/dist/icons/SparklesIcon.js +6 -3
  187. package/dist/icons/StatusCanceledIcon.d.ts +1 -2
  188. package/dist/icons/StatusCanceledIcon.js +6 -3
  189. package/dist/icons/StatusFailedIcon.d.ts +1 -2
  190. package/dist/icons/StatusFailedIcon.js +6 -3
  191. package/dist/icons/StatusNewIcon.d.ts +1 -2
  192. package/dist/icons/StatusNewIcon.js +7 -4
  193. package/dist/icons/StatusSuccessIcon.d.ts +1 -2
  194. package/dist/icons/StatusSuccessIcon.js +6 -3
  195. package/dist/icons/StatusWaitingIcon.d.ts +1 -2
  196. package/dist/icons/StatusWaitingIcon.js +6 -3
  197. package/dist/icons/StoreIcon.d.ts +1 -2
  198. package/dist/icons/StoreIcon.js +13 -6
  199. package/dist/icons/ThemeAutoIcon.d.ts +1 -2
  200. package/dist/icons/ThemeAutoIcon.js +7 -4
  201. package/dist/icons/ThemeDarkIcon.d.ts +1 -2
  202. package/dist/icons/ThemeDarkIcon.js +6 -3
  203. package/dist/icons/ThemeIcon.d.ts +1 -2
  204. package/dist/icons/ThemeIcon.js +6 -3
  205. package/dist/icons/ThemeLightIcon.d.ts +1 -2
  206. package/dist/icons/ThemeLightIcon.js +7 -4
  207. package/dist/icons/ThumbsDownIcon.d.ts +1 -2
  208. package/dist/icons/ThumbsDownIcon.js +6 -3
  209. package/dist/icons/ThumbsUpIcon.d.ts +1 -2
  210. package/dist/icons/ThumbsUpIcon.js +6 -3
  211. package/dist/icons/TokensIcon.d.ts +1 -2
  212. package/dist/icons/TokensIcon.js +8 -5
  213. package/dist/icons/TrashIcon.d.ts +1 -2
  214. package/dist/icons/TrashIcon.js +6 -3
  215. package/dist/icons/TriangleDownIcon.d.ts +1 -2
  216. package/dist/icons/TriangleDownIcon.js +6 -3
  217. package/dist/icons/TriangleLeftIcon.d.ts +1 -2
  218. package/dist/icons/TriangleLeftIcon.js +6 -3
  219. package/dist/icons/TriangleRightIcon.d.ts +1 -2
  220. package/dist/icons/TriangleRightIcon.js +6 -3
  221. package/dist/icons/TriangleUpIcon.d.ts +1 -2
  222. package/dist/icons/TriangleUpIcon.js +6 -3
  223. package/dist/icons/TwitchIcon.d.ts +1 -2
  224. package/dist/icons/TwitchIcon.js +7 -4
  225. package/dist/icons/TwitterIcon.d.ts +1 -2
  226. package/dist/icons/TwitterIcon.js +6 -3
  227. package/dist/icons/UndoIcon.d.ts +1 -2
  228. package/dist/icons/UndoIcon.js +6 -3
  229. package/dist/icons/UpdateIcon.d.ts +1 -2
  230. package/dist/icons/UpdateIcon.js +7 -4
  231. package/dist/icons/UpgradeIcon.d.ts +1 -2
  232. package/dist/icons/UpgradeIcon.js +6 -3
  233. package/dist/icons/UploadIcon.d.ts +1 -2
  234. package/dist/icons/UploadIcon.js +7 -4
  235. package/dist/icons/UserFilledIcon.d.ts +1 -2
  236. package/dist/icons/UserFilledIcon.js +6 -3
  237. package/dist/icons/UserIcon.d.ts +1 -2
  238. package/dist/icons/UserIcon.js +6 -3
  239. package/dist/icons/UsersFilledIcon.d.ts +1 -2
  240. package/dist/icons/UsersFilledIcon.js +7 -4
  241. package/dist/icons/UsersIcon.d.ts +1 -2
  242. package/dist/icons/UsersIcon.js +7 -4
  243. package/dist/icons/VersionIcon.d.ts +1 -2
  244. package/dist/icons/VersionIcon.js +7 -4
  245. package/dist/icons/WarningIcon.d.ts +1 -2
  246. package/dist/icons/WarningIcon.js +6 -3
  247. package/dist/icons/XIcon.d.ts +1 -2
  248. package/dist/icons/XIcon.js +6 -3
  249. package/dist/icons/YoutubeIcon.d.ts +1 -2
  250. package/dist/icons/YoutubeIcon.js +6 -3
  251. package/dist/icons/index.d.ts +6 -0
  252. package/dist/icons/index.js +15 -3
  253. package/dist/index.d.ts +2 -1
  254. package/dist/logos/DocsLogo.d.ts +1 -2
  255. package/dist/logos/DocsLogo.js +7 -4
  256. package/dist/logos/ExpoGoLogo.d.ts +1 -2
  257. package/dist/logos/ExpoGoLogo.js +6 -3
  258. package/dist/logos/Logo.d.ts +1 -2
  259. package/dist/logos/Logo.js +6 -3
  260. package/dist/logos/SnackLogo.d.ts +1 -2
  261. package/dist/logos/SnackLogo.js +7 -4
  262. package/dist/logos/WordMarkLogo.d.ts +1 -2
  263. package/dist/logos/WordMarkLogo.js +6 -3
  264. package/dist/styles/themes.d.ts +6 -0
  265. package/dist/styles/themes.js +7 -1
  266. package/dist/types/index.d.ts +2 -1
  267. package/package.json +1 -1
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function DiscourseIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10c0 5.402-4.284 9.804-9.64 9.994V20H0V10C0 4.477 4.477 0 10 0s10 4.477 10 10zm-3.772-.15a6.079 6.079 0 01-8.617 5.524l-3.823.812 1.081-3.323A6.079 6.079 0 1116.228 9.85z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10c0 5.402-4.284 9.804-9.64 9.994V20H0V10C0 4.477 4.477 0 10 0s10 4.477 10 10zm-3.772-.15a6.079 6.079 0 01-8.617 5.524l-3.823.812 1.081-3.323A6.079 6.079 0 1116.228 9.85z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = DiscourseIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function DownloadIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function DownloadIcon(props: IconProps): JSX.Element;
@@ -18,13 +18,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function DownloadIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 22", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M14.583 11H5.417L10 18.333 14.583 11z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M1.75 20.167h16.5M10 11V1.833", stroke: color || "#000", strokeWidth: 1.833, strokeLinecap: "round" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 22", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M14.583 11H5.417L10 18.333 14.583 11z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M1.75 20.167h16.5M10 11V1.833", stroke: color || "#000", strokeWidth: 1.833, strokeLinecap: "round" })));
29
32
  }
30
33
  exports.default = DownloadIcon;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types";
3
+ export default function EasMetadataIcon(props: IconProps): JSX.Element;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ const react_1 = __importDefault(require("react"));
26
+ const react_native_svg_1 = __importStar(require("react-native-svg"));
27
+ function EasMetadataIcon(props) {
28
+ const { size, color, width, height } = props;
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.G, { clipPath: "url(#eas-metadata-icon_svg__eas-metadata-icon_svg__clip0_3475_2492)" },
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M3 8.32v9.18h14V8.32", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M1 6.525L3.213 1.5H8l-.805 5.025S6.213 8.319 4 8.319 1 6.525 1 6.525zm18 0L16.787 1.5H12l.805 5.025S13.787 8.319 16 8.319s3-1.794 3-1.794z", stroke: color || "#000", strokeWidth: 2 }),
33
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M13 7.08l-.91-5.58H7.91L7 7.08s.5 1.794 3 1.794 3-1.795 3-1.795z", stroke: color || "#000", strokeWidth: 2 }),
34
+ react_1.default.createElement(react_native_svg_1.Path, { fill: color || "#000", d: "M7.25 12.5h5.5v4.736h-5.5z" })),
35
+ react_1.default.createElement(react_native_svg_1.Defs, null,
36
+ react_1.default.createElement(react_native_svg_1.ClipPath, { id: "eas-metadata-icon_svg__eas-metadata-icon_svg__clip0_3475_2492" },
37
+ react_1.default.createElement(react_native_svg_1.Path, { fill: "#fff", d: "M0 0h20v20H0z" })))));
38
+ }
39
+ exports.default = EasMetadataIcon;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types";
3
+ export default function EasSubmitIcon(props: IconProps): JSX.Element;
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ const react_1 = __importDefault(require("react"));
26
+ const react_native_svg_1 = __importStar(require("react-native-svg"));
27
+ function EasSubmitIcon(props) {
28
+ const { size, color, width, height } = props;
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.G, { clipPath: "url(#eas-submit-icon_svg__eas-submit-icon_svg__clip0_3474_2527)" },
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M18 8a1 1 0 10-2 0h2zm-1 10v1h1v-1h-1zM3 18H2v1h1v-1zM4 8a1 1 0 00-2 0h2zm2.5 11h1v-2h-1v2zm7-2h-1v2h1v-2zM16 8v10h2V8h-2zM4 18V8H2v10h2zm-1 1h3.5v-2H3v2zm14-2h-3.5v2H17v-2z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M1 6.053L3.213 2H8l-.805 4.053S6.213 7.5 4 7.5 1 6.053 1 6.053zm18 0L16.787 2H12l.805 4.053S13.787 7.5 16 7.5s3-1.447 3-1.447z", stroke: color || "#000", strokeWidth: 2 }),
33
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M13 6.5L12.09 2H7.91L7 6.5s.5 1.447 3 1.447S13 6.5 13 6.5z", stroke: color || "#000", strokeWidth: 2 }),
34
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 19v-8m0 0l3 3m-3-3l-3 3", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })),
35
+ react_1.default.createElement(react_native_svg_1.Defs, null,
36
+ react_1.default.createElement(react_native_svg_1.ClipPath, { id: "eas-submit-icon_svg__eas-submit-icon_svg__clip0_3474_2527" },
37
+ react_1.default.createElement(react_native_svg_1.Path, { fill: "#fff", d: "M0 0h20v20H0z" })))));
38
+ }
39
+ exports.default = EasSubmitIcon;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { IconProps } from "../types";
3
+ export default function EditIcon(props: IconProps): JSX.Element;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ const react_1 = __importDefault(require("react"));
26
+ const react_native_svg_1 = __importStar(require("react-native-svg"));
27
+ function EditIcon(props) {
28
+ const { size, color, width, height } = props;
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.G, { clipPath: "url(#edit-icon_svg__edit-icon_svg__clip0_3427_2475)", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" },
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M9.167 3.333H3.333A1.667 1.667 0 001.667 5v11.667a1.667 1.667 0 001.666 1.666H15a1.666 1.666 0 001.667-1.666v-5.834" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M15.417 2.083a1.768 1.768 0 112.5 2.5L10 12.5l-3.333.833L7.5 10l7.917-7.917z" })),
33
+ react_1.default.createElement(react_native_svg_1.Defs, null,
34
+ react_1.default.createElement(react_native_svg_1.ClipPath, { id: "edit-icon_svg__edit-icon_svg__clip0_3427_2475" },
35
+ react_1.default.createElement(react_native_svg_1.Path, { fill: "#fff", d: "M0 0h20v20H0z" })))));
36
+ }
37
+ exports.default = EditIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function ErrorIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ErrorIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function ErrorIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4.167 1.667a2.5 2.5 0 00-2.5 2.5v11.666a2.5 2.5 0 002.5 2.5h11.666a2.5 2.5 0 002.5-2.5V4.167a2.5 2.5 0 00-2.5-2.5H4.167zm3.089 4.41a.833.833 0 00-1.179 1.179L8.821 10l-2.744 2.744a.833.833 0 101.179 1.178L10 11.178l2.744 2.744a.833.833 0 101.178-1.178L11.178 10l2.744-2.744a.833.833 0 10-1.178-1.179L10 8.821 7.256 6.077z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4.167 1.667a2.5 2.5 0 00-2.5 2.5v11.666a2.5 2.5 0 002.5 2.5h11.666a2.5 2.5 0 002.5-2.5V4.167a2.5 2.5 0 00-2.5-2.5H4.167zm3.089 4.41a.833.833 0 00-1.179 1.179L8.821 10l-2.744 2.744a.833.833 0 101.179 1.178L10 11.178l2.744 2.744a.833.833 0 101.178-1.178L11.178 10l2.744-2.744a.833.833 0 10-1.178-1.179L10 8.821 7.256 6.077z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ErrorIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function FacebookIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function FacebookIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function FacebookIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M20 10.06C20 4.505 15.523 0 10 0 4.476 0-.001 4.503-.001 10.06c0 5.023 3.657 9.185 8.438 9.94v-7.03h-2.54v-2.91h2.54V7.845c0-2.521 1.493-3.914 3.777-3.914 1.095 0 2.239.196 2.239.196v2.476h-1.261c-1.242 0-1.63.776-1.63 1.572v1.887h2.774l-.444 2.908h-2.33V20C16.343 19.245 20 15.083 20 10.06z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M20 10.06C20 4.505 15.523 0 10 0 4.476 0-.001 4.503-.001 10.06c0 5.023 3.657 9.185 8.438 9.94v-7.03h-2.54v-2.91h2.54V7.845c0-2.521 1.493-3.914 3.777-3.914 1.095 0 2.239.196 2.239.196v2.476h-1.261c-1.242 0-1.63.776-1.63 1.572v1.887h2.774l-.444 2.908h-2.33V20C16.343 19.245 20 15.083 20 10.06z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = FacebookIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function GeneralIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function GeneralIcon(props: IconProps): JSX.Element;
@@ -18,23 +18,26 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function GeneralIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__a", fill: "#fff" },
28
- React.createElement(react_native_svg_1.Rect, { width: 8.75, height: 8.75, rx: 1 })),
29
- React.createElement(react_native_svg_1.Rect, { width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__a)" }),
30
- React.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__b", fill: "#fff" },
31
- React.createElement(react_native_svg_1.Rect, { y: 11.25, width: 8.75, height: 8.75, rx: 1 })),
32
- React.createElement(react_native_svg_1.Rect, { y: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__b)" }),
33
- React.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__c", fill: "#fff" },
34
- React.createElement(react_native_svg_1.Rect, { x: 11.25, y: 11.25, width: 8.75, height: 8.75, rx: 1 })),
35
- React.createElement(react_native_svg_1.Rect, { x: 11.25, y: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__c)" }),
36
- React.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__d", fill: "#fff" },
37
- React.createElement(react_native_svg_1.Rect, { x: 11.25, width: 8.75, height: 8.75, rx: 1 })),
38
- React.createElement(react_native_svg_1.Rect, { x: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__d)" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__a", fill: "#fff" },
31
+ react_1.default.createElement(react_native_svg_1.Rect, { width: 8.75, height: 8.75, rx: 1 })),
32
+ react_1.default.createElement(react_native_svg_1.Rect, { width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__a)" }),
33
+ react_1.default.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__b", fill: "#fff" },
34
+ react_1.default.createElement(react_native_svg_1.Rect, { y: 11.25, width: 8.75, height: 8.75, rx: 1 })),
35
+ react_1.default.createElement(react_native_svg_1.Rect, { y: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__b)" }),
36
+ react_1.default.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__c", fill: "#fff" },
37
+ react_1.default.createElement(react_native_svg_1.Rect, { x: 11.25, y: 11.25, width: 8.75, height: 8.75, rx: 1 })),
38
+ react_1.default.createElement(react_native_svg_1.Rect, { x: 11.25, y: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__c)" }),
39
+ react_1.default.createElement(react_native_svg_1.Mask, { id: "general-icon_svg__d", fill: "#fff" },
40
+ react_1.default.createElement(react_native_svg_1.Rect, { x: 11.25, width: 8.75, height: 8.75, rx: 1 })),
41
+ react_1.default.createElement(react_native_svg_1.Rect, { x: 11.25, width: 8.75, height: 8.75, rx: 1, stroke: color || "#000", strokeWidth: 3.5, mask: "url(#general-icon_svg__d)" })));
39
42
  }
40
43
  exports.default = GeneralIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function GithubIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function GithubIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function GithubIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M10 0C4.475 0 0 4.475 0 10a9.994 9.994 0 006.838 9.488c.5.087.687-.213.687-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.287-.6-1.175-1.025-1.412-.35-.188-.85-.65-.013-.663.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.088.638-1.338-2.225-.25-4.55-1.112-4.55-4.937 0-1.088.387-1.987 1.025-2.688-.1-.25-.45-1.274.1-2.65 0 0 .837-.262 2.75 1.026a9.28 9.28 0 012.5-.338c.85 0 1.7.112 2.5.337 1.912-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.016 10.016 0 0020 10c0-5.525-4.475-10-10-10z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 0C4.475 0 0 4.475 0 10a9.994 9.994 0 006.838 9.488c.5.087.687-.213.687-.476 0-.237-.013-1.024-.013-1.862-2.512.463-3.162-.612-3.362-1.175-.113-.287-.6-1.175-1.025-1.412-.35-.188-.85-.65-.013-.663.788-.013 1.35.725 1.538 1.025.9 1.512 2.337 1.087 2.912.825.088-.65.35-1.088.638-1.338-2.225-.25-4.55-1.112-4.55-4.937 0-1.088.387-1.987 1.025-2.688-.1-.25-.45-1.274.1-2.65 0 0 .837-.262 2.75 1.026a9.28 9.28 0 012.5-.338c.85 0 1.7.112 2.5.337 1.912-1.3 2.75-1.024 2.75-1.024.55 1.375.2 2.4.1 2.65.637.7 1.025 1.587 1.025 2.687 0 3.838-2.337 4.688-4.562 4.938.362.312.675.912.675 1.85 0 1.337-.013 2.412-.013 2.75 0 .262.188.574.688.474A10.016 10.016 0 0020 10c0-5.525-4.475-10-10-10z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = GithubIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function GoogleAppStoreIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function GoogleAppStoreIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function GoogleAppStoreIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M.707.502l9.67 9.451-9.679 9.511a.995.995 0 01-.107-.454V.972c0-.174.042-.333.116-.47zm.887-.531a.99.99 0 01.485.128l11.68 6.53-2.67 2.623L1.595-.029zm13.074 7.167l-2.863 2.813 3.013 2.946 3.54-1.942a1 1 0 00.007-1.75l-3.697-2.067zm-.766 6.261l-2.81-2.746-9.523 9.358a.993.993 0 00.503-.124l11.83-6.488z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M.707.502l9.67 9.451-9.679 9.511a.995.995 0 01-.107-.454V.972c0-.174.042-.333.116-.47zm.887-.531a.99.99 0 01.485.128l11.68 6.53-2.67 2.623L1.595-.029zm13.074 7.167l-2.863 2.813 3.013 2.946 3.54-1.942a1 1 0 00.007-1.75l-3.697-2.067zm-.766 6.261l-2.81-2.746-9.523 9.358a.993.993 0 00.503-.124l11.83-6.488z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = GoogleAppStoreIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function HamburgerIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function HamburgerIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function HamburgerIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M2.5 10h15m-15-5h15m-15 10h15", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M2.5 10h15m-15-5h15m-15 10h15", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = HamburgerIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function HeadsetIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function HeadsetIcon(props: IconProps): JSX.Element;
@@ -18,16 +18,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function HeadsetIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M16.085 19.56h-4.781v-.87h4.781a2.176 2.176 0 002.174-2.173v-3.042h.869v3.042a3.046 3.046 0 01-3.043 3.043z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M9.648.006C4.708.193.872 4.41.872 9.352v4.992a2.174 2.174 0 002.173 2.173H4.35a1.304 1.304 0 001.304-1.304v-4.347A1.304 1.304 0 004.35 9.562H2.176V9.32c0-4.237 3.288-7.85 7.522-8.01a7.833 7.833 0 018.126 7.818v.434h-2.608a1.304 1.304 0 00-1.304 1.304v4.347a1.304 1.304 0 001.304 1.304h1.739a2.173 2.173 0 002.173-2.173V9.128A9.138 9.138 0 009.648.006z", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { d: "M4.784 9.562a1.304 1.304 0 011.304 1.304v4.347a1.304 1.304 0 01-1.304 1.304H3.045a2.174 2.174 0 01-2.173-2.173V9.562h3.912z", fill: color || "#000" }),
30
- React.createElement(react_native_svg_1.Path, { d: "M4.784 9.562h-.87v6.955h.87a1.304 1.304 0 001.304-1.304v-4.347a1.304 1.304 0 00-1.304-1.304zm10.432 0a1.304 1.304 0 00-1.304 1.304v4.347a1.304 1.304 0 001.304 1.304h1.739a2.174 2.174 0 002.173-2.173V9.562h-3.912z", fill: color || "#000" }),
31
- React.createElement(react_native_svg_1.Path, { d: "M15.216 9.562h.87v6.955h-.87a1.304 1.304 0 01-1.304-1.304v-4.347a1.304 1.304 0 011.304-1.304zm-.914 8.254H10a.435.435 0 00-.435.434v1.315c0 .24.195.435.435.435h4.302c.24 0 .434-.195.434-.435V18.25a.435.435 0 00-.434-.434z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M16.085 19.56h-4.781v-.87h4.781a2.176 2.176 0 002.174-2.173v-3.042h.869v3.042a3.046 3.046 0 01-3.043 3.043z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M9.648.006C4.708.193.872 4.41.872 9.352v4.992a2.174 2.174 0 002.173 2.173H4.35a1.304 1.304 0 001.304-1.304v-4.347A1.304 1.304 0 004.35 9.562H2.176V9.32c0-4.237 3.288-7.85 7.522-8.01a7.833 7.833 0 018.126 7.818v.434h-2.608a1.304 1.304 0 00-1.304 1.304v4.347a1.304 1.304 0 001.304 1.304h1.739a2.173 2.173 0 002.173-2.173V9.128A9.138 9.138 0 009.648.006z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M4.784 9.562a1.304 1.304 0 011.304 1.304v4.347a1.304 1.304 0 01-1.304 1.304H3.045a2.174 2.174 0 01-2.173-2.173V9.562h3.912z", fill: color || "#000" }),
33
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M4.784 9.562h-.87v6.955h.87a1.304 1.304 0 001.304-1.304v-4.347a1.304 1.304 0 00-1.304-1.304zm10.432 0a1.304 1.304 0 00-1.304 1.304v4.347a1.304 1.304 0 001.304 1.304h1.739a2.174 2.174 0 002.173-2.173V9.562h-3.912z", fill: color || "#000" }),
34
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M15.216 9.562h.87v6.955h-.87a1.304 1.304 0 01-1.304-1.304v-4.347a1.304 1.304 0 011.304-1.304zm-.914 8.254H10a.435.435 0 00-.435.434v1.315c0 .24.195.435.435.435h4.302c.24 0 .434-.195.434-.435V18.25a.435.435 0 00-.434-.434z", fill: color || "#000" })));
32
35
  }
33
36
  exports.default = HeadsetIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function HomeFilledIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function HomeFilledIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function HomeFilledIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M1 6.5V19h6.632v-6.204a1.2 1.2 0 01.733-1.106 4.202 4.202 0 013.27 0 1.2 1.2 0 01.733 1.106V19H19V6.5L10 1 1 6.5z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M1 6.5V19h6.632v-6.204a1.2 1.2 0 01.733-1.106 4.202 4.202 0 013.27 0 1.2 1.2 0 01.733 1.106V19H19V6.5L10 1 1 6.5z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = HomeFilledIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function HomeIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function HomeIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function HomeIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M1.667 6.76v11.573h5.555V12.97c0-.668.428-1.26 1.061-1.472a5.43 5.43 0 013.434 0c.633.211 1.06.804 1.06 1.472v5.363h5.556V6.76L10 1.667 1.667 6.759z", stroke: color || "#000", strokeWidth: 1.852 })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M1.667 6.76v11.573h5.555V12.97c0-.668.428-1.26 1.061-1.472a5.43 5.43 0 013.434 0c.633.211 1.06.804 1.06 1.472v5.363h5.556V6.76L10 1.667 1.667 6.759z", stroke: color || "#000", strokeWidth: 1.852 })));
28
31
  }
29
32
  exports.default = HomeIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function InfoIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function InfoIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function InfoIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M10 1a9 9 0 100 18 9 9 0 000-18zm-.01 4.064a.962.962 0 01.73-.33c.229 0 .43.082.582.238.152.155.23.354.23.59 0 .295-.104.558-.308.78-.209.23-.453.347-.726.347a.777.777 0 01-.576-.244.844.844 0 01-.227-.607c0-.3.099-.561.295-.774zm1.499 8.48c-.746.7-1.279 1.138-1.628 1.337-.372.213-.679.317-.937.317a.814.814 0 01-.622-.254c-.152-.162-.23-.382-.23-.652 0-.69.392-2.293 1.197-4.9.013-.044.024-.086.031-.125a.814.814 0 00-.105.056c-.066.042-.267.2-.854.773a.25.25 0 01-.329.02l-.347-.27a.25.25 0 01-.033-.367c.542-.596 1.047-1.029 1.502-1.286.477-.269.88-.4 1.232-.4.227 0 .411.057.547.17a.621.621 0 01.225.492c0 .132-.063.474-.522 2.015-.657 2.203-.814 3.003-.825 3.28.125-.074.419-.283 1.046-.873a.25.25 0 01.347.003l.308.3a.25.25 0 01-.003.363z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 1a9 9 0 100 18 9 9 0 000-18zm-.01 4.064a.962.962 0 01.73-.33c.229 0 .43.082.582.238.152.155.23.354.23.59 0 .295-.104.558-.308.78-.209.23-.453.347-.726.347a.777.777 0 01-.576-.244.844.844 0 01-.227-.607c0-.3.099-.561.295-.774zm1.499 8.48c-.746.7-1.279 1.138-1.628 1.337-.372.213-.679.317-.937.317a.814.814 0 01-.622-.254c-.152-.162-.23-.382-.23-.652 0-.69.392-2.293 1.197-4.9.013-.044.024-.086.031-.125a.814.814 0 00-.105.056c-.066.042-.267.2-.854.773a.25.25 0 01-.329.02l-.347-.27a.25.25 0 01-.033-.367c.542-.596 1.047-1.029 1.502-1.286.477-.269.88-.4 1.232-.4.227 0 .411.057.547.17a.621.621 0 01.225.492c0 .132-.063.474-.522 2.015-.657 2.203-.814 3.003-.825 3.28.125-.074.419-.283 1.046-.873a.25.25 0 01.347.003l.308.3a.25.25 0 01-.003.363z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = InfoIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function InspectElementIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function InspectElementIcon(props: IconProps): JSX.Element;
@@ -18,13 +18,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function InspectElementIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.331 2.352H20V0H0v20h2.331V2.352z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M4.653 17.648h2.332V20H4.652v-2.352zm4.385 0h2.331V20H9.04v-2.352zm4.385 0h2.331V20h-2.331v-2.352zM20 4.535v2.353h-2.331V4.535H20zm0 4.425v2.352h-2.331V8.96H20zm0 4.424v2.352h-2.331v-2.352h2.33zm-2.331 4.264h2.33V20h-2.33v-2.352z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M2.331 2.352H20V0H0v20h2.331V2.352z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M4.653 17.648h2.332V20H4.652v-2.352zm4.385 0h2.331V20H9.04v-2.352zm4.385 0h2.331V20h-2.331v-2.352zM20 4.535v2.353h-2.331V4.535H20zm0 4.425v2.352h-2.331V8.96H20zm0 4.424v2.352h-2.331v-2.352h2.33zm-2.331 4.264h2.33V20h-2.33v-2.352z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = InspectElementIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function InstagramIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function InstagramIcon(props: IconProps): JSX.Element;
@@ -18,12 +18,15 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function InstagramIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M10 0C7.286 0 6.945.012 5.879.06 4.813.11 4.086.278 3.45.525a4.897 4.897 0 00-1.77 1.153A4.909 4.909 0 00.525 3.45C.277 4.085.108 4.812.06 5.877.012 6.943 0 7.284 0 10s.012 3.056.06 4.122c.05 1.065.218 1.792.465 2.427a4.9 4.9 0 001.153 1.772 4.896 4.896 0 001.771 1.154c.636.247 1.363.416 2.428.465 1.066.048 1.407.06 4.123.06s3.056-.012 4.122-.06c1.065-.049 1.792-.218 2.429-.465a4.892 4.892 0 001.77-1.154 4.909 4.909 0 001.154-1.771c.246-.636.415-1.363.465-2.427.047-1.067.06-1.407.06-4.123s-.012-3.057-.06-4.123c-.05-1.065-.22-1.792-.465-2.427a4.908 4.908 0 00-1.154-1.772A4.887 4.887 0 0016.55.525C15.912.278 15.185.109 14.12.06 13.055.012 12.716 0 9.999 0H10zm-.896 1.802H10c2.67 0 2.986.01 4.04.058.976.044 1.505.207 1.857.344.467.181.8.398 1.15.748.35.35.566.683.748 1.15.137.352.3.881.344 1.856.048 1.054.059 1.371.059 4.04s-.01 2.985-.059 4.04c-.044.974-.207 1.504-.344 1.856a3.091 3.091 0 01-.748 1.149 3.09 3.09 0 01-1.15.747c-.352.138-.881.3-1.856.345-1.054.048-1.371.058-4.041.058-2.67 0-2.987-.01-4.04-.058-.976-.045-1.505-.208-1.858-.345a3.098 3.098 0 01-1.15-.748 3.1 3.1 0 01-.748-1.15c-.137-.351-.3-.88-.345-1.855-.047-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.503.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.353-.138.882-.3 1.857-.345.923-.042 1.28-.054 3.144-.056v.002zm6.235 1.66a1.2 1.2 0 100 2.401 1.2 1.2 0 000-2.4zM10 4.866a5.136 5.136 0 100 10.271 5.136 5.136 0 000-10.271zm0 1.802a3.333 3.333 0 110 6.666 3.333 3.333 0 010-6.666z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 0C7.286 0 6.945.012 5.879.06 4.813.11 4.086.278 3.45.525a4.897 4.897 0 00-1.77 1.153A4.909 4.909 0 00.525 3.45C.277 4.085.108 4.812.06 5.877.012 6.943 0 7.284 0 10s.012 3.056.06 4.122c.05 1.065.218 1.792.465 2.427a4.9 4.9 0 001.153 1.772 4.896 4.896 0 001.771 1.154c.636.247 1.363.416 2.428.465 1.066.048 1.407.06 4.123.06s3.056-.012 4.122-.06c1.065-.049 1.792-.218 2.429-.465a4.892 4.892 0 001.77-1.154 4.909 4.909 0 001.154-1.771c.246-.636.415-1.363.465-2.427.047-1.067.06-1.407.06-4.123s-.012-3.057-.06-4.123c-.05-1.065-.22-1.792-.465-2.427a4.908 4.908 0 00-1.154-1.772A4.887 4.887 0 0016.55.525C15.912.278 15.185.109 14.12.06 13.055.012 12.716 0 9.999 0H10zm-.896 1.802H10c2.67 0 2.986.01 4.04.058.976.044 1.505.207 1.857.344.467.181.8.398 1.15.748.35.35.566.683.748 1.15.137.352.3.881.344 1.856.048 1.054.059 1.371.059 4.04s-.01 2.985-.059 4.04c-.044.974-.207 1.504-.344 1.856a3.091 3.091 0 01-.748 1.149 3.09 3.09 0 01-1.15.747c-.352.138-.881.3-1.856.345-1.054.048-1.371.058-4.041.058-2.67 0-2.987-.01-4.04-.058-.976-.045-1.505-.208-1.858-.345a3.098 3.098 0 01-1.15-.748 3.1 3.1 0 01-.748-1.15c-.137-.351-.3-.88-.345-1.855-.047-1.055-.057-1.371-.057-4.042 0-2.67.01-2.985.057-4.04.045-.974.208-1.503.345-1.856.181-.467.398-.8.748-1.15.35-.35.683-.567 1.15-.748.353-.138.882-.3 1.857-.345.923-.042 1.28-.054 3.144-.056v.002zm6.235 1.66a1.2 1.2 0 100 2.401 1.2 1.2 0 000-2.4zM10 4.866a5.136 5.136 0 100 10.271 5.136 5.136 0 000-10.271zm0 1.802a3.333 3.333 0 110 6.666 3.333 3.333 0 010-6.666z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = InstagramIcon;
@@ -1,4 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { SvgProps } from "react-native-svg";
3
2
  import { IconProps } from "../types";
4
- export default function InvoicesIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function InvoicesIcon(props: IconProps): JSX.Element;