@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
@@ -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 ActivityIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ActivityIcon(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 ActivityIcon(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: "M13.706.163c.342.24.479.683.332 1.077L11.69 7.52l5.638 1.53a.922.922 0 01.363 1.573l-10.286 9.15a.896.896 0 01-1.112.064.922.922 0 01-.332-1.077l2.347-6.28-5.638-1.53a.91.91 0 01-.647-.676.923.923 0 01.284-.896L12.594.228a.896.896 0 011.112-.065zM4.772 9.624l4.97 1.348a.907.907 0 01.572.467c.116.23.131.5.04.742L8.94 15.97l6.289-5.594-4.97-1.348a.907.907 0 01-.572-.467.926.926 0 01-.04-.742L11.06 4.03 4.772 9.624z", 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: "M13.706.163c.342.24.479.683.332 1.077L11.69 7.52l5.638 1.53a.922.922 0 01.363 1.573l-10.286 9.15a.896.896 0 01-1.112.064.922.922 0 01-.332-1.077l2.347-6.28-5.638-1.53a.91.91 0 01-.647-.676.923.923 0 01.284-.896L12.594.228a.896.896 0 011.112-.065zM4.772 9.624l4.97 1.348a.907.907 0 01.572.467c.116.23.131.5.04.742L8.94 15.97l6.289-5.594-4.97-1.348a.907.907 0 01-.572-.467.926.926 0 01-.04-.742L11.06 4.03 4.772 9.624z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = ActivityIcon;
@@ -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 AddPhotoIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AddPhotoIcon(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 AddPhotoIcon(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: "M17.25 1.75a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2h2a.75.75 0 000-1.5h-2v-2zM4.152 5.673L3.692 7H2a2 2 0 00-2 2v8a2 2 0 002 2h11a2 2 0 002-2V9a2 2 0 00-2-2h-1.692l-.46-1.327A1 1 0 009.903 5H5.097a1 1 0 00-.945.673zM7.5 15.5a3 3 0 100-6 3 3 0 000 6z", 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: "M17.25 1.75a.75.75 0 00-1.5 0v2h-2a.75.75 0 000 1.5h2v2a.75.75 0 001.5 0v-2h2a.75.75 0 000-1.5h-2v-2zM4.152 5.673L3.692 7H2a2 2 0 00-2 2v8a2 2 0 002 2h11a2 2 0 002-2V9a2 2 0 00-2-2h-1.692l-.46-1.327A1 1 0 009.903 5H5.097a1 1 0 00-.945.673zM7.5 15.5a3 3 0 100-6 3 3 0 000 6z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = AddPhotoIcon;
@@ -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 AndroidIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AndroidIcon(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 AndroidIcon(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: "M14.219 12.325a.766.766 0 010-1.532.765.765 0 010 1.532zm-8.438 0a.766.766 0 010-1.532.765.765 0 010 1.532zm8.712-4.613l1.525-2.651a.317.317 0 10-.55-.318l-1.544 2.684A9.393 9.393 0 0010 6.585a9.393 9.393 0 00-3.924.842L4.531 4.742a.317.317 0 10-.55.319l1.526 2.65c-2.62 1.43-4.412 4.091-4.674 7.235h18.334c-.263-3.144-2.055-5.805-4.674-7.234z", 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: "M14.219 12.325a.766.766 0 010-1.532.765.765 0 010 1.532zm-8.438 0a.766.766 0 010-1.532.765.765 0 010 1.532zm8.712-4.613l1.525-2.651a.317.317 0 10-.55-.318l-1.544 2.684A9.393 9.393 0 0010 6.585a9.393 9.393 0 00-3.924.842L4.531 4.742a.317.317 0 10-.55.319l1.526 2.65c-2.62 1.43-4.412 4.091-4.674 7.235h18.334c-.263-3.144-2.055-5.805-4.674-7.234z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = AndroidIcon;
@@ -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 AppleAppStoreIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AppleAppStoreIcon(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 AppleAppStoreIcon(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: "M13.03 3.202a1.6 1.6 0 10-2.77-1.604L2.779 14.522h3.698l6.554-11.32zm-7.498 12.95c-.681-.584-1.417-1.13-2.053-1.156-.928-.037-1.237.446-1.47.88l-.008-.01-.54.932a1.6 1.6 0 102.769 1.604l1.302-2.25z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M9.718 11.322c.687.008 1.394.077 1.833.727.482.714.519 1.632.337 2.473H1.6a1.6 1.6 0 010-3.2h8.118zm3.959 3.2H18.4a1.6 1.6 0 000-3.2h-6.587l1.864 3.2z", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M7.047 3.202a1.6 1.6 0 012.77-1.604l2.053 3.547-1.901 3.102-2.922-5.045zm4.25 7.338l4.55 7.862a1.6 1.6 0 002.77-1.604L12.456 6.157c-.395.052-.75.283-1.025.831-.784 1.569-.433 2.899-.132 3.553h-.003z", 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: "M13.03 3.202a1.6 1.6 0 10-2.77-1.604L2.779 14.522h3.698l6.554-11.32zm-7.498 12.95c-.681-.584-1.417-1.13-2.053-1.156-.928-.037-1.237.446-1.47.88l-.008-.01-.54.932a1.6 1.6 0 102.769 1.604l1.302-2.25z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M9.718 11.322c.687.008 1.394.077 1.833.727.482.714.519 1.632.337 2.473H1.6a1.6 1.6 0 010-3.2h8.118zm3.959 3.2H18.4a1.6 1.6 0 000-3.2h-6.587l1.864 3.2z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M7.047 3.202a1.6 1.6 0 012.77-1.604l2.053 3.547-1.901 3.102-2.922-5.045zm4.25 7.338l4.55 7.862a1.6 1.6 0 002.77-1.604L12.456 6.157c-.395.052-.75.283-1.025.831-.784 1.569-.433 2.899-.132 3.553h-.003z", fill: color || "#000" })));
30
33
  }
31
34
  exports.default = AppleAppStoreIcon;
@@ -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 AppleIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AppleIcon(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 AppleIcon(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: "M17.66 15.391a10.489 10.489 0 01-1.039 1.866c-.545.778-.992 1.317-1.336 1.616-.534.49-1.106.742-1.719.757-.44 0-.97-.125-1.587-.38-.619-.252-1.188-.377-1.708-.377-.546 0-1.131.125-1.757.378-.627.253-1.132.386-1.519.399-.587.025-1.172-.234-1.757-.777-.373-.325-.839-.883-1.398-1.673-.6-.843-1.092-1.822-1.478-2.937-.414-1.205-.621-2.371-.621-3.5 0-1.294.28-2.41.839-3.345A4.924 4.924 0 014.338 5.64a4.73 4.73 0 012.377-.67c.466 0 1.078.144 1.838.427.758.285 1.245.429 1.458.429.16 0 .7-.169 1.617-.505.867-.312 1.599-.441 2.198-.39 1.624.13 2.844.77 3.656 1.924-1.453.88-2.171 2.113-2.157 3.694.013 1.232.46 2.257 1.338 3.07.398.378.843.67 1.337.878-.107.31-.22.608-.34.894zM13.934.735c0 .965-.353 1.866-1.056 2.7-.848.992-1.875 1.566-2.987 1.475a3.005 3.005 0 01-.023-.366c0-.926.404-1.918 1.12-2.73.358-.41.813-.751 1.364-1.023.55-.269 1.072-.417 1.561-.443.015.13.02.259.02.387z", 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: "M17.66 15.391a10.489 10.489 0 01-1.039 1.866c-.545.778-.992 1.317-1.336 1.616-.534.49-1.106.742-1.719.757-.44 0-.97-.125-1.587-.38-.619-.252-1.188-.377-1.708-.377-.546 0-1.131.125-1.757.378-.627.253-1.132.386-1.519.399-.587.025-1.172-.234-1.757-.777-.373-.325-.839-.883-1.398-1.673-.6-.843-1.092-1.822-1.478-2.937-.414-1.205-.621-2.371-.621-3.5 0-1.294.28-2.41.839-3.345A4.924 4.924 0 014.338 5.64a4.73 4.73 0 012.377-.67c.466 0 1.078.144 1.838.427.758.285 1.245.429 1.458.429.16 0 .7-.169 1.617-.505.867-.312 1.599-.441 2.198-.39 1.624.13 2.844.77 3.656 1.924-1.453.88-2.171 2.113-2.157 3.694.013 1.232.46 2.257 1.338 3.07.398.378.843.67 1.337.878-.107.31-.22.608-.34.894zM13.934.735c0 .965-.353 1.866-1.056 2.7-.848.992-1.875 1.566-2.987 1.475a3.005 3.005 0 01-.023-.366c0-.926.404-1.918 1.12-2.73.358-.41.813-.751 1.364-1.023.55-.269 1.072-.417 1.561-.443.015.13.02.259.02.387z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = AppleIcon;
@@ -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 AppleSimulatorIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AppleSimulatorIcon(props: IconProps): JSX.Element;
@@ -18,16 +18,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
18
18
  __setModuleDefault(result, mod);
19
19
  return result;
20
20
  };
21
+ var __importDefault = (this && this.__importDefault) || function (mod) {
22
+ return (mod && mod.__esModule) ? mod : { "default": mod };
23
+ };
21
24
  Object.defineProperty(exports, "__esModule", { value: true });
22
- const React = __importStar(require("react"));
25
+ const react_1 = __importDefault(require("react"));
23
26
  const react_native_svg_1 = __importStar(require("react-native-svg"));
24
27
  function AppleSimulatorIcon(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.Rect, { x: 3.75, y: 0.75, width: 12.5, height: 18.5, rx: 2.25, stroke: color || "#000", strokeWidth: 1.5 }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.212 7.28a.64.64 0 10-1.108-.64l-2.993 5.169h1.48l2.621-4.528zm-3 5.181c-.272-.234-.566-.453-.82-.463-.371-.014-.495.179-.588.352l-.004-.004-.216.373a.64.64 0 001.108.642l.52-.9z", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M9.887 10.529c.275.003.558.03.733.29.193.286.208.653.135.99H6.64a.64.64 0 110-1.28h3.247zm1.584 1.28h1.889a.64.64 0 100-1.28h-2.635l.746 1.28z", fill: color || "#000" }),
30
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.819 7.28a.64.64 0 111.108-.64l.821 1.418-.76 1.24-1.169-2.017zm1.7 2.936l1.82 3.145a.64.64 0 101.108-.642l-2.465-4.256c-.157.02-.3.113-.41.332-.313.628-.173 1.16-.052 1.421h-.002z", fill: color || "#000" }),
31
- React.createElement(react_native_svg_1.Path, { d: "M7 1h6v1a1 1 0 01-1 1H8a1 1 0 01-1-1V1z", 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.Rect, { x: 3.75, y: 0.75, width: 12.5, height: 18.5, rx: 2.25, stroke: color || "#000", strokeWidth: 1.5 }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.212 7.28a.64.64 0 10-1.108-.64l-2.993 5.169h1.48l2.621-4.528zm-3 5.181c-.272-.234-.566-.453-.82-.463-.371-.014-.495.179-.588.352l-.004-.004-.216.373a.64.64 0 001.108.642l.52-.9z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M9.887 10.529c.275.003.558.03.733.29.193.286.208.653.135.99H6.64a.64.64 0 110-1.28h3.247zm1.584 1.28h1.889a.64.64 0 100-1.28h-2.635l.746 1.28z", fill: color || "#000" }),
33
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M8.819 7.28a.64.64 0 111.108-.64l.821 1.418-.76 1.24-1.169-2.017zm1.7 2.936l1.82 3.145a.64.64 0 101.108-.642l-2.465-4.256c-.157.02-.3.113-.41.332-.313.628-.173 1.16-.052 1.421h-.002z", fill: color || "#000" }),
34
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M7 1h6v1a1 1 0 01-1 1H8a1 1 0 01-1-1V1z", fill: color || "#000" })));
32
35
  }
33
36
  exports.default = AppleSimulatorIcon;
@@ -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 ArrowDownIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ArrowDownIcon(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 ArrowDownIcon(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.666m0 0L4.167 10M10 15.833L15.833 10", 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.666m0 0L4.167 10M10 15.833L15.833 10", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = ArrowDownIcon;
@@ -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 ArrowLeftIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ArrowLeftIcon(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 ArrowLeftIcon(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.833 10H4.167M10 15.833L4.167 10 10 4.167", 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: "M15.833 10H4.167M10 15.833L4.167 10 10 4.167", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = ArrowLeftIcon;
@@ -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 ArrowRightIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ArrowRightIcon(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 ArrowRightIcon(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.167 10h11.666M10 15.833L15.833 10 10 4.167", 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: "M4.167 10h11.666M10 15.833L15.833 10 10 4.167", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = ArrowRightIcon;
@@ -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 ArrowUpIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ArrowUpIcon(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 ArrowUpIcon(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 15.833V4.167m0 0L15.833 10M10 4.167L4.167 10", 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 15.833V4.167m0 0L15.833 10M10 4.167L4.167 10", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = ArrowUpIcon;
@@ -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 ArrowUpRightIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ArrowUpRightIcon(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 ArrowUpRightIcon(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: "M5.875 14.125l8.25-8.25m0 0v8.25m0-8.25h-8.25", 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: "M5.875 14.125l8.25-8.25m0 0v8.25m0-8.25h-8.25", stroke: color || "#000", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = ArrowUpRightIcon;
@@ -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 AtSignIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function AtSignIcon(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 AtSignIcon(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.333 6.667v4.166a2.5 2.5 0 105 0V10a8.333 8.333 0 10-3.266 6.617M13.333 10a3.333 3.333 0 11-6.666 0 3.333 3.333 0 016.666 0z", stroke: color || "#000", strokeWidth: 1.85, strokeLinecap: "square", 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: "M13.333 6.667v4.166a2.5 2.5 0 105 0V10a8.333 8.333 0 10-3.266 6.617M13.333 10a3.333 3.333 0 11-6.666 0 3.333 3.333 0 016.666 0z", stroke: color || "#000", strokeWidth: 1.85, strokeLinecap: "square", strokeLinejoin: "round" })));
28
31
  }
29
32
  exports.default = AtSignIcon;
@@ -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 BadgeIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BadgeIcon(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 BadgeIcon(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 1a.91.91 0 00-.91.91v3.635a.91.91 0 101.82 0V1.91A.91.91 0 0010 1z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.818 3.727h6.364c1.004 0 1.818.814 1.818 1.818v11.819a1.818 1.818 0 01-1.818 1.818H1.818A1.818 1.818 0 010 17.364V5.545c0-1.004.814-1.818 1.818-1.818h6.364v1.818a1.818 1.818 0 003.636 0V3.727zm5.455 7.728h-6.364v-.91h6.364v.91zm-6.364 1.818h6.364v-.91h-6.364v.91zm6.364 1.818h-6.364v-.91h6.364v.91zM5.91 9.18c2.204 0 2.039 2.952 1.06 4.42.979 0 2.123.965 2.12 1.944H2.728c0-.979 1.142-1.944 2.121-1.944-.979-1.469-1.142-4.42 1.062-4.42z", 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 1a.91.91 0 00-.91.91v3.635a.91.91 0 101.82 0V1.91A.91.91 0 0010 1z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M11.818 3.727h6.364c1.004 0 1.818.814 1.818 1.818v11.819a1.818 1.818 0 01-1.818 1.818H1.818A1.818 1.818 0 010 17.364V5.545c0-1.004.814-1.818 1.818-1.818h6.364v1.818a1.818 1.818 0 003.636 0V3.727zm5.455 7.728h-6.364v-.91h6.364v.91zm-6.364 1.818h6.364v-.91h-6.364v.91zm6.364 1.818h-6.364v-.91h6.364v.91zM5.91 9.18c2.204 0 2.039 2.952 1.06 4.42.979 0 2.123.965 2.12 1.944H2.728c0-.979 1.142-1.944 2.121-1.944-.979-1.469-1.142-4.42 1.062-4.42z", fill: color || "#000" })));
29
32
  }
30
33
  exports.default = BadgeIcon;
@@ -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 BellIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BellIcon(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 BellIcon(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 19.524a2.381 2.381 0 002.381-2.381H7.619A2.38 2.38 0 0010 19.523zm1.185-17.739a1.19 1.19 0 10-2.37 0 5.954 5.954 0 00-4.767 5.834c0 1.307-.596 7.143-2.381 8.333h16.666c-1.785-1.19-2.38-7.026-2.38-8.333a5.954 5.954 0 00-4.768-5.834z", 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 19.524a2.381 2.381 0 002.381-2.381H7.619A2.38 2.38 0 0010 19.523zm1.185-17.739a1.19 1.19 0 10-2.37 0 5.954 5.954 0 00-4.767 5.834c0 1.307-.596 7.143-2.381 8.333h16.666c-1.785-1.19-2.38-7.026-2.38-8.333a5.954 5.954 0 00-4.768-5.834z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = BellIcon;
@@ -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 BranchIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BranchIcon(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 BranchIcon(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: "M14.189 2.874a.938.938 0 100 1.876.938.938 0 000-1.876zm-2.813.938a2.812 2.812 0 015.394-1.117c.205.473.275.993.205 1.504a2.813 2.813 0 01-1.849 2.265v.785a3.125 3.125 0 01-3.125 3.125h-5a1.25 1.25 0 00-1.25 1.25v1.41a2.813 2.813 0 11-1.875 0v-6.57a2.812 2.812 0 111.875 0V8.76c.394-.172.82-.26 1.25-.26h5a1.25 1.25 0 001.25-1.25v-.785a2.813 2.813 0 01-1.875-2.652zM4.814 14.749a.938.938 0 100 1.875.938.938 0 000-1.875zM3.876 3.812a.938.938 0 111.875 0 .938.938 0 01-1.875 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: "M14.189 2.874a.938.938 0 100 1.876.938.938 0 000-1.876zm-2.813.938a2.812 2.812 0 015.394-1.117c.205.473.275.993.205 1.504a2.813 2.813 0 01-1.849 2.265v.785a3.125 3.125 0 01-3.125 3.125h-5a1.25 1.25 0 00-1.25 1.25v1.41a2.813 2.813 0 11-1.875 0v-6.57a2.812 2.812 0 111.875 0V8.76c.394-.172.82-.26 1.25-.26h5a1.25 1.25 0 001.25-1.25v-.785a2.813 2.813 0 01-1.875-2.652zM4.814 14.749a.938.938 0 100 1.875.938.938 0 000-1.875zM3.876 3.812a.938.938 0 111.875 0 .938.938 0 01-1.875 0z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = BranchIcon;
@@ -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 BugInspectIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BugInspectIcon(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 BugInspectIcon(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.272 3.06a2.828 2.828 0 00-5.443 0 6.065 6.065 0 015.443 0z", fill: color || "#000" }),
28
- React.createElement(react_native_svg_1.Path, { d: "M9.329 15.786a5.831 5.831 0 012.963-9.595h-.123a5.182 5.182 0 00-9.237 0H2.36A1.416 1.416 0 01.944 4.775a.472.472 0 10-.944 0 2.362 2.362 0 002.36 2.36h.2c-.132.46-.2.936-.2 1.415v.472H.472a.472.472 0 000 .944H2.36v.944c0 .316.03.632.09.944h-.09A2.363 2.363 0 000 14.214a.472.472 0 10.944 0 1.416 1.416 0 011.416-1.417h.36a5.184 5.184 0 006.609 2.99zm4.049-9.746a1.417 1.417 0 00.78-1.265.472.472 0 11.943 0c0 .486-.151.957-.426 1.35a5.866 5.866 0 00-1.297-.085z", fill: color || "#000" }),
29
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M15.726 15.556a4.24 4.24 0 111.141-.942l2.665 2.665a.736.736 0 11-1.041 1.042l-2.765-2.765zm.555-3.693a2.64 2.64 0 11-5.282 0 2.64 2.64 0 015.282 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: "M10.272 3.06a2.828 2.828 0 00-5.443 0 6.065 6.065 0 015.443 0z", fill: color || "#000" }),
31
+ react_1.default.createElement(react_native_svg_1.Path, { d: "M9.329 15.786a5.831 5.831 0 012.963-9.595h-.123a5.182 5.182 0 00-9.237 0H2.36A1.416 1.416 0 01.944 4.775a.472.472 0 10-.944 0 2.362 2.362 0 002.36 2.36h.2c-.132.46-.2.936-.2 1.415v.472H.472a.472.472 0 000 .944H2.36v.944c0 .316.03.632.09.944h-.09A2.363 2.363 0 000 14.214a.472.472 0 10.944 0 1.416 1.416 0 011.416-1.417h.36a5.184 5.184 0 006.609 2.99zm4.049-9.746a1.417 1.417 0 00.78-1.265.472.472 0 11.943 0c0 .486-.151.957-.426 1.35a5.866 5.866 0 00-1.297-.085z", fill: color || "#000" }),
32
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M15.726 15.556a4.24 4.24 0 111.141-.942l2.665 2.665a.736.736 0 11-1.041 1.042l-2.765-2.765zm.555-3.693a2.64 2.64 0 11-5.282 0 2.64 2.64 0 015.282 0z", fill: color || "#000" })));
30
33
  }
31
34
  exports.default = BugInspectIcon;
@@ -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 BuildIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BuildIcon(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 BuildIcon(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 .023l8.962 4.485v10.984L10 19.977l-8.96-4.485V4.508L10 .023zM2.89 6.576v7.773l6.186 3.096V9.67L2.89 6.576zm8.036 3.093v7.776l6.186-3.096V6.576L10.925 9.67zm5.044-4.59L10 8.064 4.031 5.079l5.97-2.987 5.968 2.987z", 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 .023l8.962 4.485v10.984L10 19.977l-8.96-4.485V4.508L10 .023zM2.89 6.576v7.773l6.186 3.096V9.67L2.89 6.576zm8.036 3.093v7.776l6.186-3.096V6.576L10.925 9.67zm5.044-4.59L10 8.064 4.031 5.079l5.97-2.987 5.968 2.987z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = BuildIcon;
@@ -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 BuildNumberIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BuildNumberIcon(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 BuildNumberIcon(props) {
25
28
  const { size, color, width, height } = props;
26
- return (React.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
27
- React.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0a4 4 0 00-4 4v12c0 .45.074.882.21 1.285l5.225-5.224a5.002 5.002 0 016.62-6.62L8.92 8.576l-.009.008a.834.834 0 000 1.167l1.334 1.334a.834.834 0 001.167 0l3.143-3.143a5.002 5.002 0 01-6.62 6.62L2.71 19.788A4.02 4.02 0 004 20h12a4 4 0 004-4V4a4 4 0 00-4-4H4z", fill: color || "#000" })));
29
+ return (react_1.default.createElement(react_native_svg_1.default, Object.assign({ viewBox: "0 0 20 20", fill: "none", width: size || width || 20, height: size || height || 20 }, props),
30
+ react_1.default.createElement(react_native_svg_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0a4 4 0 00-4 4v12c0 .45.074.882.21 1.285l5.225-5.224a5.002 5.002 0 016.62-6.62L8.92 8.576l-.009.008a.834.834 0 000 1.167l1.334 1.334a.834.834 0 001.167 0l3.143-3.143a5.002 5.002 0 01-6.62 6.62L2.71 19.788A4.02 4.02 0 004 20h12a4 4 0 004-4V4a4 4 0 00-4-4H4z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = BuildNumberIcon;
@@ -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 BuildProfileIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function BuildProfileIcon(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 BuildProfileIcon(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 3.333A3.333 3.333 0 013.333 0h13.334A3.333 3.333 0 0120 3.333v13.334A3.333 3.333 0 0116.667 20H3.333A3.333 3.333 0 010 16.667V3.333zm7.963.741a.74.74 0 10-1.482 0v6.052a2.223 2.223 0 000 4.192v1.608a.74.74 0 101.482 0v-1.608a2.223 2.223 0 000-4.192V4.074zm5.185 12.593a.74.74 0 01-.74-.741V9.874a2.223 2.223 0 010-4.192V4.074a.74.74 0 011.48 0v1.608a2.223 2.223 0 010 4.192v6.052a.74.74 0 01-.74.74z", 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 3.333A3.333 3.333 0 013.333 0h13.334A3.333 3.333 0 0120 3.333v13.334A3.333 3.333 0 0116.667 20H3.333A3.333 3.333 0 010 16.667V3.333zm7.963.741a.74.74 0 10-1.482 0v6.052a2.223 2.223 0 000 4.192v1.608a.74.74 0 101.482 0v-1.608a2.223 2.223 0 000-4.192V4.074zm5.185 12.593a.74.74 0 01-.74-.741V9.874a2.223 2.223 0 010-4.192V4.074a.74.74 0 011.48 0v1.608a2.223 2.223 0 010 4.192v6.052a.74.74 0 01-.74.74z", fill: color || "#000" })));
28
31
  }
29
32
  exports.default = BuildProfileIcon;
@@ -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 ChannelIcon(props: SvgProps & IconProps): JSX.Element;
3
+ export default function ChannelIcon(props: IconProps): JSX.Element;