@central-icons-react-native/square-filled-radius-0-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,C)=>{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:!(C=I(o,e))||C.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 p=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=>p.default.createElement(c,{...r},p.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.126V2.5H7V8.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.126V2.5H7V8.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,2WACF,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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.126V2.5H7V8.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.126V2.5H7V8.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,2WACF,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 p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(L=u(o,n))||L.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconClaw:()=>c,default:()=>d});module.exports=g(v);var e=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(f.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 C=require("react-native-svg"),c=r=>e.default.createElement(s,{...r},e.default.createElement(C.Path,{d:"M8.87207 2.49902C19.6597 -0.942185 24.3508 14.2839 18.3857 22H8.87207C8.87207 22 7 20.8529 7 18.5586L11.1104 14.916L11.6699 11.1025L10.5508 9.46777L11.1104 7.28809L9.43164 6.19824L9.87695 4.79297L8.87207 2.49902Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M4.54688 7.87305C5.26778 7.87323 5.89644 8.36407 6.07129 9.06348L6.33984 10.1367L8.03711 10.7031L8.60352 12.4014L10.3643 13.1055L10.1738 14.4092L6.4375 17.7207C5.41578 16.721 3.89495 15.0463 3.375 13.4814C2.91611 12.1003 2.96424 10.339 3.07422 9.16211C3.14458 8.41022 3.79167 7.87305 4.54688 7.87305Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M6.2998 2L7.0498 3.9502L9 4.7002V5.2998L7.0498 6.0498L6.2998 8H5.7002L4.9502 6.0498L3 5.2998V4.7002L4.9502 3.9502L5.7002 2H6.2998Z",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=\"M8.87207 2.49902C19.6597 -0.942185 24.3508 14.2839 18.3857 22H8.87207C8.87207 22 7 20.8529 7 18.5586L11.1104 14.916L11.6699 11.1025L10.5508 9.46777L11.1104 7.28809L9.43164 6.19824L9.87695 4.79297L8.87207 2.49902Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.54688 7.87305C5.26778 7.87323 5.89644 8.36407 6.07129 9.06348L6.33984 10.1367L8.03711 10.7031L8.60352 12.4014L10.3643 13.1055L10.1738 14.4092L6.4375 17.7207C5.41578 16.721 3.89495 15.0463 3.375 13.4814C2.91611 12.1003 2.96424 10.339 3.07422 9.16211C3.14458 8.41022 3.79167 7.87305 4.54688 7.87305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.2998 2L7.0498 3.9502L9 4.7002V5.2998L7.0498 6.0498L6.2998 8H5.7002L4.9502 6.0498L3 5.2998V4.7002L4.9502 3.9502L5.7002 2H6.2998Z\"\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,uNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+SACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,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 o from"react";import C from"react";import{Svg as L}from"react-native-svg";var e=({children:t,size:r=24,...p})=>C.createElement(L,{...p,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 n}from"react-native-svg";var l=t=>o.createElement(e,{...t},o.createElement(n,{d:"M8.87207 2.49902C19.6597 -0.942185 24.3508 14.2839 18.3857 22H8.87207C8.87207 22 7 20.8529 7 18.5586L11.1104 14.916L11.6699 11.1025L10.5508 9.46777L11.1104 7.28809L9.43164 6.19824L9.87695 4.79297L8.87207 2.49902Z",fill:"currentColor"}),o.createElement(n,{d:"M4.54688 7.87305C5.26778 7.87323 5.89644 8.36407 6.07129 9.06348L6.33984 10.1367L8.03711 10.7031L8.60352 12.4014L10.3643 13.1055L10.1738 14.4092L6.4375 17.7207C5.41578 16.721 3.89495 15.0463 3.375 13.4814C2.91611 12.1003 2.96424 10.339 3.07422 9.16211C3.14458 8.41022 3.79167 7.87305 4.54688 7.87305Z",fill:"currentColor"}),o.createElement(n,{d:"M6.2998 2L7.0498 3.9502L9 4.7002V5.2998L7.0498 6.0498L6.2998 8H5.7002L4.9502 6.0498L3 5.2998V4.7002L4.9502 3.9502L5.7002 2H6.2998Z",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=\"M8.87207 2.49902C19.6597 -0.942185 24.3508 14.2839 18.3857 22H8.87207C8.87207 22 7 20.8529 7 18.5586L11.1104 14.916L11.6699 11.1025L10.5508 9.46777L11.1104 7.28809L9.43164 6.19824L9.87695 4.79297L8.87207 2.49902Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.54688 7.87305C5.26778 7.87323 5.89644 8.36407 6.07129 9.06348L6.33984 10.1367L8.03711 10.7031L8.60352 12.4014L10.3643 13.1055L10.1738 14.4092L6.4375 17.7207C5.41578 16.721 3.89495 15.0463 3.375 13.4814C2.91611 12.1003 2.96424 10.339 3.07422 9.16211C3.14458 8.41022 3.79167 7.87305 4.54688 7.87305Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.2998 2L7.0498 3.9502L9 4.7002V5.2998L7.0498 6.0498L6.2998 8H5.7002L4.9502 6.0498L3 5.2998V4.7002L4.9502 3.9502L5.7002 2H6.2998Z\"\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,uNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+SACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,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.87402V21.5H5V9.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.87402V21.5H5V9.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,4IACF,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.87402V21.5H5V9.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.87402V21.5H5V9.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,4IACF,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 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?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconForkSimple:()=>i,default:()=>v});module.exports=V(F);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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M18 2C20.2091 2 22 3.79086 22 6C22 7.86384 20.7252 9.42998 19 9.87402V13H13V14.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.126V13H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 14 6C14 3.79086 15.7909 2 18 2Z",fill:"currentColor"})),v=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.86384 20.7252 9.42998 19 9.87402V13H13V14.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.126V13H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 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,uZACF,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 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 7.86384 20.7252 9.42998 19 9.87402V13H13V14.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.126V13H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 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.86384 20.7252 9.42998 19 9.87402V13H13V14.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.126V13H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 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,uZACF,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 i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?i(I(r)):{},m(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>m(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconMergeConflictSimple:()=>c,default:()=>d});module.exports=P(v);var n=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),L=({children:r,size:o=24,...e})=>f.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 l=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(l.Path,{d:"M7 21.5H5V11H7V21.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19 14.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.126V7H11V5H19V14.126Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M9.70703 3.70703L7.41406 6L9.70703 8.29297L8.29297 9.70703L6 7.41406L3.70703 9.70703L2.29297 8.29297L4.58594 6L2.29297 3.70703L3.70703 2.29297L6 4.58594L8.29297 2.29297L9.70703 3.70703Z",fill:"currentColor"})),d=c;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 d=\"M7 21.5H5V11H7V21.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M19 14.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.126V7H11V5H19V14.126Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.70703 3.70703L7.41406 6L9.70703 8.29297L8.29297 9.70703L6 7.41406L3.70703 9.70703L2.29297 8.29297L4.58594 6L2.29297 3.70703L3.70703 2.29297L6 4.58594L8.29297 2.29297L9.70703 3.70703Z\"\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,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4LACF,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 l from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var m=e=>o.createElement(n,{...e},o.createElement(t,{d:"M7 21.5H5V11H7V21.5Z",fill:"currentColor"}),o.createElement(t,{d:"M19 14.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.126V7H11V5H19V14.126Z",fill:"currentColor"}),o.createElement(t,{d:"M9.70703 3.70703L7.41406 6L9.70703 8.29297L8.29297 9.70703L6 7.41406L3.70703 9.70703L2.29297 8.29297L4.58594 6L2.29297 3.70703L3.70703 2.29297L6 4.58594L8.29297 2.29297L9.70703 3.70703Z",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 d=\"M7 21.5H5V11H7V21.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M19 14.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.126V7H11V5H19V14.126Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.70703 3.70703L7.41406 6L9.70703 8.29297L8.29297 9.70703L6 7.41406L3.70703 9.70703L2.29297 8.29297L4.58594 6L2.29297 3.70703L3.70703 2.29297L6 4.58594L8.29297 2.29297L9.70703 3.70703Z\"\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,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4LACF,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,C)=>{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:!(C=I(o,t))||C.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 p=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=>p.default.createElement(c,{...r},p.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 15V21.5H5V9.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 15V21.5H5V9.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,wWACF,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 p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 15V21.5H5V9.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 15V21.5H5V9.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,wWACF,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 c=Object.create;var l=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&l(r,t,{get:()=>o[t],enumerable:!(p=i(o,t))||p.enumerable});return r};var s=(r,o,e)=>(e=r!=null?c(I(r)):{},m(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>m(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconPullRequestClosedSimple:()=>u,default:()=>g});module.exports=d(v);var n=s(require("react"));var a=s(require("react")),f=require("react-native-svg"),L=({children:r,size:o=24,...e})=>a.default.createElement(f.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 C=require("react-native-svg"),u=r=>n.default.createElement(L,{...r},n.default.createElement(C.Path,{d:"M19 14.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.126V11H19V14.126Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M21.707 3.70703L19.4141 6L21.707 8.29297L20.293 9.70703L18 7.41406L15.707 9.70703L14.293 8.29297L16.5859 6L14.293 3.70703L15.707 2.29297L18 4.58594L20.293 2.29297L21.707 3.70703Z",fill:"currentColor"})),g=u;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=\"M19 14.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.126V11H19V14.126Z\"\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.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.707 3.70703L19.4141 6L21.707 8.29297L20.293 9.70703L18 7.41406L15.707 9.70703L14.293 8.29297L16.5859 6L14.293 3.70703L15.707 2.29297L18 4.58594L20.293 2.29297L21.707 3.70703Z\"\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,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qLACF,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 C from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>C.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var m=e=>o.createElement(n,{...e},o.createElement(t,{d:"M19 14.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.126V11H19V14.126Z",fill:"currentColor"}),o.createElement(t,{d:"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"}),o.createElement(t,{d:"M21.707 3.70703L19.4141 6L21.707 8.29297L20.293 9.70703L18 7.41406L15.707 9.70703L14.293 8.29297L16.5859 6L14.293 3.70703L15.707 2.29297L18 4.58594L20.293 2.29297L21.707 3.70703Z",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=\"M19 14.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.126V11H19V14.126Z\"\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.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.707 3.70703L19.4141 6L21.707 8.29297L20.293 9.70703L18 7.41406L15.707 9.70703L14.293 8.29297L16.5859 6L14.293 3.70703L15.707 2.29297L18 4.58594L20.293 2.29297L21.707 3.70703Z\"\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,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qLACF,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 u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=i(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var S={};x(S,{IconPullRequestSimple:()=>f,default:()=>v});module.exports=g(S);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),L=({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 c=require("react-native-svg"),f=r=>p.default.createElement(L,{...r},p.default.createElement(c.Path,{d:"M15.6621 3.42578L14.9932 4.16895L14.2451 5H19V14.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.126V7H14.2451L14.9932 7.83105L15.6621 8.57422L14.1758 9.91211L13.5068 9.16895L11.2568 6.66895L10.6543 6L11.2568 5.33105L13.5068 2.83105L14.1758 2.08789L15.6621 3.42578ZM6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),v=f;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 d=\"M15.6621 3.42578L14.9932 4.16895L14.2451 5H19V14.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.126V7H14.2451L14.9932 7.83105L15.6621 8.57422L14.1758 9.91211L13.5068 9.16895L11.2568 6.66895L10.6543 6L11.2568 5.33105L13.5068 2.83105L14.1758 2.08789L15.6621 3.42578ZM6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.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,EAAE,+dACF,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 t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{d:"M15.6621 3.42578L14.9932 4.16895L14.2451 5H19V14.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.126V7H14.2451L14.9932 7.83105L15.6621 8.57422L14.1758 9.91211L13.5068 9.16895L11.2568 6.66895L10.6543 6L11.2568 5.33105L13.5068 2.83105L14.1758 2.08789L15.6621 3.42578ZM6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z",fill:"currentColor"})),P=a;export{a as IconPullRequestSimple,P 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 d=\"M15.6621 3.42578L14.9932 4.16895L14.2451 5H19V14.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.126V7H14.2451L14.9932 7.83105L15.6621 8.57422L14.1758 9.91211L13.5068 9.16895L11.2568 6.66895L10.6543 6L11.2568 5.33105L13.5068 2.83105L14.1758 2.08789L15.6621 3.42578ZM6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.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,EAAE,+dACF,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": "square-filled-radius-0-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.126V2.5H7V8.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": "square",
4027
+ "filled": "on",
4028
+ "radius": "0",
4029
+ "stroke": "2"
4030
+ },
4031
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
4032
+ "packageName": "square-filled-radius-0-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": "square-filled-radius-0-stroke-2",
6763
6777
  "componentName": "IconClaudeai"
