@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.141 → 1.1.143

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/IconDeepDive/index.d.ts +4 -0
  2. package/IconDeepDive/index.js +2 -0
  3. package/IconDeepDive/index.js.map +1 -0
  4. package/IconDeepDive/index.mjs +2 -0
  5. package/IconDeepDive/index.mjs.map +1 -0
  6. package/IconPeopleAdd/index.js +1 -1
  7. package/IconPeopleAdd/index.js.map +1 -1
  8. package/IconPeopleAdd/index.mjs +1 -1
  9. package/IconPeopleAdd/index.mjs.map +1 -1
  10. package/IconPeopleAdded/index.js +1 -1
  11. package/IconPeopleAdded/index.js.map +1 -1
  12. package/IconPeopleAdded/index.mjs +1 -1
  13. package/IconPeopleAdded/index.mjs.map +1 -1
  14. package/IconPeopleEdit/index.js +1 -1
  15. package/IconPeopleEdit/index.js.map +1 -1
  16. package/IconPeopleEdit/index.mjs +1 -1
  17. package/IconPeopleEdit/index.mjs.map +1 -1
  18. package/IconPeopleLike/index.js +1 -1
  19. package/IconPeopleLike/index.js.map +1 -1
  20. package/IconPeopleLike/index.mjs +1 -1
  21. package/IconPeopleLike/index.mjs.map +1 -1
  22. package/IconPeopleRemove/index.js +1 -1
  23. package/IconPeopleRemove/index.js.map +1 -1
  24. package/IconPeopleRemove/index.mjs +1 -1
  25. package/IconPeopleRemove/index.mjs.map +1 -1
  26. package/IconSurfing/index.js +1 -1
  27. package/IconSurfing/index.js.map +1 -1
  28. package/IconSurfing/index.mjs +1 -1
  29. package/IconSurfing/index.mjs.map +1 -1
  30. package/IconUserAddRight/index.js +1 -1
  31. package/IconUserAddRight/index.js.map +1 -1
  32. package/IconUserAddRight/index.mjs +1 -1
  33. package/IconUserAddRight/index.mjs.map +1 -1
  34. package/IconVoiceCircle/index.d.ts +4 -0
  35. package/IconVoiceCircle/index.js +2 -0
  36. package/IconVoiceCircle/index.js.map +1 -0
  37. package/IconVoiceCircle/index.mjs +2 -0
  38. package/IconVoiceCircle/index.mjs.map +1 -0
  39. package/README.md +2 -0
  40. package/filtered-icons.json +35 -7
  41. package/icons/index.d.ts +2 -0
  42. package/icons-index.json +8 -4
  43. package/index.d.ts +2 -0
  44. package/index.js +1 -1
  45. package/index.js.map +1 -1
  46. package/index.mjs +1 -1
  47. package/index.mjs.map +1 -1
  48. package/license-check.js +1 -1
  49. package/package.json +1 -1
  50. package/tsx-icons.json +21 -7
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconDeepDive: FC<CentralIconBaseProps>;
4
+ export default IconDeepDive;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconDeepDive:()=>u,default:()=>g});module.exports=P(h);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.3944 19.25C14.3944 11.9733 23.4916 13.4655 21.0991 4C17.9144 7.68103 14.8732 6 12.0004 8.5C9.12756 6 6.08545 7.68103 2.90074 4C0.508731 14.5172 9.60634 11.9733 9.60634 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 20.25C9.28654 17.25 13.7917 22.5 21 18.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=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.3944 19.25C14.3944 11.9733 23.4916 13.4655 21.0991 4C17.9144 7.68103 14.8732 6 12.0004 8.5C9.12756 6 6.08545 7.68103 2.90074 4C0.508731 14.5172 9.60634 11.9733 9.60634 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 20.25C9.28654 17.25 13.7917 22.5 21 18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,oLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,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 t=({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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M14.3944 19.25C14.3944 11.9733 23.4916 13.4655 21.0991 4C17.9144 7.68103 14.8732 6 12.0004 8.5C9.12756 6 6.08545 7.68103 2.90074 4C0.508731 14.5172 9.60634 11.9733 9.60634 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3 20.25C9.28654 17.25 13.7917 22.5 21 18.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconDeepDive,I 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.3944 19.25C14.3944 11.9733 23.4916 13.4655 21.0991 4C17.9144 7.68103 14.8732 6 12.0004 8.5C9.12756 6 6.08545 7.68103 2.90074 4C0.508731 14.5172 9.60634 11.9733 9.60634 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 20.25C9.28654 17.25 13.7917 22.5 21 18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,oLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of M(r))!B.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(f(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(p({},"__esModule",{value:!0}),o);var x={};I(x,{IconPeopleAdd:()=>c,default:()=>h});module.exports=P(x);var n=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>d.default.createElement(u.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 C=require("react-native-svg"),c=o=>n.default.createElement(l,{...o},n.default.createElement(C.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=c;0&&(module.exports={IconPeopleAdd});
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 P=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(B(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(p({},"__esModule",{value:!0}),o);var g={};P(g,{IconPeopleAdd:()=>c,default:()=>x});module.exports=h(g);var n=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>d.default.createElement(u.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 s=require("react-native-svg"),c=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M14.9985 13.838C14.0992 13.4592 13.0913 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2485",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconPeopleAdd});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleAdd/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 IconPeopleAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdd;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yZACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleAdd_exports","__export","IconPeopleAdd","IconPeopleAdd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleAdd","props","React","CentralIconBase","IconPeopleAdd_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleAdd/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 IconPeopleAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.9985 13.838C14.0992 13.4592 13.0913 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2485\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdd;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleAdd_exports","__export","IconPeopleAdd","IconPeopleAdd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleAdd","props","React","CentralIconBase","IconPeopleAdd_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...p})=>C.createElement(s,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconPeopleAdd,B as default};
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M14.9985 13.838C14.0992 13.4592 13.0913 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2485",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconPeopleAdd,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleAdd/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 IconPeopleAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdd;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yZACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleAdd","props","React","CentralIconBase","IconPeopleAdd_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleAdd/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 IconPeopleAdd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.9985 13.838C14.0992 13.4592 13.0913 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2485\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.25 15.25V18.25M18.25 18.25V21.25M18.25 18.25H15.25M18.25 18.25H21.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdd;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleAdd","props","React","CentralIconBase","IconPeopleAdd_default"]}
@@ -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=(o,r)=>{for(var e in r)p(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&&p(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var d=(o,r,e)=>(e=o!=null?m(B(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(p({},"__esModule",{value:!0}),o);var x={};L(x,{IconPeopleAdded:()=>c,default:()=>h});module.exports=P(x);var n=d(require("react"));var a=d(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>a.default.createElement(u.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 C=require("react-native-svg"),c=o=>n.default.createElement(l,{...o},n.default.createElement(C.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H11.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M14.75 18.6L16.95 20.25L20.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=c;0&&(module.exports={IconPeopleAdded});
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=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var d=(o,r,e)=>(e=o!=null?m(B(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(p({},"__esModule",{value:!0}),o);var x={};L(x,{IconPeopleAdded:()=>c,default:()=>h});module.exports=P(x);var n=d(require("react"));var a=d(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>a.default.createElement(u.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 s=require("react-native-svg"),c=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M14.75 18.6L16.95 20.25L20.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M11.25 20.25H5.59842C5.00916 20.25 4.54235 19.7406 4.67155 19.1657C5.43391 15.7735 8.20439 13.25 12 13.25C13.0928 13.25 14.1006 13.4592 15 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=c;0&&(module.exports={IconPeopleAdded});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleAdded/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 IconPeopleAdded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H11.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.75 18.6L16.95 20.25L20.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yZACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleAdded_exports","__export","IconPeopleAdded","IconPeopleAdded_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleAdded","props","React","CentralIconBase","IconPeopleAdded_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleAdded/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 IconPeopleAdded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.75 18.6L16.95 20.25L20.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.25 20.25H5.59842C5.00916 20.25 4.54235 19.7406 4.67155 19.1657C5.43391 15.7735 8.20439 13.25 12 13.25C13.0928 13.25 14.1006 13.4592 15 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleAdded_exports","__export","IconPeopleAdded","IconPeopleAdded_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleAdded","props","React","CentralIconBase","IconPeopleAdded_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...p})=>C.createElement(s,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H11.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M14.75 18.6L16.95 20.25L20.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconPeopleAdded,I as default};
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M14.75 18.6L16.95 20.25L20.25 14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M11.25 20.25H5.59842C5.00916 20.25 4.54235 19.7406 4.67155 19.1657C5.43391 15.7735 8.20439 13.25 12 13.25C13.0928 13.25 14.1006 13.4592 15 13.838",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconPeopleAdded,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleAdded/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 IconPeopleAdded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13115 13.3158 5.42253 15.8176 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H11.4985M11.8509 13.2513C11.8999 13.2504 11.9491 13.25 11.9985 13.25C12.3506 13.25 12.6939 13.2717 13.0275 13.3138M11.8509 13.2513C11.2008 13.2626 10.5819 13.3483 9.99864 13.5M13.0275 13.3138C13.3612 13.3559 13.6853 13.4184 13.9989 13.5M13.0275 13.3138C13.7295 13.4024 14.3889 13.5812 14.9985 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.75 18.6L16.95 20.25L20.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yZACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleAdded","props","React","CentralIconBase","IconPeopleAdded_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleAdded/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 IconPeopleAdded: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.75 18.6L16.95 20.25L20.25 14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.25 20.25H5.59842C5.00916 20.25 4.54235 19.7406 4.67155 19.1657C5.43391 15.7735 8.20439 13.25 12 13.25C13.0928 13.25 14.1006 13.4592 15 13.838\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleAdded;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleAdded","props","React","CentralIconBase","IconPeopleAdded_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(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 t of f(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(x(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>i(s({},"__esModule",{value:!0}),r);var h={};I(h,{IconPeopleEdit:()=>d,default:()=>P});module.exports=L(h);var n=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"),d=r=>n.default.createElement(u,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"6.5",r:"3.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.8931 13.25 13.7307 13.3902 14.4985 13.6489",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.75 21.25V19.9142C13.75 19.649 13.8554 19.3946 14.0429 19.2071L18.5429 14.7071C18.9334 14.3166 19.5666 14.3166 19.9571 14.7071L20.2929 15.0429C20.6834 15.4334 20.6834 16.0666 20.2929 16.4571L15.7929 20.9571C15.6054 21.1446 15.351 21.25 15.0858 21.25H13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconPeopleEdit});
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(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 t of f(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(x(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>i(s({},"__esModule",{value:!0}),r);var h={};I(h,{IconPeopleEdit:()=>d,default:()=>P});module.exports=L(h);var n=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"),d=r=>n.default.createElement(u,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"6.5",r:"3.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.75 21.2501V19.9143C13.75 19.6491 13.8554 19.3947 14.0429 19.2072L18.5429 14.7072C18.9334 14.3167 19.5666 14.3167 19.9571 14.7072L20.2929 15.043C20.6834 15.4335 20.6834 16.0667 20.2929 16.4572L15.7929 20.9572C15.6054 21.1447 15.351 21.2501 15.0858 21.2501H13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.7974 13.25 13.5509 13.3618 14.2498 13.57",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;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=\"3.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.8931 13.25 13.7307 13.3902 14.4985 13.6489\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 21.25V19.9142C13.75 19.649 13.8554 19.3946 14.0429 19.2071L18.5429 14.7071C18.9334 14.3166 19.5666 14.3166 19.9571 14.7071L20.2929 15.0429C20.6834 15.4334 20.6834 16.0666 20.2929 16.4571L15.7929 20.9571C15.6054 21.1446 15.351 21.25 15.0858 21.25H13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sQACF,OAAO,eACP,YAAY,MACZ,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"]}
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=\"3.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 21.2501V19.9143C13.75 19.6491 13.8554 19.3947 14.0429 19.2072L18.5429 14.7072C18.9334 14.3167 19.5666 14.3167 19.9571 14.7072L20.2929 15.043C20.6834 15.4335 20.6834 16.0667 20.2929 16.4572L15.7929 20.9572C15.6054 21.1447 15.351 21.2501 15.0858 21.2501H13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.7974 13.25 13.5509 13.3618 14.2498 13.57\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,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"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(i,{cx:"12",cy:"6.5",r:"3.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement(n,{d:"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.8931 13.25 13.7307 13.3902 14.4985 13.6489",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.75 21.25V19.9142C13.75 19.649 13.8554 19.3946 14.0429 19.2071L18.5429 14.7071C18.9334 14.3166 19.5666 14.3166 19.9571 14.7071L20.2929 15.0429C20.6834 15.4334 20.6834 16.0666 20.2929 16.4571L15.7929 20.9571C15.6054 21.1446 15.351 21.25 15.0858 21.25H13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconPeopleEdit,I as default};
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({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 n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(i,{cx:"12",cy:"6.5",r:"3.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.75 21.2501V19.9143C13.75 19.6491 13.8554 19.3947 14.0429 19.2072L18.5429 14.7072C18.9334 14.3167 19.5666 14.3167 19.9571 14.7072L20.2929 15.043C20.6834 15.4335 20.6834 16.0667 20.2929 16.4572L15.7929 20.9572C15.6054 21.1447 15.351 21.2501 15.0858 21.2501H13.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.7974 13.25 13.5509 13.3618 14.2498 13.57",stroke:"currentColor",strokeWidth:"1.5",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=\"3.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.8931 13.25 13.7307 13.3902 14.4985 13.6489\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 21.25V19.9142C13.75 19.649 13.8554 19.3946 14.0429 19.2071L18.5429 14.7071C18.9334 14.3166 19.5666 14.3166 19.9571 14.7071L20.2929 15.0429C20.6834 15.4334 20.6834 16.0666 20.2929 16.4571L15.7929 20.9571C15.6054 21.1446 15.351 21.25 15.0858 21.25H13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sQACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleEdit","props","React","CentralIconBase","IconPeopleEdit_default"]}
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=\"3.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.75 21.2501V19.9143C13.75 19.6491 13.8554 19.3947 14.0429 19.2072L18.5429 14.7072C18.9334 14.3167 19.5666 14.3167 19.9571 14.7072L20.2929 15.043C20.6834 15.4335 20.6834 16.0667 20.2929 16.4572L15.7929 20.9572C15.6054 21.1447 15.351 21.2501 15.0858 21.2501H13.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.7974 13.25 13.5509 13.3618 14.2498 13.57\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,OACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,4QACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPeopleEdit","props","React","CentralIconBase","IconPeopleEdit_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var k=Object.create;var C=Object.defineProperty;var m=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=m(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?k(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 L={};P(L,{IconPeopleLike:()=>c,default:()=>x});module.exports=h(L);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.default.createElement(d.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"),c=o=>n.default.createElement(l,{...o},n.default.createElement(p.Path,{d:"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.2485 13.3449C12.846 13.2824 12.4289 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2589",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconPeopleLike});
1
+ "use strict";var k=Object.create;var C=Object.defineProperty;var m=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=m(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?k(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 L={};P(L,{IconPeopleLike:()=>c,default:()=>x});module.exports=h(L);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.default.createElement(d.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"),c=o=>n.default.createElement(l,{...o},n.default.createElement(p.Path,{d:"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8453 13.2824 13.2476 13.3447",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;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=\"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2485 13.3449C12.846 13.2824 12.4289 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2589\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,gQACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,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"]}
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=\"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8453 13.2824 13.2476 13.3447\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,gQACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,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"]}
@@ -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:"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M13.2485 13.3449C12.846 13.2824 12.4289 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2589",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconPeopleLike,I as default};
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:"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8453 13.2824 13.2476 13.3447",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",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=\"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.2485 13.3449C12.846 13.2824 12.4289 13.25 11.9985 13.25C8.20293 13.25 5.43245 15.7735 4.67009 19.1657C4.54089 19.7406 5.0077 20.25 5.59696 20.25H12.2589\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,gQACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
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=\"M21.25 17.6667C21.25 19.7431 18.2708 21.2778 18 21.2778C17.7292 21.2778 14.75 19.7431 14.75 17.6667C14.75 16.2222 15.6528 15.5 16.5556 15.5C17.4583 15.5 18 16.0417 18 16.0417C18 16.0417 18.5417 15.5 19.4444 15.5C20.3472 15.5 21.25 16.2222 21.25 17.6667Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8453 13.2824 13.2476 13.3447\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,gQACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!B.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(f(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),M=o=>i(p({},"__esModule",{value:!0}),o);var h={};I(h,{IconPeopleRemove:()=>m,default:()=>P});module.exports=M(h);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.default.createElement(d.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 s=require("react-native-svg"),m=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M11.8509 13.2513C8.13122 13.3158 5.42259 15.8176 4.67016 19.1657C4.54095 19.7406 5.00593 20.25 5.59519 20.25H12.2486M11.8509 13.2513C11.9 13.2504 11.9492 13.25 11.9986 13.25C12.5187 13.25 13.0195 13.2974 13.4986 13.3879M11.8509 13.2513C11.2008 13.2626 10.582 13.3483 9.9987 13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconPeopleRemove});
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!B.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(f(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(p({},"__esModule",{value:!0}),o);var x={};I(x,{IconPeopleRemove:()=>m,default:()=>h});module.exports=P(x);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.default.createElement(d.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 s=require("react-native-svg"),m=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8454 13.2824 13.2476 13.3448",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=m;0&&(module.exports={IconPeopleRemove});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleRemove/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 IconPeopleRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13122 13.3158 5.42259 15.8176 4.67016 19.1657C4.54095 19.7406 5.00593 20.25 5.59519 20.25H12.2486M11.8509 13.2513C11.9 13.2504 11.9492 13.25 11.9986 13.25C12.5187 13.25 13.0195 13.2974 13.4986 13.3879M11.8509 13.2513C11.2008 13.2626 10.582 13.3483 9.9987 13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleRemove;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleRemove_exports","__export","IconPeopleRemove","IconPeopleRemove_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleRemove","props","React","CentralIconBase","IconPeopleRemove_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleRemove/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 IconPeopleRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8454 13.2824 13.2476 13.3448\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleRemove;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleRemove_exports","__export","IconPeopleRemove","IconPeopleRemove_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleRemove","props","React","CentralIconBase","IconPeopleRemove_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M11.8509 13.2513C8.13122 13.3158 5.42259 15.8176 4.67016 19.1657C4.54095 19.7406 5.00593 20.25 5.59519 20.25H12.2486M11.8509 13.2513C11.9 13.2504 11.9492 13.25 11.9986 13.25C12.5187 13.25 13.0195 13.2974 13.4986 13.3879M11.8509 13.2513C11.2008 13.2626 10.582 13.3483 9.9987 13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconPeopleRemove,B as default};
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,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:"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8454 13.2824 13.2476 13.3448",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconPeopleRemove,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPeopleRemove/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 IconPeopleRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.8509 13.2513C8.13122 13.3158 5.42259 15.8176 4.67016 19.1657C4.54095 19.7406 5.00593 20.25 5.59519 20.25H12.2486M11.8509 13.2513C11.9 13.2504 11.9492 13.25 11.9986 13.25C12.5187 13.25 13.0195 13.2974 13.4986 13.3879M11.8509 13.2513C11.2008 13.2626 10.582 13.3483 9.9987 13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleRemove;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yRACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleRemove","props","React","CentralIconBase","IconPeopleRemove_default"]}
1
+ {"version":3,"sources":["../src/IconPeopleRemove/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 IconPeopleRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.75 6.5C15.75 8.57107 14.0711 10.25 12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75C14.0711 2.75 15.75 4.42893 15.75 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.2485 20.25H5.59696C5.0077 20.25 4.54089 19.7406 4.67009 19.1657C5.43245 15.7735 8.20293 13.25 11.9985 13.25C12.4285 13.25 12.8454 13.2824 13.2476 13.3448\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 16L18 18M18 18L16 20M18 18L16 16M18 18L20 20\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleRemove;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleRemove","props","React","CentralIconBase","IconPeopleRemove_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var f=(L,C)=>{for(var r in C)n(L,r,{get:C[r],enumerable:!0})},Z=(L,C,r,M)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of H(C))!d.call(L,t)&&t!==r&&n(L,t,{get:()=>C[t],enumerable:!(M=u(C,t))||M.enumerable});return L};var p=(L,C,r)=>(r=L!=null?m(c(L)):{},Z(C||!L||!L.__esModule?n(r,"default",{value:L,enumerable:!0}):r,L)),k=L=>Z(n({},"__esModule",{value:!0}),L);var I={};f(I,{IconSurfing:()=>a,default:()=>B});module.exports=k(I);var o=p(require("react"));var s=p(require("react")),l=require("react-native-svg"),i=({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"),a=L=>o.default.createElement(i,{...L},o.default.createElement(e.Path,{d:"M17.5 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z",stroke:"currentColor",strokeWidth:"1.5"}),o.default.createElement(e.Path,{d:"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z",fill:"currentColor"}),o.default.createElement(e.Path,{d:"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75",stroke:"currentColor",strokeWidth:"1.5"}),o.default.createElement(e.Path,{d:"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;0&&(module.exports={IconSurfing});
1
+ "use strict";var m=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var f=(L,C)=>{for(var r in C)n(L,r,{get:C[r],enumerable:!0})},Z=(L,C,r,M)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of H(C))!d.call(L,t)&&t!==r&&n(L,t,{get:()=>C[t],enumerable:!(M=u(C,t))||M.enumerable});return L};var p=(L,C,r)=>(r=L!=null?m(c(L)):{},Z(C||!L||!L.__esModule?n(r,"default",{value:L,enumerable:!0}):r,L)),V=L=>Z(n({},"__esModule",{value:!0}),L);var B={};f(B,{IconSurfing:()=>a,default:()=>k});module.exports=V(B);var o=p(require("react"));var s=p(require("react")),l=require("react-native-svg"),i=({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"),a=L=>o.default.createElement(i,{...L},o.default.createElement(e.Path,{d:"M17.5 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z",stroke:"currentColor",strokeWidth:"1.5"}),o.default.createElement(e.Path,{d:"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239V9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733V13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593V17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z",fill:"currentColor"}),o.default.createElement(e.Path,{d:"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75",stroke:"currentColor",strokeWidth:"1.5"}),o.default.createElement(e.Path,{d:"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=a;0&&(module.exports={IconSurfing});
2
2
  //# sourceMappingURL=index.js.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 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uoIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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"]}
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 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239V9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733V13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593V17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6pIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kEACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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"]}
@@ -1,2 +1,2 @@
1
- import C from"react";import n from"react";import{Svg as M}from"react-native-svg";var t=({children:o,size:L=24,...e})=>n.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(t,{...o},C.createElement(r,{d:"M17.5 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z",stroke:"currentColor",strokeWidth:"1.5"}),C.createElement(r,{d:"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75",stroke:"currentColor",strokeWidth:"1.5"}),C.createElement(r,{d:"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),d=Z;export{Z as IconSurfing,d as default};
1
+ import C from"react";import n from"react";import{Svg as M}from"react-native-svg";var t=({children:o,size:L=24,...e})=>n.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(t,{...o},C.createElement(r,{d:"M17.5 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z",stroke:"currentColor",strokeWidth:"1.5"}),C.createElement(r,{d:"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239V9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733V13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593V17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75",stroke:"currentColor",strokeWidth:"1.5"}),C.createElement(r,{d:"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),d=Z;export{Z as IconSurfing,d 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 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uoIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
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 5C17.5 6.24264 16.4926 7.25 15.25 7.25C14.0074 7.25 13 6.24264 13 5C13 3.75736 14.0074 2.75 15.25 2.75C16.4926 2.75 17.5 3.75736 17.5 5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M14.5 7.206L14.7896 6.51417V6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239V9.80239L17 9.206ZM19.7956 10.7178L20.0937 10.0295V10.0295L19.7956 10.7178ZM18.9184 13.0339L18.6468 13.733V13.733L18.9184 13.0339ZM15.5 11.706L15.7716 11.0069C15.4107 10.8667 15.0023 11.0243 14.8292 11.3706L15.5 11.706ZM14.5 13.706L13.8292 13.3706C13.6848 13.6593 13.7414 14.0081 13.9697 14.2363L14.5 13.706ZM16.7851 15.9911L16.2548 16.5215V16.5215L16.7851 15.9911ZM8.20117 10.5135L7.9657 9.8014H7.9657L8.20117 10.5135ZM9.5 10.206L9.42283 9.45998H9.42283L9.5 10.206ZM11 10.206L11.6431 10.5919C11.7776 10.3677 11.7857 10.0897 11.6644 9.85809C11.5431 9.62649 11.31 9.47476 11.0492 9.45762L11 10.206ZM9.78501 12.231L9.14189 11.8451V11.8451L9.78501 12.231ZM17.3483 17.7055L16.6068 17.593V17.593L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706H7.4318L7.07869 8.38538ZM20.4716 12.3939L21.1569 12.6988V12.6988L20.4716 12.3939ZM14.5 7.206L14.2104 7.89783C14.6683 8.08952 14.9675 8.3316 15.2882 8.64183C15.5999 8.94327 16.0015 9.38774 16.5452 9.80239L17 9.206L17.4548 8.60962C17.0043 8.26612 16.7326 7.95199 16.3311 7.56366C15.9387 7.18412 15.485 6.80527 14.7896 6.51417L14.5 7.206ZM17 9.206L16.5452 9.80239C17.3734 10.4339 18.6149 11.0237 19.4975 11.406L19.7956 10.7178L20.0937 10.0295C19.2154 9.6491 18.1242 9.12007 17.4548 8.60962L17 9.206ZM18.9184 13.0339L19.19 12.3348L15.7716 11.0069L15.5 11.706L15.2284 12.4051L18.6468 13.733L18.9184 13.0339ZM15.5 11.706L14.8292 11.3706L13.8292 13.3706L14.5 13.706L15.1708 14.0414L16.1708 12.0414L15.5 11.706ZM14.5 13.706L13.9697 14.2363L16.2548 16.5215L16.7851 15.9911L17.3155 15.4608L15.0303 13.1757L14.5 13.706ZM8.20117 10.5135L8.43664 11.2256C8.85242 11.0881 9.25354 10.9855 9.57717 10.952L9.5 10.206L9.42283 9.45998C8.94281 9.50964 8.42402 9.64984 7.9657 9.8014L8.20117 10.5135ZM9.5 10.206L9.57717 10.952C9.81834 10.9271 10.1535 10.9258 10.4498 10.9332C10.5934 10.9367 10.72 10.9421 10.8105 10.9466C10.8556 10.9488 10.8915 10.9508 10.9157 10.9523C10.9279 10.953 10.937 10.9535 10.943 10.9539C10.946 10.9541 10.9481 10.9542 10.9495 10.9543C10.9501 10.9543 10.9506 10.9544 10.9508 10.9544C10.9509 10.9544 10.951 10.9544 10.951 10.9544C10.951 10.9544 10.951 10.9544 10.9509 10.9544C10.9509 10.9544 10.9509 10.9544 10.9509 10.9544C10.9509 10.9544 10.9508 10.9544 11 10.206C11.0492 9.45762 11.0491 9.45761 11.0491 9.45761C11.0491 9.45761 11.049 9.45761 11.049 9.4576C11.0489 9.4576 11.0488 9.45759 11.0487 9.45758C11.0485 9.45757 11.0482 9.45755 11.0479 9.45753C11.0472 9.45749 11.0463 9.45743 11.0452 9.45736C11.0431 9.45722 11.04 9.45703 11.0361 9.45679C11.0283 9.4563 11.0173 9.45563 11.0031 9.4548C10.9749 9.45316 10.9346 9.45092 10.8847 9.44844C10.7849 9.44351 10.6457 9.43759 10.4872 9.43363C10.1792 9.42595 9.76434 9.42465 9.42283 9.45998L9.5 10.206ZM9.5 13.26H8.75V13.706H9.5H10.25V13.26H9.5ZM11 10.206L10.3569 9.82013L9.14189 11.8451L9.78501 12.231L10.4281 12.6169L11.6431 10.5919L11 10.206ZM17.3483 17.7055L16.6068 17.593L16.2585 19.8874L17 20L17.7415 20.1126L18.0898 17.8181L17.3483 17.7055ZM7.07869 8.38538L7.4318 9.04706C8.4998 8.47712 9.69331 7.96767 10.8827 7.71576C12.072 7.46388 13.2097 7.47895 14.2104 7.89783L14.5 7.206L14.7896 6.51417C13.419 5.94044 11.9491 5.95663 10.5719 6.24831C9.19495 6.53995 7.86343 7.11649 6.72559 7.7237L7.07869 8.38538ZM16.7851 15.9911L16.2548 16.5215C16.5357 16.8024 16.6664 17.2002 16.6068 17.593L17.3483 17.7055L18.0898 17.8181C18.221 16.9539 17.9335 16.0789 17.3155 15.4608L16.7851 15.9911ZM20.4716 12.3939L19.7864 12.0891C19.685 12.317 19.4225 12.4252 19.19 12.3348L18.9184 13.0339L18.6468 13.733C19.6255 14.1132 20.7302 13.658 21.1569 12.6988L20.4716 12.3939ZM6.5 9.36799H5.75C5.75 10.7995 7.21896 11.6282 8.43664 11.2256L8.20117 10.5135L7.9657 9.8014C7.7952 9.85778 7.6072 9.82762 7.46131 9.7316C7.32004 9.63863 7.25 9.50815 7.25 9.36799H6.5ZM19.7956 10.7178L19.4975 11.406C19.7816 11.529 19.8937 11.8478 19.7864 12.0891L20.4716 12.3939L21.1569 12.6988C21.6216 11.654 21.1011 10.4659 20.0937 10.0295L19.7956 10.7178ZM9.5 13.26H10.25C10.25 13.0334 10.3116 12.8111 10.4281 12.6168L9.78501 12.231L9.14189 11.8451C8.88546 12.2725 8.75 12.7615 8.75 13.26H9.5ZM6.5 9.36799H7.25C7.25 9.22172 7.32669 9.10315 7.4318 9.04706L7.07869 8.38538L6.72559 7.7237C6.10817 8.05319 5.75 8.69528 5.75 9.36799H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74968 20.5864C0.655403 7.52439 13.1127 14.6888 16.7497 20.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.75 21.0833C2.75 21.0833 4.80556 21.75 5.83333 19.75C6.86111 21.75 10.9722 21.75 12 19.75C13.0278 21.75 17.1389 21.75 18.1667 19.75C19.1944 21.75 21.25 21.0833 21.25 21.0833\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6pIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 u=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconUserAddRight:()=>m,default:()=>g});module.exports=I(P);var n=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),d=({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 s=require("react-native-svg"),m=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M2.75 20.25C2.19772 20.25 1.74491 19.801 1.7935 19.2509C2.12781 15.466 4.40021 12.25 9 12.25C13.5998 12.25 15.8722 15.466 16.2065 19.2509C16.2551 19.801 15.8023 20.25 15.25 20.25H2.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(s.Circle,{cx:"9",cy:"7.75",r:"4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20 8.5V15M23.25 11.75H16.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconUserAddRight});
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(h(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconUserAddRight:()=>m,default:()=>g});module.exports=I(P);var n=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),d=({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 s=require("react-native-svg"),m=r=>n.default.createElement(d,{...r},n.default.createElement(s.Path,{d:"M2.74914 20.25C2.19685 20.25 1.74405 19.801 1.79264 19.2509C2.12695 15.466 4.39935 12.25 8.99914 12.25C13.5989 12.25 15.8713 15.466 16.2056 19.2509C16.2542 19.801 15.8014 20.25 15.2491 20.25H2.74914Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(s.Circle,{cx:"9",cy:"7.75",r:"4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M20 8.5V15M23.25 11.75H16.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconUserAddRight});
2
2
  //# sourceMappingURL=index.js.map