@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,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 InvoicesIcon(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.657 19.125H.875V.875h18.25v18.25h-.68l-1.589-1.302-.526-.43-.547.402-1.515 1.115-1.48-1.11-.526-.394-.524.394-1.476 1.106L8.788 17.8l-.525-.394-.525.394-1.475 1.106L4.788 17.8l-.485-.364-.511.326-2.135 1.363z", stroke: color || "#000", strokeWidth: 1.75 }),
28
- React.createElement(react_native_svg_1.Path, { d: "M15 5.75h.75v-1.5H15v1.5zm-11 0h11v-1.5H4v1.5zm11 3h.75v-1.5H15v1.5zm-11 0h11v-1.5H4v1.5zm7 3h.75v-1.5H11v1.5zm-7 0h7v-1.5H4v1.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.657 19.125H.875V.875h18.25v18.25h-.68l-1.589-1.302-.526-.43-.547.402-1.515 1.115-1.48-1.11-.526-.394-.524.394-1.476 1.106L8.788 17.8l-.525-.394-.525.394-1.475 1.106L4.788 17.8l-.485-.364-.511.326-2.135 1.363z", stroke: color || "#000", strokeWidth: 1.75 }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M15 5.75h.75v-1.5H15v1.5zm-11 0h11v-1.5H4v1.5zm11 3h.75v-1.5H15v1.5zm-11 0h11v-1.5H4v1.5zm7 3h.75v-1.5H11v1.5zm-7 0h7v-1.5H4v1.5z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = InvoicesIcon;
@@ -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 LifebuoyIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function LifebuoyIcon(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 LifebuoyIcon(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.881 10a9.119 9.119 0 1118.238 0A9.119 9.119 0 01.88 10zM4.59 5.749A6.852 6.852 0 003.119 10c0 1.605.549 3.081 1.47 4.251l1.965-1.965A4.116 4.116 0 015.865 10c0-.845.254-1.631.69-2.286L4.588 5.75zm3.125 7.697L5.75 15.412A6.852 6.852 0 0010 16.881c1.605 0 3.081-.55 4.251-1.47l-1.965-1.966a4.115 4.115 0 01-2.286.689 4.115 4.115 0 01-2.286-.69zM16.882 10c0 1.605-.55 3.081-1.47 4.252l-1.966-1.966c.435-.655.689-1.44.689-2.286a4.12 4.12 0 00-.684-2.279l1.966-1.966A6.852 6.852 0 0116.88 10zm-2.637-5.417A6.852 6.852 0 0010 3.12a6.848 6.848 0 00-4.251 1.47l1.965 1.965A4.115 4.115 0 0110 5.865c.842 0 1.625.252 2.279.685l1.966-1.967zm-2.546 3.59a2.494 2.494 0 10.127.128.85.85 0 01-.127-.127z", 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.881 10a9.119 9.119 0 1118.238 0A9.119 9.119 0 01.88 10zM4.59 5.749A6.852 6.852 0 003.119 10c0 1.605.549 3.081 1.47 4.251l1.965-1.965A4.116 4.116 0 015.865 10c0-.845.254-1.631.69-2.286L4.588 5.75zm3.125 7.697L5.75 15.412A6.852 6.852 0 0010 16.881c1.605 0 3.081-.55 4.251-1.47l-1.965-1.966a4.115 4.115 0 01-2.286.689 4.115 4.115 0 01-2.286-.69zM16.882 10c0 1.605-.55 3.081-1.47 4.252l-1.966-1.966c.435-.655.689-1.44.689-2.286a4.12 4.12 0 00-.684-2.279l1.966-1.966A6.852 6.852 0 0116.88 10zm-2.637-5.417A6.852 6.852 0 0010 3.12a6.848 6.848 0 00-4.251 1.47l1.965 1.965A4.115 4.115 0 0110 5.865c.842 0 1.625.252 2.279.685l1.966-1.967zm-2.546 3.59a2.494 2.494 0 10.127.128.85.85 0 01-.127-.127z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = LifebuoyIcon;
@@ -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 LockIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function LockIcon(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 LockIcon(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.998 5.814v-.451c0-1.337.483-2.61 1.386-3.544A4.522 4.522 0 019.734.337h.161c2.626 0 4.736 2.255 4.736 5.026v1.9c-.612-.24-1.353-.321-2.03-.29v-1.61c0-1.579-1.208-2.868-2.69-2.868h-.177c-1.498 0-2.706 1.29-2.706 2.868v.435c0 .548-.387 1.015-.902 1.063H6.11a.966.966 0 01-1.034-.627 1.095 1.095 0 01-.078-.436v.016zM17 17.793v-7.7a1.112 1.112 0 00-.855-1.111l-.096-.016a31.895 31.895 0 00-12.597 0l-.08.016a1.112 1.112 0 00-.87 1.111v7.7c0 .532.354 1 .87 1.112l.644.129c3.785.76 7.684.76 11.469 0l.644-.13a1.111 1.111 0 00.87-1.127v.016z", 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.998 5.814v-.451c0-1.337.483-2.61 1.386-3.544A4.522 4.522 0 019.734.337h.161c2.626 0 4.736 2.255 4.736 5.026v1.9c-.612-.24-1.353-.321-2.03-.29v-1.61c0-1.579-1.208-2.868-2.69-2.868h-.177c-1.498 0-2.706 1.29-2.706 2.868v.435c0 .548-.387 1.015-.902 1.063H6.11a.966.966 0 01-1.034-.627 1.095 1.095 0 01-.078-.436v.016zM17 17.793v-7.7a1.112 1.112 0 00-.855-1.111l-.096-.016a31.895 31.895 0 00-12.597 0l-.08.016a1.112 1.112 0 00-.87 1.111v7.7c0 .532.354 1 .87 1.112l.644.129c3.785.76 7.684.76 11.469 0l.644-.13a1.111 1.111 0 00.87-1.127v.016z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = LockIcon;
@@ -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 LogoutMobileIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function LogoutMobileIcon(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 LogoutMobileIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 21 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M14.104 3.739v-.032a2.04 2.04 0 00-2.04-2.04h-8.43a2.04 2.04 0 00-2.04 2.04v12.586a2.04 2.04 0 002.04 2.04h8.592c1.037 0 1.878-.84 1.878-1.878v0", stroke: color || "#000", strokeWidth: 2.04 }),
28
- React.createElement(react_native_svg_1.Path, { d: "M13.071 15.227v-3.17c-2.832 0-4.83 1.11-5.827 1.96-.182.155-.494.026-.475-.213.363-4.672 4.29-5.926 6.302-5.956V4.774l7.002 5.297-7.002 5.156z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 21 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M14.104 3.739v-.032a2.04 2.04 0 00-2.04-2.04h-8.43a2.04 2.04 0 00-2.04 2.04v12.586a2.04 2.04 0 002.04 2.04h8.592c1.037 0 1.878-.84 1.878-1.878v0", stroke: color || "#000", strokeWidth: 2.04 }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M13.071 15.227v-3.17c-2.832 0-4.83 1.11-5.827 1.96-.182.155-.494.026-.475-.213.363-4.672 4.29-5.926 6.302-5.956V4.774l7.002 5.297-7.002 5.156z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = LogoutMobileIcon;
@@ -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 LogsIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function LogsIcon(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 LogsIcon(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: "M13.103 9.45c0 .25-.067.473-.2.667a1.3 1.3 0 01-.572.453 2.233 2.233 0 01-.878.157c-.67 0-1.205-.194-1.602-.581l.485-.534c.308.27.673.406 1.094.406.203 0 .364-.042.485-.127a.425.425 0 00.188-.366.408.408 0 00-.159-.343c-.1-.085-.292-.17-.573-.255-.475-.143-.813-.312-1.012-.505a1 1 0 01-.298-.75c0-.24.066-.448.199-.626.136-.178.32-.314.55-.407.234-.093.493-.139.778-.139.596 0 1.08.174 1.45.523l-.45.516a1.406 1.406 0 00-.445-.25 1.38 1.38 0 00-.485-.087.82.82 0 00-.445.105.321.321 0 00-.157.29.33.33 0 00.07.215c.05.058.132.112.245.163.113.05.283.11.51.18.412.123.719.284.918.482.202.193.304.464.304.812zm-7.114.481h-.755V6.605h-.819l-1.31.79.392.632.837-.523v2.427h-.977v.697h2.632V9.93zm1.577-.308a.626.626 0 00-.187.453c0 .178.062.331.187.459a.633.633 0 00.462.192c.18 0 .331-.064.456-.192a.623.623 0 00.193-.459.617.617 0 00-.193-.453.614.614 0 00-.456-.191.633.633 0 00-.462.191zm8.541-3.013a2.131 2.131 0 00-.725-.11c-.36 0-.683.083-.971.25a1.729 1.729 0 00-.679.725c-.164.318-.246.695-.246 1.132 0 .45.08.835.24 1.156.16.317.38.557.661.72.285.162.612.244.983.244.55 0 1.004-.182 1.363-.546l-.433-.552a2.315 2.315 0 01-.416.267 1.057 1.057 0 01-.462.093.814.814 0 01-.69-.336c-.167-.229-.251-.577-.251-1.046 0-.468.084-.818.251-1.05a.799.799 0 01.673-.349c.292 0 .561.099.807.296l.468-.563a1.95 1.95 0 00-.573-.33zM5.14 13.43a1.695 1.695 0 00-.76-.157 1.7 1.7 0 00-.807.18c-.222.12-.413.29-.573.511l.562.424c.109-.143.22-.246.333-.308a.777.777 0 01.398-.098c.175 0 .31.046.403.139.094.093.14.223.14.389a.997.997 0 01-.163.51 4.215 4.215 0 01-.515.657c-.238.255-.596.614-1.076 1.074v.65h2.69l.1-.702H4.14c.425-.376.752-.69.982-.94.234-.256.402-.486.503-.692.102-.205.152-.418.152-.638 0-.21-.054-.4-.163-.575a1.1 1.1 0 00-.474-.424zm2.239 3.42c0-.174.062-.325.187-.453a.633.633 0 01.462-.192c.18 0 .331.064.456.192a.617.617 0 01.193.453c0 .178-.064.33-.193.458a.614.614 0 01-.456.192.633.633 0 01-.462-.192.633.633 0 01-.187-.458z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.851 16.763a.516.516 0 01-.047-.25v-1.208c0-.727-.452-1.091-1.357-1.091-.175 0-.372.021-.59.064a3.65 3.65 0 00-.62.168l.21.61c.148-.05.3-.09.456-.116.16-.031.293-.047.398-.047.41 0 .614.159.614.476v.11H11.5c-.48 0-.852.094-1.117.28a.882.882 0 00-.398.771c0 .287.096.521.287.703.19.178.446.267.766.267.203 0 .394-.035.573-.105a1.14 1.14 0 00.445-.313.7.7 0 00.292.284c.125.062.28.103.468.122l.193-.603a.286.286 0 01-.158-.122zm-1.181-.006a.65.65 0 01-.316.087.45.45 0 01-.31-.099.363.363 0 01-.106-.278c0-.31.25-.465.75-.465h.227v.505a.608.608 0 01-.245.25zm2.828-.627c.059.468.308.702.749.702.265 0 .53-.085.796-.255l.368.5a1.738 1.738 0 01-.544.313 2.1 2.1 0 01-.696.11c-.347 0-.641-.068-.883-.203a1.375 1.375 0 01-.55-.575 1.936 1.936 0 01-.181-.86c0-.309.058-.588.175-.835.12-.252.295-.45.52-.592.23-.148.504-.221.82-.221.296 0 .553.064.772.191.218.124.386.306.503.546.12.236.18.519.18.848 0 .128-.005.238-.017.33h-2.012zm.574-1.3a.496.496 0 00-.404.185c-.101.12-.162.306-.181.557h1.14c-.008-.495-.193-.743-.556-.743z", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M20 18a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2h16a2 2 0 012 2v16zM1 5h18v3.149h-.942V6.605h-.96v4.023h.96V8.933H19v4.434a1.879 1.879 0 00-.614-.094c-.546 0-1.008.182-1.387.546l.474.488c.246-.232.515-.348.807-.348.176 0 .318.044.427.133.11.085.164.203.164.354a.48.48 0 01-.17.395c-.109.089-.257.134-.444.134H18l-.106.627h.369c.456 0 .684.2.684.603a.538.538 0 01-.187.436.751.751 0 01-.497.157c-.34 0-.62-.128-.842-.384l-.521.482c.172.194.378.343.62.447.242.105.51.157.807.157.249 0 .473-.034.673-.1v.6a1 1 0 01-1 1H2a1 1 0 01-1-1V5zm18 10.28v-.03a1.876 1.876 0 01-.064.02l.064.01z", 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: "M13.103 9.45c0 .25-.067.473-.2.667a1.3 1.3 0 01-.572.453 2.233 2.233 0 01-.878.157c-.67 0-1.205-.194-1.602-.581l.485-.534c.308.27.673.406 1.094.406.203 0 .364-.042.485-.127a.425.425 0 00.188-.366.408.408 0 00-.159-.343c-.1-.085-.292-.17-.573-.255-.475-.143-.813-.312-1.012-.505a1 1 0 01-.298-.75c0-.24.066-.448.199-.626.136-.178.32-.314.55-.407.234-.093.493-.139.778-.139.596 0 1.08.174 1.45.523l-.45.516a1.406 1.406 0 00-.445-.25 1.38 1.38 0 00-.485-.087.82.82 0 00-.445.105.321.321 0 00-.157.29.33.33 0 00.07.215c.05.058.132.112.245.163.113.05.283.11.51.18.412.123.719.284.918.482.202.193.304.464.304.812zm-7.114.481h-.755V6.605h-.819l-1.31.79.392.632.837-.523v2.427h-.977v.697h2.632V9.93zm1.577-.308a.626.626 0 00-.187.453c0 .178.062.331.187.459a.633.633 0 00.462.192c.18 0 .331-.064.456-.192a.623.623 0 00.193-.459.617.617 0 00-.193-.453.614.614 0 00-.456-.191.633.633 0 00-.462.191zm8.541-3.013a2.131 2.131 0 00-.725-.11c-.36 0-.683.083-.971.25a1.729 1.729 0 00-.679.725c-.164.318-.246.695-.246 1.132 0 .45.08.835.24 1.156.16.317.38.557.661.72.285.162.612.244.983.244.55 0 1.004-.182 1.363-.546l-.433-.552a2.315 2.315 0 01-.416.267 1.057 1.057 0 01-.462.093.814.814 0 01-.69-.336c-.167-.229-.251-.577-.251-1.046 0-.468.084-.818.251-1.05a.799.799 0 01.673-.349c.292 0 .561.099.807.296l.468-.563a1.95 1.95 0 00-.573-.33zM5.14 13.43a1.695 1.695 0 00-.76-.157 1.7 1.7 0 00-.807.18c-.222.12-.413.29-.573.511l.562.424c.109-.143.22-.246.333-.308a.777.777 0 01.398-.098c.175 0 .31.046.403.139.094.093.14.223.14.389a.997.997 0 01-.163.51 4.215 4.215 0 01-.515.657c-.238.255-.596.614-1.076 1.074v.65h2.69l.1-.702H4.14c.425-.376.752-.69.982-.94.234-.256.402-.486.503-.692.102-.205.152-.418.152-.638 0-.21-.054-.4-.163-.575a1.1 1.1 0 00-.474-.424zm2.239 3.42c0-.174.062-.325.187-.453a.633.633 0 01.462-.192c.18 0 .331.064.456.192a.617.617 0 01.193.453c0 .178-.064.33-.193.458a.614.614 0 01-.456.192.633.633 0 01-.462-.192.633.633 0 01-.187-.458z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12.851 16.763a.516.516 0 01-.047-.25v-1.208c0-.727-.452-1.091-1.357-1.091-.175 0-.372.021-.59.064a3.65 3.65 0 00-.62.168l.21.61c.148-.05.3-.09.456-.116.16-.031.293-.047.398-.047.41 0 .614.159.614.476v.11H11.5c-.48 0-.852.094-1.117.28a.882.882 0 00-.398.771c0 .287.096.521.287.703.19.178.446.267.766.267.203 0 .394-.035.573-.105a1.14 1.14 0 00.445-.313.7.7 0 00.292.284c.125.062.28.103.468.122l.193-.603a.286.286 0 01-.158-.122zm-1.181-.006a.65.65 0 01-.316.087.45.45 0 01-.31-.099.363.363 0 01-.106-.278c0-.31.25-.465.75-.465h.227v.505a.608.608 0 01-.245.25zm2.828-.627c.059.468.308.702.749.702.265 0 .53-.085.796-.255l.368.5a1.738 1.738 0 01-.544.313 2.1 2.1 0 01-.696.11c-.347 0-.641-.068-.883-.203a1.375 1.375 0 01-.55-.575 1.936 1.936 0 01-.181-.86c0-.309.058-.588.175-.835.12-.252.295-.45.52-.592.23-.148.504-.221.82-.221.296 0 .553.064.772.191.218.124.386.306.503.546.12.236.18.519.18.848 0 .128-.005.238-.017.33h-2.012zm.574-1.3a.496.496 0 00-.404.185c-.101.12-.162.306-.181.557h1.14c-.008-.495-.193-.743-.556-.743z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M20 18a2 2 0 01-2 2H2a2 2 0 01-2-2V2a2 2 0 012-2h16a2 2 0 012 2v16zM1 5h18v3.149h-.942V6.605h-.96v4.023h.96V8.933H19v4.434a1.879 1.879 0 00-.614-.094c-.546 0-1.008.182-1.387.546l.474.488c.246-.232.515-.348.807-.348.176 0 .318.044.427.133.11.085.164.203.164.354a.48.48 0 01-.17.395c-.109.089-.257.134-.444.134H18l-.106.627h.369c.456 0 .684.2.684.603a.538.538 0 01-.187.436.751.751 0 01-.497.157c-.34 0-.62-.128-.842-.384l-.521.482c.172.194.378.343.62.447.242.105.51.157.807.157.249 0 .473-.034.673-.1v.6a1 1 0 01-1 1H2a1 1 0 01-1-1V5zm18 10.28v-.03a1.876 1.876 0 01-.064.02l.064.01z", fill: color || "#000" })));
30
33
  }
31
34
  exports.default = LogsIcon;
@@ -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 MailIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function MailIcon(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 MailIcon(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: "M16.667 3.333H3.333a1.67 1.67 0 00-1.457.86.831.831 0 01.269.124L10 9.817l7.855-5.5a.832.832 0 01.269-.124 1.67 1.67 0 00-1.457-.86zm1.666 2.684l-7.855 5.499c-.287.2-.669.2-.956 0L1.667 6.017V15c0 .917.75 1.667 1.666 1.667h13.334c.916 0 1.666-.75 1.666-1.667V6.017z", 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: "M16.667 3.333H3.333a1.67 1.67 0 00-1.457.86.831.831 0 01.269.124L10 9.817l7.855-5.5a.832.832 0 01.269-.124 1.67 1.67 0 00-1.457-.86zm1.666 2.684l-7.855 5.499c-.287.2-.669.2-.956 0L1.667 6.017V15c0 .917.75 1.667 1.666 1.667h13.334c.916 0 1.666-.75 1.666-1.667V6.017z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = MailIcon;
@@ -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 MegaphoneIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function MegaphoneIcon(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 MegaphoneIcon(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.91 1.667c-2.006 0-9 5.09-9 5.09v6.182s6.994 5.09 9 5.09c2.331 0 4.09-3.517 4.09-8.18 0-4.665-1.759-8.182-4.09-8.182zm0 14.545c-.928 0-2.274-2.479-2.274-6.364 0-3.884 1.346-6.363 2.273-6.363s2.273 2.479 2.273 6.363c0 3.885-1.346 6.364-2.273 6.364z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M15.91 12.342c.602 0 1.09-1.116 1.09-2.494 0-1.377-.488-2.494-1.09-2.494-.603 0-1.092 1.117-1.092 2.494 0 1.378.489 2.494 1.091 2.494zM3.333 17.667c0 .7.573 1.273 1.273 1.273h1.273c.7 0 1.273-.573 1.273-1.273v-3.292l-.243-.208-.417-.319H3.333v3.819zm2.485-4.727V6.757H3.091a3.09 3.09 0 100 6.181h2.727z", 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.91 1.667c-2.006 0-9 5.09-9 5.09v6.182s6.994 5.09 9 5.09c2.331 0 4.09-3.517 4.09-8.18 0-4.665-1.759-8.182-4.09-8.182zm0 14.545c-.928 0-2.274-2.479-2.274-6.364 0-3.884 1.346-6.363 2.273-6.363s2.273 2.479 2.273 6.363c0 3.885-1.346 6.364-2.273 6.364z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M15.91 12.342c.602 0 1.09-1.116 1.09-2.494 0-1.377-.488-2.494-1.09-2.494-.603 0-1.092 1.117-1.092 2.494 0 1.378.489 2.494 1.091 2.494zM3.333 17.667c0 .7.573 1.273 1.273 1.273h1.273c.7 0 1.273-.573 1.273-1.273v-3.292l-.243-.208-.417-.319H3.333v3.819zm2.485-4.727V6.757H3.091a3.09 3.09 0 100 6.181h2.727z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = MegaphoneIcon;
@@ -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 MessageIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function MessageIcon(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 MessageIcon(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 1.667C0 .747.746 0 1.667 0h16.666C19.253 0 20 .746 20 1.667V15c0 .92-.746 1.667-1.667 1.667H9.498c-.295 0-.585.078-.84.227L3.333 20v-2.5a.833.833 0 00-.833-.833h-.833C.747 16.667 0 15.92 0 15V1.667zM5 10a1.667 1.667 0 100-3.333A1.667 1.667 0 005 10zm6.667-1.667a1.667 1.667 0 11-3.334 0 1.667 1.667 0 013.334 0zM15 10a1.667 1.667 0 100-3.333A1.667 1.667 0 0015 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, { fillRule: "evenodd", clipRule: "evenodd", d: "M0 1.667C0 .747.746 0 1.667 0h16.666C19.253 0 20 .746 20 1.667V15c0 .92-.746 1.667-1.667 1.667H9.498c-.295 0-.585.078-.84.227L3.333 20v-2.5a.833.833 0 00-.833-.833h-.833C.747 16.667 0 15.92 0 15V1.667zM5 10a1.667 1.667 0 100-3.333A1.667 1.667 0 005 10zm6.667-1.667a1.667 1.667 0 11-3.334 0 1.667 1.667 0 013.334 0zM15 10a1.667 1.667 0 100-3.333A1.667 1.667 0 0015 10z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = MessageIcon;
@@ -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 OneTimePasswordIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function OneTimePasswordIcon(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 OneTimePasswordIcon(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.287 15.341v2.547a2.279 2.279 0 01-2.279 2.279H4.033a2.279 2.279 0 01-2.278-2.279V4.217a2.279 2.279 0 012.278-2.279h7.975a2.279 2.279 0 012.279 2.279v2.546", stroke: color || "#000", strokeWidth: 2.01 }),
28
- React.createElement(react_native_svg_1.Rect, { width: 6.031, height: 3.016, rx: 1.005, transform: "matrix(-1 0 0 1 10.802 1)", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { d: "M6.588 13.13h1.154l-.115-1.27 1.053.736.576-1.01-1.153-.534 1.153-.533-.576-1.01-1.053.736.115-1.27H6.588l.116 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.116 1.27zm5.267 0h1.154l-.115-1.27 1.053.736.577-1.01-1.154-.534 1.154-.533-.577-1.01-1.053.736.115-1.27h-1.154l.116 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.116 1.27zm5.389 0h1.154l-.116-1.27 1.053.736.577-1.01-1.154-.534 1.154-.533-.577-1.01-1.053.736.116-1.27h-1.154l.115 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.115 1.27z", fill: color || "#000" })));
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.287 15.341v2.547a2.279 2.279 0 01-2.279 2.279H4.033a2.279 2.279 0 01-2.278-2.279V4.217a2.279 2.279 0 012.278-2.279h7.975a2.279 2.279 0 012.279 2.279v2.546", stroke: color || "#000", strokeWidth: 2.01 }),
31
+ react_1.default.createElement(react_native_svg_1.Rect, { width: 6.031, height: 3.016, rx: 1.005, transform: "matrix(-1 0 0 1 10.802 1)", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M6.588 13.13h1.154l-.115-1.27 1.053.736.576-1.01-1.153-.534 1.153-.533-.576-1.01-1.053.736.115-1.27H6.588l.116 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.116 1.27zm5.267 0h1.154l-.115-1.27 1.053.736.577-1.01-1.154-.534 1.154-.533-.577-1.01-1.053.736.115-1.27h-1.154l.116 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.116 1.27zm5.389 0h1.154l-.116-1.27 1.053.736.577-1.01-1.154-.534 1.154-.533-.577-1.01-1.053.736.116-1.27h-1.154l.115 1.27-1.053-.736-.577 1.01 1.154.534-1.154.533.577 1.01 1.053-.736-.115 1.27z", fill: color || "#000" })));
30
33
  }
31
34
  exports.default = OneTimePasswordIcon;
@@ -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 OpenInternalIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function OpenInternalIcon(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 OpenInternalIcon(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: "M6.28 4.524l8.78 8.78L17.692 1.89 6.28 4.524z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M10.67 8.913l-8.78 8.78", stroke: color || "#000", strokeWidth: 2.057, strokeLinecap: "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: "M6.28 4.524l8.78 8.78L17.692 1.89 6.28 4.524z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10.67 8.913l-8.78 8.78", stroke: color || "#000", strokeWidth: 2.057, strokeLinecap: "round" })));
29
32
  }
30
33
  exports.default = OpenInternalIcon;
@@ -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 OverviewIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function OverviewIcon(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 OverviewIcon(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 .875h6.75c.069 0 .125.056.125.125v6.75a.125.125 0 01-.125.125H1a.125.125 0 01-.125-.125V1C.875.931.931.875 1 .875zm0 11.25h6.75c.069 0 .125.056.125.125V19a.125.125 0 01-.125.125H1A.125.125 0 01.875 19v-6.75c0-.069.056-.125.125-.125zm11.25 0H19c.069 0 .125.056.125.125V19a.125.125 0 01-.125.125h-6.75a.125.125 0 01-.125-.125v-6.75c0-.069.056-.125.125-.125zm0-11.25H19c.069 0 .125.056.125.125v6.75a.125.125 0 01-.125.125h-6.75a.125.125 0 01-.125-.125V1c0-.069.056-.125.125-.125z", stroke: color || "#000", strokeWidth: 1.75 })));
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 .875h6.75c.069 0 .125.056.125.125v6.75a.125.125 0 01-.125.125H1a.125.125 0 01-.125-.125V1C.875.931.931.875 1 .875zm0 11.25h6.75c.069 0 .125.056.125.125V19a.125.125 0 01-.125.125H1A.125.125 0 01.875 19v-6.75c0-.069.056-.125.125-.125zm11.25 0H19c.069 0 .125.056.125.125V19a.125.125 0 01-.125.125h-6.75a.125.125 0 01-.125-.125v-6.75c0-.069.056-.125.125-.125zm0-11.25H19c.069 0 .125.056.125.125v6.75a.125.125 0 01-.125.125h-6.75a.125.125 0 01-.125-.125V1c0-.069.056-.125.125-.125z", stroke: color || "#000", strokeWidth: 1.75 })));
28
31
  }
29
32
  exports.default = OverviewIcon;
@@ -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 PerformanceIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PerformanceIcon(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 PerformanceIcon(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, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.62 9.948l-.002-.002 8.715-4.953-4.984 8.77-.002-.002A2.75 2.75 0 118.62 9.948z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M10 3.16c1.76 0 3.404.496 4.8 1.356l-1.713.973A7.5 7.5 0 004.01 16.84H2.02A9.167 9.167 0 0110 3.16zm-.024 18.334h.048-.048zm8.004-4.654a9.125 9.125 0 001.187-4.513c0-1.76-.496-3.404-1.356-4.8l-.974 1.712c.426.942.663 1.987.663 3.088a7.467 7.467 0 01-1.51 4.513h1.99z", fill: color || "#000" })));
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, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.62 9.948l-.002-.002 8.715-4.953-4.984 8.77-.002-.002A2.75 2.75 0 118.62 9.948z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 3.16c1.76 0 3.404.496 4.8 1.356l-1.713.973A7.5 7.5 0 004.01 16.84H2.02A9.167 9.167 0 0110 3.16zm-.024 18.334h.048-.048zm8.004-4.654a9.125 9.125 0 001.187-4.513c0-1.76-.496-3.404-1.356-4.8l-.974 1.712c.426.942.663 1.987.663 3.088a7.467 7.467 0 01-1.51 4.513h1.99z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = PerformanceIcon;
@@ -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 PersonalTrainerIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PersonalTrainerIcon(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 PersonalTrainerIcon(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 6.406a2.812 2.812 0 100-5.625 2.812 2.812 0 000 5.625zm7.666 4.032L14.23 7.624a1.25 1.25 0 00-.792-.281H6.562a1.25 1.25 0 00-.791.281l-3.438 2.813a1.25 1.25 0 00-.268 1.63l1.426 2.796a1.148 1.148 0 002.003-1.115l-.726-2.073 1.482-1.212v8.442a.313.313 0 00.312.313h6.875a.313.313 0 00.313-.313v-8.442l1.482 1.213-.727 2.073a1.148 1.148 0 002.004 1.116l1.426-2.798a1.25 1.25 0 00-.269-1.63zm-5.479.343a.313.313 0 01-.312.313H10a.313.313 0 01-.313-.313v-.937A.313.313 0 0110 9.53h1.875a.312.312 0 01.312.313v.937z", 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 6.406a2.812 2.812 0 100-5.625 2.812 2.812 0 000 5.625zm7.666 4.032L14.23 7.624a1.25 1.25 0 00-.792-.281H6.562a1.25 1.25 0 00-.791.281l-3.438 2.813a1.25 1.25 0 00-.268 1.63l1.426 2.796a1.148 1.148 0 002.003-1.115l-.726-2.073 1.482-1.212v8.442a.313.313 0 00.312.313h6.875a.313.313 0 00.313-.313v-8.442l1.482 1.213-.727 2.073a1.148 1.148 0 002.004 1.116l1.426-2.798a1.25 1.25 0 00-.269-1.63zm-5.479.343a.313.313 0 01-.312.313H10a.313.313 0 01-.313-.313v-.937A.313.313 0 0110 9.53h1.875a.312.312 0 01.312.313v.937z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = PersonalTrainerIcon;
@@ -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 PinIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PinIcon(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 PinIcon(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.755 14.337l-1.453 2.517-5.034-2.907-2.906 5.034-1.323.354-.354-1.323L7.59 12.98l-5.034-2.906L4.01 7.556a1.937 1.937 0 012.647-.71l2.906-5.033a1.937 1.937 0 012.646-.709l5.034 2.906a1.937 1.937 0 01.709 2.647l-2.906 5.033a1.937 1.937 0 01.709 2.647z", 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.755 14.337l-1.453 2.517-5.034-2.907-2.906 5.034-1.323.354-.354-1.323L7.59 12.98l-5.034-2.906L4.01 7.556a1.937 1.937 0 012.647-.71l2.906-5.033a1.937 1.937 0 012.646-.709l5.034 2.906a1.937 1.937 0 01.709 2.647l-2.906 5.033a1.937 1.937 0 01.709 2.647z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = PinIcon;
@@ -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 PlanEnterpriseIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PlanEnterpriseIcon(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 PlanEnterpriseIcon(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.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.079a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831zm5.632 14.444l-1.225-2.095H4.661l-1.225 2.095h13.128zm-3.458-5.912l1.19 2.035H5.704l1.19-2.035h6.213zm-1.042-1.783L10 5.051 7.936 8.579h4.128z", 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.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.079a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831zm5.632 14.444l-1.225-2.095H4.661l-1.225 2.095h13.128zm-3.458-5.912l1.19 2.035H5.704l1.19-2.035h6.213zm-1.042-1.783L10 5.051 7.936 8.579h4.128z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = PlanEnterpriseIcon;
@@ -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 PlanFreeIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PlanFreeIcon(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 PlanFreeIcon(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: "M16.564 16.274L10 5.05 3.436 16.274h13.128zM10.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.078a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831z", 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: "M16.564 16.274L10 5.05 3.436 16.274h13.128zM10.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.078a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = PlanFreeIcon;
@@ -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 PlanProductionIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PlanProductionIcon(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 PlanProductionIcon(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: "M16.564 16.274L10 5.05 3.436 16.274h13.128zM10.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.078a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M10 8.633l3.445 5.889h-6.89L10 8.632z", 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: "M16.564 16.274L10 5.05 3.436 16.274h13.128zM10.932 1.83a1.08 1.08 0 00-1.864 0L.149 17.078a1.08 1.08 0 00.933 1.626h17.836a1.08 1.08 0 00.933-1.626L10.932 1.831z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 8.633l3.445 5.889h-6.89L10 8.632z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = PlanProductionIcon;
@@ -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 PlansIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PlansIcon(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 PlansIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 21", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { d: "M10 5.22l1.545 3.13L15 8.855l-2.5 2.435.59 3.44L10 13.105 6.91 14.73l.59-3.44L5 8.855l3.455-.505L10 5.22z", stroke: color || "#000", strokeWidth: 1.75, strokeLinecap: "round", strokeLinejoin: "round" }),
28
- React.createElement(react_native_svg_1.Rect, { x: 0.875, y: 2.009, width: 18.25, height: 16.423, rx: 3.125, stroke: color || "#000", strokeWidth: 1.75 })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 21", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M10 5.22l1.545 3.13L15 8.855l-2.5 2.435.59 3.44L10 13.105 6.91 14.73l.59-3.44L5 8.855l3.455-.505L10 5.22z", stroke: color || "#000", strokeWidth: 1.75, strokeLinecap: "round", strokeLinejoin: "round" }),
31
+ react_1.default.createElement(react_native_svg_1.Rect, { x: 0.875, y: 2.009, width: 18.25, height: 16.423, rx: 3.125, stroke: color || "#000", strokeWidth: 1.75 })));
29
32
  }
30
33
  exports.default = PlansIcon;
@@ -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 PlusIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PlusIcon(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 PlusIcon(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 4.167v11.666M4.167 10h11.666", 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: "M10 4.167v11.666M4.167 10h11.666", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = PlusIcon;
@@ -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 PrivacyIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function PrivacyIcon(props: IconProps): JSX.Element;