@central-icons-react-native/round-filled-radius-2-stroke-1 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.
- package/IconBranchSimple/index.d.ts +4 -0
- package/IconBranchSimple/index.js +2 -0
- package/IconBranchSimple/index.js.map +1 -0
- package/IconBranchSimple/index.mjs +2 -0
- package/IconBranchSimple/index.mjs.map +1 -0
- package/IconClaw/index.d.ts +4 -0
- package/IconClaw/index.js +2 -0
- package/IconClaw/index.js.map +1 -0
- package/IconClaw/index.mjs +2 -0
- package/IconClaw/index.mjs.map +1 -0
- package/IconDraftSimple/index.d.ts +4 -0
- package/IconDraftSimple/index.js +2 -0
- package/IconDraftSimple/index.js.map +1 -0
- package/IconDraftSimple/index.mjs +2 -0
- package/IconDraftSimple/index.mjs.map +1 -0
- package/IconForkSimple/index.d.ts +4 -0
- package/IconForkSimple/index.js +2 -0
- package/IconForkSimple/index.js.map +1 -0
- package/IconForkSimple/index.mjs +2 -0
- package/IconForkSimple/index.mjs.map +1 -0
- package/IconMergeConflictSimple/index.d.ts +4 -0
- package/IconMergeConflictSimple/index.js +2 -0
- package/IconMergeConflictSimple/index.js.map +1 -0
- package/IconMergeConflictSimple/index.mjs +2 -0
- package/IconMergeConflictSimple/index.mjs.map +1 -0
- package/IconMergedSimple/index.d.ts +4 -0
- package/IconMergedSimple/index.js +2 -0
- package/IconMergedSimple/index.js.map +1 -0
- package/IconMergedSimple/index.mjs +2 -0
- package/IconMergedSimple/index.mjs.map +1 -0
- package/IconPullRequestClosedSimple/index.d.ts +4 -0
- package/IconPullRequestClosedSimple/index.js +2 -0
- package/IconPullRequestClosedSimple/index.js.map +1 -0
- package/IconPullRequestClosedSimple/index.mjs +2 -0
- package/IconPullRequestClosedSimple/index.mjs.map +1 -0
- package/IconPullRequestSimple/index.d.ts +4 -0
- package/IconPullRequestSimple/index.js +2 -0
- package/IconPullRequestSimple/index.js.map +1 -0
- package/IconPullRequestSimple/index.mjs +2 -0
- package/IconPullRequestSimple/index.mjs.map +1 -0
- package/README.md +8 -0
- package/filtered-icons.json +112 -0
- package/icons/index.d.ts +8 -0
- package/icons-index.json +20 -4
- package/index.d.ts +8 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +56 -0
|
@@ -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:"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.29493 19.2949 9.75 17.5 9.75C15.8768 9.75 14.5306 8.5601 14.2881 7.00488C10.3144 7.11516 7.11516 10.3144 7.00488 14.2881C8.5601 14.5306 9.75 15.8768 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5C3.25 15.875 4.44237 14.5275 6 14.2871V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V10.499C8.39958 7.88093 11.1287 6.08288 14.2861 6.00488C14.5245 4.44485 15.8733 3.25 17.5 3.25Z",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=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.29493 19.2949 9.75 17.5 9.75C15.8768 9.75 14.5306 8.5601 14.2881 7.00488C10.3144 7.11516 7.11516 10.3144 7.00488 14.2881C8.5601 14.5306 9.75 15.8768 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5C3.25 15.875 4.44237 14.5275 6 14.2871V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V10.499C8.39958 7.88093 11.1287 6.08288 14.2861 6.00488C14.5245 4.44485 15.8733 3.25 17.5 3.25Z\"\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,geACF,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:"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.29493 19.2949 9.75 17.5 9.75C15.8768 9.75 14.5306 8.5601 14.2881 7.00488C10.3144 7.11516 7.11516 10.3144 7.00488 14.2881C8.5601 14.5306 9.75 15.8768 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5C3.25 15.875 4.44237 14.5275 6 14.2871V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V10.499C8.39958 7.88093 11.1287 6.08288 14.2861 6.00488C14.5245 4.44485 15.8733 3.25 17.5 3.25Z",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=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.29493 19.2949 9.75 17.5 9.75C15.8768 9.75 14.5306 8.5601 14.2881 7.00488C10.3144 7.11516 7.11516 10.3144 7.00488 14.2881C8.5601 14.5306 9.75 15.8768 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5C3.25 15.875 4.44237 14.5275 6 14.2871V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V10.499C8.39958 7.88093 11.1287 6.08288 14.2861 6.00488C14.5245 4.44485 15.8733 3.25 17.5 3.25Z\"\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,geACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBranchSimple","props","React","CentralIconBase","IconBranchSimple_default"]}
|
|
@@ -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,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:"M17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17.5 9C18.0523 9 18.5 9.44772 18.5 10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10C16.5 9.44772 16.9477 9 17.5 9Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17.5 4C18.0523 4 18.5 4.44772 18.5 5C18.5 5.55228 18.0523 6 17.5 6C16.9477 6 16.5 5.55228 16.5 5C16.5 4.44772 16.9477 4 17.5 4Z",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=\"M17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 9C18.0523 9 18.5 9.44772 18.5 10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10C16.5 9.44772 16.9477 9 17.5 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 4C18.0523 4 18.5 4.44772 18.5 5C18.5 5.55228 18.0523 6 17.5 6C16.9477 6 16.5 5.55228 16.5 5C16.5 4.44772 16.9477 4 17.5 4Z\"\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,2KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,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:"M17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25Z",fill:"currentColor"}),o.createElement(C,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"}),o.createElement(C,{d:"M17.5 9C18.0523 9 18.5 9.44772 18.5 10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10C16.5 9.44772 16.9477 9 17.5 9Z",fill:"currentColor"}),o.createElement(C,{d:"M17.5 4C18.0523 4 18.5 4.44772 18.5 5C18.5 5.55228 18.0523 6 17.5 6C16.9477 6 16.5 5.55228 16.5 5C16.5 4.44772 16.9477 4 17.5 4Z",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=\"M17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 9C18.0523 9 18.5 9.44772 18.5 10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10C16.5 9.44772 16.9477 9 17.5 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 4C18.0523 4 18.5 4.44772 18.5 5C18.5 5.55228 18.0523 6 17.5 6C16.9477 6 16.5 5.55228 16.5 5C16.5 4.44772 16.9477 4 17.5 4Z\"\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,2KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDraftSimple","props","React","CentralIconBase","IconDraftSimple_default"]}
|
|
@@ -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 F={};g(F,{IconForkSimple:()=>i,default:()=>v});module.exports=V(F);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:"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.1249 19.5576 9.47142 18 9.71191V10C18 11.3807 16.8807 12.5 15.5 12.5H12.5V14.2871C14.0576 14.5275 15.25 15.875 15.25 17.5C15.25 19.2949 13.7949 20.75 12 20.75C10.2051 20.75 8.75 19.2949 8.75 17.5C8.75 15.875 9.94237 14.5275 11.5 14.2871V12.5H8.5C7.11929 12.5 6 11.3807 6 10V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V10C7 10.8284 7.67157 11.5 8.5 11.5H15.5C16.3284 11.5 17 10.8284 17 10V9.71191C15.4424 9.47142 14.25 8.1249 14.25 6.5C14.25 4.70507 15.7051 3.25 17.5 3.25Z",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=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.1249 19.5576 9.47142 18 9.71191V10C18 11.3807 16.8807 12.5 15.5 12.5H12.5V14.2871C14.0576 14.5275 15.25 15.875 15.25 17.5C15.25 19.2949 13.7949 20.75 12 20.75C10.2051 20.75 8.75 19.2949 8.75 17.5C8.75 15.875 9.94237 14.5275 11.5 14.2871V12.5H8.5C7.11929 12.5 6 11.3807 6 10V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V10C7 10.8284 7.67157 11.5 8.5 11.5H15.5C16.3284 11.5 17 10.8284 17 10V9.71191C15.4424 9.47142 14.25 8.1249 14.25 6.5C14.25 4.70507 15.7051 3.25 17.5 3.25Z\"\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,goBACF,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:"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.1249 19.5576 9.47142 18 9.71191V10C18 11.3807 16.8807 12.5 15.5 12.5H12.5V14.2871C14.0576 14.5275 15.25 15.875 15.25 17.5C15.25 19.2949 13.7949 20.75 12 20.75C10.2051 20.75 8.75 19.2949 8.75 17.5C8.75 15.875 9.94237 14.5275 11.5 14.2871V12.5H8.5C7.11929 12.5 6 11.3807 6 10V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V10C7 10.8284 7.67157 11.5 8.5 11.5H15.5C16.3284 11.5 17 10.8284 17 10V9.71191C15.4424 9.47142 14.25 8.1249 14.25 6.5C14.25 4.70507 15.7051 3.25 17.5 3.25Z",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=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.1249 19.5576 9.47142 18 9.71191V10C18 11.3807 16.8807 12.5 15.5 12.5H12.5V14.2871C14.0576 14.5275 15.25 15.875 15.25 17.5C15.25 19.2949 13.7949 20.75 12 20.75C10.2051 20.75 8.75 19.2949 8.75 17.5C8.75 15.875 9.94237 14.5275 11.5 14.2871V12.5H8.5C7.11929 12.5 6 11.3807 6 10V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V10C7 10.8284 7.67157 11.5 8.5 11.5H15.5C16.3284 11.5 17 10.8284 17 10V9.71191C15.4424 9.47142 14.25 8.1249 14.25 6.5C14.25 4.70507 15.7051 3.25 17.5 3.25Z\"\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,goBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconForkSimple","props","React","CentralIconBase","IconForkSimple_default"]}
|
|
@@ -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:"M15.5 5.99996C16.8807 5.99998 18 7.11926 18 8.49996V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.7499 19.2949 19.2949 20.7499 17.5 20.75C15.705 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4423 14.5275 17 14.2871V8.49996C17 7.67155 16.3284 6.99998 15.5 6.99996H11.5C11.2238 6.99996 11 6.77609 11 6.49996C11 6.22382 11.2238 5.99996 11.5 5.99996H15.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.49996 9.99996C6.77609 9.99998 6.99996 10.2238 6.99996 10.5V19.5C6.99994 19.7761 6.77607 19.9999 6.49996 20C6.22383 20 5.99998 19.7761 5.99996 19.5V10.5C5.99996 10.2238 6.22382 9.99996 6.49996 9.99996Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.14645 4.14645C8.34171 3.95118 8.65822 3.95118 8.85348 4.14645C9.0487 4.34171 9.04873 4.65823 8.85348 4.85348L7.20699 6.49996L8.85348 8.14645C9.0487 8.34171 9.04873 8.65823 8.85348 8.85348C8.65823 9.04873 8.34171 9.0487 8.14645 8.85348L6.49996 7.20699L4.85348 8.85348C4.65823 9.04873 4.34171 9.0487 4.14645 8.85348C3.95118 8.65822 3.95118 8.34171 4.14645 8.14645L5.79293 6.49996L4.14645 4.85348C3.95118 4.65822 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65822 3.95118 4.85348 4.14645L6.49996 5.79293L8.14645 4.14645Z",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=\"M15.5 5.99996C16.8807 5.99998 18 7.11926 18 8.49996V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.7499 19.2949 19.2949 20.7499 17.5 20.75C15.705 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4423 14.5275 17 14.2871V8.49996C17 7.67155 16.3284 6.99998 15.5 6.99996H11.5C11.2238 6.99996 11 6.77609 11 6.49996C11 6.22382 11.2238 5.99996 11.5 5.99996H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.49996 9.99996C6.77609 9.99998 6.99996 10.2238 6.99996 10.5V19.5C6.99994 19.7761 6.77607 19.9999 6.49996 20C6.22383 20 5.99998 19.7761 5.99996 19.5V10.5C5.99996 10.2238 6.22382 9.99996 6.49996 9.99996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.14645 4.14645C8.34171 3.95118 8.65822 3.95118 8.85348 4.14645C9.0487 4.34171 9.04873 4.65823 8.85348 4.85348L7.20699 6.49996L8.85348 8.14645C9.0487 8.34171 9.04873 8.65823 8.85348 8.85348C8.65823 9.04873 8.34171 9.0487 8.14645 8.85348L6.49996 7.20699L4.85348 8.85348C4.65823 9.04873 4.34171 9.0487 4.14645 8.85348C3.95118 8.65822 3.95118 8.34171 4.14645 8.14645L5.79293 6.49996L4.14645 4.85348C3.95118 4.65822 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65822 3.95118 4.85348 4.14645L6.49996 5.79293L8.14645 4.14645Z\"\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,wWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,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:"M15.5 5.99996C16.8807 5.99998 18 7.11926 18 8.49996V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.7499 19.2949 19.2949 20.7499 17.5 20.75C15.705 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4423 14.5275 17 14.2871V8.49996C17 7.67155 16.3284 6.99998 15.5 6.99996H11.5C11.2238 6.99996 11 6.77609 11 6.49996C11 6.22382 11.2238 5.99996 11.5 5.99996H15.5Z",fill:"currentColor"}),o.createElement(e,{d:"M6.49996 9.99996C6.77609 9.99998 6.99996 10.2238 6.99996 10.5V19.5C6.99994 19.7761 6.77607 19.9999 6.49996 20C6.22383 20 5.99998 19.7761 5.99996 19.5V10.5C5.99996 10.2238 6.22382 9.99996 6.49996 9.99996Z",fill:"currentColor"}),o.createElement(e,{d:"M8.14645 4.14645C8.34171 3.95118 8.65822 3.95118 8.85348 4.14645C9.0487 4.34171 9.04873 4.65823 8.85348 4.85348L7.20699 6.49996L8.85348 8.14645C9.0487 8.34171 9.04873 8.65823 8.85348 8.85348C8.65823 9.04873 8.34171 9.0487 8.14645 8.85348L6.49996 7.20699L4.85348 8.85348C4.65823 9.04873 4.34171 9.0487 4.14645 8.85348C3.95118 8.65822 3.95118 8.34171 4.14645 8.14645L5.79293 6.49996L4.14645 4.85348C3.95118 4.65822 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65822 3.95118 4.85348 4.14645L6.49996 5.79293L8.14645 4.14645Z",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=\"M15.5 5.99996C16.8807 5.99998 18 7.11926 18 8.49996V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.7499 19.2949 19.2949 20.7499 17.5 20.75C15.705 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4423 14.5275 17 14.2871V8.49996C17 7.67155 16.3284 6.99998 15.5 6.99996H11.5C11.2238 6.99996 11 6.77609 11 6.49996C11 6.22382 11.2238 5.99996 11.5 5.99996H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.49996 9.99996C6.77609 9.99998 6.99996 10.2238 6.99996 10.5V19.5C6.99994 19.7761 6.77607 19.9999 6.49996 20C6.22383 20 5.99998 19.7761 5.99996 19.5V10.5C5.99996 10.2238 6.22382 9.99996 6.49996 9.99996Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.14645 4.14645C8.34171 3.95118 8.65822 3.95118 8.85348 4.14645C9.0487 4.34171 9.04873 4.65823 8.85348 4.85348L7.20699 6.49996L8.85348 8.14645C9.0487 8.34171 9.04873 8.65823 8.85348 8.85348C8.65823 9.04873 8.34171 9.0487 8.14645 8.85348L6.49996 7.20699L4.85348 8.85348C4.65823 9.04873 4.34171 9.0487 4.14645 8.85348C3.95118 8.65822 3.95118 8.34171 4.14645 8.14645L5.79293 6.49996L4.14645 4.85348C3.95118 4.65822 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65822 3.95118 4.85348 4.14645L6.49996 5.79293L8.14645 4.14645Z\"\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,wWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,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,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.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.12319 8.56003 9.46837 7.00488 9.71094C7.11466 13.6851 10.3141 16.8838 14.2881 16.9941C14.531 15.4394 15.8771 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.873 20.75 14.5241 19.5546 14.2861 17.9941C11.1284 17.9161 8.39945 16.1185 7 13.5V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",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.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.12319 8.56003 9.46837 7.00488 9.71094C7.11466 13.6851 10.3141 16.8838 14.2881 16.9941C14.531 15.4394 15.8771 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.873 20.75 14.5241 19.5546 14.2861 17.9941C11.1284 17.9161 8.39945 16.1185 7 13.5V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\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,oeACF,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.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.12319 8.56003 9.46837 7.00488 9.71094C7.11466 13.6851 10.3141 16.8838 14.2881 16.9941C14.531 15.4394 15.8771 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.873 20.75 14.5241 19.5546 14.2861 17.9941C11.1284 17.9161 8.39945 16.1185 7 13.5V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",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.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.12319 8.56003 9.46837 7.00488 9.71094C7.11466 13.6851 10.3141 16.8838 14.2881 16.9941C14.531 15.4394 15.8771 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.873 20.75 14.5241 19.5546 14.2861 17.9941C11.1284 17.9161 8.39945 16.1185 7 13.5V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\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,oeACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMergedSimple","props","React","CentralIconBase","IconMergedSimple_default"]}
|
|
@@ -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:"M17.5 10C17.7761 10 18 10.2239 18 10.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V10.5C17 10.2239 17.2239 10 17.5 10Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L18.207 6.5L19.8535 8.14648C20.0488 8.34175 20.0488 8.65825 19.8535 8.85352C19.6583 9.04878 19.3417 9.04878 19.1465 8.85352L17.5 7.20703L15.8535 8.85352C15.6583 9.04878 15.3417 9.04878 15.1465 8.85352C14.9512 8.65825 14.9512 8.34175 15.1465 8.14648L16.793 6.5L15.1465 4.85352C14.9512 4.65825 14.9512 4.34175 15.1465 4.14648C15.3417 3.95122 15.6583 3.95122 15.8535 4.14648L17.5 5.79297L19.1465 4.14648Z",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=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V10.5C17 10.2239 17.2239 10 17.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L18.207 6.5L19.8535 8.14648C20.0488 8.34175 20.0488 8.65825 19.8535 8.85352C19.6583 9.04878 19.3417 9.04878 19.1465 8.85352L17.5 7.20703L15.8535 8.85352C15.6583 9.04878 15.3417 9.04878 15.1465 8.85352C14.9512 8.65825 14.9512 8.34175 15.1465 8.14648L16.793 6.5L15.1465 4.85352C14.9512 4.65825 14.9512 4.34175 15.1465 4.14648C15.3417 3.95122 15.6583 3.95122 15.8535 4.14648L17.5 5.79297L19.1465 4.14648Z\"\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,mPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ogBACF,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:"M17.5 10C17.7761 10 18 10.2239 18 10.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V10.5C17 10.2239 17.2239 10 17.5 10Z",fill:"currentColor"}),o.createElement(e,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"}),o.createElement(e,{d:"M19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L18.207 6.5L19.8535 8.14648C20.0488 8.34175 20.0488 8.65825 19.8535 8.85352C19.6583 9.04878 19.3417 9.04878 19.1465 8.85352L17.5 7.20703L15.8535 8.85352C15.6583 9.04878 15.3417 9.04878 15.1465 8.85352C14.9512 8.65825 14.9512 8.34175 15.1465 8.14648L16.793 6.5L15.1465 4.85352C14.9512 4.65825 14.9512 4.34175 15.1465 4.14648C15.3417 3.95122 15.6583 3.95122 15.8535 4.14648L17.5 5.79297L19.1465 4.14648Z",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=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V10.5C17 10.2239 17.2239 10 17.5 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L18.207 6.5L19.8535 8.14648C20.0488 8.34175 20.0488 8.65825 19.8535 8.85352C19.6583 9.04878 19.3417 9.04878 19.1465 8.85352L17.5 7.20703L15.8535 8.85352C15.6583 9.04878 15.3417 9.04878 15.1465 8.85352C14.9512 8.65825 14.9512 8.34175 15.1465 8.14648L16.793 6.5L15.1465 4.85352C14.9512 4.65825 14.9512 4.34175 15.1465 4.14648C15.3417 3.95122 15.6583 3.95122 15.8535 4.14648L17.5 5.79297L19.1465 4.14648Z\"\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,mPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPullRequestClosedSimple","props","React","CentralIconBase","IconPullRequestClosedSimple_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(P(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={};g(d,{IconPullRequestSimple:()=>u,default:()=>S});module.exports=v(d);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 p=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M15.5 6C16.8807 6.00002 18 7.1193 18 8.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V8.5C17 7.67158 16.3284 7.00002 15.5 7H11.5C11.2239 7 11 6.77614 11 6.5C11 6.22386 11.2239 6 11.5 6H15.5Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"})),S=u;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.5 6C16.8807 6.00002 18 7.1193 18 8.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V8.5C17 7.67158 16.3284 7.00002 15.5 7H11.5C11.2239 7 11 6.77614 11 6.5C11 6.22386 11.2239 6 11.5 6H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\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,0TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mOACF,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 e from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(l,{...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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M15.5 6C16.8807 6.00002 18 7.1193 18 8.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V8.5C17 7.67158 16.3284 7.00002 15.5 7H11.5C11.2239 7 11 6.77614 11 6.5C11 6.22386 11.2239 6 11.5 6H15.5Z",fill:"currentColor"}),e.createElement(n,{d:"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z",fill:"currentColor"})),x=a;export{a as IconPullRequestSimple,x 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.5 6C16.8807 6.00002 18 7.1193 18 8.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V8.5C17 7.67158 16.3284 7.00002 15.5 7H11.5C11.2239 7 11 6.77614 11 6.5C11 6.22386 11.2239 6 11.5 6H15.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\"\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,0TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mOACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -4018,6 +4018,20 @@
|
|
|
4018
4018
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
4019
4019
|
"componentName": "IconBranch"
|
|
4020
4020
|
},
|
|
4021
|
+
{
|
|
4022
|
+
"category": "Code",
|
|
4023
|
+
"svg": "<path d=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.29493 19.2949 9.75 17.5 9.75C15.8768 9.75 14.5306 8.5601 14.2881 7.00488C10.3144 7.11516 7.11516 10.3144 7.00488 14.2881C8.5601 14.5306 9.75 15.8768 9.75 17.5C9.75 19.2949 8.29493 20.75 6.5 20.75C4.70507 20.75 3.25 19.2949 3.25 17.5C3.25 15.875 4.44237 14.5275 6 14.2871V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V10.499C8.39958 7.88093 11.1287 6.08288 14.2861 6.00488C14.5245 4.44485 15.8733 3.25 17.5 3.25Z\" fill=\"currentColor\"/>",
|
|
4024
|
+
"iconName": "branch-simple",
|
|
4025
|
+
"variant": {
|
|
4026
|
+
"join": "round",
|
|
4027
|
+
"filled": "on",
|
|
4028
|
+
"radius": "2",
|
|
4029
|
+
"stroke": "1"
|
|
4030
|
+
},
|
|
4031
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
4032
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
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-2-stroke-1",
|
|
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": "2",
|
|
6787
|
+
"stroke": "1"
|
|
6788
|
+
},
|
|
6789
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
6790
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
6791
|
+
"componentName": "IconClaw"
|
|
6792
|
+
},
|
|
6765
6793
|
{
|
|
6766
6794
|
"category": "Interface General",
|
|
6767
6795
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.95 4H17.5C18.8807 4 20 5.11929 20 6.5V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V6.5C4 5.11929 5.11929 4 6.5 4H8.05001C8.28164 2.85888 9.29052 2 10.5 2H13.5C14.7095 2 15.7184 2.85888 15.95 4ZM15 4.5C15 3.67157 14.3284 3 13.5 3H10.5C9.67157 3 9 3.67157 9 4.5V5.5C9 5.77614 9.22386 6 9.5 6H14.5C14.7761 6 15 5.77614 15 5.5V4.5Z\" fill=\"currentColor\"/>",
|
|
@@ -9296,6 +9324,20 @@
|
|
|
9296
9324
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
9297
9325
|
"componentName": "IconDraft"
|
|
9298
9326
|
},
|
|
9327
|
+
{
|
|
9328
|
+
"category": "Code",
|
|
9329
|
+
"svg": "<path d=\"M17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.7051 15.7051 14.25 17.5 14.25Z\" fill=\"currentColor\"/><path d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\" fill=\"currentColor\"/><path d=\"M17.5 9C18.0523 9 18.5 9.44772 18.5 10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10C16.5 9.44772 16.9477 9 17.5 9Z\" fill=\"currentColor\"/><path d=\"M17.5 4C18.0523 4 18.5 4.44772 18.5 5C18.5 5.55228 18.0523 6 17.5 6C16.9477 6 16.5 5.55228 16.5 5C16.5 4.44772 16.9477 4 17.5 4Z\" fill=\"currentColor\"/>",
|
|
9330
|
+
"iconName": "draft-simple",
|
|
9331
|
+
"variant": {
|
|
9332
|
+
"join": "round",
|
|
9333
|
+
"filled": "on",
|
|
9334
|
+
"radius": "2",
|
|
9335
|
+
"stroke": "1"
|
|
9336
|
+
},
|
|
9337
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
9338
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
9339
|
+
"componentName": "IconDraftSimple"
|
|
9340
|
+
},
|
|
9299
9341
|
{
|
|
9300
9342
|
"category": "Edit",
|
|
9301
9343
|
"svg": "<path d=\"M14.4453 3.04502C15.3532 2.88744 16.1192 3.14909 16.7412 3.81357C17.2426 4.34926 17.3347 5.01568 17.1884 5.68662C17.0469 6.33578 16.6775 7.02637 16.205 7.71885C15.2583 9.1064 13.7717 10.6726 12.3671 12.171C10.9391 13.6945 9.60148 15.1427 8.86617 16.3487C8.49594 16.956 8.32157 17.4351 8.31636 17.7882C8.31398 17.9538 8.34914 18.085 8.41402 18.1954C8.47982 18.3074 8.59344 18.4263 8.78999 18.5401L8.9023 18.5978C9.47363 18.8591 10.194 18.6858 11.1337 18.0577C12.1168 17.4006 13.1614 16.3624 14.2148 15.3009C15.2426 14.2651 16.2922 13.1921 17.2334 12.5655C17.7039 12.2523 18.2062 12.0091 18.7089 11.9737C19.2525 11.9355 19.7411 12.144 20.122 12.6095L20.2109 12.7286C20.618 13.3302 20.4942 14.0413 20.2587 14.6446C20.0042 15.2965 19.5502 16.0029 19.1337 16.6554C18.701 17.3334 18.3032 17.9614 18.081 18.5245C17.8557 19.0957 17.8709 19.4487 18.0361 19.6866C18.1726 19.883 18.3277 19.9643 18.5029 19.9903C18.6986 20.0193 18.9554 19.9826 19.2685 19.8624C19.8976 19.6209 20.5957 19.1079 21.1591 18.5958C21.3634 18.4102 21.6795 18.4248 21.8652 18.629C22.0509 18.8333 22.0354 19.1503 21.831 19.336C21.2327 19.8798 20.4266 20.489 19.6269 20.796C19.2256 20.95 18.7862 21.0429 18.3574 20.9796C17.9081 20.9131 17.5094 20.6793 17.2158 20.2569H17.2148C16.7555 19.5955 16.8897 18.8217 17.1513 18.1583C17.4162 17.4869 17.8734 16.7716 18.291 16.1173C18.725 15.4373 19.117 14.8212 19.3281 14.2804C19.5422 13.7316 19.5044 13.4336 19.3486 13.2433C19.1634 13.0169 18.9839 12.9574 18.7793 12.9718C18.5337 12.9891 18.2063 13.1192 17.788 13.3976C16.9517 13.9542 15.9845 14.9371 14.9238 16.006C13.8886 17.0492 12.7719 18.1652 11.6894 18.8888C10.6262 19.5994 9.40889 20.0535 8.28902 19.4054H8.28804C7.97215 19.2223 7.72067 18.9897 7.55171 18.7022C7.38183 18.4131 7.31159 18.096 7.31636 17.7726C7.32572 17.1472 7.61503 16.4804 8.01265 15.8282C8.81323 14.5152 10.2324 12.9855 11.6367 11.4874C13.0646 9.96407 14.4861 8.46372 15.3789 7.15537C15.826 6.50001 16.1101 5.93567 16.2109 5.47373C16.3069 5.03347 16.2308 4.7323 16.0107 4.49717C15.6173 4.07695 15.1896 3.93081 14.6162 4.03037C13.9923 4.13872 13.1839 4.54295 12.1162 5.32139C9.98765 6.87314 7.05791 9.73224 2.85249 13.9083C2.65655 14.1029 2.34004 14.1013 2.14546 13.9054C1.9509 13.7094 1.95148 13.3929 2.14742 13.1983C6.32927 9.04567 9.32242 6.12119 11.5273 4.51377C12.6261 3.71268 13.5876 3.19397 14.4453 3.04502Z\" fill=\"currentColor\"/>",
|
|
@@ -11578,6 +11620,20 @@
|
|
|
11578
11620
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
11579
11621
|
"componentName": "IconForkKnife"
|
|
11580
11622
|
},
|
|
11623
|
+
{
|
|
11624
|
+
"category": "Code",
|
|
11625
|
+
"svg": "<path d=\"M17.5 3.25C19.2949 3.25 20.75 4.70507 20.75 6.5C20.75 8.1249 19.5576 9.47142 18 9.71191V10C18 11.3807 16.8807 12.5 15.5 12.5H12.5V14.2871C14.0576 14.5275 15.25 15.875 15.25 17.5C15.25 19.2949 13.7949 20.75 12 20.75C10.2051 20.75 8.75 19.2949 8.75 17.5C8.75 15.875 9.94237 14.5275 11.5 14.2871V12.5H8.5C7.11929 12.5 6 11.3807 6 10V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V10C7 10.8284 7.67157 11.5 8.5 11.5H15.5C16.3284 11.5 17 10.8284 17 10V9.71191C15.4424 9.47142 14.25 8.1249 14.25 6.5C14.25 4.70507 15.7051 3.25 17.5 3.25Z\" fill=\"currentColor\"/>",
|
|
11626
|
+
"iconName": "fork-simple, agents",
|
|
11627
|
+
"variant": {
|
|
11628
|
+
"join": "round",
|
|
11629
|
+
"filled": "on",
|
|
11630
|
+
"radius": "2",
|
|
11631
|
+
"stroke": "1"
|
|
11632
|
+
},
|
|
11633
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
11634
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
11635
|
+
"componentName": "IconForkSimple"
|
|
11636
|
+
},
|
|
11581
11637
|
{
|
|
11582
11638
|
"category": "Food",
|
|
11583
11639
|
"svg": "<path d=\"M16.5 2.75C15.3884 2.75 14.4398 3.41543 13.791 4.35135C13.1397 5.29081 12.75 6.55126 12.75 7.88636C12.75 10.3036 14.0741 12.3987 16 12.7101V20.5C16 20.7761 16.2239 21 16.5 21C16.7761 21 17 20.7761 17 20.5V12.7101C18.9259 12.3987 20.25 10.3036 20.25 7.88636C20.25 6.55126 19.8603 5.29081 19.209 4.35135C18.5602 3.41543 17.6116 2.75 16.5 2.75Z\" fill=\"currentColor\"/><path d=\"M5 3.5C5 3.22386 4.77614 3 4.5 3C4.22386 3 4 3.22386 4 3.5V9.5C4 11.2632 5.30385 12.7219 7 12.9646V20.5C7 20.7761 7.22386 21 7.5 21C7.77614 21 8 20.7761 8 20.5V12.9646C9.69615 12.7219 11 11.2632 11 9.5V3.5C11 3.22386 10.7761 3 10.5 3C10.2239 3 10 3.22386 10 3.5V9.5C10 10.8807 8.88071 12 7.5 12C6.11929 12 5 10.8807 5 9.5V3.5Z\" fill=\"currentColor\"/><path d=\"M7 3.5C7 3.22386 6.77614 3 6.5 3C6.22386 3 6 3.22386 6 3.5V10C6 10.2761 6.22386 10.5 6.5 10.5C6.77614 10.5 7 10.2761 7 10V3.5Z\" fill=\"currentColor\"/><path d=\"M9 3.5C9 3.22386 8.77614 3 8.5 3C8.22386 3 8 3.22386 8 3.5V10C8 10.2761 8.22386 10.5 8.5 10.5C8.77614 10.5 9 10.2761 9 10V3.5Z\" fill=\"currentColor\"/>",
|
|
@@ -15568,6 +15624,20 @@
|
|
|
15568
15624
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
15569
15625
|
"componentName": "IconMergeConflict"
|
|
15570
15626
|
},
|
|
15627
|
+
{
|
|
15628
|
+
"category": "Code",
|
|
15629
|
+
"svg": "<path d=\"M15.5 5.99996C16.8807 5.99998 18 7.11926 18 8.49996V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.7499 19.2949 19.2949 20.7499 17.5 20.75C15.705 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4423 14.5275 17 14.2871V8.49996C17 7.67155 16.3284 6.99998 15.5 6.99996H11.5C11.2238 6.99996 11 6.77609 11 6.49996C11 6.22382 11.2238 5.99996 11.5 5.99996H15.5Z\" fill=\"currentColor\"/><path d=\"M6.49996 9.99996C6.77609 9.99998 6.99996 10.2238 6.99996 10.5V19.5C6.99994 19.7761 6.77607 19.9999 6.49996 20C6.22383 20 5.99998 19.7761 5.99996 19.5V10.5C5.99996 10.2238 6.22382 9.99996 6.49996 9.99996Z\" fill=\"currentColor\"/><path d=\"M8.14645 4.14645C8.34171 3.95118 8.65822 3.95118 8.85348 4.14645C9.0487 4.34171 9.04873 4.65823 8.85348 4.85348L7.20699 6.49996L8.85348 8.14645C9.0487 8.34171 9.04873 8.65823 8.85348 8.85348C8.65823 9.04873 8.34171 9.0487 8.14645 8.85348L6.49996 7.20699L4.85348 8.85348C4.65823 9.04873 4.34171 9.0487 4.14645 8.85348C3.95118 8.65822 3.95118 8.34171 4.14645 8.14645L5.79293 6.49996L4.14645 4.85348C3.95118 4.65822 3.95118 4.34171 4.14645 4.14645C4.34171 3.95118 4.65822 3.95118 4.85348 4.14645L6.49996 5.79293L8.14645 4.14645Z\" fill=\"currentColor\"/>",
|
|
15630
|
+
"iconName": "merge-conflict-simple",
|
|
15631
|
+
"variant": {
|
|
15632
|
+
"join": "round",
|
|
15633
|
+
"filled": "on",
|
|
15634
|
+
"radius": "2",
|
|
15635
|
+
"stroke": "1"
|
|
15636
|
+
},
|
|
15637
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
15638
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
15639
|
+
"componentName": "IconMergeConflictSimple"
|
|
15640
|
+
},
|
|
15571
15641
|
{
|
|
15572
15642
|
"category": "Code",
|
|
15573
15643
|
"svg": "<path d=\"M6.5 4C7.70949 4 8.71858 4.85886 8.9502 6H15.5C16.8807 6 18 7.11929 18 8.5V15.0498C19.1411 15.2814 20 16.2905 20 17.5C20 18.8807 18.8807 20 17.5 20C16.1193 20 15 18.8807 15 17.5C15 16.2905 15.8589 15.2814 17 15.0498V8.5C17 7.67157 16.3284 7 15.5 7H8.9502C8.75138 7.97953 7.97951 8.75033 7 8.94922V15.0498C8.14114 15.2814 9 16.2905 9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.2905 4.85886 15.2814 6 15.0498V8.94922C4.85895 8.71753 4 7.70943 4 6.5C4 5.11929 5.11929 4 6.5 4Z\" fill=\"currentColor\"/>",
|
|
@@ -15582,6 +15652,20 @@
|
|
|
15582
15652
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
15583
15653
|
"componentName": "IconMerged"
|
|
15584
15654
|
},
|
|
15655
|
+
{
|
|
15656
|
+
"category": "Code",
|
|
15657
|
+
"svg": "<path d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.12319 8.56003 9.46837 7.00488 9.71094C7.11466 13.6851 10.3141 16.8838 14.2881 16.9941C14.531 15.4394 15.8771 14.25 17.5 14.25C19.2949 14.25 20.75 15.7051 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.873 20.75 14.5241 19.5546 14.2861 17.9941C11.1284 17.9161 8.39945 16.1185 7 13.5V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\" fill=\"currentColor\"/>",
|
|
15658
|
+
"iconName": "merged-simple",
|
|
15659
|
+
"variant": {
|
|
15660
|
+
"join": "round",
|
|
15661
|
+
"filled": "on",
|
|
15662
|
+
"radius": "2",
|
|
15663
|
+
"stroke": "1"
|
|
15664
|
+
},
|
|
15665
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
15666
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
15667
|
+
"componentName": "IconMergedSimple"
|
|
15668
|
+
},
|
|
15585
15669
|
{
|
|
15586
15670
|
"category": "Sound & Music",
|
|
15587
15671
|
"svg": "<path d=\"M7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12V7Z\" fill=\"currentColor\"/><path d=\"M5.25164 13.8669C5.17817 13.6007 4.90282 13.4444 4.63663 13.5179C4.37044 13.5914 4.21421 13.8667 4.28768 14.1329C5.17861 17.3609 8.04156 19.7713 11.5 19.9845V21.4999C11.5 21.776 11.7239 21.9999 12 21.9999C12.2762 21.9999 12.5 21.776 12.5 21.4999V19.9845C15.9585 19.7713 18.8215 17.3609 19.7124 14.1329C19.7859 13.8667 19.6296 13.5914 19.3635 13.5179C19.0973 13.4444 18.8219 13.6007 18.7484 13.8669C17.9315 16.8269 15.2189 18.9999 12 18.9999C8.78119 18.9999 6.06859 16.8269 5.25164 13.8669Z\" fill=\"currentColor\"/>",
|
|
@@ -19040,6 +19124,34 @@
|
|
|
19040
19124
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
19041
19125
|
"componentName": "IconPullRequest"
|
|
19042
19126
|
},
|
|
19127
|
+
{
|
|
19128
|
+
"category": "Code",
|
|
19129
|
+
"svg": "<path d=\"M17.5 10C17.7761 10 18 10.2239 18 10.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V10.5C17 10.2239 17.2239 10 17.5 10Z\" fill=\"currentColor\"/><path d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\" fill=\"currentColor\"/><path d=\"M19.1465 4.14648C19.3417 3.95122 19.6583 3.95122 19.8535 4.14648C20.0488 4.34175 20.0488 4.65825 19.8535 4.85352L18.207 6.5L19.8535 8.14648C20.0488 8.34175 20.0488 8.65825 19.8535 8.85352C19.6583 9.04878 19.3417 9.04878 19.1465 8.85352L17.5 7.20703L15.8535 8.85352C15.6583 9.04878 15.3417 9.04878 15.1465 8.85352C14.9512 8.65825 14.9512 8.34175 15.1465 8.14648L16.793 6.5L15.1465 4.85352C14.9512 4.65825 14.9512 4.34175 15.1465 4.14648C15.3417 3.95122 15.6583 3.95122 15.8535 4.14648L17.5 5.79297L19.1465 4.14648Z\" fill=\"currentColor\"/>",
|
|
19130
|
+
"iconName": "pull-request-closed-simple",
|
|
19131
|
+
"variant": {
|
|
19132
|
+
"join": "round",
|
|
19133
|
+
"filled": "on",
|
|
19134
|
+
"radius": "2",
|
|
19135
|
+
"stroke": "1"
|
|
19136
|
+
},
|
|
19137
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
19138
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
19139
|
+
"componentName": "IconPullRequestClosedSimple"
|
|
19140
|
+
},
|
|
19141
|
+
{
|
|
19142
|
+
"category": "Code",
|
|
19143
|
+
"svg": "<path d=\"M15.5 6C16.8807 6.00002 18 7.1193 18 8.5V14.2871C19.5576 14.5275 20.75 15.875 20.75 17.5C20.75 19.2949 19.2949 20.75 17.5 20.75C15.7051 20.75 14.25 19.2949 14.25 17.5C14.25 15.875 15.4424 14.5275 17 14.2871V8.5C17 7.67158 16.3284 7.00002 15.5 7H11.5C11.2239 7 11 6.77614 11 6.5C11 6.22386 11.2239 6 11.5 6H15.5Z\" fill=\"currentColor\"/><path d=\"M6.5 3.25C8.29493 3.25 9.75 4.70507 9.75 6.5C9.75 8.1249 8.55756 9.47142 7 9.71191V19.5C7 19.7761 6.77614 20 6.5 20C6.22386 20 6 19.7761 6 19.5V9.71191C4.44244 9.47142 3.25 8.1249 3.25 6.5C3.25 4.70507 4.70507 3.25 6.5 3.25Z\" fill=\"currentColor\"/>",
|
|
19144
|
+
"iconName": "pull-request-simple",
|
|
19145
|
+
"variant": {
|
|
19146
|
+
"join": "round",
|
|
19147
|
+
"filled": "on",
|
|
19148
|
+
"radius": "2",
|
|
19149
|
+
"stroke": "1"
|
|
19150
|
+
},
|
|
19151
|
+
"createdAt": "2026-03-18T07:00:53.819312+00:00",
|
|
19152
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
19153
|
+
"componentName": "IconPullRequestSimple"
|
|
19154
|
+
},
|
|
19043
19155
|
{
|
|
19044
19156
|
"category": "Nature & Energy",
|
|
19045
19157
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 6.93699C19.8626 6.71497 20.5 5.93192 20.5 5C20.5 3.89543 19.6046 3 18.5 3C17.3954 3 16.5 3.89543 16.5 5C16.5 5.06843 16.5034 5.13606 16.5101 5.20272L4.35033 10.1017C3.87583 8.66668 3.99964 7.15622 4.6044 5.86289C4.72137 5.61275 4.61341 5.31514 4.36327 5.19817C4.11312 5.0812 3.81552 5.18916 3.69855 5.43931C2.9136 7.11796 2.81879 9.11283 3.60383 10.9525C4.38888 12.7922 5.89476 14.104 7.64984 14.6987C7.91137 14.7873 8.19523 14.6471 8.28386 14.3856C8.37248 14.1241 8.23231 13.8402 7.97078 13.7516C6.62493 13.2955 5.45342 12.3466 4.7446 11.021L11.2321 8.40727L8.67052 16H15.3295L12.5842 7.86255L16.8572 6.14101C17.1268 6.52846 17.53 6.81601 18 6.93699V20H16.679L15.6669 17H8.33315L7.32103 20H3.5C3.22386 20 3 20.2239 3 20.5C3 20.7761 3.22386 21 3.5 21H20.5C20.7761 21 21 20.7761 21 20.5C21 20.2239 20.7761 20 20.5 20H19V6.93699ZM18.5 4C17.9477 4 17.5 4.44772 17.5 5C17.5 5.05659 17.5047 5.11209 17.5137 5.16611C17.5479 5.20617 17.5763 5.25235 17.597 5.30389C17.6229 5.36795 17.6344 5.43423 17.6333 5.4992C17.8061 5.79854 18.1295 6 18.5 6C19.0523 6 19.5 5.55228 19.5 5C19.5 4.44772 19.0523 4 18.5 4Z\" fill=\"currentColor\"/>",
|