@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.164 → 1.1.166

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 (57) hide show
  1. package/IconBranchSimple/index.d.ts +4 -0
  2. package/IconBranchSimple/index.js +2 -0
  3. package/IconBranchSimple/index.js.map +1 -0
  4. package/IconBranchSimple/index.mjs +2 -0
  5. package/IconBranchSimple/index.mjs.map +1 -0
  6. package/IconClaw/index.d.ts +4 -0
  7. package/IconClaw/index.js +2 -0
  8. package/IconClaw/index.js.map +1 -0
  9. package/IconClaw/index.mjs +2 -0
  10. package/IconClaw/index.mjs.map +1 -0
  11. package/IconDraftSimple/index.d.ts +4 -0
  12. package/IconDraftSimple/index.js +2 -0
  13. package/IconDraftSimple/index.js.map +1 -0
  14. package/IconDraftSimple/index.mjs +2 -0
  15. package/IconDraftSimple/index.mjs.map +1 -0
  16. package/IconForkSimple/index.d.ts +4 -0
  17. package/IconForkSimple/index.js +2 -0
  18. package/IconForkSimple/index.js.map +1 -0
  19. package/IconForkSimple/index.mjs +2 -0
  20. package/IconForkSimple/index.mjs.map +1 -0
  21. package/IconMapPin2/index.d.ts +4 -0
  22. package/IconMapPin2/index.js +2 -0
  23. package/IconMapPin2/index.js.map +1 -0
  24. package/IconMapPin2/index.mjs +2 -0
  25. package/IconMapPin2/index.mjs.map +1 -0
  26. package/IconMergeConflictSimple/index.d.ts +4 -0
  27. package/IconMergeConflictSimple/index.js +2 -0
  28. package/IconMergeConflictSimple/index.js.map +1 -0
  29. package/IconMergeConflictSimple/index.mjs +2 -0
  30. package/IconMergeConflictSimple/index.mjs.map +1 -0
  31. package/IconMergedSimple/index.d.ts +4 -0
  32. package/IconMergedSimple/index.js +2 -0
  33. package/IconMergedSimple/index.js.map +1 -0
  34. package/IconMergedSimple/index.mjs +2 -0
  35. package/IconMergedSimple/index.mjs.map +1 -0
  36. package/IconPullRequestClosedSimple/index.d.ts +4 -0
  37. package/IconPullRequestClosedSimple/index.js +2 -0
  38. package/IconPullRequestClosedSimple/index.js.map +1 -0
  39. package/IconPullRequestClosedSimple/index.mjs +2 -0
  40. package/IconPullRequestClosedSimple/index.mjs.map +1 -0
  41. package/IconPullRequestSimple/index.d.ts +4 -0
  42. package/IconPullRequestSimple/index.js +2 -0
  43. package/IconPullRequestSimple/index.js.map +1 -0
  44. package/IconPullRequestSimple/index.mjs +2 -0
  45. package/IconPullRequestSimple/index.mjs.map +1 -0
  46. package/README.md +9 -0
  47. package/filtered-icons.json +126 -0
  48. package/icons/index.d.ts +9 -0
  49. package/icons-index.json +23 -5
  50. package/index.d.ts +9 -0
  51. package/index.js +1 -1
  52. package/index.js.map +1 -1
  53. package/index.mjs +1 -1
  54. package/index.mjs.map +1 -1
  55. package/license-check.js +1 -1
  56. package/package.json +1 -1
  57. package/tsx-icons.json +63 -0
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBranchSimple: FC<CentralIconBaseProps>;
4
+ export default IconBranchSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconBranchSimple:()=>B,default:()=>v});module.exports=h(S);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.1528 10 14.5985 8.74772 14.1387 7.0459C10.4084 7.44522 7.44522 10.4084 7.0459 14.1387C8.74772 14.5985 10 16.1528 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18C2 16.1362 3.27477 14.57 5 14.126V3.5C5 2.94772 5.44772 2.5 6 2.5C6.55228 2.5 7 2.94772 7 3.5V8.99902C8.65831 6.79182 11.209 5.29566 14.1162 5.04102C14.5459 3.29508 16.1215 2 18 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBranchSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBranchSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBranchSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.1528 10 14.5985 8.74772 14.1387 7.0459C10.4084 7.44522 7.44522 10.4084 7.0459 14.1387C8.74772 14.5985 10 16.1528 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18C2 16.1362 3.27477 14.57 5 14.126V3.5C5 2.94772 5.44772 2.5 6 2.5C6.55228 2.5 7 2.94772 7 3.5V8.99902C8.65831 6.79182 11.209 5.29566 14.1162 5.04102C14.5459 3.29508 16.1215 2 18 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBranchSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBranchSimple_exports","__export","IconBranchSimple","IconBranchSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBranchSimple","props","React","CentralIconBase","IconBranchSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.1528 10 14.5985 8.74772 14.1387 7.0459C10.4084 7.44522 7.44522 10.4084 7.0459 14.1387C8.74772 14.5985 10 16.1528 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18C2 16.1362 3.27477 14.57 5 14.126V3.5C5 2.94772 5.44772 2.5 6 2.5C6.55228 2.5 7 2.94772 7 3.5V8.99902C8.65831 6.79182 11.209 5.29566 14.1162 5.04102C14.5459 3.29508 16.1215 2 18 2Z",fill:"currentColor"})),P=l;export{l as IconBranchSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBranchSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBranchSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2C20.2091 2 22 3.79086 22 6C22 8.20914 20.2091 10 18 10C16.1528 10 14.5985 8.74772 14.1387 7.0459C10.4084 7.44522 7.44522 10.4084 7.0459 14.1387C8.74772 14.5985 10 16.1528 10 18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18C2 16.1362 3.27477 14.57 5 14.126V3.5C5 2.94772 5.44772 2.5 6 2.5C6.55228 2.5 7 2.94772 7 3.5V8.99902C8.65831 6.79182 11.209 5.29566 14.1162 5.04102C14.5459 3.29508 16.1215 2 18 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBranchSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBranchSimple","props","React","CentralIconBase","IconBranchSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClaw: FC<CentralIconBaseProps>;
4
+ export default IconClaw;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},l=(C,r,o,L)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!x.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(L=u(r,t))||L.enumerable});return C};var a=(C,r,o)=>(o=C!=null?i(I(C)):{},l(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>l(e({},"__esModule",{value:!0}),C);var v={};P(v,{IconClaw:()=>c,default:()=>d});module.exports=g(v);var n=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>m.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),c=C=>n.default.createElement(s,{...C},n.default.createElement(p.Path,{d:"M9.94629 2.21289C19.7906 0.117508 24.0011 14.0477 18.6768 21.6055C18.4984 21.8583 18.2039 22 17.8945 22H9.1543C8.96991 22 8.78769 21.9497 8.64258 21.8359C8.18609 21.478 7.19288 20.5356 7.02441 19.0088C6.99304 18.7243 7.12273 18.4505 7.33691 18.2607L10.8369 15.1592C11.0133 15.0029 11.1288 14.7889 11.1631 14.5557L11.6133 11.4893C11.6497 11.2405 11.5913 10.9868 11.4492 10.7793L10.8066 9.8418C10.6441 9.60404 10.5924 9.30732 10.6641 9.02832L10.9316 7.98438C11.0383 7.56861 10.8677 7.13131 10.5078 6.89746L10.0703 6.61328C9.69306 6.36823 9.52622 5.9015 9.66211 5.47266L9.76367 5.15234C9.83702 4.92107 9.82392 4.67048 9.72656 4.44824L9.31738 3.51562C9.07926 2.97217 9.36605 2.33657 9.94629 2.21289Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M4.54688 7.87305C5.26766 7.87325 5.89635 8.36423 6.07129 9.06348L6.20703 9.60449C6.28998 9.93597 6.53622 10.2024 6.86035 10.3105L7.56348 10.5449C7.86175 10.6446 8.09581 10.8794 8.19531 11.1777L8.45703 11.9619C8.55013 12.2408 8.76116 12.465 9.03418 12.5742L9.63184 12.8125C10.0612 12.9842 10.3167 13.4282 10.25 13.8857L10.2266 14.0479C10.1925 14.2812 10.0768 14.4949 9.90039 14.6514L7.13477 17.1035C6.74222 17.4514 6.14538 17.4387 5.78613 17.0566C4.85483 16.0649 3.79233 14.7375 3.375 13.4814C2.9162 12.1004 2.96424 10.3389 3.07422 9.16211C3.14472 8.41038 3.79177 7.87305 4.54688 7.87305Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M6 2C6.18067 2 6.3423 2.11168 6.40723 2.28027L6.89062 3.53516C6.99218 3.7992 7.20082 4.00778 7.46484 4.10938L8.71973 4.59277C8.88833 4.65762 8.99988 4.81938 9 5C9 5.18074 8.88842 5.34332 8.71973 5.4082L7.46484 5.89062C7.20085 5.99216 6.99224 6.20089 6.89062 6.46484L6.40723 7.7207C6.34221 7.88911 6.18056 8 6 8C5.81944 8 5.65779 7.88911 5.59277 7.7207L5.10938 6.46484C5.00776 6.20089 4.79915 5.99216 4.53516 5.89062L3.28027 5.4082C3.11158 5.34332 3 5.18074 3 5C3.00012 4.81938 3.11167 4.65762 3.28027 4.59277L4.53516 4.10938C4.79918 4.00778 5.00782 3.7992 5.10938 3.53516L5.59277 2.28027C5.6577 2.11168 5.81933 2 6 2Z",fill:"currentColor"})),d=c;0&&(module.exports={IconClaw});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClaw/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconClaw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.94629 2.21289C19.7906 0.117508 24.0011 14.0477 18.6768 21.6055C18.4984 21.8583 18.2039 22 17.8945 22H9.1543C8.96991 22 8.78769 21.9497 8.64258 21.8359C8.18609 21.478 7.19288 20.5356 7.02441 19.0088C6.99304 18.7243 7.12273 18.4505 7.33691 18.2607L10.8369 15.1592C11.0133 15.0029 11.1288 14.7889 11.1631 14.5557L11.6133 11.4893C11.6497 11.2405 11.5913 10.9868 11.4492 10.7793L10.8066 9.8418C10.6441 9.60404 10.5924 9.30732 10.6641 9.02832L10.9316 7.98438C11.0383 7.56861 10.8677 7.13131 10.5078 6.89746L10.0703 6.61328C9.69306 6.36823 9.52622 5.9015 9.66211 5.47266L9.76367 5.15234C9.83702 4.92107 9.82392 4.67048 9.72656 4.44824L9.31738 3.51562C9.07926 2.97217 9.36605 2.33657 9.94629 2.21289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.54688 7.87305C5.26766 7.87325 5.89635 8.36423 6.07129 9.06348L6.20703 9.60449C6.28998 9.93597 6.53622 10.2024 6.86035 10.3105L7.56348 10.5449C7.86175 10.6446 8.09581 10.8794 8.19531 11.1777L8.45703 11.9619C8.55013 12.2408 8.76116 12.465 9.03418 12.5742L9.63184 12.8125C10.0612 12.9842 10.3167 13.4282 10.25 13.8857L10.2266 14.0479C10.1925 14.2812 10.0768 14.4949 9.90039 14.6514L7.13477 17.1035C6.74222 17.4514 6.14538 17.4387 5.78613 17.0566C4.85483 16.0649 3.79233 14.7375 3.375 13.4814C2.9162 12.1004 2.96424 10.3389 3.07422 9.16211C3.14472 8.41038 3.79177 7.87305 4.54688 7.87305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.18067 2 6.3423 2.11168 6.40723 2.28027L6.89062 3.53516C6.99218 3.7992 7.20082 4.00778 7.46484 4.10938L8.71973 4.59277C8.88833 4.65762 8.99988 4.81938 9 5C9 5.18074 8.88842 5.34332 8.71973 5.4082L7.46484 5.89062C7.20085 5.99216 6.99224 6.20089 6.89062 6.46484L6.40723 7.7207C6.34221 7.88911 6.18056 8 6 8C5.81944 8 5.65779 7.88911 5.59277 7.7207L5.10938 6.46484C5.00776 6.20089 4.79915 5.99216 4.53516 5.89062L3.28027 5.4082C3.11158 5.34332 3 5.18074 3 5C3.00012 4.81938 3.11167 4.65762 3.28027 4.59277L4.53516 4.10938C4.79918 4.00778 5.00782 3.7992 5.10938 3.53516L5.59277 2.28027C5.6577 2.11168 5.81933 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClaw;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0rBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8kBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClaw_exports","__export","IconClaw","IconClaw_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClaw","props","React","CentralIconBase","IconClaw_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as L}from"react-native-svg";var n=({children:o,size:C=24,...e})=>p.createElement(L,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var l=o=>r.createElement(n,{...o},r.createElement(t,{d:"M9.94629 2.21289C19.7906 0.117508 24.0011 14.0477 18.6768 21.6055C18.4984 21.8583 18.2039 22 17.8945 22H9.1543C8.96991 22 8.78769 21.9497 8.64258 21.8359C8.18609 21.478 7.19288 20.5356 7.02441 19.0088C6.99304 18.7243 7.12273 18.4505 7.33691 18.2607L10.8369 15.1592C11.0133 15.0029 11.1288 14.7889 11.1631 14.5557L11.6133 11.4893C11.6497 11.2405 11.5913 10.9868 11.4492 10.7793L10.8066 9.8418C10.6441 9.60404 10.5924 9.30732 10.6641 9.02832L10.9316 7.98438C11.0383 7.56861 10.8677 7.13131 10.5078 6.89746L10.0703 6.61328C9.69306 6.36823 9.52622 5.9015 9.66211 5.47266L9.76367 5.15234C9.83702 4.92107 9.82392 4.67048 9.72656 4.44824L9.31738 3.51562C9.07926 2.97217 9.36605 2.33657 9.94629 2.21289Z",fill:"currentColor"}),r.createElement(t,{d:"M4.54688 7.87305C5.26766 7.87325 5.89635 8.36423 6.07129 9.06348L6.20703 9.60449C6.28998 9.93597 6.53622 10.2024 6.86035 10.3105L7.56348 10.5449C7.86175 10.6446 8.09581 10.8794 8.19531 11.1777L8.45703 11.9619C8.55013 12.2408 8.76116 12.465 9.03418 12.5742L9.63184 12.8125C10.0612 12.9842 10.3167 13.4282 10.25 13.8857L10.2266 14.0479C10.1925 14.2812 10.0768 14.4949 9.90039 14.6514L7.13477 17.1035C6.74222 17.4514 6.14538 17.4387 5.78613 17.0566C4.85483 16.0649 3.79233 14.7375 3.375 13.4814C2.9162 12.1004 2.96424 10.3389 3.07422 9.16211C3.14472 8.41038 3.79177 7.87305 4.54688 7.87305Z",fill:"currentColor"}),r.createElement(t,{d:"M6 2C6.18067 2 6.3423 2.11168 6.40723 2.28027L6.89062 3.53516C6.99218 3.7992 7.20082 4.00778 7.46484 4.10938L8.71973 4.59277C8.88833 4.65762 8.99988 4.81938 9 5C9 5.18074 8.88842 5.34332 8.71973 5.4082L7.46484 5.89062C7.20085 5.99216 6.99224 6.20089 6.89062 6.46484L6.40723 7.7207C6.34221 7.88911 6.18056 8 6 8C5.81944 8 5.65779 7.88911 5.59277 7.7207L5.10938 6.46484C5.00776 6.20089 4.79915 5.99216 4.53516 5.89062L3.28027 5.4082C3.11158 5.34332 3 5.18074 3 5C3.00012 4.81938 3.11167 4.65762 3.28027 4.59277L4.53516 4.10938C4.79918 4.00778 5.00782 3.7992 5.10938 3.53516L5.59277 2.28027C5.6577 2.11168 5.81933 2 6 2Z",fill:"currentColor"})),x=l;export{l as IconClaw,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClaw/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconClaw: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.94629 2.21289C19.7906 0.117508 24.0011 14.0477 18.6768 21.6055C18.4984 21.8583 18.2039 22 17.8945 22H9.1543C8.96991 22 8.78769 21.9497 8.64258 21.8359C8.18609 21.478 7.19288 20.5356 7.02441 19.0088C6.99304 18.7243 7.12273 18.4505 7.33691 18.2607L10.8369 15.1592C11.0133 15.0029 11.1288 14.7889 11.1631 14.5557L11.6133 11.4893C11.6497 11.2405 11.5913 10.9868 11.4492 10.7793L10.8066 9.8418C10.6441 9.60404 10.5924 9.30732 10.6641 9.02832L10.9316 7.98438C11.0383 7.56861 10.8677 7.13131 10.5078 6.89746L10.0703 6.61328C9.69306 6.36823 9.52622 5.9015 9.66211 5.47266L9.76367 5.15234C9.83702 4.92107 9.82392 4.67048 9.72656 4.44824L9.31738 3.51562C9.07926 2.97217 9.36605 2.33657 9.94629 2.21289Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.54688 7.87305C5.26766 7.87325 5.89635 8.36423 6.07129 9.06348L6.20703 9.60449C6.28998 9.93597 6.53622 10.2024 6.86035 10.3105L7.56348 10.5449C7.86175 10.6446 8.09581 10.8794 8.19531 11.1777L8.45703 11.9619C8.55013 12.2408 8.76116 12.465 9.03418 12.5742L9.63184 12.8125C10.0612 12.9842 10.3167 13.4282 10.25 13.8857L10.2266 14.0479C10.1925 14.2812 10.0768 14.4949 9.90039 14.6514L7.13477 17.1035C6.74222 17.4514 6.14538 17.4387 5.78613 17.0566C4.85483 16.0649 3.79233 14.7375 3.375 13.4814C2.9162 12.1004 2.96424 10.3389 3.07422 9.16211C3.14472 8.41038 3.79177 7.87305 4.54688 7.87305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C6.18067 2 6.3423 2.11168 6.40723 2.28027L6.89062 3.53516C6.99218 3.7992 7.20082 4.00778 7.46484 4.10938L8.71973 4.59277C8.88833 4.65762 8.99988 4.81938 9 5C9 5.18074 8.88842 5.34332 8.71973 5.4082L7.46484 5.89062C7.20085 5.99216 6.99224 6.20089 6.89062 6.46484L6.40723 7.7207C6.34221 7.88911 6.18056 8 6 8C5.81944 8 5.65779 7.88911 5.59277 7.7207L5.10938 6.46484C5.00776 6.20089 4.79915 5.99216 4.53516 5.89062L3.28027 5.4082C3.11158 5.34332 3 5.18074 3 5C3.00012 4.81938 3.11167 4.65762 3.28027 4.59277L4.53516 4.10938C4.79918 4.00778 5.00782 3.7992 5.10938 3.53516L5.59277 2.28027C5.6577 2.11168 5.81933 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClaw;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0rBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8kBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClaw","props","React","CentralIconBase","IconClaw_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDraftSimple: FC<CentralIconBaseProps>;
4
+ export default IconDraftSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var S={};d(S,{IconDraftSimple:()=>c,default:()=>v});module.exports=g(S);var t=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...C})=>a.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(e.Path,{d:"M18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 15.7909 15.7909 14 18 14Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 9C18.8284 9 19.5 9.67157 19.5 10.5C19.5 11.3284 18.8284 12 18 12C17.1716 12 16.5 11.3284 16.5 10.5C16.5 9.67157 17.1716 9 18 9Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 3.5C18.8284 3.5 19.5 4.17157 19.5 5C19.5 5.82843 18.8284 6.5 18 6.5C17.1716 6.5 16.5 5.82843 16.5 5C16.5 4.17157 17.1716 3.5 18 3.5Z",fill:"currentColor"})),v=c;0&&(module.exports={IconDraftSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraftSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDraftSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 15.7909 15.7909 14 18 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 9C18.8284 9 19.5 9.67157 19.5 10.5C19.5 11.3284 18.8284 12 18 12C17.1716 12 16.5 11.3284 16.5 10.5C16.5 9.67157 17.1716 9 18 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3.5C18.8284 3.5 19.5 4.17157 19.5 5C19.5 5.82843 18.8284 6.5 18 6.5C17.1716 6.5 16.5 5.82843 16.5 5C16.5 4.17157 17.1716 3.5 18 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraftSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDraftSimple_exports","__export","IconDraftSimple","IconDraftSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDraftSimple","props","React","CentralIconBase","IconDraftSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as C}from"react-native-svg";var f=t=>o.createElement(n,{...t},o.createElement(C,{d:"M18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 15.7909 15.7909 14 18 14Z",fill:"currentColor"}),o.createElement(C,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),o.createElement(C,{d:"M18 9C18.8284 9 19.5 9.67157 19.5 10.5C19.5 11.3284 18.8284 12 18 12C17.1716 12 16.5 11.3284 16.5 10.5C16.5 9.67157 17.1716 9 18 9Z",fill:"currentColor"}),o.createElement(C,{d:"M18 3.5C18.8284 3.5 19.5 4.17157 19.5 5C19.5 5.82843 18.8284 6.5 18 6.5C17.1716 6.5 16.5 5.82843 16.5 5C16.5 4.17157 17.1716 3.5 18 3.5Z",fill:"currentColor"})),P=f;export{f as IconDraftSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconDraftSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDraftSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 15.7909 15.7909 14 18 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 9C18.8284 9 19.5 9.67157 19.5 10.5C19.5 11.3284 18.8284 12 18 12C17.1716 12 16.5 11.3284 16.5 10.5C16.5 9.67157 17.1716 9 18 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3.5C18.8284 3.5 19.5 4.17157 19.5 5C19.5 5.82843 18.8284 6.5 18 6.5C17.1716 6.5 16.5 5.82843 16.5 5C16.5 4.17157 17.1716 3.5 18 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDraftSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDraftSimple","props","React","CentralIconBase","IconDraftSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconForkSimple: FC<CentralIconBaseProps>;
4
+ export default IconForkSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(C({},"__esModule",{value:!0}),r);var S={};g(S,{IconForkSimple:()=>i,default:()=>F});module.exports=v(S);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M18 2C20.2091 2 22 3.79086 22 6C22 7.90046 20.6743 9.48998 18.8975 9.89746C18.49 11.6743 16.9005 13 15 13H13V14.126C14.7252 14.57 16 16.1362 16 18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18C8 16.1362 9.27477 14.57 11 14.126V13H9C7.09946 13 5.50896 11.6744 5.10156 9.89746C3.32517 9.48964 2 7.90013 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.79885 8.8125 9.32013 7.17871 9.82324C7.49269 10.5168 8.18918 11 9 11H15C15.8107 11 16.5063 10.5166 16.8203 9.82324C15.187 9.31985 14 7.79853 14 6C14 3.79086 15.7909 2 18 2Z",fill:"currentColor"})),F=i;0&&(module.exports={IconForkSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconForkSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconForkSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2C20.2091 2 22 3.79086 22 6C22 7.90046 20.6743 9.48998 18.8975 9.89746C18.49 11.6743 16.9005 13 15 13H13V14.126C14.7252 14.57 16 16.1362 16 18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18C8 16.1362 9.27477 14.57 11 14.126V13H9C7.09946 13 5.50896 11.6744 5.10156 9.89746C3.32517 9.48964 2 7.90013 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.79885 8.8125 9.32013 7.17871 9.82324C7.49269 10.5168 8.18918 11 9 11H15C15.8107 11 16.5063 10.5166 16.8203 9.82324C15.187 9.31985 14 7.79853 14 6C14 3.79086 15.7909 2 18 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconForkSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+hBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconForkSimple_exports","__export","IconForkSimple","IconForkSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconForkSimple","props","React","CentralIconBase","IconForkSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M18 2C20.2091 2 22 3.79086 22 6C22 7.90046 20.6743 9.48998 18.8975 9.89746C18.49 11.6743 16.9005 13 15 13H13V14.126C14.7252 14.57 16 16.1362 16 18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18C8 16.1362 9.27477 14.57 11 14.126V13H9C7.09946 13 5.50896 11.6744 5.10156 9.89746C3.32517 9.48964 2 7.90013 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.79885 8.8125 9.32013 7.17871 9.82324C7.49269 10.5168 8.18918 11 9 11H15C15.8107 11 16.5063 10.5166 16.8203 9.82324C15.187 9.31985 14 7.79853 14 6C14 3.79086 15.7909 2 18 2Z",fill:"currentColor"})),P=l;export{l as IconForkSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconForkSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconForkSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 2C20.2091 2 22 3.79086 22 6C22 7.90046 20.6743 9.48998 18.8975 9.89746C18.49 11.6743 16.9005 13 15 13H13V14.126C14.7252 14.57 16 16.1362 16 18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18C8 16.1362 9.27477 14.57 11 14.126V13H9C7.09946 13 5.50896 11.6744 5.10156 9.89746C3.32517 9.48964 2 7.90013 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.79885 8.8125 9.32013 7.17871 9.82324C7.49269 10.5168 8.18918 11 9 11H15C15.8107 11 16.5063 10.5166 16.8203 9.82324C15.187 9.31985 14 7.79853 14 6C14 3.79086 15.7909 2 18 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconForkSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+hBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconForkSimple","props","React","CentralIconBase","IconForkSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMapPin2: FC<CentralIconBaseProps>;
4
+ export default IconMapPin2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=B(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconMapPin2:()=>i,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMapPin2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMapPin2_exports","__export","IconMapPin2","IconMapPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),d=a;export{a as IconMapPin2,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMergeConflictSimple: FC<CentralIconBaseProps>;
4
+ export default IconMergeConflictSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!g.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(L(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>m(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconMergeConflictSimple:()=>i,default:()=>d});module.exports=P(v);var t=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M5.99992 10.9999C6.55217 11 6.99992 11.4477 6.99992 11.9999V20.4999C6.99988 21.0521 6.55215 21.4999 5.99992 21.4999C5.44766 21.4999 4.99997 21.0522 4.99992 20.4999V11.9999C4.99992 11.4476 5.44764 10.9999 5.99992 10.9999Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M14.9999 4.99992C17.209 4.99997 18.9999 6.79081 18.9999 8.99992V14.1259C20.7251 14.57 21.9999 16.1361 21.9999 17.9999C21.9999 20.209 20.209 21.9999 17.9999 21.9999C15.7908 21.9999 14 20.209 13.9999 17.9999C13.9999 16.1361 15.2747 14.5699 16.9999 14.1259V8.99992C16.9999 7.89538 16.1045 6.99997 14.9999 6.99992H11.9999C11.4477 6.99992 11 6.55217 10.9999 5.99992C10.9999 5.44764 11.4476 4.99992 11.9999 4.99992H14.9999Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M7.79289 2.79289C8.18342 2.40237 8.81643 2.40237 9.20696 2.79289C9.5974 3.18342 9.59746 3.81646 9.20696 4.20696L7.41399 5.99992L9.20696 7.79289C9.5974 8.18342 9.59746 8.81646 9.20696 9.20696C8.81646 9.59746 8.18342 9.5974 7.79289 9.20696L5.99992 7.41399L4.20696 9.20696C3.81646 9.59746 3.18342 9.5974 2.79289 9.20696C2.40237 8.81643 2.40237 8.18342 2.79289 7.79289L4.58586 5.99992L2.79289 4.20696C2.40237 3.81643 2.40237 3.18342 2.79289 2.79289C3.18342 2.40237 3.81643 2.40237 4.20696 2.79289L5.99992 4.58586L7.79289 2.79289Z",fill:"currentColor"})),d=i;0&&(module.exports={IconMergeConflictSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergeConflictSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMergeConflictSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.99992 10.9999C6.55217 11 6.99992 11.4477 6.99992 11.9999V20.4999C6.99988 21.0521 6.55215 21.4999 5.99992 21.4999C5.44766 21.4999 4.99997 21.0522 4.99992 20.4999V11.9999C4.99992 11.4476 5.44764 10.9999 5.99992 10.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9999 4.99992C17.209 4.99997 18.9999 6.79081 18.9999 8.99992V14.1259C20.7251 14.57 21.9999 16.1361 21.9999 17.9999C21.9999 20.209 20.209 21.9999 17.9999 21.9999C15.7908 21.9999 14 20.209 13.9999 17.9999C13.9999 16.1361 15.2747 14.5699 16.9999 14.1259V8.99992C16.9999 7.89538 16.1045 6.99997 14.9999 6.99992H11.9999C11.4477 6.99992 11 6.55217 10.9999 5.99992C10.9999 5.44764 11.4476 4.99992 11.9999 4.99992H14.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.79289 2.79289C8.18342 2.40237 8.81643 2.40237 9.20696 2.79289C9.5974 3.18342 9.59746 3.81646 9.20696 4.20696L7.41399 5.99992L9.20696 7.79289C9.5974 8.18342 9.59746 8.81646 9.20696 9.20696C8.81646 9.59746 8.18342 9.5974 7.79289 9.20696L5.99992 7.41399L4.20696 9.20696C3.81646 9.59746 3.18342 9.5974 2.79289 9.20696C2.40237 8.81643 2.40237 8.18342 2.79289 7.79289L4.58586 5.99992L2.79289 4.20696C2.40237 3.81643 2.40237 3.18342 2.79289 2.79289C3.18342 2.40237 3.81643 2.40237 4.20696 2.79289L5.99992 4.58586L7.79289 2.79289Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergeConflictSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,6BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oaACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ghBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMergeConflictSimple_exports","__export","IconMergeConflictSimple","IconMergeConflictSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMergeConflictSimple","props","React","CentralIconBase","IconMergeConflictSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var m=C=>o.createElement(t,{...C},o.createElement(e,{d:"M5.99992 10.9999C6.55217 11 6.99992 11.4477 6.99992 11.9999V20.4999C6.99988 21.0521 6.55215 21.4999 5.99992 21.4999C5.44766 21.4999 4.99997 21.0522 4.99992 20.4999V11.9999C4.99992 11.4476 5.44764 10.9999 5.99992 10.9999Z",fill:"currentColor"}),o.createElement(e,{d:"M14.9999 4.99992C17.209 4.99997 18.9999 6.79081 18.9999 8.99992V14.1259C20.7251 14.57 21.9999 16.1361 21.9999 17.9999C21.9999 20.209 20.209 21.9999 17.9999 21.9999C15.7908 21.9999 14 20.209 13.9999 17.9999C13.9999 16.1361 15.2747 14.5699 16.9999 14.1259V8.99992C16.9999 7.89538 16.1045 6.99997 14.9999 6.99992H11.9999C11.4477 6.99992 11 6.55217 10.9999 5.99992C10.9999 5.44764 11.4476 4.99992 11.9999 4.99992H14.9999Z",fill:"currentColor"}),o.createElement(e,{d:"M7.79289 2.79289C8.18342 2.40237 8.81643 2.40237 9.20696 2.79289C9.5974 3.18342 9.59746 3.81646 9.20696 4.20696L7.41399 5.99992L9.20696 7.79289C9.5974 8.18342 9.59746 8.81646 9.20696 9.20696C8.81646 9.59746 8.18342 9.5974 7.79289 9.20696L5.99992 7.41399L4.20696 9.20696C3.81646 9.59746 3.18342 9.5974 2.79289 9.20696C2.40237 8.81643 2.40237 8.18342 2.79289 7.79289L4.58586 5.99992L2.79289 4.20696C2.40237 3.81643 2.40237 3.18342 2.79289 2.79289C3.18342 2.40237 3.81643 2.40237 4.20696 2.79289L5.99992 4.58586L7.79289 2.79289Z",fill:"currentColor"})),g=m;export{m as IconMergeConflictSimple,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergeConflictSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMergeConflictSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.99992 10.9999C6.55217 11 6.99992 11.4477 6.99992 11.9999V20.4999C6.99988 21.0521 6.55215 21.4999 5.99992 21.4999C5.44766 21.4999 4.99997 21.0522 4.99992 20.4999V11.9999C4.99992 11.4476 5.44764 10.9999 5.99992 10.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9999 4.99992C17.209 4.99997 18.9999 6.79081 18.9999 8.99992V14.1259C20.7251 14.57 21.9999 16.1361 21.9999 17.9999C21.9999 20.209 20.209 21.9999 17.9999 21.9999C15.7908 21.9999 14 20.209 13.9999 17.9999C13.9999 16.1361 15.2747 14.5699 16.9999 14.1259V8.99992C16.9999 7.89538 16.1045 6.99997 14.9999 6.99992H11.9999C11.4477 6.99992 11 6.55217 10.9999 5.99992C10.9999 5.44764 11.4476 4.99992 11.9999 4.99992H14.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.79289 2.79289C8.18342 2.40237 8.81643 2.40237 9.20696 2.79289C9.5974 3.18342 9.59746 3.81646 9.20696 4.20696L7.41399 5.99992L9.20696 7.79289C9.5974 8.18342 9.59746 8.81646 9.20696 9.20696C8.81646 9.59746 8.18342 9.5974 7.79289 9.20696L5.99992 7.41399L4.20696 9.20696C3.81646 9.59746 3.18342 9.5974 2.79289 9.20696C2.40237 8.81643 2.40237 8.18342 2.79289 7.79289L4.58586 5.99992L2.79289 4.20696C2.40237 3.81643 2.40237 3.18342 2.79289 2.79289C3.18342 2.40237 3.81643 2.40237 4.20696 2.79289L5.99992 4.58586L7.79289 2.79289Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergeConflictSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oaACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ghBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMergeConflictSimple","props","React","CentralIconBase","IconMergeConflictSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMergedSimple: FC<CentralIconBaseProps>;
4
+ export default IconMergedSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconMergedSimple:()=>i,default:()=>S});module.exports=v(d);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.84713 8.74759 9.40042 7.0459 9.86035C7.44481 13.591 10.4081 16.5537 14.1387 16.9531C14.5988 15.2518 16.1531 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C16.1211 22 14.5455 20.7044 14.1162 18.958C11.2088 18.7033 8.65829 17.2075 7 15V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),S=i;0&&(module.exports={IconMergedSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergedSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMergedSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.84713 8.74759 9.40042 7.0459 9.86035C7.44481 13.591 10.4081 16.5537 14.1387 16.9531C14.5988 15.2518 16.1531 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C16.1211 22 14.5455 20.7044 14.1162 18.958C11.2088 18.7033 8.65829 17.2075 7 15V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergedSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMergedSimple_exports","__export","IconMergedSimple","IconMergedSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMergedSimple","props","React","CentralIconBase","IconMergedSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.84713 8.74759 9.40042 7.0459 9.86035C7.44481 13.591 10.4081 16.5537 14.1387 16.9531C14.5988 15.2518 16.1531 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C16.1211 22 14.5455 20.7044 14.1162 18.958C11.2088 18.7033 8.65829 17.2075 7 15V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),x=l;export{l as IconMergedSimple,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMergedSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMergedSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.84713 8.74759 9.40042 7.0459 9.86035C7.44481 13.591 10.4081 16.5537 14.1387 16.9531C14.5988 15.2518 16.1531 14 18 14C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C16.1211 22 14.5455 20.7044 14.1162 18.958C11.2088 18.7033 8.65829 17.2075 7 15V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMergedSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kaACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMergedSimple","props","React","CentralIconBase","IconMergedSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPullRequestClosedSimple: FC<CentralIconBaseProps>;
4
+ export default IconPullRequestClosedSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return r};var s=(r,o,C)=>(C=r!=null?i(L(r)):{},m(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>m(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconPullRequestClosedSimple:()=>c,default:()=>g});module.exports=d(v);var t=s(require("react"));var a=s(require("react")),f=require("react-native-svg"),u=({children:r,size:o=24,...C})=>a.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(l.Path,{d:"M18 10.5C18.5523 10.5 19 10.9477 19 11.5V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V11.5C17 10.9477 17.4477 10.5 18 10.5Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.793 2.79297C20.1835 2.40244 20.8165 2.40244 21.207 2.79297C21.5976 3.18349 21.5976 3.81651 21.207 4.20703L19.4141 6L21.207 7.79297C21.5976 8.18349 21.5976 8.81651 21.207 9.20703C20.8165 9.59756 20.1835 9.59756 19.793 9.20703L18 7.41406L16.207 9.20703C15.8165 9.59756 15.1835 9.59756 14.793 9.20703C14.4024 8.81651 14.4024 8.18349 14.793 7.79297L16.5859 6L14.793 4.20703C14.4024 3.81651 14.4024 3.18349 14.793 2.79297C15.1835 2.40244 15.8165 2.40244 16.207 2.79297L18 4.58594L19.793 2.79297Z",fill:"currentColor"})),g=c;0&&(module.exports={IconPullRequestClosedSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPullRequestClosedSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPullRequestClosedSimple: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 10.5C18.5523 10.5 19 10.9477 19 11.5V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V11.5C17 10.9477 17.4477 10.5 18 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.793 2.79297C20.1835 2.40244 20.8165 2.40244 21.207 2.79297C21.5976 3.18349 21.5976 3.81651 21.207 4.20703L19.4141 6L21.207 7.79297C21.5976 8.18349 21.5976 8.81651 21.207 9.20703C20.8165 9.59756 20.1835 9.59756 19.793 9.20703L18 7.41406L16.207 9.20703C15.8165 9.59756 15.1835 9.59756 14.793 9.20703C14.4024 8.81651 14.4024 8.18349 14.793 7.79297L16.5859 6L14.793 4.20703C14.4024 3.81651 14.4024 3.18349 14.793 2.79297C15.1835 2.40244 15.8165 2.40244 16.207 2.79297L18 4.58594L19.793 2.79297Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPullRequestClosedSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ifACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPullRequestClosedSimple_exports","__export","IconPullRequestClosedSimple","IconPullRequestClosedSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPullRequestClosedSimple","props","React","CentralIconBase","IconPullRequestClosedSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:C,size:r=24,...n})=>l.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var m=C=>o.createElement(t,{...C},o.createElement(e,{d:"M18 10.5C18.5523 10.5 19 10.9477 19 11.5V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V11.5C17 10.9477 17.4477 10.5 18 10.5Z",fill:"currentColor"}),o.createElement(e,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),o.createElement(e,{d:"M19.793 2.79297C20.1835 2.40244 20.8165 2.40244 21.207 2.79297C21.5976 3.18349 21.5976 3.81651 21.207 4.20703L19.4141 6L21.207 7.79297C21.5976 8.18349 21.5976 8.81651 21.207 9.20703C20.8165 9.59756 20.1835 9.59756 19.793 9.20703L18 7.41406L16.207 9.20703C15.8165 9.59756 15.1835 9.59756 14.793 9.20703C14.4024 8.81651 14.4024 8.18349 14.793 7.79297L16.5859 6L14.793 4.20703C14.4024 3.81651 14.4024 3.18349 14.793 2.79297C15.1835 2.40244 15.8165 2.40244 16.207 2.79297L18 4.58594L19.793 2.79297Z",fill:"currentColor"})),P=m;export{m as IconPullRequestClosedSimple,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPullRequestClosedSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPullRequestClosedSimple: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 10.5C18.5523 10.5 19 10.9477 19 11.5V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V11.5C17 10.9477 17.4477 10.5 18 10.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.793 2.79297C20.1835 2.40244 20.8165 2.40244 21.207 2.79297C21.5976 3.18349 21.5976 3.81651 21.207 4.20703L19.4141 6L21.207 7.79297C21.5976 8.18349 21.5976 8.81651 21.207 9.20703C20.8165 9.59756 20.1835 9.59756 19.793 9.20703L18 7.41406L16.207 9.20703C15.8165 9.59756 15.1835 9.59756 14.793 9.20703C14.4024 8.81651 14.4024 8.18349 14.793 7.79297L16.5859 6L14.793 4.20703C14.4024 3.81651 14.4024 3.18349 14.793 2.79297C15.1835 2.40244 15.8165 2.40244 16.207 2.79297L18 4.58594L19.793 2.79297Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPullRequestClosedSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ifACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPullRequestClosedSimple","props","React","CentralIconBase","IconPullRequestClosedSimple_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPullRequestSimple: FC<CentralIconBaseProps>;
4
+ export default IconPullRequestSimple;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(e,o)=>{for(var r in o)t(e,r,{get:o[r],enumerable:!0})},a=(e,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of v(o))!I.call(e,n)&&n!==r&&t(e,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return e};var m=(e,o,r)=>(r=e!=null?c(B(e)):{},a(o||!e||!e.__esModule?t(r,"default",{value:e,enumerable:!0}):r,e)),x=e=>a(t({},"__esModule",{value:!0}),e);var S={};P(S,{IconPullRequestSimple:()=>s,default:()=>g});module.exports=x(S);var C=m(require("react"));var u=m(require("react")),f=require("react-native-svg"),i=({children:e,size:o=24,...r})=>u.default.createElement(f.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);var l=require("react-native-svg"),s=e=>C.default.createElement(i,{...e},C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5068 2.83105C13.8763 2.4206 14.5085 2.38739 14.9189 2.75684C15.3294 3.1263 15.3626 3.75845 14.9932 4.16895L14.2451 5H15C17.2091 5 19 6.79086 19 9V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V9C17 7.89543 16.1046 7 15 7H14.2451L14.9932 7.83105C15.3626 8.24155 15.3294 8.8737 14.9189 9.24316C14.5085 9.61261 13.8763 9.5794 13.5068 9.16895L11.2568 6.66895C10.9146 6.28864 10.9146 5.71136 11.2568 5.33105L13.5068 2.83105Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),g=s;0&&(module.exports={IconPullRequestSimple});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPullRequestSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPullRequestSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5068 2.83105C13.8763 2.4206 14.5085 2.38739 14.9189 2.75684C15.3294 3.1263 15.3626 3.75845 14.9932 4.16895L14.2451 5H15C17.2091 5 19 6.79086 19 9V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V9C17 7.89543 16.1046 7 15 7H14.2451L14.9932 7.83105C15.3626 8.24155 15.3294 8.8737 14.9189 9.24316C14.5085 9.61261 13.8763 9.5794 13.5068 9.16895L11.2568 6.66895C10.9146 6.28864 10.9146 5.71136 11.2568 5.33105L13.5068 2.83105Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPullRequestSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4fACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPullRequestSimple_exports","__export","IconPullRequestSimple","IconPullRequestSimple_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPullRequestSimple","props","React","CentralIconBase","IconPullRequestSimple_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:o,size:e=24,...C})=>l.createElement(p,{...C,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>r.createElement(n,{...o},r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5068 2.83105C13.8763 2.4206 14.5085 2.38739 14.9189 2.75684C15.3294 3.1263 15.3626 3.75845 14.9932 4.16895L14.2451 5H15C17.2091 5 19 6.79086 19 9V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V9C17 7.89543 16.1046 7 15 7H14.2451L14.9932 7.83105C15.3626 8.24155 15.3294 8.8737 14.9189 9.24316C14.5085 9.61261 13.8763 9.5794 13.5068 9.16895L11.2568 6.66895C10.9146 6.28864 10.9146 5.71136 11.2568 5.33105L13.5068 2.83105Z",fill:"currentColor"}),r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),I=a;export{a as IconPullRequestSimple,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPullRequestSimple/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPullRequestSimple: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5068 2.83105C13.8763 2.4206 14.5085 2.38739 14.9189 2.75684C15.3294 3.1263 15.3626 3.75845 14.9932 4.16895L14.2451 5H15C17.2091 5 19 6.79086 19 9V14.126C20.7252 14.57 22 16.1362 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18C14 16.1362 15.2748 14.57 17 14.126V9C17 7.89543 16.1046 7 15 7H14.2451L14.9932 7.83105C15.3626 8.24155 15.3294 8.8737 14.9189 9.24316C14.5085 9.61261 13.8763 9.5794 13.5068 9.16895L11.2568 6.66895C10.9146 6.28864 10.9146 5.71136 11.2568 5.33105L13.5068 2.83105Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V20.5C7 21.0523 6.55228 21.5 6 21.5C5.44772 21.5 5 21.0523 5 20.5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPullRequestSimple;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4fACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPullRequestSimple","props","React","CentralIconBase","IconPullRequestSimple_default"]}
package/README.md CHANGED
@@ -159,6 +159,7 @@ Below is a complete list of available icons:
159
159
  - IconBubbleWideSparkle
160
160
  - IconCalenderSparkle
161
161
  - IconCameraSparkle
162
+ - IconClaw
162
163
  - IconClipboard2Sparkle
163
164
  - IconCloudySparkle
164
165
  - IconConsoleSparkle
@@ -444,6 +445,7 @@ Below is a complete list of available icons:
444
445
  - IconBrackets1
445
446
  - IconBrackets2
446
447
  - IconBranch
448
+ - IconBranchSimple
447
449
  - IconBug
448
450
  - IconBugFace
449
451
  - IconChanges
@@ -464,14 +466,20 @@ Below is a complete list of available icons:
464
466
  - IconDifferenceIgnored
465
467
  - IconDifferenceModified
466
468
  - IconDraft
469
+ - IconDraftSimple
467
470
  - IconForkCode
471
+ - IconForkSimple
468
472
  - IconHammer
469
473
  - IconHammer2
470
474
  - IconHook
471
475
  - IconLadybug
472
476
  - IconMergeConflict
477
+ - IconMergeConflictSimple
473
478
  - IconMerged
479
+ - IconMergedSimple
474
480
  - IconPullRequest
481
+ - IconPullRequestClosedSimple
482
+ - IconPullRequestSimple
475
483
  - IconPush
476
484
  - IconRequestClosed
477
485
  - IconRunShortcut
@@ -1272,6 +1280,7 @@ Below is a complete list of available icons:
1272
1280
  - IconLocation
1273
1281
  - IconMap
1274
1282
  - IconMapPin
1283
+ - IconMapPin2
1275
1284
  - IconMapPinFlat
1276
1285
  - IconPinCircle
1277
1286
  - IconPinFlag