@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.165 → 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 (52) 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/IconMergeConflictSimple/index.d.ts +4 -0
  22. package/IconMergeConflictSimple/index.js +2 -0
  23. package/IconMergeConflictSimple/index.js.map +1 -0
  24. package/IconMergeConflictSimple/index.mjs +2 -0
  25. package/IconMergeConflictSimple/index.mjs.map +1 -0
  26. package/IconMergedSimple/index.d.ts +4 -0
  27. package/IconMergedSimple/index.js +2 -0
  28. package/IconMergedSimple/index.js.map +1 -0
  29. package/IconMergedSimple/index.mjs +2 -0
  30. package/IconMergedSimple/index.mjs.map +1 -0
  31. package/IconPullRequestClosedSimple/index.d.ts +4 -0
  32. package/IconPullRequestClosedSimple/index.js +2 -0
  33. package/IconPullRequestClosedSimple/index.js.map +1 -0
  34. package/IconPullRequestClosedSimple/index.mjs +2 -0
  35. package/IconPullRequestClosedSimple/index.mjs.map +1 -0
  36. package/IconPullRequestSimple/index.d.ts +4 -0
  37. package/IconPullRequestSimple/index.js +2 -0
  38. package/IconPullRequestSimple/index.js.map +1 -0
  39. package/IconPullRequestSimple/index.mjs +2 -0
  40. package/IconPullRequestSimple/index.mjs.map +1 -0
  41. package/README.md +8 -0
  42. package/filtered-icons.json +112 -0
  43. package/icons/index.d.ts +8 -0
  44. package/icons-index.json +20 -4
  45. package/index.d.ts +8 -0
  46. package/index.js +1 -1
  47. package/index.js.map +1 -1
  48. package/index.mjs +1 -1
  49. package/index.mjs.map +1 -1
  50. package/license-check.js +1 -1
  51. package/package.json +1 -1
  52. package/tsx-icons.json +56 -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 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
@@ -4018,6 +4018,20 @@
4018
4018
  "packageName": "round-filled-radius-3-stroke-2",
4019
4019
  "componentName": "IconBranch"
4020
4020
  },
4021
+ {
4022
+ "category": "Code",
4023
+ "svg": "<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\"/>",
4024
+ "iconName": "branch-simple",
4025
+ "variant": {
4026
+ "join": "round",
4027
+ "filled": "on",
4028
+ "radius": "3",
4029
+ "stroke": "2"
4030
+ },
4031
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
4032
+ "packageName": "round-filled-radius-3-stroke-2",
4033
+ "componentName": "IconBranchSimple"
4034
+ },
4021
4035
  {
4022
4036
  "category": "Food",
4023
4037
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.26284 5.13475C5.69592 3.25937 7.83089 1.99997 10.6432 2C12.1052 2.00001 13.207 2.1754 14.0455 2.53492C14.9243 2.91176 15.4655 3.47042 15.8179 4.11288C16.0772 4.58558 16.2359 5.12366 16.3591 5.54166C16.3853 5.63039 16.41 5.71432 16.4336 5.79044C16.5846 6.27762 16.7342 6.64396 16.9964 6.95774C17.1437 7.1339 17.3777 7.26672 17.8266 7.39688C18.0008 7.44738 18.176 7.48944 18.3775 7.53785C18.4399 7.55282 18.505 7.56846 18.5732 7.58509C18.8455 7.65152 19.1561 7.73164 19.4658 7.84414C20.1015 8.075 20.7835 8.46017 21.2818 9.21928C21.7675 9.95935 22 10.9357 22 12.1979C22 13.4641 21.9894 14.7378 21.8698 15.8938C21.751 17.0416 21.5172 18.1637 21.0165 19.0934C20.4958 20.0602 19.6907 20.8065 18.5147 21.1478C17.3834 21.4762 16.0094 21.4006 14.3718 20.9666C13.7065 20.7904 12.9048 20.9635 11.868 21.2961C11.735 21.3388 11.5954 21.3849 11.452 21.4323C11.0878 21.5526 10.7002 21.6807 10.3397 21.779C9.83019 21.918 9.25506 22.0343 8.68267 21.998C6.28568 21.8459 4.53129 20.3918 3.44461 18.4676C2.36744 16.5603 1.89848 14.1298 2.01826 11.7614C2.13806 9.3924 2.8525 6.98039 4.26284 5.13475ZM11 16.5C12.933 16.5 14.5 14.933 14.5 13C14.5 11.067 12.933 9.5 11 9.5C9.067 9.5 7.5 11.067 7.5 13C7.5 14.933 9.067 16.5 11 16.5Z\" fill=\"currentColor\"/>",
@@ -6762,6 +6776,20 @@
6762
6776
  "packageName": "round-filled-radius-3-stroke-2",
6763
6777
  "componentName": "IconClaudeai"
6764
6778
  },