6764
6778
  },
6779
+ {
6780
+ "category": "AI & Magic",
6781
+ "svg": "<path d=\"M8.87207 2.49902C19.6597 -0.942185 24.3508 14.2839 18.3857 22H8.87207C8.87207 22 7 20.8529 7 18.5586L11.1104 14.916L11.6699 11.1025L10.5508 9.46777L11.1104 7.28809L9.43164 6.19824L9.87695 4.79297L8.87207 2.49902Z\" fill=\"currentColor\"/><path d=\"M4.54688 7.87305C5.26778 7.87323 5.89644 8.36407 6.07129 9.06348L6.33984 10.1367L8.03711 10.7031L8.60352 12.4014L10.3643 13.1055L10.1738 14.4092L6.4375 17.7207C5.41578 16.721 3.89495 15.0463 3.375 13.4814C2.91611 12.1003 2.96424 10.339 3.07422 9.16211C3.14458 8.41022 3.79167 7.87305 4.54688 7.87305Z\" fill=\"currentColor\"/><path d=\"M6.2998 2L7.0498 3.9502L9 4.7002V5.2998L7.0498 6.0498L6.2998 8H5.7002L4.9502 6.0498L3 5.2998V4.7002L4.9502 3.9502L5.7002 2H6.2998Z\" fill=\"currentColor\"/>",
6782
+ "iconName": "claw, openclaw, ai, qclaw",
6783
+ "variant": {
6784
+ "join": "square",
6785
+ "filled": "on",
6786
+ "radius": "0",
6787
+ "stroke": "2"
6788
+ },
6789
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
6790
+ "packageName": "square-filled-radius-0-stroke-2",
6791
+ "componentName": "IconClaw"
6792
+ },
6765
6793
  {
6766
6794
  "category": "Interface General",
6767
6795
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 2H8V4H4V22H20V4H16V2ZM14 4H10V6H14V4Z\" fill=\"currentColor\"/>",
@@ -9296,6 +9324,20 @@
9296
9324
  "packageName": "square-filled-radius-0-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.87402V21.5H5V9.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": "square",
9333
+ "filled": "on",
9334
+ "radius": "0",
9335
+ "stroke": "2"
9336
+ },
9337
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
9338
+ "packageName": "square-filled-radius-0-stroke-2",
9339
+ "componentName": "IconDraftSimple"
9340
+ },
9299
9341
  {
9300
9342
  "category": "Edit",
9301
9343
  "svg": "<path d=\"M14.1777 3.05951C14.673 2.9664 15.1705 2.97679 15.6523 3.13178C16.1348 3.28702 16.5422 3.56817 16.8838 3.92963C17.5105 4.59289 17.6079 5.41621 17.4414 6.17279C17.2848 6.88414 16.888 7.60135 16.4258 8.2724C15.4974 9.62028 14.0505 11.1291 12.7285 12.5263C11.3591 13.9737 10.1324 15.2936 9.46875 16.372C9.13157 16.9199 9.02818 17.2694 9.02539 17.455C9.02433 17.526 9.03869 17.5506 9.04395 17.5595C9.05155 17.5722 9.08649 17.6244 9.20996 17.6953L9.32617 17.748C9.62004 17.8504 10.0846 17.7911 10.8887 17.2587C11.7703 16.6749 12.7242 15.7389 13.7344 14.7304C14.6938 13.7726 15.7351 12.715 16.6846 12.0888C17.1592 11.7758 17.7267 11.4899 18.3369 11.4472C19.0269 11.3991 19.6522 11.6706 20.1182 12.2343C20.7962 13.0544 20.5927 14.0267 20.334 14.6835C20.1351 15.1884 19.8238 15.716 19.5176 16.2011L18.918 17.1386C18.635 17.5885 18.4057 17.9836 18.2646 18.3378C18.1738 18.566 18.1438 18.7211 18.1416 18.8173C18.1398 18.8962 18.1553 18.9176 18.1631 18.9287C18.2079 18.9926 18.2244 18.9978 18.2891 18.9999C18.4117 19.0041 18.6368 18.9581 18.9658 18.7958C19.6172 18.4746 20.3258 17.8729 20.7773 17.4003L22.2227 18.7822C21.6859 19.344 20.792 20.1254 19.8506 20.5898C19.3831 20.8203 18.8128 21.0188 18.2217 20.999C17.6135 20.9784 17.0329 20.7251 16.6084 20.1884L16.5264 20.0771C15.9309 19.2281 16.1379 18.2726 16.4062 17.5986C16.6808 16.909 17.1477 16.1898 17.5361 15.5869C17.9578 14.9324 18.2965 14.4007 18.4736 13.9511C18.559 13.7344 18.5786 13.6022 18.5781 13.5351C18.578 13.5208 18.576 13.5118 18.5752 13.5068C18.5051 13.4224 18.4968 13.4408 18.4766 13.4423C18.376 13.4493 18.1558 13.515 17.7861 13.7587C17.0469 14.2462 16.1723 15.1233 15.1475 16.1464C14.1734 17.1189 13.0739 18.21 11.9932 18.9257C10.9503 19.6163 9.55392 20.1976 8.21484 19.4296C7.85232 19.2215 7.54007 18.943 7.32422 18.579C7.10649 18.2119 7.02063 17.8151 7.02637 17.4257C7.03732 16.6904 7.37336 15.9616 7.76562 15.3242C8.56105 14.0316 9.95389 12.549 11.2754 11.1523C12.6443 9.70544 13.9601 8.32807 14.7793 7.13861C15.1908 6.54107 15.4147 6.07648 15.4883 5.74213C15.5517 5.45363 15.4893 5.36581 15.4307 5.30365C15.2805 5.14471 15.1511 5.07084 15.04 5.0351C14.9284 4.9992 14.7744 4.98253 14.5469 5.02533C14.0528 5.11836 13.3363 5.46716 12.3008 6.22846C10.2441 7.74048 7.38248 10.525 3.20117 14.6415L1.79883 13.2167C5.93078 9.14879 8.91453 6.23576 11.1162 4.61713C12.2095 3.81342 13.2257 3.23859 14.1777 3.05951Z\" fill=\"currentColor\"/>",
@@ -11578,6 +11620,20 @@
11578
11620
  "packageName": "square-filled-radius-0-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.86384 20.7252 9.42998 19 9.87402V13H13V14.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.126V13H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V11H17V9.87402C15.2748 9.42998 14 7.86384 14 6C14 3.79086 15.7909 2 18 2Z\" fill=\"currentColor\"/>",
11626
+ "iconName": "fork-simple, agents",
11627
+ "variant": {
11628
+ "join": "square",
11629
+ "filled": "on",
11630
+ "radius": "0",
11631
+ "stroke": "2"
11632
+ },
11633
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
11634
+ "packageName": "square-filled-radius-0-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.8695V21H18V12.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 3H3V9C3 10.8638 4.27477 12.4299 6 12.874V21H8V12.874C9.72523 12.4299 11 10.8638 11 9V3H9V9C9 10.1046 8.10457 11 7 11C5.89543 11 5 10.1046 5 9V3Z\" fill=\"currentColor\"/><path d=\"M8 3H6V9.5H8V3Z\" fill=\"currentColor\"/>",
@@ -15568,6 +15624,20 @@
15568
15624
  "packageName": "square-filled-radius-0-stroke-2",
15569
15625
  "componentName": "IconMergeConflict"
15570
15626
  },
