@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.140 → 1.1.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) 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/IconGroup2/index.js +1 -1
  7. package/IconGroup2/index.js.map +1 -1
  8. package/IconGroup2/index.mjs +1 -1
  9. package/IconGroup2/index.mjs.map +1 -1
  10. package/IconHapticFeedback/index.d.ts +4 -0
  11. package/IconHapticFeedback/index.js +2 -0
  12. package/IconHapticFeedback/index.js.map +1 -0
  13. package/IconHapticFeedback/index.mjs +2 -0
  14. package/IconHapticFeedback/index.mjs.map +1 -0
  15. package/IconPersona/index.js +1 -1
  16. package/IconPersona/index.js.map +1 -1
  17. package/IconPersona/index.mjs +1 -1
  18. package/IconPersona/index.mjs.map +1 -1
  19. package/IconSurfing/index.js +1 -1
  20. package/IconSurfing/index.js.map +1 -1
  21. package/IconSurfing/index.mjs +1 -1
  22. package/IconSurfing/index.mjs.map +1 -1
  23. package/IconVoiceCircle/index.d.ts +4 -0
  24. package/IconVoiceCircle/index.js +2 -0
  25. package/IconVoiceCircle/index.js.map +1 -0
  26. package/IconVoiceCircle/index.mjs +2 -0
  27. package/IconVoiceCircle/index.mjs.map +1 -0
  28. package/IconWheelchair/index.js +1 -1
  29. package/IconWheelchair/index.js.map +1 -1
  30. package/IconWheelchair/index.mjs +1 -1
  31. package/IconWheelchair/index.mjs.map +1 -1
  32. package/README.md +3 -0
  33. package/filtered-icons.json +46 -4
  34. package/icons/index.d.ts +3 -0
  35. package/icons-index.json +11 -5
  36. package/index.d.ts +3 -0
  37. package/index.js +1 -1
  38. package/index.js.map +1 -1
  39. package/index.mjs +1 -1
  40. package/index.mjs.map +1 -1
  41. package/license-check.js +1 -1
  42. package/package.json +1 -1
  43. package/tsx-icons.json +25 -4
