@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.140 → 1.1.142
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/IconDeepDive/index.d.ts +4 -0
- package/IconDeepDive/index.js +2 -0
- package/IconDeepDive/index.js.map +1 -0
- package/IconDeepDive/index.mjs +2 -0
- package/IconDeepDive/index.mjs.map +1 -0
- package/IconGroup2/index.js +1 -1
- package/IconGroup2/index.js.map +1 -1
- package/IconGroup2/index.mjs +1 -1
- package/IconGroup2/index.mjs.map +1 -1
- package/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/index.mjs.map +1 -0
- package/IconPeopleEdit/index.js +1 -1
- package/IconPeopleEdit/index.js.map +1 -1
- package/IconPeopleEdit/index.mjs +1 -1
- package/IconPeopleEdit/index.mjs.map +1 -1
- package/IconPeopleLike/index.js +1 -1
- package/IconPeopleLike/index.js.map +1 -1
- package/IconPeopleLike/index.mjs +1 -1
- package/IconPeopleLike/index.mjs.map +1 -1
- package/IconPersona/index.js +1 -1
- package/IconPersona/index.js.map +1 -1
- package/IconPersona/index.mjs +1 -1
- package/IconPersona/index.mjs.map +1 -1
- package/IconSurfing/index.js +1 -1
- package/IconSurfing/index.js.map +1 -1
- package/IconSurfing/index.mjs +1 -1
- package/IconSurfing/index.mjs.map +1 -1
- package/IconUserAddRight/index.js +1 -1
- package/IconUserAddRight/index.js.map +1 -1
- package/IconUserAddRight/index.mjs +1 -1
- package/IconUserAddRight/index.mjs.map +1 -1
- package/IconVoiceCircle/index.d.ts +4 -0
- package/IconVoiceCircle/index.js +2 -0
- package/IconVoiceCircle/index.js.map +1 -0
- package/IconVoiceCircle/index.mjs +2 -0
- package/IconVoiceCircle/index.mjs.map +1 -0
- package/IconWheelchair/index.js +1 -1
- package/IconWheelchair/index.js.map +1 -1
- package/IconWheelchair/index.mjs +1 -1
- package/IconWheelchair/index.mjs.map +1 -1
- package/README.md +3 -0
- package/filtered-icons.json +49 -7
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +28 -7
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconDeepDive:()=>u,default:()=>k});module.exports=g(v);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconDeepDive});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDeepDive_exports","__export","IconDeepDive","IconDeepDive_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(C,{...p,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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconDeepDive,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/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 IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
package/IconGroup2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?m(B(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(p({},"__esModule",{value:!0}),r);var g={};L(g,{IconGroup2:()=>l,default:()=>P});module.exports=x(g);var e=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),l=r=>e.default.createElement(d,{...r},e.default.createElement(C.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M1.66345 17.
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?m(B(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(p({},"__esModule",{value:!0}),r);var g={};L(g,{IconGroup2:()=>l,default:()=>P});module.exports=x(g);var e=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),l=r=>e.default.createElement(d,{...r},e.default.createElement(C.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M1.66345 17.3581C1.04109 18.9829 2.47768 20.5001 4.2176 20.5001H10.7761C12.516 20.5001 13.9526 18.9829 13.3303 17.3581C11.0631 11.4392 3.93059 11.4392 1.66345 17.3581Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M15.997 20.5001H19.7762C21.5162 20.5001 22.9533 18.9863 22.3316 17.3612C20.8612 13.5181 17.3403 12.1686 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconGroup2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconGroup2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.66345 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.66345 17.3581C1.04109 18.9829 2.47768 20.5001 4.2176 20.5001H10.7761C12.516 20.5001 13.9526 18.9829 13.3303 17.3581C11.0631 11.4392 3.93059 11.4392 1.66345 17.3581Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.997 20.5001H19.7762C21.5162 20.5001 22.9533 18.9863 22.3316 17.3612C20.8612 13.5181 17.3403 12.1686 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
package/IconGroup2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1.66345 17.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1.66345 17.3581C1.04109 18.9829 2.47768 20.5001 4.2176 20.5001H10.7761C12.516 20.5001 13.9526 18.9829 13.3303 17.3581C11.0631 11.4392 3.93059 11.4392 1.66345 17.3581Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15.997 20.5001H19.7762C21.5162 20.5001 22.9533 18.9863 22.3316 17.3612C20.8612 13.5181 17.3403 12.1686 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconGroup2,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconGroup2/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.66345 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/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 IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.66345 17.3581C1.04109 18.9829 2.47768 20.5001 4.2176 20.5001H10.7761C12.516 20.5001 13.9526 18.9829 13.3303 17.3581C11.0631 11.4392 3.93059 11.4392 1.66345 17.3581Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.997 20.5001H19.7762C21.5162 20.5001 22.9533 18.9863 22.3316 17.3612C20.8612 13.5181 17.3403 12.1686 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=x(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(I(r)):{},c(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>c(C({},"__esModule",{value:!0}),r);var y={};k(y,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(y);var t=a(require("react"));var i=a(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.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=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M15.5 1.5H8.5C6.84315 1.5 5.5 2.84315 5.5 4.5V19.5C5.5 21.1569 6.84315 22.5 8.5 22.5H15.5C17.1569 22.5 18.5 21.1569 18.5 19.5V4.5C18.5 2.84315 17.1569 1.5 15.5 1.5Z",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconHapticFeedback});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 1.5H8.5C6.84315 1.5 5.5 2.84315 5.5 4.5V19.5C5.5 21.1569 6.84315 22.5 8.5 22.5H15.5C17.1569 22.5 18.5 21.1569 18.5 19.5V4.5C18.5 2.84315 17.1569 1.5 15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"6.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,wBAAAE,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,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as c}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(c,{d:"M15.5 1.5H8.5C6.84315 1.5 5.5 2.84315 5.5 4.5V19.5C5.5 21.1569 6.84315 22.5 8.5 22.5H15.5C17.1569 22.5 18.5 21.1569 18.5 19.5V4.5C18.5 2.84315 17.1569 1.5 15.5 1.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),k=a;export{a as IconHapticFeedback,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 1.5H8.5C6.84315 1.5 5.5 2.84315 5.5 4.5V19.5C5.5 21.1569 6.84315 22.5 8.5 22.5H15.5C17.1569 22.5 18.5 21.1569 18.5 19.5V4.5C18.5 2.84315 17.1569 1.5 15.5 1.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"6.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
package/IconPeopleEdit/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(x(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>i(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconPeopleEdit:()=>m,default:()=>L});module.exports=P(g);var t=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.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"),m=r=>t.default.createElement(u,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"6.5",r:"4",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M13.5 21.
|
|
1
|
+
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(x(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>i(C({},"__esModule",{value:!0}),r);var g={};I(g,{IconPeopleEdit:()=>m,default:()=>L});module.exports=P(g);var t=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.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"),m=r=>t.default.createElement(u,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"6.5",r:"4",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M13.5 21.4999V20.7425C13.5 19.9469 13.8161 19.1838 14.3787 18.6212L18.5 14.4999C19.0523 13.9476 19.9477 13.9476 20.5 14.4999C21.0523 15.0522 21.0523 15.9476 20.5 16.4999L16.3787 20.6212C15.8161 21.1838 15.053 21.4999 14.2574 21.4999H13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=m;0&&(module.exports={IconPeopleEdit});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleEdit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"4\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleEdit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"4\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 21.4999V20.7425C13.5 19.9469 13.8161 19.1838 14.3787 18.6212L18.5 14.4999C19.0523 13.9476 19.9477 13.9476 20.5 14.4999C21.0523 15.0522 21.0523 15.9476 20.5 16.4999L16.3787 20.6212C15.8161 21.1838 15.053 21.4999 14.2574 21.4999H13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleEdit;\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,EAA6B,4BAEhBC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleEdit_exports","__export","IconPeopleEdit","IconPeopleEdit_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleEdit","props","React","CentralIconBase","IconPeopleEdit_default"]}
|
package/IconPeopleEdit/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(i,{cx:"12",cy:"6.5",r:"4",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.5 21.
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(i,{cx:"12",cy:"6.5",r:"4",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M13.5 21.4999V20.7425C13.5 19.9469 13.8161 19.1838 14.3787 18.6212L18.5 14.4999C19.0523 13.9476 19.9477 13.9476 20.5 14.4999C21.0523 15.0522 21.0523 15.9476 20.5 16.4999L16.3787 20.6212C15.8161 21.1838 15.053 21.4999 14.2574 21.4999H13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconPeopleEdit,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleEdit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"4\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 21.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleEdit/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPeopleEdit: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"4\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.9987 20.5H7.27342C5.51308 20.5 4.08667 18.9498 4.79478 17.3381C6.05582 14.4681 8.65415 12.5 11.9987 12.5C13.5002 12.5 14.8514 12.8967 15.9987 13.5936\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 21.4999V20.7425C13.5 19.9469 13.8161 19.1838 14.3787 18.6212L18.5 14.4999C19.0523 13.9476 19.9477 13.9476 20.5 14.4999C21.0523 15.0522 21.0523 15.9476 20.5 16.4999L16.3787 20.6212C15.8161 21.1838 15.053 21.4999 14.2574 21.4999H13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleEdit;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,4JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iPACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleEdit","props","React","CentralIconBase","IconPeopleEdit_default"]}
|
package/IconPeopleLike/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var c=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var g={};P(g,{IconPeopleLike:()=>d,default:()=>x});module.exports=h(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.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 p=require("react-native-svg"),d=o=>n.default.createElement(u,{...o},n.default.createElement(p.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M21.5 17.
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var g={};P(g,{IconPeopleLike:()=>d,default:()=>x});module.exports=h(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.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 p=require("react-native-svg"),d=o=>n.default.createElement(u,{...o},n.default.createElement(p.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"})),x=d;0&&(module.exports={IconPeopleLike});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,mIACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2QACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleLike_exports","__export","IconPeopleLike","IconPeopleLike_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
package/IconPeopleLike/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),r.createElement(t,{d:"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M21.5 17.
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),r.createElement(t,{d:"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"})),I=i;export{i as IconPeopleLike,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.9987 12.7498C13.3684 12.5865 12.7 12.5 11.9987 12.5C8.65415 12.5 6.05582 14.4681 4.79478 17.3381C4.08667 18.9498 5.51308 20.5 7.27342 20.5H12.4987\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,mIACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2QACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
package/IconPersona/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var y=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},i=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var u=(r,o,c)=>(c=r!=null?y(B(r)):{},i(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),g=r=>i(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconPersona:()=>s,default:()=>k});module.exports=g(v);var l=u(require("react"));var p=u(require("react")),f=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.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 n=require("react-native-svg"),s=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),k=s;0&&(module.exports={IconPersona});
|
|
1
|
+
"use strict";var y=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},i=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var u=(r,o,c)=>(c=r!=null?y(B(r)):{},i(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),g=r=>i(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconPersona:()=>s,default:()=>k});module.exports=g(v);var l=u(require("react"));var p=u(require("react")),f=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.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 n=require("react-native-svg"),s=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20.0001",r:"0.65",fill:"currentColor"})),k=s;0&&(module.exports={IconPersona});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconPersona/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20.0001\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
package/IconPersona/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(i,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as e}from"react-native-svg";var u=n=>r.createElement(c,{...n},r.createElement(e,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),P=u;export{u as IconPersona,P as default};
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(i,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as e}from"react-native-svg";var u=n=>r.createElement(c,{...n},r.createElement(e,{d:"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20.0001",r:"0.65",fill:"currentColor"})),P=u;export{u as IconPersona,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 2.53125C9.52684 2.7773 8 4.46049 8 6.5003C8 8.54011 9.52684 10.2233 11.5 10.4694\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 20.4998H7.27475C5.51441 20.4998 4.08805 18.9493 4.7962 17.3377C5.9937 14.6124 8.397 12.7005 11.5 12.5146\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20.0001\" r=\"0.65\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
package/IconSurfing/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var V=(L,C)=>{for(var r in C)t(L,r,{get:C[r],enumerable:!0})},Z=(L,C,r,M)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of c(C))!i.call(L,n)&&n!==r&&t(L,n,{get:()=>C[n],enumerable:!(M=H(C,n))||M.enumerable});return L};var p=(L,C,r)=>(r=L!=null?u(f(L)):{},Z(C||!L||!L.__esModule?t(r,"default",{value:L,enumerable:!0}):r,L)),d=L=>Z(t({},"__esModule",{value:!0}),L);var I={};V(I,{IconSurfing:()=>m,default:()=>B});module.exports=d(I);var o=p(require("react"));var s=p(require("react")),l=require("react-native-svg"),a=({children:L,size:C=24,...r})=>s.default.createElement(l.Svg,{...r,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},L);var e=require("react-native-svg"),m=L=>o.default.createElement(a,{...L},o.default.createElement(e.Path,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),o.default.createElement(e.Path,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),o.default.createElement(e.Path,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.default.createElement(e.Path,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),B=m;0&&(module.exports={IconSurfing});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconSurfing/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSurfing/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 IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\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,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/IconSurfing/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 IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\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,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2pIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconSurfing_exports","__export","IconSurfing","IconSurfing_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
|
package/IconSurfing/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C from"react";import t from"react";import{Svg as M}from"react-native-svg";var n=({children:o,size:L=24,...e})=>t.createElement(M,{...e,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},o);import{Path as r}from"react-native-svg";var Z=o=>C.createElement(n,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),i=Z;export{Z as IconSurfing,i as default};
|
|
1
|
+
import C from"react";import t from"react";import{Svg as M}from"react-native-svg";var n=({children:o,size:L=24,...e})=>t.createElement(M,{...e,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},o);import{Path as r}from"react-native-svg";var Z=o=>C.createElement(n,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),i=Z;export{Z as IconSurfing,i as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSurfing/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 IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\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,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/IconSurfing/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 IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\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,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2pIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(B(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>i(s({},"__esModule",{value:!0}),r);var h={};g(h,{IconUserAddRight:()=>u,default:()=>P});module.exports=k(h);var t=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(l.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=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M5.
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(B(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>i(s({},"__esModule",{value:!0}),r);var h={};g(h,{IconUserAddRight:()=>u,default:()=>P});module.exports=k(h);var t=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(l.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=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M5.30038 20.5C4.19581 20.5 3.27893 19.5956 3.49723 18.5128C4.21869 14.9343 6.89208 12 11.0004 12C15.1087 12 17.7822 14.9343 18.5037 18.5128C18.722 19.5956 17.8051 20.5 16.7006 20.5H5.30038Z",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"11",cy:"7.5",r:"4.5",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M20.5 8.5V14.5M23.5 11.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconUserAddRight});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUserAddRight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUserAddRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.
|
|
1
|
+
{"version":3,"sources":["../src/IconUserAddRight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUserAddRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.30038 20.5C4.19581 20.5 3.27893 19.5956 3.49723 18.5128C4.21869 14.9343 6.89208 12 11.0004 12C15.1087 12 17.7822 14.9343 18.5037 18.5128C18.722 19.5956 17.8051 20.5 16.7006 20.5H5.30038Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V14.5M23.5 11.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUserAddRight;\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,EAA6B,4BAEhBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gMACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUserAddRight_exports","__export","IconUserAddRight","IconUserAddRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUserAddRight","props","React","CentralIconBase","IconUserAddRight_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M5.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M5.30038 20.5C4.19581 20.5 3.27893 19.5956 3.49723 18.5128C4.21869 14.9343 6.89208 12 11.0004 12C15.1087 12 17.7822 14.9343 18.5037 18.5128C18.722 19.5956 17.8051 20.5 16.7006 20.5H5.30038Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(i,{cx:"11",cy:"7.5",r:"4.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M20.5 8.5V14.5M23.5 11.5H17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=a;export{a as IconUserAddRight,g as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUserAddRight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUserAddRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.
|
|
1
|
+
{"version":3,"sources":["../src/IconUserAddRight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUserAddRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.30038 20.5C4.19581 20.5 3.27893 19.5956 3.49723 18.5128C4.21869 14.9343 6.89208 12 11.0004 12C15.1087 12 17.7822 14.9343 18.5037 18.5128C18.722 19.5956 17.8051 20.5 16.7006 20.5H5.30038Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V14.5M23.5 11.5H17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUserAddRight;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconUserAddRight","props","React","CentralIconBase","IconUserAddRight_default"]}
|