@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.164 → 1.1.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/IconMapPin2/index.d.ts +4 -0
- package/IconMapPin2/index.js +2 -0
- package/IconMapPin2/index.js.map +1 -0
- package/IconMapPin2/index.mjs +2 -0
- package/IconMapPin2/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 +9 -0
- package/filtered-icons.json +126 -0
- package/icons/index.d.ts +9 -0
- package/icons-index.json +23 -5
- package/index.d.ts +9 -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 +63 -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 t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(C=B(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var h={};v(h,{IconMapPin2:()=>i,default:()=>g});module.exports=x(h);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconMapPin2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMapPin2_exports","__export","IconMapPin2","IconMapPin2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(C,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z",fill:"currentColor"})),d=a;export{a as IconMapPin2,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMapPin2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMapPin2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10C20 14.7862 15 17.5 13.1084 21.3418C12.8831 21.7444 12.4613 22 12 22C11.5387 22 11.0954 21.7557 10.8916 21.3418C9 17.5 4 14.7862 4 10C4 5.58172 7.58172 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMapPin2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kUACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMapPin2","props","React","CentralIconBase","IconMapPin2_default"]}
|
|
@@ -0,0 +1,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
|
|
@@ -1272,6 +1280,7 @@ Below is a complete list of available icons:
|
|
|
1272
1280
|
- IconLocation
|
|
1273
1281
|
- IconMap
|
|
1274
1282
|
- IconMapPin
|
|
1283
|
+
- IconMapPin2
|
|
1275
1284
|
- IconMapPinFlat
|
|
1276
1285
|
- IconPinCircle
|
|
1277
1286
|
- IconPinFlag
|