6779
+ {
6780
+ "category": "AI & Magic",
6781
+ "svg": "<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\"/><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\"/><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\"/>",
6782
+ "iconName": "claw, openclaw, ai, qclaw",
6783
+ "variant": {
6784
+ "join": "round",
6785
+ "filled": "on",
6786
+ "radius": "3",
6787
+ "stroke": "2"
6788
+ },
6789
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
6790
+ "packageName": "round-filled-radius-3-stroke-2",
6791
+ "componentName": "IconClaw"
6792
+ },
6765
6793
  {
6766
6794
  "category": "Interface General",
6767
6795
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.4649 4H16C18.2091 4 20 5.79086 20 8V18C20 20.2091 18.2091 22 16 22H8C5.79086 22 4 20.2091 4 18V8C4 5.79086 5.79086 4 8 4H8.53513C9.22675 2.8044 10.5194 2 12 2C13.4806 2 14.7733 2.8044 15.4649 4ZM10 6H14C14 4.89543 13.1046 4 12 4C10.8954 4 10 4.89543 10 6Z\" fill=\"currentColor\"/>",
@@ -9296,6 +9324,20 @@
9296
9324
  "packageName": "round-filled-radius-3-stroke-2",
9297
9325
  "componentName": "IconDraft"
9298
9326
  },
9327
+ {
9328
+ "category": "Code",
9329
+ "svg": "<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\"/><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\"/><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\"/><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\"/>",
9330
+ "iconName": "draft-simple",
9331
+ "variant": {
9332
+ "join": "round",
9333
+ "filled": "on",
9334
+ "radius": "3",
9335
+ "stroke": "2"
9336
+ },
9337
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
9338
+ "packageName": "round-filled-radius-3-stroke-2",
9339
+ "componentName": "IconDraftSimple"
9340
+ },
9299
9341
  {
9300
9342
  "category": "Edit",
9301
9343
  "svg": "<path d=\"M14.2293 3.04879C15.2622 2.87196 16.1643 3.178 16.8748 3.93063C17.5007 4.59373 17.5976 5.4157 17.4315 6.17184C17.2751 6.88322 16.8788 7.60123 16.4168 8.27243C15.4891 9.62037 14.0425 11.1291 12.7215 12.5263C11.3532 13.9736 10.1278 15.2937 9.46468 16.372C9.12786 16.9198 9.02509 17.2692 9.02229 17.455C9.02124 17.526 9.03457 17.5506 9.03987 17.5595C9.04711 17.5717 9.08174 17.6239 9.20589 17.6953L9.32112 17.748C9.6142 17.8506 10.0784 17.7917 10.8826 17.2588C11.7635 16.675 12.716 15.7389 13.7254 14.7304C14.6842 13.7725 15.7258 12.715 16.6746 12.0888C17.149 11.7758 17.7159 11.4898 18.326 11.4472C19.0162 11.3991 19.6415 11.6704 20.1073 12.2343C20.7847 13.0544 20.5806 14.0268 20.3221 14.6836C20.0572 15.3565 19.5929 16.0693 19.2069 16.6689C18.7876 17.3201 18.4417 17.8654 18.2537 18.3379C18.1629 18.5661 18.1339 18.721 18.1317 18.8173C18.1299 18.8963 18.1454 18.9176 18.1532 18.9287C18.1989 18.9939 18.2174 18.9934 18.242 18.997C18.3066 19.0066 18.4548 19 18.7049 18.9052C19.2109 18.7134 19.8147 18.2835 20.3309 17.8193C20.7414 17.4501 21.3737 17.4832 21.743 17.8935C22.1122 18.3041 22.0791 18.9363 21.6688 19.3056C21.0819 19.8334 20.26 20.4544 19.4129 20.7754C18.9865 20.9369 18.4758 21.0527 17.9491 20.9746C17.3825 20.8906 16.8771 20.5928 16.5155 20.0771C15.9205 19.2283 16.1272 18.2726 16.3953 17.5986C16.6697 16.9089 17.137 16.1899 17.5252 15.5869C17.9466 14.9323 18.2847 14.4008 18.4617 13.9511C18.547 13.7345 18.5667 13.6023 18.5662 13.5351C18.5661 13.52 18.5641 13.5107 18.5633 13.5058C18.4939 13.4222 18.4852 13.4408 18.4657 13.4423C18.3656 13.4493 18.1453 13.5143 17.7762 13.7578C17.0376 14.2452 16.1635 15.1224 15.1395 16.1455C14.1661 17.118 13.0673 18.2099 11.9871 18.9257C11.0101 19.5732 9.72205 20.1252 8.46175 19.5586L8.20979 19.4297C7.84747 19.2215 7.53582 18.9429 7.32015 18.5791C7.10258 18.212 7.01656 17.815 7.02229 17.4257C7.03324 16.6906 7.36951 15.9617 7.76155 15.3242C8.55643 14.0316 9.94787 12.549 11.2684 11.1523C12.6363 9.7055 13.9507 8.32807 14.7694 7.13864C15.1805 6.5413 15.4047 6.07756 15.4783 5.74313C15.5419 5.45415 15.4794 5.36586 15.4207 5.30368C15.1684 5.03637 14.9377 4.95685 14.5662 5.02047C14.0963 5.1011 13.4105 5.42144 12.4158 6.13961C10.4394 7.56678 7.69661 10.2169 3.70101 14.1504C3.3074 14.5374 2.67426 14.5321 2.28694 14.1386C1.89972 13.745 1.90517 13.112 2.29866 12.7246C6.24702 8.8376 9.11516 6.0564 11.245 4.51852C12.3031 3.75448 13.2948 3.20889 14.2293 3.04879Z\" fill=\"currentColor\"/>",
@@ -11578,6 +11620,20 @@
11578
11620
  "packageName": "round-filled-radius-3-stroke-2",
11579
11621
  "componentName": "IconForkKnife"
11580
11622
  },