@@ -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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconDeepDive:()=>f,default:()=>d});module.exports=v(h);var p=m(require("react"));var c=m(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 a=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(a.Path,{d:"M14.4961 20C14.4961 12.5 23.4878 13.4655 21.0953 4C17.9106 7.68103 14.8695 6 11.9966 8.5C9.12376 6 6.08166 7.68103 2.89695 4C0.504935 14.5172 9.4961 12.2233 9.4961 19.5",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"square"})),d=f;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.4961 20C14.4961 12.5 23.4878 13.4655 21.0953 4C17.9106 7.68103 14.8695 6 11.9966 8.5C9.12376 6 6.08166 7.68103 2.89695 4C0.504935 14.5172 9.4961 12.2233 9.4961 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,2KACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,cAAc,SAChB,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 a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(s,{...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 C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M14.4961 20C14.4961 12.5 23.4878 13.4655 21.0953 4C17.9106 7.68103 14.8695 6 11.9966 8.5C9.12376 6 6.08166 7.68103 2.89695 4C0.504935 14.5172 9.4961 12.2233 9.4961 19.5",stroke:"currentColor",strokeLinecap:"square"}),e.createElement(n,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"square"})),P=C;export{C as IconDeepDive,P 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.4961 20C14.4961 12.5 23.4878 13.4655 21.0953 4C17.9106 7.68103 14.8695 6 11.9966 8.5C9.12376 6 6.08166 7.68103 2.89695 4C0.504935 14.5172 9.4961 12.2233 9.4961 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,2KACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,cAAc,SAChB,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 i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=B(o,n))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconGroup2:()=>f,default:()=>k});module.exports=g(v);var e=m(require("react"));var a=m(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M1 20.5H13.9963C13.2838 10.3918 1.71255 10.3918 1 20.5Z",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M13.957 13.5231C17.6175 11.6933 22.5383 14.019 22.9952 20.5H16.497",stroke:"currentColor"})),k=f;0&&(module.exports={IconGroup2});
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=B(o,n))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconGroup2:()=>f,default:()=>k});module.exports=g(v);var e=m(require("react"));var a=m(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M13.957 13.5232C17.6175 11.6935 22.5383 14.0191 22.9952 20.5001H16.497",stroke:"currentColor"})),k=f;0&&(module.exports={IconGroup2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5H13.9963C13.2838 10.3918 1.71255 10.3918 1 20.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M13.957 13.5231C17.6175 11.6933 22.5383 14.019 22.9952 20.5H16.497\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
1
+ {"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M13.957 13.5232C17.6175 11.6935 22.5383 14.0191 22.9952 20.5001H16.497\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor"}),o.createElement(t,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M1 20.5H13.9963C13.2838 10.3918 1.71255 10.3918 1 20.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M13.957 13.5231C17.6175 11.6933 22.5383 14.019 22.9952 20.5H16.497",stroke:"currentColor"})),x=l;export{l as IconGroup2,x as default};
1
+ import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor"}),o.createElement(t,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z",stroke:"currentColor"}),o.createElement(t,{d:"M13.957 13.5232C17.6175 11.6935 22.5383 14.0191 22.9952 20.5001H16.497",stroke:"currentColor"})),x=l;export{l as IconGroup2,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5H13.9963C13.2838 10.3918 1.71255 10.3918 1 20.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M13.957 13.5231C17.6175 11.6933 22.5383 14.019 22.9952 20.5H16.497\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
1
+ {"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M13.957 13.5232C17.6175 11.6935 22.5383 14.0191 22.9952 20.5001H16.497\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHapticFeedback: FC<CentralIconBaseProps>;
4
+ export default IconHapticFeedback;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var c=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)c(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&c(r,t,{get:()=>o[t],enumerable:!(s=x(o,t))||s.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?c(e,"default",{value:r,enumerable:!0}):e,r)),y=r=>a(c({},"__esModule",{value:!0}),r);var k={};g(k,{IconHapticFeedback:()=>u,default:()=>d});module.exports=y(k);var n=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor"}),n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),d=u;0&&(module.exports={IconHapticFeedback});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\" stroke=\"currentColor\" />\n <Circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import c from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>c.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as n,Path as a}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(a,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor"}),o.createElement(n,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor"}),o.createElement(n,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),g=C;export{C as IconHapticFeedback,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\" stroke=\"currentColor\" />\n <Circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var s=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var i=(r,o,c)=>(c=r!=null?s(I(r)):{},f(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),d=r=>f(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>v});module.exports=d(h);var l=i(require("react"));var u=i(require("react")),p=require("react-native-svg"),x=({children:r,size:o=24,...c})=>u.default.createElement(p.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5",stroke:"currentColor",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24958",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49959",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99998",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99998",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74959",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9996",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"13",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.5",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4996",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4996",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9996",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9996",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"19.9992",cy:"19.9996",r:"0.8",fill:"currentColor"})),v=y;0&&(module.exports={IconPersona});
1
+ "use strict";var s=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var i=(r,o,c)=>(c=r!=null?s(I(r)):{},f(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),d=r=>f(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>v});module.exports=d(h);var l=i(require("react"));var u=i(require("react")),p=require("react-native-svg"),x=({children:r,size:o=24,...c})=>u.default.createElement(p.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5",stroke:"currentColor",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24971",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49971",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"5.0001",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"8.0001",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74971",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9997",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"13.0001",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.5001",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4997",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4997",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9997",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9997",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"19.9992",cy:"19.9997",r:"0.8",fill:"currentColor"})),v=y;0&&(module.exports={IconPersona});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24958\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49959\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99998\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99998\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74959\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"13\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.5\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
1
+ {"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"5.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"8.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"13.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.5001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import C from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(f,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as e}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(e,{d:"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5",stroke:"currentColor",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24958",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49959",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99998",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99998",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74959",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9996",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"13",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.5",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4996",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4996",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9996",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9996",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"19.9992",cy:"19.9996",r:"0.8",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
1
+ import r from"react";import C from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(f,{...t,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as e}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(e,{d:"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5",stroke:"currentColor",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12",stroke:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24971",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49971",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"5.0001",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"8.0001",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74971",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9997",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"13.0001",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.5001",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4997",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4997",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9997",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9997",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"19.9992",cy:"19.9997",r:"0.8",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24958\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49959\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99998\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99998\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74959\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"13\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.5\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9996\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EAC1DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EAC5DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
1
+ {"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"5.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"8.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74971\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"13.0001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.5001\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9997\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var a=Object.create;var Z=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var B=(L,C)=>{for(var r in C)Z(L,r,{get:C[r],enumerable:!0})},n=(L,C,r,e)=>{if(C&&typeof C=="object"||typeof C=="function")for(let M of u(C))!i.call(L,M)&&M!==r&&Z(L,M,{get:()=>C[M],enumerable:!(e=f(C,M))||e.enumerable});return L};var p=(L,C,r)=>(r=L!=null?a(c(L)):{},n(C||!L||!L.__esModule?Z(r,"default",{value:L,enumerable:!0}):r,L)),I=L=>n(Z({},"__esModule",{value:!0}),L);var x={};B(x,{IconSurfing:()=>H,default:()=>g});module.exports=I(x);var o=p(require("react"));var l=p(require("react")),s=require("react-native-svg"),m=({children:L,size:C=24,...r})=>l.default.createElement(s.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 t=require("react-native-svg"),H=L=>o.default.createElement(m,{...L},o.default.createElement(t.Path,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),o.default.createElement(t.Path,{d:"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z",fill:"currentColor"}),o.default.createElement(t.Path,{d:"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5",stroke:"currentColor"}),o.default.createElement(t.Path,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),g=H;0&&(module.exports={IconSurfing});
1
+ "use strict";var a=Object.create;var Z=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var i=(L,C)=>{for(var r in C)Z(L,r,{get:C[r],enumerable:!0})},n=(L,C,r,e)=>{if(C&&typeof C=="object"||typeof C=="function")for(let M of u(C))!V.call(L,M)&&M!==r&&Z(L,M,{get:()=>C[M],enumerable:!(e=f(C,M))||e.enumerable});return L};var p=(L,C,r)=>(r=L!=null?a(c(L)):{},n(C||!L||!L.__esModule?Z(r,"default",{value:L,enumerable:!0}):r,L)),B=L=>n(Z({},"__esModule",{value:!0}),L);var g={};i(g,{IconSurfing:()=>H,default:()=>I});module.exports=B(g);var o=p(require("react"));var l=p(require("react")),s=require("react-native-svg"),m=({children:L,size:C=24,...r})=>l.default.createElement(s.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 t=require("react-native-svg"),H=L=>o.default.createElement(m,{...L},o.default.createElement(t.Path,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),o.default.createElement(t.Path,{d:"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592V10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003V13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609V15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z",fill:"currentColor"}),o.default.createElement(t.Path,{d:"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5",stroke:"currentColor"}),o.default.createElement(t.Path,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),I=H;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 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0nIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconSurfing_exports","__export","IconSurfing","IconSurfing_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
1
+ {"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592V10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003V13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609V15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kpIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sGACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconSurfing_exports","__export","IconSurfing","IconSurfing_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
@@ -1,2 +1,2 @@
1
- import C from"react";import Z from"react";import{Svg as e}from"react-native-svg";var M=({children:o,size:L=24,...t})=>Z.createElement(e,{...t,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 n=o=>C.createElement(M,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5",stroke:"currentColor"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),i=n;export{n as IconSurfing,i as default};
1
+ import C from"react";import Z from"react";import{Svg as e}from"react-native-svg";var M=({children:o,size:L=24,...t})=>Z.createElement(e,{...t,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 n=o=>C.createElement(M,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592V10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003V13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609V15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5",stroke:"currentColor"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),V=n;export{n as IconSurfing,V as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0nIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
1
+ {"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.0063L14.6931 6.54508V6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389V9.40389L17 9.0063ZM19.7956 10.518L19.9943 10.0592V10.0592L19.7956 10.518ZM18.9184 12.8342L18.7374 13.3003V13.3003L18.9184 12.8342ZM15.5 11.5063L15.6811 11.0402C15.4404 10.9468 15.1682 11.0518 15.0528 11.2827L15.5 11.5063ZM14.5 13.5063L14.0528 13.2827C13.9565 13.4752 13.9943 13.7077 14.1464 13.8598L14.5 13.5063ZM16.8082 15.8145L17.1617 15.4609V15.4609L16.8082 15.8145ZM8.20117 10.3138L8.04419 9.83905H8.04419L8.20117 10.3138ZM9.5 10.0063L9.44855 9.50895H9.44855L9.5 10.0063ZM11 10.0063L11.4287 10.2635C11.5184 10.1141 11.5238 9.92875 11.4429 9.77435C11.3621 9.61996 11.2067 9.5188 11.0328 9.50737L11 10.0063ZM9.78501 12.0313L9.35627 11.774L9.35627 11.774L9.78501 12.0313ZM17.3785 17.4771L17.8746 17.5392V17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679H7.31409L7.07869 8.18567ZM20.4716 12.1942L20.9285 12.3975V12.3975L20.4716 12.1942ZM14.5 7.0063L14.3069 7.46752C14.8044 7.67577 15.1294 7.94065 15.462 8.26243C15.7887 8.57835 16.1686 9.0011 16.6968 9.40389L17 9.0063L17.3032 8.6087C16.8372 8.25335 16.5438 7.91749 16.1573 7.54365C15.7768 7.17566 15.3489 6.8196 14.6931 6.54508L14.5 7.0063ZM17 9.0063L16.6968 9.40389C17.4985 10.0152 18.715 10.5949 19.5968 10.9769L19.7956 10.518L19.9943 10.0592C19.1153 9.67849 17.999 9.13934 17.3032 8.6087L17 9.0063ZM18.9184 12.8342L19.0995 12.3682L15.6811 11.0402L15.5 11.5063L15.3189 11.9724L18.7374 13.3003L18.9184 12.8342ZM15.5 11.5063L15.0528 11.2827L14.0528 13.2827L14.5 13.5063L14.9472 13.7299L15.9472 11.7299L15.5 11.5063ZM14.5 13.5063L14.1464 13.8598L16.4546 16.168L16.8082 15.8145L17.1617 15.4609L14.8536 13.1527L14.5 13.5063ZM8.20117 10.3138L8.35815 10.7885C8.78102 10.6486 9.20175 10.5398 9.55145 10.5036L9.5 10.0063L9.44855 9.50895C8.9946 9.55591 8.49542 9.68983 8.04419 9.83905L8.20117 10.3138ZM9.5 10.0063L9.55145 10.5036C9.80934 10.477 10.1578 10.4761 10.456 10.4835C10.6021 10.4872 10.7308 10.4927 10.8228 10.4972C10.8688 10.4995 10.9054 10.5015 10.9303 10.503C10.9428 10.5037 10.9523 10.5043 10.9585 10.5047C10.9616 10.5049 10.964 10.505 10.9654 10.5051C10.9662 10.5052 10.9667 10.5052 10.967 10.5052C10.9671 10.5052 10.9672 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9673 10.5052 10.9673 10.5052 10.9673 10.5052C10.9672 10.5052 10.9672 10.5052 11 10.0063C11.0328 9.50737 11.0328 9.50737 11.0327 9.50737C11.0327 9.50737 11.0327 9.50736 11.0326 9.50736C11.0326 9.50736 11.0325 9.50735 11.0324 9.50735C11.0322 9.50733 11.032 9.50732 11.0317 9.5073C11.0311 9.50726 11.0303 9.50721 11.0293 9.50715C11.0272 9.50701 11.0243 9.50683 11.0206 9.5066C11.0131 9.50613 11.0024 9.50548 10.9886 9.50467C10.961 9.50307 10.9215 9.50087 10.8723 9.49843C10.7741 9.49357 10.637 9.48774 10.481 9.48385C10.1749 9.47622 9.77334 9.47535 9.44855 9.50895L9.5 10.0063ZM9.5 13.0603H9V14.5005H9.5H10V13.0603H9.5ZM11 10.0063L10.5713 9.74905L9.35627 11.774L9.78501 12.0313L10.2138 12.2885L11.4287 10.2635L11 10.0063ZM17.3785 17.4771L16.8823 17.415L16.5039 20.4384L17 20.5005L17.4961 20.5626L17.8746 17.5392L17.3785 17.4771ZM7.07869 8.18567L7.31409 8.62679C8.39373 8.05064 9.61025 7.53001 10.8309 7.27147C12.0515 7.01296 13.2446 7.02283 14.3069 7.46752L14.5 7.0063L14.6931 6.54508C13.3841 5.99715 11.9696 6.00813 10.6237 6.29318C9.27801 6.5782 7.96949 7.14356 6.84329 7.74456L7.07869 8.18567ZM16.8082 15.8145L16.4546 16.168C16.782 16.4954 16.9399 16.9556 16.8823 17.415L17.3785 17.4771L17.8746 17.5392C17.9704 16.7736 17.7074 16.0065 17.1617 15.4609L16.8082 15.8145ZM20.4716 12.1942L20.0148 11.991C19.8592 12.3408 19.4563 12.5068 19.0995 12.3682L18.9184 12.8342L18.7374 13.3003C19.5916 13.6322 20.556 13.2348 20.9285 12.3975L20.4716 12.1942ZM6.5 9.16828H6C6 10.405 7.27829 11.1456 8.35815 10.7885L8.20117 10.3138L8.04419 9.83905C7.5156 10.0138 7 9.62566 7 9.16828H6.5ZM19.7956 10.518L19.5968 10.9769C20.0015 11.1521 20.1817 11.6158 20.0148 11.991L20.4716 12.1942L20.9285 12.3975C21.3336 11.4866 20.8812 10.4434 19.9943 10.0592L19.7956 10.518ZM9.5 13.0603H10C10 12.7884 10.0739 12.5216 10.2138 12.2885L9.78501 12.0313L9.35627 11.774C9.12315 12.1626 9 12.6072 9 13.0603H9.5ZM6.5 9.16828H7C7 8.93428 7.12361 8.72845 7.31409 8.62679L7.07869 8.18567L6.84329 7.74456C6.31125 8.02848 6 8.58332 6 9.16828H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 21.5C2 21.5 4.5 22 6 20.5C7.5 22 10.5 22 12 20.5C13.5 22 16.5 22 18 20.5C19.5 22 22 21.5 22 21.5\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kpIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sGACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceCircle: FC<CentralIconBaseProps>;
4
+ export default IconVoiceCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var C=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(s=x(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},c(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>c(C({},"__esModule",{value:!0}),r);var v={};d(v,{IconVoiceCircle:()=>u,default:()=>k});module.exports=g(v);var t=l(require("react"));var a=l(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M3 14.5C12.25 -1.79758 13.9971 23.6551 21.2 14.5",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501",stroke:"currentColor",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconVoiceCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M3 14.5C12.25 -1.79758 13.9971 23.6551 21.2 14.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVoiceCircle_exports","__export","IconVoiceCircle","IconVoiceCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as c,Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(c,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(t,{d:"M3 14.5C12.25 -1.79758 13.9971 23.6551 21.2 14.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501",stroke:"currentColor",strokeLinejoin:"round"})),d=l;export{l as IconVoiceCircle,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceCircle/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 IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M3 14.5C12.25 -1.79758 13.9971 23.6551 21.2 14.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let L of M(o))!B.call(r,L)&&L!==e&&p(r,L,{get:()=>o[L],enumerable:!(C=f(o,L))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(x(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),Z=r=>s(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconWheelchair:()=>u,default:()=>P});module.exports=Z(g);var t=l(require("react"));var a=l(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.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 n=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M11.25 12H16",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Circle,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M9.44527 10.5276C6.66821 10.8057 4.5 13.1496 4.5 16C4.5 19.0375 6.96243 21.5 10 21.5C12.4459 21.5 14.5189 19.9034 15.2337 17.6956",stroke:"currentColor"})),P=u;0&&(module.exports={IconWheelchair});
1
+ "use strict";var i=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let L of M(o))!B.call(r,L)&&L!==e&&p(r,L,{get:()=>o[L],enumerable:!(C=f(o,L))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(x(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),Z=r=>s(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconWheelchair:()=>u,default:()=>P});module.exports=Z(g);var t=l(require("react"));var a=l(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.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 n=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M11.25 12H16",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Circle,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M9.44527 10.5278C6.66821 10.806 4.5 13.1499 4.5 16.0002C4.5 19.0378 6.96243 21.5002 10 21.5002C12.4459 21.5002 14.5189 19.9036 15.2337 17.6958",stroke:"currentColor"})),P=u;0&&(module.exports={IconWheelchair});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWheelchair/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 IconWheelchair: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.25 12H16\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M9.44527 10.5276C6.66821 10.8057 4.5 13.1496 4.5 16C4.5 19.0375 6.96243 21.5 10 21.5C12.4459 21.5 14.5189 19.9034 15.2337 17.6956\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWheelchair;\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,QACC,EAAE,4kBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconWheelchair_exports","__export","IconWheelchair","IconWheelchair_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWheelchair","props","React","CentralIconBase","IconWheelchair_default"]}
1
+ {"version":3,"sources":["../src/IconWheelchair/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 IconWheelchair: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.25 12H16\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M9.44527 10.5278C6.66821 10.806 4.5 13.1499 4.5 16.0002C4.5 19.0378 6.96243 21.5002 10 21.5002C12.4459 21.5002 14.5189 19.9036 15.2337 17.6958\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWheelchair;\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,QACC,EAAE,4kBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconWheelchair_exports","__export","IconWheelchair","IconWheelchair_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWheelchair","props","React","CentralIconBase","IconWheelchair_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...L})=>p.createElement(C,{...L,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 s,Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z",fill:"currentColor"}),o.createElement(t,{d:"M11.25 12H16",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(s,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M9.44527 10.5276C6.66821 10.8057 4.5 13.1496 4.5 16C4.5 19.0375 6.96243 21.5 10 21.5C12.4459 21.5 14.5189 19.9034 15.2337 17.6956",stroke:"currentColor"})),I=l;export{l as IconWheelchair,I as default};
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...L})=>p.createElement(C,{...L,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 s,Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z",fill:"currentColor"}),o.createElement(t,{d:"M11.25 12H16",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(s,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M9.44527 10.5278C6.66821 10.806 4.5 13.1499 4.5 16.0002C4.5 19.0378 6.96243 21.5002 10 21.5002C12.4459 21.5002 14.5189 19.9036 15.2337 17.6958",stroke:"currentColor"})),I=l;export{l as IconWheelchair,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconWheelchair/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 IconWheelchair: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.25 12H16\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M9.44527 10.5276C6.66821 10.8057 4.5 13.1496 4.5 16C4.5 19.0375 6.96243 21.5 10 21.5C12.4459 21.5 14.5189 19.9034 15.2337 17.6956\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWheelchair;\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,cAACH,EAAA,CACC,EAAE,4kBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconWheelchair","props","React","CentralIconBase","IconWheelchair_default"]}
1
+ {"version":3,"sources":["../src/IconWheelchair/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 IconWheelchair: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505L19.6813 15H18.9991V15.5ZM17.0223 20.0994L16.8718 20.5762L17.8253 20.8773L17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317L12.445 9.41792L11.4945 9.10717L11.3391 9.58242L12.2896 9.89317ZM13.0328 16H18.9991V15H13.0328V16ZM18.5223 15.3494L17.0223 20.0994L17.9759 20.4005L19.4759 15.6505L18.5223 15.3494ZM13.0328 15C11.8583 15 11.0172 13.866 11.3581 12.742L10.4011 12.4518C9.86546 14.218 11.1872 16 13.0328 16V15ZM11.3391 9.58242L10.4044 12.4416L11.3549 12.7523L12.2896 9.89317L11.3391 9.58242Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.25 12H16\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M9.44527 10.5278C6.66821 10.806 4.5 13.1499 4.5 16.0002C4.5 19.0378 6.96243 21.5002 10 21.5002C12.4459 21.5002 14.5189 19.9036 15.2337 17.6958\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWheelchair;\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,cAACH,EAAA,CACC,EAAE,4kBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconWheelchair","props","React","CentralIconBase","IconWheelchair_default"]}
package/README.md CHANGED
@@ -212,6 +212,7 @@ Below is a complete list of available icons:
212
212
  - IconTextToSpeach
213
213
  - IconVisualIntelligence
214
214
  - IconVoice2
215
+ - IconVoiceCircle
215
216
  - IconVoiceSparkle
216
217
  - IconWindowSparkle
217
218
  - IconWizardHat
@@ -571,6 +572,7 @@ Below is a complete list of available icons:
571
572
  - IconFullscreen2
572
573
  - IconGyroscopeSensor
573
574
  - IconHaptic
575
+ - IconHapticFeedback
574
576
  - IconImac
575
577
  - IconKeyboardCable
576
578
  - IconKeyboardDown
@@ -1791,6 +1793,7 @@ Below is a complete list of available icons:
1791
1793
  - IconDashboardFast
1792
1794
  - IconDashboardLow
1793
1795
  - IconDashboardMiddle
1796
+ - IconDeepDive
1794
1797
  - IconDeskLamp
1795
1798
  - IconDiamond
1796
1799
  - IconDiamondShine