@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 SparklesIcon(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: "M15.148 12.876l-1.553 3.914c-.245.617-1.137.64-1.416.037l-1.847-3.989a.757.757 0 00-.416-.386l-3.67-1.416a.733.733 0 01-.09-1.339l3.826-2.066a.752.752 0 00.327-.345l1.87-4.039c.279-.603 1.171-.58 1.416.037l1.573 3.964a.75.75 0 00.362.393l4.057 2.045a.734.734 0 01-.087 1.355l-3.903 1.405a.756.756 0 00-.449.43zm-9.64-7.342L4.455 8.032c-.084.2-.373.207-.468.013L2.745 5.52a.253.253 0 00-.14-.126L.165 4.51a.245.245 0 01-.03-.451l2.49-1.265a.251.251 0 00.112-.113l1.25-2.54a.26.26 0 01.468.013l1.06 2.514a.251.251 0 00.124.13L8.29 4.054a.245.245 0 01-.028.457l-2.603.882a.252.252 0 00-.152.14zm.736 12.236l-.762 2.066c-.079.213-.387.22-.477.012l-.9-2.09a.252.252 0 00-.135-.133l-1.832-.76a.244.244 0 01-.031-.44l1.886-1.096a.25.25 0 00.105-.117l.907-2.107c.09-.209.398-.201.477.012L6.25 15.2a.25.25 0 00.116.133l2.007 1.088a.244.244 0 01-.03.446l-1.954.757a.252.252 0 00-.145.146z", 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: "M15.148 12.876l-1.553 3.914c-.245.617-1.137.64-1.416.037l-1.847-3.989a.757.757 0 00-.416-.386l-3.67-1.416a.733.733 0 01-.09-1.339l3.826-2.066a.752.752 0 00.327-.345l1.87-4.039c.279-.603 1.171-.58 1.416.037l1.573 3.964a.75.75 0 00.362.393l4.057 2.045a.734.734 0 01-.087 1.355l-3.903 1.405a.756.756 0 00-.449.43zm-9.64-7.342L4.455 8.032c-.084.2-.373.207-.468.013L2.745 5.52a.253.253 0 00-.14-.126L.165 4.51a.245.245 0 01-.03-.451l2.49-1.265a.251.251 0 00.112-.113l1.25-2.54a.26.26 0 01.468.013l1.06 2.514a.251.251 0 00.124.13L8.29 4.054a.245.245 0 01-.028.457l-2.603.882a.252.252 0 00-.152.14zm.736 12.236l-.762 2.066c-.079.213-.387.22-.477.012l-.9-2.09a.252.252 0 00-.135-.133l-1.832-.76a.244.244 0 01-.031-.44l1.886-1.096a.25.25 0 00.105-.117l.907-2.107c.09-.209.398-.201.477.012L6.25 15.2a.25.25 0 00.116.133l2.007 1.088a.244.244 0 01-.03.446l-1.954.757a.252.252 0 00-.145.146z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = SparklesIcon;
@@ -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 StatusCanceledIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StatusCanceledIcon(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 StatusCanceledIcon(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: "M0 10C0 4.5 4.5 0 10 0s10 4.5 10 10-4.5 10-10 10S0 15.5 0 10zm6-1a1 1 0 100 2h8a1 1 0 100-2H6z", 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: "M0 10C0 4.5 4.5 0 10 0s10 4.5 10 10-4.5 10-10 10S0 15.5 0 10zm6-1a1 1 0 100 2h8a1 1 0 100-2H6z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = StatusCanceledIcon;
@@ -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 StatusFailedIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StatusFailedIcon(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 StatusFailedIcon(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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zM6.464 13.536a1 1 0 010-1.415L8.586 10 6.464 7.879A1 1 0 117.88 6.464L10 8.586l2.121-2.122a1 1 0 111.415 1.415l-2.122 2.12 2.122 2.122a1 1 0 11-1.415 1.415L10 11.414l-2.121 2.122a1 1 0 01-1.415 0z", 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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zM6.464 13.536a1 1 0 010-1.415L8.586 10 6.464 7.879A1 1 0 117.88 6.464L10 8.586l2.121-2.122a1 1 0 111.415 1.415l-2.122 2.12 2.122 2.122a1 1 0 11-1.415 1.415L10 11.414l-2.121 2.122a1 1 0 01-1.415 0z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = StatusFailedIcon;
@@ -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 StatusNewIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StatusNewIcon(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 StatusNewIcon(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: "M0 10C0 4.5 4.5 0 10 0s10 4.5 10 10-4.5 10-10 10S0 15.5 0 10zm4 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z", 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: "M0 10C0 4.5 4.5 0 10 0s10 4.5 10 10-4.5 10-10 10S0 15.5 0 10zm4 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = StatusNewIcon;
@@ -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 StatusSuccessIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StatusSuccessIcon(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 StatusSuccessIcon(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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zM8.66 11.414L6.569 9.321a1 1 0 00-1.415 1.414l2.8 2.8a1 1 0 001.415 0l5.656-5.656a1 1 0 00-1.414-1.415l-4.95 4.95z", 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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zM8.66 11.414L6.569 9.321a1 1 0 00-1.415 1.414l2.8 2.8a1 1 0 001.415 0l5.656-5.656a1 1 0 00-1.414-1.415l-4.95 4.95z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = StatusSuccessIcon;
@@ -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 StatusWaitingIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StatusWaitingIcon(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 StatusWaitingIcon(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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zm0 11a1 1 0 01-1-1V5a1 1 0 012 0v4h3a1 1 0 110 2h-4z", 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: "M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0zm0 11a1 1 0 01-1-1V5a1 1 0 012 0v4h3a1 1 0 110 2h-4z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = StatusWaitingIcon;
@@ -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 StoreIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function StoreIcon(props: IconProps): JSX.Element;
@@ -18,15 +18,22 @@ 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 StoreIcon(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.973 9.89v8.43h14.056V9.89", stroke: color || "#000", strokeWidth: 1.667 }),
28
- React.createElement(react_native_svg_1.Path, { d: "M.979 9.037L3.234 1.82h4.88l-.82 7.217s-.902 1.353-3.158 1.353C1.881 10.39.98 9.037.98 9.037zm18.044 0l-2.256-7.218h-4.88l.82 7.218s.902 1.353 3.158 1.353c2.255 0 3.158-1.353 3.158-1.353z", stroke: color || "#000", strokeWidth: 1.64 }),
29
- React.createElement(react_native_svg_1.Path, { d: "M12.707 9.037l-.82-7.218H8.114l-.82 7.218S7.745 10.39 10 10.39c2.256 0 2.707-1.353 2.707-1.353z", stroke: color || "#000", strokeWidth: 1.64 }),
30
- React.createElement(react_native_svg_1.Path, { fill: color || "#000", d: "M7.251 13.584h5.5v4.736h-5.5z" })));
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(#store-icon_svg__store-icon_svg__clip0_3475_2499)" },
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: "store-icon_svg__store-icon_svg__clip0_3475_2499" },
37
+ react_1.default.createElement(react_native_svg_1.Path, { fill: "#fff", d: "M0 0h20v20H0z" })))));
31
38
  }
32
39
  exports.default = StoreIcon;
@@ -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 ThemeAutoIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThemeAutoIcon(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 ThemeAutoIcon(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.Circle, { cx: 10, cy: 10, r: 7.755, stroke: color || "#000", strokeWidth: 1.157 }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10 1.667a8.333 8.333 0 100 16.666V1.667z", 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.Circle, { cx: 10, cy: 10, r: 7.755, stroke: color || "#000", strokeWidth: 1.157 }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M10 1.667a8.333 8.333 0 100 16.666V1.667z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = ThemeAutoIcon;
@@ -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 ThemeDarkIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThemeDarkIcon(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 ThemeDarkIcon(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: "M9.157 0a10.056 10.056 0 00-3.285 1.199C1.054 3.98-.598 10.142 2.185 14.96c2.782 4.819 8.943 6.47 13.762 3.688a10.048 10.048 0 002.86-2.466A10.079 10.079 0 018.33 11.297 10.078 10.078 0 019.157 0z", 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: "M9.157 0a10.056 10.056 0 00-3.285 1.199C1.054 3.98-.598 10.142 2.185 14.96c2.782 4.819 8.943 6.47 13.762 3.688a10.048 10.048 0 002.86-2.466A10.079 10.079 0 018.33 11.297 10.078 10.078 0 019.157 0z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ThemeDarkIcon;
@@ -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 ThemeIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThemeIcon(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 ThemeIcon(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 16a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h12a4 4 0 014 4v12zM2.603 17.43L17.415 2.587A1.994 1.994 0 0016 2H4a2 2 0 00-2 2v12c0 .56.23 1.068.603 1.43z", 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 16a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h12a4 4 0 014 4v12zM2.603 17.43L17.415 2.587A1.994 1.994 0 0016 2H4a2 2 0 00-2 2v12c0 .56.23 1.068.603 1.43z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ThemeIcon;
@@ -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 ThemeLightIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThemeLightIcon(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 ThemeLightIcon(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: "M5.19 14.167L2.608 16.75l.642.642 2.583-2.582a6.399 6.399 0 01-.643-.643zm1.29-1.29c.193.235.408.45.643.643l2.422-2.423v3.426a4.614 4.614 0 00.91 0v-3.426l2.422 2.423c.235-.193.45-.408.643-.643l-2.423-2.423h3.426a4.612 4.612 0 000-.909h-3.426l2.423-2.422a4.574 4.574 0 00-.643-.643l-2.422 2.423V5.477a4.6 4.6 0 00-.91 0v3.426L7.123 6.48a4.53 4.53 0 00-.642.642l2.422 2.422H5.477a4.598 4.598 0 000 .91h3.426L6.48 12.877zM3.652 9.545H0v.91h3.652a6.457 6.457 0 010-.91zM5.19 5.833L2.608 3.25l.642-.643L5.833 5.19a6.505 6.505 0 00-.643.643zm4.355-2.18a6.455 6.455 0 01.91 0V0h-.91v3.652zm4.622 1.537a6.4 6.4 0 01.643.643l2.582-2.583-.642-.643-2.583 2.583zm2.18 4.355a6.458 6.458 0 010 .91H20v-.91h-3.652zm-1.537 4.622c-.199.23-.414.444-.643.643l2.583 2.582.642-.642-2.582-2.583zm-4.355 2.18a6.452 6.452 0 01-.91 0V20h.91v-3.652z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M15.454 10a5.455 5.455 0 11-10.909 0 5.455 5.455 0 0110.91 0z", 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: "M5.19 14.167L2.608 16.75l.642.642 2.583-2.582a6.399 6.399 0 01-.643-.643zm1.29-1.29c.193.235.408.45.643.643l2.422-2.423v3.426a4.614 4.614 0 00.91 0v-3.426l2.422 2.423c.235-.193.45-.408.643-.643l-2.423-2.423h3.426a4.612 4.612 0 000-.909h-3.426l2.423-2.422a4.574 4.574 0 00-.643-.643l-2.422 2.423V5.477a4.6 4.6 0 00-.91 0v3.426L7.123 6.48a4.53 4.53 0 00-.642.642l2.422 2.422H5.477a4.598 4.598 0 000 .91h3.426L6.48 12.877zM3.652 9.545H0v.91h3.652a6.457 6.457 0 010-.91zM5.19 5.833L2.608 3.25l.642-.643L5.833 5.19a6.505 6.505 0 00-.643.643zm4.355-2.18a6.455 6.455 0 01.91 0V0h-.91v3.652zm4.622 1.537a6.4 6.4 0 01.643.643l2.582-2.583-.642-.643-2.583 2.583zm2.18 4.355a6.458 6.458 0 010 .91H20v-.91h-3.652zm-1.537 4.622c-.199.23-.414.444-.643.643l2.583 2.582.642-.642-2.582-2.583zm-4.355 2.18a6.452 6.452 0 01-.91 0V20h.91v-3.652z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M15.454 10a5.455 5.455 0 11-10.909 0 5.455 5.455 0 0110.91 0z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = ThemeLightIcon;
@@ -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 ThumbsDownIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThumbsDownIcon(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 ThumbsDownIcon(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: "M9 17.34l-2.92-6.46A.91.91 0 016 10.5V2.9c0-.504.21-.987.585-1.343A2.055 2.055 0 018 1h6c.781.03 1.54.262 2.192.673.652.41 1.174.982 1.508 1.655l2.23 4.892c.05.12.074.25.07.38v1.9a2.78 2.78 0 01-.88 2.015 3.083 3.083 0 01-2.12.835h-4v3.8a2.78 2.78 0 01-.88 2.015A3.082 3.082 0 0110 20c-.266 0-.52-.1-.708-.278A.927.927 0 019 19.05v-1.71zM1 11.5h2c.552 0 1-.425 1-.95V2c0-.525-.448-.95-1-.95H1c-.552 0-1 .425-1 .95v8.55c0 .525.448.95 1 .95z", 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: "M9 17.34l-2.92-6.46A.91.91 0 016 10.5V2.9c0-.504.21-.987.585-1.343A2.055 2.055 0 018 1h6c.781.03 1.54.262 2.192.673.652.41 1.174.982 1.508 1.655l2.23 4.892c.05.12.074.25.07.38v1.9a2.78 2.78 0 01-.88 2.015 3.083 3.083 0 01-2.12.835h-4v3.8a2.78 2.78 0 01-.88 2.015A3.082 3.082 0 0110 20c-.266 0-.52-.1-.708-.278A.927.927 0 019 19.05v-1.71zM1 11.5h2c.552 0 1-.425 1-.95V2c0-.525-.448-.95-1-.95H1c-.552 0-1 .425-1 .95v8.55c0 .525.448.95 1 .95z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ThumbsDownIcon;
@@ -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 ThumbsUpIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ThumbsUpIcon(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 ThumbsUpIcon(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: "M11 3.66l2.92 6.46c.054.12.082.25.08.38v7.6c0 .504-.21.987-.585 1.343A2.054 2.054 0 0112 20H6a4.437 4.437 0 01-2.193-.673A4.135 4.135 0 012.3 17.672L.07 12.78A.908.908 0 010 12.4v-1.9c0-.756.317-1.48.88-2.015A3.082 3.082 0 013 7.65h4v-3.8c0-.756.317-1.48.88-2.015A3.082 3.082 0 0110 1c.266 0 .52.1.708.278.187.178.293.42.293.672v1.71zm8 5.84h-2c-.552 0-1 .425-1 .95V19c0 .525.448.95 1 .95h2c.552 0 1-.425 1-.95v-8.55c0-.525-.448-.95-1-.95z", 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: "M11 3.66l2.92 6.46c.054.12.082.25.08.38v7.6c0 .504-.21.987-.585 1.343A2.054 2.054 0 0112 20H6a4.437 4.437 0 01-2.193-.673A4.135 4.135 0 012.3 17.672L.07 12.78A.908.908 0 010 12.4v-1.9c0-.756.317-1.48.88-2.015A3.082 3.082 0 013 7.65h4v-3.8c0-.756.317-1.48.88-2.015A3.082 3.082 0 0110 1c.266 0 .52.1.708.278.187.178.293.42.293.672v1.71zm8 5.84h-2c-.552 0-1 .425-1 .95V19c0 .525.448.95 1 .95h2c.552 0 1-.425 1-.95v-8.55c0-.525-.448-.95-1-.95z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ThumbsUpIcon;
@@ -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 TokensIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TokensIcon(props: IconProps): JSX.Element;
@@ -18,14 +18,17 @@ 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 TokensIcon(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.Circle, { cx: 13.5, cy: 10, r: 5.625, stroke: color || "#000", strokeWidth: 1.75 }),
28
- React.createElement(react_native_svg_1.Path, { d: "M16.131 10A2.631 2.631 0 0013.5 7.37", stroke: color || "#000", strokeWidth: 1.5 }),
29
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.594 14.264a4.75 4.75 0 110-8.529A6.55 6.55 0 0110 4.522a6.5 6.5 0 100 10.956 6.533 6.533 0 01-1.406-1.213z", 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.Circle, { cx: 13.5, cy: 10, r: 5.625, stroke: color || "#000", strokeWidth: 1.75 }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M16.131 10A2.631 2.631 0 0013.5 7.37", stroke: color || "#000", strokeWidth: 1.5 }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.594 14.264a4.75 4.75 0 110-8.529A6.55 6.55 0 0110 4.522a6.5 6.5 0 100 10.956 6.533 6.533 0 01-1.406-1.213z", fill: color || "#000" })));
30
33
  }
31
34
  exports.default = TokensIcon;
@@ -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 TrashIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TrashIcon(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 TrashIcon(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: "M18.927 2.345h-4.803V1.299C14.124.565 13.446 0 12.6 0H7.175C6.328 0 5.65.565 5.65 1.3v1.045H.847A.832.832 0 000 3.192c0 .48.367.848.847.848h1.046l1.045 13.163A2.827 2.827 0 005.763 20h8.22a2.827 2.827 0 002.825-2.797L17.88 4.068h1.046c.48 0 .847-.367.847-.848 0-.48-.367-.875-.847-.875zm-11.582-.65h5.084v.65H7.345v-.65zm.339 13.757h-.029c-.452 0-.819-.367-.847-.82l-.31-6.892a.816.816 0 01.818-.876h.029c.452 0 .819.368.847.82l.31 6.892a.869.869 0 01-.818.876zm5.282-.82a.864.864 0 01-.847.82h-.029a.869.869 0 01-.819-.876l.31-6.892c.03-.452.396-.82.848-.82h.029a.87.87 0 01.819.876l-.31 6.893z", 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: "M18.927 2.345h-4.803V1.299C14.124.565 13.446 0 12.6 0H7.175C6.328 0 5.65.565 5.65 1.3v1.045H.847A.832.832 0 000 3.192c0 .48.367.848.847.848h1.046l1.045 13.163A2.827 2.827 0 005.763 20h8.22a2.827 2.827 0 002.825-2.797L17.88 4.068h1.046c.48 0 .847-.367.847-.848 0-.48-.367-.875-.847-.875zm-11.582-.65h5.084v.65H7.345v-.65zm.339 13.757h-.029c-.452 0-.819-.367-.847-.82l-.31-6.892a.816.816 0 01.818-.876h.029c.452 0 .819.368.847.82l.31 6.892a.869.869 0 01-.818.876zm5.282-.82a.864.864 0 01-.847.82h-.029a.869.869 0 01-.819-.876l.31-6.892c.03-.452.396-.82.848-.82h.029a.87.87 0 01.819.876l-.31 6.893z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = TrashIcon;
@@ -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 TriangleDownIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TriangleDownIcon(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 TriangleDownIcon(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.883 7.43H3.117L10 14.313l6.883-6.883z", 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.883 7.43H3.117L10 14.313l6.883-6.883z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = TriangleDownIcon;
@@ -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 TriangleLeftIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TriangleLeftIcon(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 TriangleLeftIcon(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: "M12.567 16.883V3.117L5.684 10l6.883 6.883z", 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: "M12.567 16.883V3.117L5.684 10l6.883 6.883z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = TriangleLeftIcon;
@@ -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 TriangleRightIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TriangleRightIcon(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 TriangleRightIcon(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: "M7.43 3.117v13.766L14.313 10 7.43 3.117z", 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: "M7.43 3.117v13.766L14.313 10 7.43 3.117z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = TriangleRightIcon;
@@ -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 TriangleUpIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TriangleUpIcon(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 TriangleUpIcon(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: "M3.117 12.563h13.766L10 5.68l-6.883 6.883z", 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: "M3.117 12.563h13.766L10 5.68l-6.883 6.883z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = TriangleUpIcon;
@@ -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 TwitchIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TwitchIcon(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 TwitchIcon(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: "M4.821 0L1.25 3.571V16.43h4.286V20l3.571-3.571h2.857L18.393 10V0H4.82zm12.143 9.286l-2.857 2.857H11.25l-2.5 2.5v-2.5H5.536V1.429h11.428v7.857z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M14.822 3.929h-1.43v4.285h1.43V3.93zm-3.929 0H9.464v4.285h1.429V3.93z", 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: "M4.821 0L1.25 3.571V16.43h4.286V20l3.571-3.571h2.857L18.393 10V0H4.82zm12.143 9.286l-2.857 2.857H11.25l-2.5 2.5v-2.5H5.536V1.429h11.428v7.857z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M14.822 3.929h-1.43v4.285h1.43V3.93zm-3.929 0H9.464v4.285h1.429V3.93z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = TwitchIcon;
@@ -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 TwitterIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function TwitterIcon(props: IconProps): JSX.Element;