11623
+ {
11624
+ "category": "Code",
11625
+ "svg": "<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\"/>",
11626
+ "iconName": "fork-simple, agents",
11627
+ "variant": {
11628
+ "join": "round",
11629
+ "filled": "on",
11630
+ "radius": "3",
11631
+ "stroke": "2"
11632
+ },
11633
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
11634
+ "packageName": "round-filled-radius-3-stroke-2",
11635
+ "componentName": "IconForkSimple"
11636
+ },
11581
11637
  {
11582
11638
  "category": "Food",
11583
11639
  "svg": "<path d=\"M17 2.75C15.713 2.75 14.6302 3.4576 13.9043 4.41751C13.1773 5.37891 12.75 6.65607 12.75 8C12.75 10.2729 14.0328 12.3402 16 12.8695V20C16 20.5523 16.4477 21 17 21C17.5523 21 18 20.5523 18 20V12.8695C19.9672 12.3402 21.25 10.2729 21.25 8C21.25 6.65607 20.8227 5.37891 20.0957 4.41751C19.3698 3.4576 18.287 2.75 17 2.75Z\" fill=\"currentColor\"/><path d=\"M5 4C5 3.44772 4.55228 3 4 3C3.44772 3 3 3.44772 3 4V9C3 10.8638 4.27477 12.4299 6 12.874V20C6 20.5523 6.44772 21 7 21C7.55228 21 8 20.5523 8 20V12.874C9.72523 12.4299 11 10.8638 11 9V4C11 3.44772 10.5523 3 10 3C9.44772 3 9 3.44772 9 4V9C9 10.1046 8.10457 11 7 11C5.89543 11 5 10.1046 5 9V4Z\" fill=\"currentColor\"/><path d=\"M8 4C8 3.44772 7.55228 3 7 3C6.44772 3 6 3.44772 6 4V9C6 9.55228 6.44772 10 7 10C7.55228 10 8 9.55228 8 9V4Z\" fill=\"currentColor\"/>",
@@ -15568,6 +15624,20 @@
15568
15624
  "packageName": "round-filled-radius-3-stroke-2",
15569
15625
  "componentName": "IconMergeConflict"
15570
15626
  },
15627
+ {
15628
+ "category": "Code",
15629
+ "svg": "<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\"/><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\"/><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\"/>",
15630
+ "iconName": "merge-conflict-simple",
15631
+ "variant": {
15632
+ "join": "round",
15633
+ "filled": "on",
15634
+ "radius": "3",
15635
+ "stroke": "2"
15636
+ },
15637
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15638
+ "packageName": "round-filled-radius-3-stroke-2",
15639
+ "componentName": "IconMergeConflictSimple"
15640
+ },
15571
15641
  {
15572
15642
  "category": "Code",
15573
15643
  "svg": "<path d=\"M6 3C7.30585 3 8.41406 3.83532 8.82617 5H15C17.2091 5 19 6.79086 19 9V15.1738C20.1647 15.5859 21 16.6941 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.6941 15.8353 15.5859 17 15.1738V9C17 7.89543 16.1046 7 15 7H8.82617C8.52487 7.85152 7.85148 8.5238 7 8.8252V15.1738C8.16468 15.5859 9 16.6941 9 18C9 19.6569 7.65685 21 6 21C4.34315 21 3 19.6569 3 18C3 16.6941 3.83532 15.5859 5 15.1738V8.8252C3.83548 8.41299 3 7.30574 3 6C3 4.34315 4.34315 3 6 3Z\" fill=\"currentColor\"/>",
@@ -15582,6 +15652,20 @@
15582
15652
  "packageName": "round-filled-radius-3-stroke-2",
15583
15653
  "componentName": "IconMerged"
15584
15654
  },