15627
+ {
15628
+ "category": "Code",
15629
+ "svg": "<path d=\"M7 21.5H5V11H7V21.5Z\" fill=\"currentColor\"/><path d=\"M19 14.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.126V7H11V5H19V14.126Z\" fill=\"currentColor\"/><path d=\"M9.70703 3.70703L7.41406 6L9.70703 8.29297L8.29297 9.70703L6 7.41406L3.70703 9.70703L2.29297 8.29297L4.58594 6L2.29297 3.70703L3.70703 2.29297L6 4.58594L8.29297 2.29297L9.70703 3.70703Z\" fill=\"currentColor\"/>",
15630
+ "iconName": "merge-conflict-simple",
15631
+ "variant": {
15632
+ "join": "square",
15633
+ "filled": "on",
15634
+ "radius": "0",
15635
+ "stroke": "2"
15636
+ },
15637
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15638
+ "packageName": "square-filled-radius-0-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 5H19V15.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.1738V7H8.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": "square-filled-radius-0-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 15V21.5H5V9.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": "square",
15661
+ "filled": "on",
15662
+ "radius": "0",
15663
+ "stroke": "2"
15664
+ },
15665
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15666
+ "packageName": "square-filled-radius-0-stroke-2",
15667
+ "componentName": "IconMergedSimple"
15668
+ },
15585
15669
  {
15586
15670
  "category": "Sound & Music",
15587
15671
  "svg": "<path d=\"M12.0017 2C9.24027 2 7.0017 4.23858 7.0017 7V11C7.0017 13.7614 9.24027 16 12.0017 16C14.7631 16 17.0017 13.7614 17.0017 11V7C17.0017 4.23858 14.7631 2 12.0017 2Z\" fill=\"currentColor\"/><path d=\"M5.85487 14.4556L5.31051 13.6168L3.63281 14.7055L4.17718 15.5444C5.30081 17.2758 7.44816 19.5784 11.0017 19.9488V22H13.0017V19.9488C16.5552 19.5784 18.7026 17.2758 19.8262 15.5444L20.3706 14.7055L18.6929 13.6168L18.1485 14.4556C17.1089 16.0576 15.2018 18 12.0017 18C8.80159 18 6.89449 16.0576 5.85487 14.4556Z\" fill=\"currentColor\"/>",
@@ -19040,6 +19124,34 @@
19040
19124
  "packageName": "square-filled-radius-0-stroke-2",
19041
19125
  "componentName": "IconPullRequest"
19042
19126
  },
