@central-icons-react-native/round-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.
- package/IconDeepDive/index.d.ts +4 -0
- package/IconDeepDive/index.js +2 -0
- package/IconDeepDive/index.js.map +1 -0
- package/IconDeepDive/index.mjs +2 -0
- package/IconDeepDive/index.mjs.map +1 -0
- package/IconGroup2/index.js +1 -1
- package/IconGroup2/index.js.map +1 -1
- package/IconGroup2/index.mjs +1 -1
- package/IconGroup2/index.mjs.map +1 -1
- package/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/index.mjs.map +1 -0
- package/IconPeopleLike/index.js +1 -1
- package/IconPeopleLike/index.js.map +1 -1
- package/IconPeopleLike/index.mjs +1 -1
- package/IconPeopleLike/index.mjs.map +1 -1
- package/IconSurfing/index.js +1 -1
- package/IconSurfing/index.js.map +1 -1
- package/IconSurfing/index.mjs +1 -1
- package/IconSurfing/index.mjs.map +1 -1
- package/IconVoiceCircle/index.d.ts +4 -0
- package/IconVoiceCircle/index.js +2 -0
- package/IconVoiceCircle/index.js.map +1 -0
- package/IconVoiceCircle/index.mjs +2 -0
- package/IconVoiceCircle/index.mjs.map +1 -0
- package/IconWheelchair/index.js +1 -1
- package/IconWheelchair/index.js.map +1 -1
- package/IconWheelchair/index.mjs +1 -1
- package/IconWheelchair/index.mjs.map +1 -1
- package/README.md +3 -0
- package/filtered-icons.json +46 -4
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +25 -4
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=d(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconDeepDive:()=>u,default:()=>k});module.exports=g(v);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconDeepDive});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDeepDive_exports","__export","IconDeepDive","IconDeepDive_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconDeepDive,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5039 20C14.5039 12.5 23.4956 13.4655 21.1031 4C17.9184 7.68103 14.8773 6 12.0044 8.5C9.13157 6 6.08947 7.68103 2.90476 4C0.512748 14.5172 9.50392 12.2233 9.50392 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 20.5C9.13579 17.5 13.8913 22.75 21.5 19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
package/IconGroup2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&C(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?m(B(r)):{},u(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(C({},"__esModule",{value:!0}),r);var g={};L(g,{IconGroup2:()=>l,default:()=>P});module.exports=x(g);var e=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),l=r=>e.default.createElement(d,{...r},e.default.createElement(p.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M1 20.
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&C(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?m(B(r)):{},u(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(C({},"__esModule",{value:!0}),r);var g={};L(g,{IconGroup2:()=>l,default:()=>P});module.exports=x(g);var e=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...n})=>a.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),l=r=>e.default.createElement(d,{...r},e.default.createElement(p.Path,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M16.997 20.5001H22.9952C22.5577 14.2944 18.0275 11.8985 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconGroup2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconGroup2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.997 20.5001H22.9952C22.5577 14.2944 18.0275 11.8985 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
package/IconGroup2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import 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{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1 20.
|
|
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{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M16.997 20.5001H22.9952C22.5577 14.2944 18.0275 11.8985 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconGroup2,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconGroup2/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 7C11 8.933 9.433 10.5 7.5 10.5C5.567 10.5 4 8.933 4 7C4 5.067 5.567 3.5 7.5 3.5C9.433 3.5 11 5.067 11 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 7C20 8.933 18.433 10.5 16.5 10.5C14.567 10.5 13 8.933 13 7C13 5.067 14.567 3.5 16.5 3.5C18.433 3.5 20 5.067 20 7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1 20.5001H13.9963C13.2838 10.3919 1.71255 10.3919 1 20.5001Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.997 20.5001H22.9952C22.5577 14.2944 18.0275 11.8985 14.4298 13.3126C14.2702 13.3753 14.1125 13.4455 13.957 13.5232\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=x(o,n))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var y={};k(y,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(y);var t=C(require("react"));var i=C(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(p.Path,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconHapticFeedback});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"6.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as a}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(a,{d:"M18.5 1.5H5.5V22.5H18.5V1.5Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"6.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeLinejoin:"round"})),k=C;export{C as IconHapticFeedback,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 1.5H5.5V22.5H18.5V1.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"6.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
package/IconPeopleLike/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var c=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var g={};P(g,{IconPeopleLike:()=>d,default:()=>x});module.exports=h(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),d=o=>n.default.createElement(u,{...o},n.default.createElement(p.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M21.5 17.
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var g={};P(g,{IconPeopleLike:()=>d,default:()=>x});module.exports=h(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),d=o=>n.default.createElement(u,{...o},n.default.createElement(p.Path,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"})),x=d;0&&(module.exports={IconPeopleLike});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4FACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2QACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPeopleLike_exports","__export","IconPeopleLike","IconPeopleLike_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
package/IconPeopleLike/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),r.createElement(t,{d:"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M21.5 17.
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"}),r.createElement(t,{d:"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5",stroke:"currentColor",strokeWidth:"1.07692",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z",stroke:"currentColor",strokeWidth:"1.07692",strokeLinejoin:"round"})),I=i;export{i as IconPeopleLike,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 12.7498C13.3698 12.5865 12.7013 12.5 12 12.5C7.53045 12.5 4.39354 16.0148 4 20.5H12.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.07692\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4FACF,OAAO,eACP,YAAY,UACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2QACF,OAAO,eACP,YAAY,UACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
package/IconSurfing/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var V=(L,C)=>{for(var r in C)t(L,r,{get:C[r],enumerable:!0})},Z=(L,C,r,M)=>{if(C&&typeof C=="object"||typeof C=="function")for(let n of c(C))!i.call(L,n)&&n!==r&&t(L,n,{get:()=>C[n],enumerable:!(M=H(C,n))||M.enumerable});return L};var p=(L,C,r)=>(r=L!=null?u(f(L)):{},Z(C||!L||!L.__esModule?t(r,"default",{value:L,enumerable:!0}):r,L)),d=L=>Z(t({},"__esModule",{value:!0}),L);var I={};V(I,{IconSurfing:()=>m,default:()=>B});module.exports=d(I);var o=p(require("react"));var s=p(require("react")),l=require("react-native-svg"),a=({children:L,size:C=24,...r})=>s.default.createElement(l.Svg,{...r,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},L);var e=require("react-native-svg"),m=L=>o.default.createElement(a,{...L},o.default.createElement(e.Path,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),o.default.createElement(e.Path,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),o.default.createElement(e.Path,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.default.createElement(e.Path,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),B=m;0&&(module.exports={IconSurfing});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconSurfing/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2pIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconSurfing_exports","__export","IconSurfing","IconSurfing_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
|
package/IconSurfing/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C from"react";import t from"react";import{Svg as M}from"react-native-svg";var n=({children:o,size:L=24,...e})=>t.createElement(M,{...e,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},o);import{Path as r}from"react-native-svg";var Z=o=>C.createElement(n,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),i=Z;export{Z as IconSurfing,i as default};
|
|
1
|
+
import C from"react";import t from"react";import{Svg as M}from"react-native-svg";var n=({children:o,size:L=24,...e})=>t.createElement(M,{...e,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},o);import{Path as r}from"react-native-svg";var Z=o=>C.createElement(n,{...o},C.createElement(r,{d:"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z",stroke:"currentColor"}),C.createElement(r,{d:"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z",fill:"currentColor"}),C.createElement(r,{d:"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement(r,{d:"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999",stroke:"currentColor"})),i=Z;export{Z as IconSurfing,i as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,
|
|
1
|
+
{"version":3,"sources":["../src/IconSurfing/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSurfing: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.5 4.75C17.5 5.99264 16.4926 7 15.25 7C14.0074 7 13 5.99264 13 4.75C13 3.50736 14.0074 2.5 15.25 2.5C16.4926 2.5 17.5 3.50736 17.5 4.75Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 7.00581L14.6931 6.54459V6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034V9.4034L17 9.00581ZM19.7956 10.5176L19.9943 10.0587V10.0587L19.7956 10.5176ZM18.9184 12.8337L18.7374 13.2998V13.2998L18.9184 12.8337ZM15.5 11.5058L15.6811 11.0397C15.4404 10.9463 15.1682 11.0513 15.0528 11.2822L15.5 11.5058ZM14.5 13.5058L14.0528 13.2822C13.9565 13.4747 13.9943 13.7072 14.1464 13.8594L14.5 13.5058ZM16.8082 15.814L17.1617 15.4604V15.4604L16.8082 15.814ZM8.20117 10.3133L8.04419 9.83856H8.04419L8.20117 10.3133ZM9.5 10.0058L9.44855 9.50846H9.44855L9.5 10.0058ZM11 10.0058L11.4287 10.2631C11.5184 10.1136 11.5238 9.92826 11.4429 9.77386C11.3621 9.61947 11.2067 9.51831 11.0328 9.50688L11 10.0058ZM9.78501 12.0308L9.35627 11.7735L9.35627 11.7735L9.78501 12.0308ZM17.3785 17.4766L17.8746 17.5387V17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631H7.31409L7.07869 8.18519ZM20.4716 12.1937L20.9285 12.397V12.397L20.4716 12.1937ZM14.5 7.00581L14.3069 7.46703C14.8044 7.67528 15.1294 7.94016 15.462 8.26194C15.7887 8.57786 16.1686 9.00061 16.6968 9.4034L17 9.00581L17.3032 8.60822C16.8372 8.25286 16.5438 7.91701 16.1573 7.54316C15.7768 7.17517 15.3489 6.81912 14.6931 6.54459L14.5 7.00581ZM17 9.00581L16.6968 9.4034C17.4985 10.0148 18.715 10.5944 19.5968 10.9764L19.7956 10.5176L19.9943 10.0587C19.1153 9.678 17.999 9.13885 17.3032 8.60822L17 9.00581ZM18.9184 12.8337L19.0995 12.3677L15.6811 11.0397L15.5 11.5058L15.3189 11.9719L18.7374 13.2998L18.9184 12.8337ZM15.5 11.5058L15.0528 11.2822L14.0528 13.2822L14.5 13.5058L14.9472 13.7294L15.9472 11.7294L15.5 11.5058ZM14.5 13.5058L14.1464 13.8594L16.4546 16.1675L16.8082 15.814L17.1617 15.4604L14.8536 13.1523L14.5 13.5058ZM8.20117 10.3133L8.35815 10.788C8.78102 10.6482 9.20175 10.5393 9.55145 10.5032L9.5 10.0058L9.44855 9.50846C8.9946 9.55542 8.49542 9.68935 8.04419 9.83856L8.20117 10.3133ZM9.5 10.0058L9.55145 10.5032C9.80934 10.4765 10.1578 10.4756 10.456 10.483C10.6021 10.4867 10.7308 10.4922 10.8228 10.4967C10.8688 10.499 10.9054 10.501 10.9303 10.5025C10.9428 10.5032 10.9523 10.5038 10.9585 10.5042C10.9616 10.5044 10.964 10.5045 10.9654 10.5046C10.9662 10.5047 10.9667 10.5047 10.967 10.5047C10.9671 10.5047 10.9672 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9673 10.5047 10.9673 10.5047 10.9673 10.5047C10.9672 10.5047 10.9672 10.5047 11 10.0058C11.0328 9.50688 11.0328 9.50688 11.0327 9.50688C11.0327 9.50688 11.0327 9.50688 11.0326 9.50687C11.0326 9.50687 11.0325 9.50686 11.0324 9.50686C11.0322 9.50685 11.032 9.50683 11.0317 9.50681C11.0311 9.50677 11.0303 9.50672 11.0293 9.50666C11.0272 9.50653 11.0243 9.50634 11.0206 9.50611C11.0131 9.50565 11.0024 9.50499 10.9886 9.50418C10.961 9.50258 10.9215 9.50038 10.8723 9.49794C10.7741 9.49308 10.637 9.48725 10.481 9.48336C10.1749 9.47573 9.77334 9.47486 9.44855 9.50846L9.5 10.0058ZM9.5 13.0598H9V14.5H9.5H10V13.0598H9.5ZM11 10.0058L10.5713 9.74856L9.35627 11.7735L9.78501 12.0308L10.2138 12.288L11.4287 10.2631L11 10.0058ZM17.3785 17.4766L16.8823 17.4145L16.5039 20.4379L17 20.5L17.4961 20.5621L17.8746 17.5387L17.3785 17.4766ZM7.07869 8.18519L7.31409 8.62631C8.39373 8.05015 9.61025 7.52952 10.8309 7.27099C12.0515 7.01248 13.2446 7.02234 14.3069 7.46703L14.5 7.00581L14.6931 6.54459C13.3841 5.99666 11.9696 6.00764 10.6237 6.29269C9.27801 6.57771 7.96949 7.14307 6.84329 7.74407L7.07869 8.18519ZM16.8082 15.814L16.4546 16.1675C16.782 16.4949 16.9399 16.9551 16.8823 17.4145L17.3785 17.4766L17.8746 17.5387C17.9704 16.7731 17.7074 16.0061 17.1617 15.4604L16.8082 15.814ZM20.4716 12.1937L20.0148 11.9905C19.8592 12.3403 19.4563 12.5063 19.0995 12.3677L18.9184 12.8337L18.7374 13.2998C19.5916 13.6317 20.556 13.2343 20.9285 12.397L20.4716 12.1937ZM6.5 9.16779H6C6 10.4045 7.27829 11.1451 8.35815 10.788L8.20117 10.3133L8.04419 9.83856C7.5156 10.0134 7 9.62517 7 9.16779H6.5ZM19.7956 10.5176L19.5968 10.9764C20.0015 11.1516 20.1817 11.6153 20.0148 11.9905L20.4716 12.1937L20.9285 12.397C21.3336 11.4861 20.8812 10.4429 19.9943 10.0587L19.7956 10.5176ZM9.5 13.0598H10C10 12.7879 10.0739 12.5212 10.2138 12.288L9.78501 12.0308L9.35627 11.7735C9.12315 12.1621 9 12.6067 9 13.0598H9.5ZM6.5 9.16779H7C7 8.93379 7.12361 8.72796 7.31409 8.62631L7.07869 8.18519L6.84329 7.74407C6.31125 8.02799 6 8.58283 6 9.16779H6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.5 21.3889C2.5 21.3889 4.875 21.8333 6.3 20.5C7.725 21.8333 10.575 21.8333 12 20.5C13.425 21.8333 16.275 21.8333 17.7 20.5C19.125 21.8333 21.5 21.3889 21.5 21.3889\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.99969 20.9999C0.905414 7.93795 13.3625 14.9388 16.9995 20.9999\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSurfing;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2pIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSurfing","props","React","CentralIconBase","IconSurfing_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=f(o,n))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(x(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>i(s({},"__esModule",{value:!0}),r);var L={};I(L,{IconVoiceCircle:()=>m,default:()=>g});module.exports=P(L);var t=C(require("react"));var a=C(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>a.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(u,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M3 14.5C12.5 -1 14.1 22.5001 21.1 14.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;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\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 14.5C12.5 -1 14.1 22.5001 21.1 14.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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 strokeLinecap=\"round\"\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,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 s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(i,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M3 14.5C12.5 -1 14.1 22.5001 21.1 14.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M3.80908 16.4049C9.4295 12.3567 13 19.5 18 19.2501",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconVoiceCircle,I 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\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 14.5C12.5 -1 14.1 22.5001 21.1 14.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\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 strokeLinecap=\"round\"\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
|
package/IconWheelchair/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var Z=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of M(o))!k.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(L=d(o,C))||L.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(f(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(p({},"__esModule",{value:!0}),r);var I={};Z(I,{IconWheelchair:()=>u,default:()=>B});module.exports=x(I);var n=i(require("react"));var l=i(require("react")),c=require("react-native-svg"),a=({children:r,size:o=24,...e})=>l.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 t=require("react-native-svg"),u=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M8.5 10.
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var Z=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of M(o))!k.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(L=d(o,C))||L.enumerable});return r};var i=(r,o,e)=>(e=r!=null?m(f(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(p({},"__esModule",{value:!0}),r);var I={};Z(I,{IconWheelchair:()=>u,default:()=>B});module.exports=x(I);var n=i(require("react"));var l=i(require("react")),c=require("react-native-svg"),a=({children:r,size:o=24,...e})=>l.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 t=require("react-native-svg"),u=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M8.5 10.7072C6.1915 11.3601 4.5 13.4826 4.5 16.0001C4.5 19.0377 6.96243 21.5001 10 21.5001C12.2186 21.5001 14.1304 20.1865 15 18.2946M8.5 10.7072C8.5912 10.6814 8.68337 10.6579 8.77643 10.6367L8.5 10.7072Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18.9991 15.5L19.4759 15.6505C19.5239 15.4986 19.4966 15.3329 19.4024 15.2044C19.3082 15.0759 19.1584 15 18.9991 15V15.5ZM17.0223 20.0994C16.9392 20.3627 17.0852 20.6436 17.3485 20.7268C17.6119 20.8099 17.8927 20.6639 17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317C12.3754 9.6307 12.2322 9.34836 11.9697 9.26255C11.7073 9.17674 11.4249 9.31995 11.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"}),n.default.createElement(t.Path,{d:"M11.25 12.5H16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=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=\"M8.5 10.
|
|
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=\"M8.5 10.7072C6.1915 11.3601 4.5 13.4826 4.5 16.0001C4.5 19.0377 6.96243 21.5001 10 21.5001C12.2186 21.5001 14.1304 20.1865 15 18.2946M8.5 10.7072C8.5912 10.6814 8.68337 10.6579 8.77643 10.6367L8.5 10.7072Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505C19.5239 15.4986 19.4966 15.3329 19.4024 15.2044C19.3082 15.0759 19.1584 15 18.9991 15V15.5ZM17.0223 20.0994C16.9392 20.3627 17.0852 20.6436 17.3485 20.7268C17.6119 20.8099 17.8927 20.6639 17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317C12.3754 9.6307 12.2322 9.34836 11.9697 9.26255C11.7073 9.17674 11.4249 9.31995 11.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\n d=\"M11.25 12.5H16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+uBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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"]}
|
package/IconWheelchair/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(L,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8.5 10.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(L,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8.5 10.7072C6.1915 11.3601 4.5 13.4826 4.5 16.0001C4.5 19.0377 6.96243 21.5001 10 21.5001C12.2186 21.5001 14.1304 20.1865 15 18.2946M8.5 10.7072C8.5912 10.6814 8.68337 10.6579 8.77643 10.6367L8.5 10.7072Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M18.9991 15.5L19.4759 15.6505C19.5239 15.4986 19.4966 15.3329 19.4024 15.2044C19.3082 15.0759 19.1584 15 18.9991 15V15.5ZM17.0223 20.0994C16.9392 20.3627 17.0852 20.6436 17.3485 20.7268C17.6119 20.8099 17.8927 20.6639 17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317C12.3754 9.6307 12.2322 9.34836 11.9697 9.26255C11.7073 9.17674 11.4249 9.31995 11.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(n,{d:"M11.25 12.5H16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(s,{cx:"13.5",cy:"5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),Z=i;export{i as IconWheelchair,Z 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=\"M8.5 10.
|
|
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=\"M8.5 10.7072C6.1915 11.3601 4.5 13.4826 4.5 16.0001C4.5 19.0377 6.96243 21.5001 10 21.5001C12.2186 21.5001 14.1304 20.1865 15 18.2946M8.5 10.7072C8.5912 10.6814 8.68337 10.6579 8.77643 10.6367L8.5 10.7072Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.9991 15.5L19.4759 15.6505C19.5239 15.4986 19.4966 15.3329 19.4024 15.2044C19.3082 15.0759 19.1584 15 18.9991 15V15.5ZM17.0223 20.0994C16.9392 20.3627 17.0852 20.6436 17.3485 20.7268C17.6119 20.8099 17.8927 20.6639 17.9759 20.4005L17.0223 20.0994ZM10.8796 12.5969L10.4043 12.4415L10.4011 12.4518L10.8796 12.5969ZM12.2896 9.89317C12.3754 9.6307 12.2322 9.34836 11.9697 9.26255C11.7073 9.17674 11.4249 9.31995 11.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\n d=\"M11.25 12.5H16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"13.5\"\n cy=\"5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,gNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+uBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,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
|