15655
+ {
15656
+ "category": "Code",
15657
+ "svg": "<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\"/>",
15658
+ "iconName": "merged-simple",
15659
+ "variant": {
15660
+ "join": "round",
15661
+ "filled": "on",
15662
+ "radius": "3",
15663
+ "stroke": "2"
15664
+ },
15665
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15666
+ "packageName": "round-filled-radius-3-stroke-2",
15667
+ "componentName": "IconMergedSimple"
15668
+ },
15585
15669
  {
15586
15670
  "category": "Sound & Music",
15587
15671
  "svg": "<path d=\"M12.0014 2C9.23999 2 7.00141 4.23858 7.00141 7V11C7.00141 13.7614 9.23999 16 12.0014 16C14.7628 16 17.0014 13.7614 17.0014 11V7C17.0014 4.23858 14.7628 2 12.0014 2Z\" fill=\"currentColor\"/><path d=\"M5.85459 14.4556C5.55395 13.9924 4.93466 13.8605 4.47138 14.1612C4.00809 14.4618 3.87625 15.0811 4.1769 15.5444C5.30052 17.2758 7.44787 19.5784 11.0014 19.9488V21C11.0014 21.5523 11.4491 22 12.0014 22C12.5537 22 13.0014 21.5523 13.0014 21V19.9488C16.555 19.5784 18.7023 17.2758 19.8259 15.5444C20.1266 15.0811 19.9947 14.4618 19.5314 14.1612C19.0682 13.8605 18.4489 13.9924 18.1482 14.4556C17.1086 16.0576 15.2015 18 12.0014 18C8.80131 18 6.8942 16.0576 5.85459 14.4556Z\" fill=\"currentColor\"/>",
@@ -19040,6 +19124,34 @@
19040
19124
  "packageName": "round-filled-radius-3-stroke-2",
19041
19125
  "componentName": "IconPullRequest"
19042
19126
  },
19127
+ {
19128
+ "category": "Code",
19129
+ "svg": "<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\"/><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\"/><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\"/>",
19130
+ "iconName": "pull-request-closed-simple",
19131
+ "variant": {
19132
+ "join": "round",
19133
+ "filled": "on",
19134
+ "radius": "3",
19135
+ "stroke": "2"
19136
+ },
19137
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19138
+ "packageName": "round-filled-radius-3-stroke-2",
19139
+ "componentName": "IconPullRequestClosedSimple"
19140
+ },
19141
+ {
19142
+ "category": "Code",
19143
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/><path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
19144
+ "iconName": "pull-request-simple",
19145
+ "variant": {
19146
+ "join": "round",
19147
+ "filled": "on",
19148
+ "radius": "3",
19149
+ "stroke": "2"
19150
+ },
19151
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19152
+ "packageName": "round-filled-radius-3-stroke-2",
19153
+ "componentName": "IconPullRequestSimple"
19154
+ },
19043
19155
  {
19044
19156
  "category": "Nature & Energy",
19045
19157
  "svg": "<path d=\"M17.0228 4.69522C17.1695 3.73531 17.9987 3 18.9997 3C20.1043 3 20.9997 3.89543 20.9997 5C20.9997 5.74028 20.5975 6.38663 19.9997 6.73244V19C20.552 19 20.9997 19.4477 20.9997 20C20.9997 20.5523 20.552 21 19.9997 21H3.99969C3.44741 21 2.99969 20.5523 2.99969 20C2.99969 19.4477 3.44741 19 3.99969 19H6.98714L7.73844 17H16.2609L17.0122 19H17.9997V6.73244C17.911 6.68115 17.8267 6.62325 17.7473 6.55941L13.3038 8.25841L15.5336 15H8.46579L10.318 9.40006L5.80614 11.1252C6.21178 11.6502 6.73201 12.0598 7.31539 12.3339C7.81525 12.5688 8.03008 13.1644 7.79522 13.6643C7.56036 14.1641 6.96475 14.3789 6.46489 14.1441C5.15156 13.527 4.04918 12.442 3.43472 11.0021C2.72199 9.33195 2.80851 7.52006 3.52063 5.99715C3.75457 5.49686 4.34978 5.28094 4.85007 5.51488C5.35036 5.74882 5.56628 6.34403 5.33235 6.84432C4.98083 7.59606 4.85565 8.44854 5.00072 9.29195L17.0228 4.69522Z\" fill=\"currentColor\"/>",