19127
+ {
19128
+ "category": "Code",
19129
+ "svg": "<path d=\"M19 14.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.126V11H19V14.126Z\" fill=\"currentColor\"/><path d=\"M6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.87402C3.27477 9.42998 2 7.86384 2 6C2 3.79086 3.79086 2 6 2Z\" fill=\"currentColor\"/><path d=\"M21.707 3.70703L19.4141 6L21.707 8.29297L20.293 9.70703L18 7.41406L15.707 9.70703L14.293 8.29297L16.5859 6L14.293 3.70703L15.707 2.29297L18 4.58594L20.293 2.29297L21.707 3.70703Z\" fill=\"currentColor\"/>",
19130
+ "iconName": "pull-request-closed-simple",
19131
+ "variant": {
19132
+ "join": "square",
19133
+ "filled": "on",
19134
+ "radius": "0",
19135
+ "stroke": "2"
19136
+ },
19137
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19138
+ "packageName": "square-filled-radius-0-stroke-2",
19139
+ "componentName": "IconPullRequestClosedSimple"
19140
+ },
19141
+ {
19142
+ "category": "Code",
19143
+ "svg": "<path d=\"M15.6621 3.42578L14.9932 4.16895L14.2451 5H19V14.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.126V7H14.2451L14.9932 7.83105L15.6621 8.57422L14.1758 9.91211L13.5068 9.16895L11.2568 6.66895L10.6543 6L11.2568 5.33105L13.5068 2.83105L14.1758 2.08789L15.6621 3.42578ZM6 2C8.20914 2 10 3.79086 10 6C10 7.86384 8.72523 9.42998 7 9.87402V21.5H5V9.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": "square",
19147
+ "filled": "on",
19148
+ "radius": "0",
19149
+ "stroke": "2"
19150
+ },
19151
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19152
+ "packageName": "square-filled-radius-0-stroke-2",
19153
+ "componentName": "IconPullRequestSimple"
19154
+ },
19043
19155
  {
19044
19156
  "category": "Nature & Energy",
19045
19157
  "svg": "<path d=\"M13.3038 8.25836L17.7472 6.55937C17.8266 6.62322 17.911 6.68114 17.9997 6.73244V19H17.0123L16.261 17H7.73845L6.98715 19H2.99971V21H20.9997V19H19.9997V6.73244C20.5975 6.38663 20.9997 5.74028 20.9997 5C20.9997 3.89543 20.1043 3 18.9997 3C17.9988 3 17.1696 3.73527 17.0228 4.69515L5.00072 9.29189C4.85565 8.44848 4.98083 7.59601 5.33235 6.84426L3.52063 5.99709C2.80851 7.52 2.72199 9.33189 3.43472 11.0021C4.14744 12.6723 5.51547 13.8635 7.10772 14.403L7.7496 12.5088C6.99068 12.2516 6.30997 11.7771 5.80618 11.1251L10.318 9.39999L8.4658 15H15.5336L13.3038 8.25836Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -286,6 +286,7 @@ export type CentralIconName =
286
286
  | "IconBrain2"
287
287
  | "IconBrainSideview"
288
288
  | "IconBranch"
289
+ | "IconBranchSimple"
289
290
  | "IconBreakfast"
290
291
  | "IconBrightness"
291
292
  | "IconBrilliance"
@@ -482,6 +483,7 @@ export type CentralIconName =
482
483
  | "IconClapboard"
483
484
  | "IconClapboardWide"
484
485
  | "IconClaudeai"
486
+ | "IconClaw"
485
487
  | "IconClipboard"
486
488
  | "IconClipboard2"
487
489
  | "IconClipboard2Sparkle"
@@ -663,6 +665,7 @@ export type CentralIconName =
663
665
  | "IconDownsize"
664
666
  | "IconDownsize2"
665
667
  | "IconDraft"
668
+ | "IconDraftSimple"
666
669
  | "IconDraw"
667
670
  | "IconDrawer1"
668
671
  | "IconDrawer2"
@@ -826,6 +829,7 @@ export type CentralIconName =
826
829
  | "IconFork"
827
830
  | "IconForkCode"
828
831
  | "IconForkKnife"
832
+ | "IconForkSimple"
829
833
  | "IconForkSpoon"
830
834
  | "IconFormCapsule"
831
835
  | "IconFormCircle"
@@ -1111,7 +1115,9 @@ export type CentralIconName =
1111
1115
  | "IconMegaphone"
1112
1116
  | "IconMegaphone2"
1113
1117
  | "IconMergeConflict"
1118
+ | "IconMergeConflictSimple"
1114
1119
  | "IconMerged"
1120
+ | "IconMergedSimple"
1115
1121
  | "IconMicrophone"
1116
1122
  | "IconMicrophoneOff"
1117
1123
  | "IconMicrophoneSparkle"
@@ -1359,6 +1365,8 @@ export type CentralIconName =
1359
1365
  | "IconPromptTextToVideo"
1360
1366
  | "IconPropeller"
1361
1367
  | "IconPullRequest"
1368
+ | "IconPullRequestClosedSimple"
1369
+ | "IconPullRequestSimple"
1362
1370
  | "IconPumpjack"
1363
1371
  | "IconPush"
1364
1372
  | "IconPushTheButton"