@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.89 → 1.1.91
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/IconArrowSplitDown/index.d.ts +4 -0
- package/IconArrowSplitDown/index.js +2 -0
- package/IconArrowSplitDown/index.js.map +1 -0
- package/IconArrowSplitDown/index.mjs +2 -0
- package/IconArrowSplitDown/index.mjs.map +1 -0
- package/IconGemini/index.js +1 -1
- package/IconGemini/index.js.map +1 -1
- package/IconGemini/index.mjs +1 -1
- package/IconGemini/index.mjs.map +1 -1
- package/{IconVoice1 → IconImages41}/index.d.ts +2 -2
- package/IconImages41/index.js +2 -0
- package/IconImages41/index.js.map +1 -0
- package/IconImages41/index.mjs +2 -0
- package/IconImages41/index.mjs.map +1 -0
- package/IconPasswordStars/index.d.ts +4 -0
- package/IconPasswordStars/index.js +2 -0
- package/IconPasswordStars/index.js.map +1 -0
- package/IconPasswordStars/index.mjs +2 -0
- package/IconPasswordStars/index.mjs.map +1 -0
- package/IconStandingGlobe/index.d.ts +4 -0
- package/IconStandingGlobe/index.js +2 -0
- package/IconStandingGlobe/index.js.map +1 -0
- package/IconStandingGlobe/index.mjs +2 -0
- package/IconStandingGlobe/index.mjs.map +1 -0
- package/IconTimeslot/index.d.ts +4 -0
- package/IconTimeslot/index.js +2 -0
- package/IconTimeslot/index.js.map +1 -0
- package/IconTimeslot/index.mjs +2 -0
- package/IconTimeslot/index.mjs.map +1 -0
- package/IconVoiceHigh/index.d.ts +4 -0
- package/IconVoiceHigh/index.js +2 -0
- package/IconVoiceHigh/index.js.map +1 -0
- package/{IconVoice1 → IconVoiceHigh}/index.mjs +1 -1
- package/IconVoiceHigh/index.mjs.map +1 -0
- package/IconVoiceMid/index.d.ts +4 -0
- package/IconVoiceMid/index.js +2 -0
- package/IconVoiceMid/index.js.map +1 -0
- package/IconVoiceMid/index.mjs +2 -0
- package/IconVoiceMid/index.mjs.map +1 -0
- package/README.md +7 -1
- package/filtered-icons.json +99 -15
- package/icons/index.d.ts +7 -1
- package/icons-index.json +23 -11
- package/index.d.ts +7 -1
- 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 +50 -8
- package/IconVoice1/index.js +0 -2
- package/IconVoice1/index.js.map +0 -1
- package/IconVoice1/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(s({},"__esModule",{value:!0}),r);var v={};d(v,{IconArrowSplitDown:()=>f,default:()=>k});module.exports=g(v);var t=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),u=({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 p=require("react-native-svg"),f=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M12 3V12L19 19",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M19.5 13V19.5H13",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M4.5 19.5L6 18",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(p.Path,{d:"M8.25 15.7559L9.75 14.2559",stroke:"currentColor",strokeLinecap:"square"})),k=f;0&&(module.exports={IconArrowSplitDown});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitDown/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 IconArrowSplitDown: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 3V12L19 19\" stroke=\"currentColor\" />\n <Path d=\"M19.5 13V19.5H13\" stroke=\"currentColor\" />\n <Path d=\"M4.5 19.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M8.25 15.7559L9.75 14.2559\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown;\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,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconArrowSplitDown_exports","__export","IconArrowSplitDown","IconArrowSplitDown_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowSplitDown","props","React","CentralIconBase","IconArrowSplitDown_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 3V12L19 19",stroke:"currentColor"}),o.createElement(e,{d:"M19.5 13V19.5H13",stroke:"currentColor"}),o.createElement(e,{d:"M4.5 19.5L6 18",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M8.25 15.7559L9.75 14.2559",stroke:"currentColor",strokeLinecap:"square"})),P=l;export{l as IconArrowSplitDown,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowSplitDown/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 IconArrowSplitDown: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 3V12L19 19\" stroke=\"currentColor\" />\n <Path d=\"M19.5 13V19.5H13\" stroke=\"currentColor\" />\n <Path d=\"M4.5 19.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M8.25 15.7559L9.75 14.2559\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowSplitDown;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowSplitDown","props","React","CentralIconBase","IconArrowSplitDown_default"]}
|
package/IconGemini/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of u(C))!P.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=I(C,t))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?B(x(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var y={};g(y,{IconGemini:()=>i,default:()=>h});module.exports=v(y);var n=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>l.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M20.
|
|
1
|
+
"use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of u(C))!P.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=I(C,t))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?B(x(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var y={};g(y,{IconGemini:()=>i,default:()=>h});module.exports=v(y);var n=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>l.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M20.2246 10.888C18.6066 10.1911 17.1915 9.23659 15.9769 8.02312C14.7634 6.80966 13.8077 5.39335 13.112 3.7754C12.846 3.15614 12.63 2.51778 12.4653 1.86392C12.4116 1.65034 12.2207 1.5 12 1.5C11.7793 1.5 11.5884 1.65034 11.5347 1.86392C11.37 2.51778 11.1552 3.15375 10.888 3.7754C10.1911 5.39335 9.23659 6.80966 8.02312 8.02312C6.80966 9.2354 5.39335 10.1911 3.7754 10.888C3.15614 11.154 2.51778 11.37 1.86392 11.5347C1.65034 11.5884 1.5 11.7793 1.5 12C1.5 12.2207 1.65034 12.4116 1.86392 12.4653C2.51778 12.63 3.15375 12.8448 3.7754 13.112C5.39335 13.8089 6.80847 14.7634 8.02312 15.9769C9.23659 17.1903 10.1923 18.6066 10.888 20.2246C11.1552 20.8451 11.37 21.4822 11.5347 22.1361C11.5607 22.2399 11.6206 22.332 11.7049 22.3979C11.7891 22.4638 11.893 22.4998 12 22.5C12.2207 22.5 12.4116 22.3497 12.4653 22.1361C12.63 21.4822 12.8448 20.8462 13.112 20.2246C13.8089 18.6066 14.7634 17.1915 15.9769 15.9769C17.1903 14.7634 18.6066 13.8077 20.2246 13.112C20.8451 12.8448 21.4822 12.63 22.1361 12.4653C22.2399 12.4393 22.332 12.3794 22.3979 12.2951C22.4638 12.2109 22.4998 12.107 22.5 12C22.5 11.7793 22.3497 11.5884 22.1361 11.5347C21.4822 11.37 20.8462 11.1552 20.2246 10.888Z",fill:"currentColor"})),h=i;0&&(module.exports={IconGemini});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconGemini/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGemini/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 IconGemini: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.
|
|
1
|
+
{"version":3,"sources":["../src/IconGemini/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 IconGemini: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2246 10.888C18.6066 10.1911 17.1915 9.23659 15.9769 8.02312C14.7634 6.80966 13.8077 5.39335 13.112 3.7754C12.846 3.15614 12.63 2.51778 12.4653 1.86392C12.4116 1.65034 12.2207 1.5 12 1.5C11.7793 1.5 11.5884 1.65034 11.5347 1.86392C11.37 2.51778 11.1552 3.15375 10.888 3.7754C10.1911 5.39335 9.23659 6.80966 8.02312 8.02312C6.80966 9.2354 5.39335 10.1911 3.7754 10.888C3.15614 11.154 2.51778 11.37 1.86392 11.5347C1.65034 11.5884 1.5 11.7793 1.5 12C1.5 12.2207 1.65034 12.4116 1.86392 12.4653C2.51778 12.63 3.15375 12.8448 3.7754 13.112C5.39335 13.8089 6.80847 14.7634 8.02312 15.9769C9.23659 17.1903 10.1923 18.6066 10.888 20.2246C11.1552 20.8451 11.37 21.4822 11.5347 22.1361C11.5607 22.2399 11.6206 22.332 11.7049 22.3979C11.7891 22.4638 11.893 22.4998 12 22.5C12.2207 22.5 12.4116 22.3497 12.4653 22.1361C12.63 21.4822 12.8448 20.8462 13.112 20.2246C13.8089 18.6066 14.7634 17.1915 15.9769 15.9769C17.1903 14.7634 18.6066 13.8077 20.2246 13.112C20.8451 12.8448 21.4822 12.63 22.1361 12.4653C22.2399 12.4393 22.332 12.3794 22.3979 12.2951C22.4638 12.2109 22.4998 12.107 22.5 12C22.5 11.7793 22.3497 11.5884 22.1361 11.5347C21.4822 11.37 20.8462 11.1552 20.2246 10.888Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGemini;\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,wpCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGemini_exports","__export","IconGemini","IconGemini_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGemini","props","React","CentralIconBase","IconGemini_default"]}
|
package/IconGemini/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:C,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as a}from"react-native-svg";var m=C=>t.createElement(o,{...C},t.createElement(a,{d:"M20.
|
|
1
|
+
import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:C,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as a}from"react-native-svg";var m=C=>t.createElement(o,{...C},t.createElement(a,{d:"M20.2246 10.888C18.6066 10.1911 17.1915 9.23659 15.9769 8.02312C14.7634 6.80966 13.8077 5.39335 13.112 3.7754C12.846 3.15614 12.63 2.51778 12.4653 1.86392C12.4116 1.65034 12.2207 1.5 12 1.5C11.7793 1.5 11.5884 1.65034 11.5347 1.86392C11.37 2.51778 11.1552 3.15375 10.888 3.7754C10.1911 5.39335 9.23659 6.80966 8.02312 8.02312C6.80966 9.2354 5.39335 10.1911 3.7754 10.888C3.15614 11.154 2.51778 11.37 1.86392 11.5347C1.65034 11.5884 1.5 11.7793 1.5 12C1.5 12.2207 1.65034 12.4116 1.86392 12.4653C2.51778 12.63 3.15375 12.8448 3.7754 13.112C5.39335 13.8089 6.80847 14.7634 8.02312 15.9769C9.23659 17.1903 10.1923 18.6066 10.888 20.2246C11.1552 20.8451 11.37 21.4822 11.5347 22.1361C11.5607 22.2399 11.6206 22.332 11.7049 22.3979C11.7891 22.4638 11.893 22.4998 12 22.5C12.2207 22.5 12.4116 22.3497 12.4653 22.1361C12.63 21.4822 12.8448 20.8462 13.112 20.2246C13.8089 18.6066 14.7634 17.1915 15.9769 15.9769C17.1903 14.7634 18.6066 13.8077 20.2246 13.112C20.8451 12.8448 21.4822 12.63 22.1361 12.4653C22.2399 12.4393 22.332 12.3794 22.3979 12.2951C22.4638 12.2109 22.4998 12.107 22.5 12C22.5 11.7793 22.3497 11.5884 22.1361 11.5347C21.4822 11.37 20.8462 11.1552 20.2246 10.888Z",fill:"currentColor"})),P=m;export{m as IconGemini,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconGemini/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGemini/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 IconGemini: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.
|
|
1
|
+
{"version":3,"sources":["../src/IconGemini/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 IconGemini: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2246 10.888C18.6066 10.1911 17.1915 9.23659 15.9769 8.02312C14.7634 6.80966 13.8077 5.39335 13.112 3.7754C12.846 3.15614 12.63 2.51778 12.4653 1.86392C12.4116 1.65034 12.2207 1.5 12 1.5C11.7793 1.5 11.5884 1.65034 11.5347 1.86392C11.37 2.51778 11.1552 3.15375 10.888 3.7754C10.1911 5.39335 9.23659 6.80966 8.02312 8.02312C6.80966 9.2354 5.39335 10.1911 3.7754 10.888C3.15614 11.154 2.51778 11.37 1.86392 11.5347C1.65034 11.5884 1.5 11.7793 1.5 12C1.5 12.2207 1.65034 12.4116 1.86392 12.4653C2.51778 12.63 3.15375 12.8448 3.7754 13.112C5.39335 13.8089 6.80847 14.7634 8.02312 15.9769C9.23659 17.1903 10.1923 18.6066 10.888 20.2246C11.1552 20.8451 11.37 21.4822 11.5347 22.1361C11.5607 22.2399 11.6206 22.332 11.7049 22.3979C11.7891 22.4638 11.893 22.4998 12 22.5C12.2207 22.5 12.4116 22.3497 12.4653 22.1361C12.63 21.4822 12.8448 20.8462 13.112 20.2246C13.8089 18.6066 14.7634 17.1915 15.9769 15.9769C17.1903 14.7634 18.6066 13.8077 20.2246 13.112C20.8451 12.8448 21.4822 12.63 22.1361 12.4653C22.2399 12.4393 22.332 12.3794 22.3979 12.2951C22.4638 12.2109 22.4998 12.107 22.5 12C22.5 11.7793 22.3497 11.5884 22.1361 11.5347C21.4822 11.37 20.8462 11.1552 20.2246 10.888Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGemini;\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,wpCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGemini","props","React","CentralIconBase","IconGemini_default"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconImages41: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconImages41;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(p({},"__esModule",{value:!0}),r);var h={};i(h,{IconImages41:()=>u,default:()=>v});module.exports=d(h);var n=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M13 18.0001C15.2091 18.0001 17 16.2092 17 14.0001C14.5 13.5001 13.471 14.0287 12 15.4999C10.5 13.9999 9.5 13.5 7 13.9999C7 16.2091 8.79086 18.0001 11 18.0001H13Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M14.5 10V7L13.25 7.75L12 7L10.75 7.75L9.5 7V10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z",stroke:"currentColor"})),v=u;0&&(module.exports={IconImages41});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages41/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 IconImages41: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M13 18.0001C15.2091 18.0001 17 16.2092 17 14.0001C14.5 13.5001 13.471 14.0287 12 15.4999C10.5 13.9999 9.5 13.5 7 13.9999C7 16.2091 8.79086 18.0001 11 18.0001H13Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 10V7L13.25 7.75L12 7L10.75 7.75L9.5 7V10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages41;\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,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qHACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconImages41_exports","__export","IconImages41","IconImages41_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconImages41","props","React","CentralIconBase","IconImages41_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M13 18.0001C15.2091 18.0001 17 16.2092 17 14.0001C14.5 13.5001 13.471 14.0287 12 15.4999C10.5 13.9999 9.5 13.5 7 13.9999C7 16.2091 8.79086 18.0001 11 18.0001H13Z",stroke:"currentColor"}),o.createElement(e,{d:"M14.5 10V7L13.25 7.75L12 7L10.75 7.75L9.5 7V10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z",stroke:"currentColor"})),P=a;export{a as IconImages41,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImages41/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 IconImages41: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M13 18.0001C15.2091 18.0001 17 16.2092 17 14.0001C14.5 13.5001 13.471 14.0287 12 15.4999C10.5 13.9999 9.5 13.5 7 13.9999C7 16.2091 8.79086 18.0001 11 18.0001H13Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.5 10V7L13.25 7.75L12 7L10.75 7.75L9.5 7V10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImages41;\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,CAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DG,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qHACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconImages41","props","React","CentralIconBase","IconImages41_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!d.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(P(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(s({},"__esModule",{value:!0}),r);var i={};x(i,{IconPasswordStars:()=>M,default:()=>g});module.exports=L(i);var e=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),M=r=>e.default.createElement(u,{...r},e.default.createElement(p.Path,{d:"M1 17.5L23 17.5",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),g=M;0&&(module.exports={IconPasswordStars});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <Path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconPasswordStars_exports","__export","IconPasswordStars","IconPasswordStars_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_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{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M1 17.5L23 17.5",stroke:"currentColor"}),o.createElement(t,{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),o.createElement(t,{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),o.createElement(t,{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),d=a;export{a as IconPasswordStars,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <Path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_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})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!B.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(C=f(o,p))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(x(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(s({},"__esModule",{value:!0}),r);var v={};I(v,{IconStandingGlobe:()=>m,default:()=>P});module.exports=g(v);var n=c(require("react"));var l=c(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),m=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M9.5 21.5H15.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12.5 21.5V19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"13",cy:"9.5",r:"7",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M6.07494 3C4.47815 4.69966 3.5 6.98729 3.5 9.50339C3.5 14.7501 7.75329 19.0034 13 19.0034C15.7722 19.0034 18.2671 17.8159 20.0038 15.9219",stroke:"currentColor",strokeLinecap:"square"})),P=m;0&&(module.exports={IconStandingGlobe});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStandingGlobe/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 IconStandingGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 21.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 21.5V19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13\" cy=\"9.5\" r=\"7\" stroke=\"currentColor\" />\n <Path\n d=\"M6.07494 3C4.47815 4.69966 3.5 6.98729 3.5 9.50339C3.5 14.7501 7.75329 19.0034 13 19.0034C15.7722 19.0034 18.2671 17.8159 20.0038 15.9219\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStandingGlobe;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconStandingGlobe_exports","__export","IconStandingGlobe","IconStandingGlobe_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStandingGlobe","props","React","CentralIconBase","IconStandingGlobe_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9.5 21.5H15.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(n,{d:"M12.5 21.5V19",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(a,{cx:"13",cy:"9.5",r:"7",stroke:"currentColor"}),o.createElement(n,{d:"M6.07494 3C4.47815 4.69966 3.5 6.98729 3.5 9.50339C3.5 14.7501 7.75329 19.0034 13 19.0034C15.7722 19.0034 18.2671 17.8159 20.0038 15.9219",stroke:"currentColor",strokeLinecap:"square"})),I=c;export{c as IconStandingGlobe,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStandingGlobe/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 IconStandingGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 21.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 21.5V19\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"13\" cy=\"9.5\" r=\"7\" stroke=\"currentColor\" />\n <Path\n d=\"M6.07494 3C4.47815 4.69966 3.5 6.98729 3.5 9.50339C3.5 14.7501 7.75329 19.0034 13 19.0034C15.7722 19.0034 18.2671 17.8159 20.0038 15.9219\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStandingGlobe;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,EACrDI,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconStandingGlobe","props","React","CentralIconBase","IconStandingGlobe_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(d(r)):{},s(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(l({},"__esModule",{value:!0}),r);var M={};P(M,{IconTimeslot:()=>c,default:()=>v});module.exports=g(M);var t=m(require("react"));var f=m(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...C})=>f.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(e.Path,{d:"M12 6V12H17",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),v=c;0&&(module.exports={IconTimeslot});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <Path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTimeslot_exports","__export","IconTimeslot","IconTimeslot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...n})=>l.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as C}from"react-native-svg";var s=t=>o.createElement(e,{...t},o.createElement(C,{d:"M12 6V12H17",stroke:"currentColor"}),o.createElement(C,{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),o.createElement(C,{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),o.createElement(C,{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),o.createElement(C,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),x=s;export{s as IconTimeslot,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <Path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,CAAK,EAAE,cAAc,OAAO,eAAe,EAC5CG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(g(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>s(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconVoiceHigh:()=>i,default:()=>h});module.exports=V(v);var p=m(require("react"));var c=m(require("react")),C=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.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 f=require("react-native-svg"),i=r=>p.default.createElement(l,{...r},p.default.createElement(f.Path,{d:"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"square"})),h=i;0&&(module.exports={IconVoiceHigh});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceHigh/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 IconVoiceHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceHigh;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8EACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconVoiceHigh_exports","__export","IconVoiceHigh","IconVoiceHigh_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceHigh","props","React","CentralIconBase","IconVoiceHigh_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(s,{d:"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"square"})),
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as s}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(s,{d:"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"square"})),x=m;export{m as IconVoiceHigh,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceHigh/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 IconVoiceHigh: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceHigh;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceHigh","props","React","CentralIconBase","IconVoiceHigh_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of d(o))!I.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=f(o,s))||a.enumerable});return r};var u=(r,o,e)=>(e=r!=null?k(B(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>c(p({},"__esModule",{value:!0}),r);var M={};x(M,{IconVoiceMid:()=>m,default:()=>g});module.exports=P(M);var t=u(require("react"));var C=u(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>C.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>t.default.createElement(i,{...r},t.default.createElement(n.Path,{d:"M7.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M12 9.5V14.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M16.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M20.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"})),g=m;0&&(module.exports={IconVoiceMid});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMid/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 IconVoiceMid: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M7.5 5.5V18.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M3.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M16.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M20.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMid;\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,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,CACzE,EAIGE,EAAQJ","names":["IconVoiceMid_exports","__export","IconVoiceMid","IconVoiceMid_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMid","props","React","CentralIconBase","IconVoiceMid_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var c=t=>o.createElement(n,{...t},o.createElement(e,{d:"M7.5 5.5V18.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M3.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M12 9.5V14.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M16.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M20.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"square"})),I=c;export{c as IconVoiceMid,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMid/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 IconVoiceMid: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M7.5 5.5V18.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M3.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M12 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M16.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M20.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMid;\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,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMid","props","React","CentralIconBase","IconVoiceMid_default"]}
|
package/README.md
CHANGED
|
@@ -270,6 +270,7 @@ Below is a complete list of available icons:
|
|
|
270
270
|
- IconArrowShareRight
|
|
271
271
|
- IconArrowsHide
|
|
272
272
|
- IconArrowSplit
|
|
273
|
+
- IconArrowSplitDown
|
|
273
274
|
- IconArrowsRepeat
|
|
274
275
|
- IconArrowsRepeatCircle
|
|
275
276
|
- IconArrowsRepeatRightLeft
|
|
@@ -1198,6 +1199,7 @@ Below is a complete list of available icons:
|
|
|
1198
1199
|
- IconPinLocation
|
|
1199
1200
|
- IconRadar1
|
|
1200
1201
|
- IconSend
|
|
1202
|
+
- IconStandingGlobe
|
|
1201
1203
|
- IconWorld
|
|
1202
1204
|
|
|
1203
1205
|
### Nature & Energy
|
|
@@ -1319,6 +1321,7 @@ Below is a complete list of available icons:
|
|
|
1319
1321
|
- IconImages2
|
|
1320
1322
|
- IconImages3
|
|
1321
1323
|
- IconImages4
|
|
1324
|
+
- IconImages41
|
|
1322
1325
|
- IconImages5
|
|
1323
1326
|
- IconImagesCircle
|
|
1324
1327
|
- IconMinimize
|
|
@@ -1364,6 +1367,7 @@ Below is a complete list of available icons:
|
|
|
1364
1367
|
- IconPasskeys
|
|
1365
1368
|
- IconPassport
|
|
1366
1369
|
- IconPassword
|
|
1370
|
+
- IconPasswordStars
|
|
1367
1371
|
- IconSafeSimple
|
|
1368
1372
|
- IconShield
|
|
1369
1373
|
- IconShieldBreak
|
|
@@ -1609,8 +1613,9 @@ Below is a complete list of available icons:
|
|
|
1609
1613
|
- IconStop
|
|
1610
1614
|
- IconStopCircle
|
|
1611
1615
|
- IconVocalMicrophone
|
|
1612
|
-
- IconVoice1
|
|
1613
1616
|
- IconVoice3
|
|
1617
|
+
- IconVoiceHigh
|
|
1618
|
+
- IconVoiceMid
|
|
1614
1619
|
- IconVoiceMode
|
|
1615
1620
|
- IconVoiceRecord
|
|
1616
1621
|
- IconVoiceSettings
|
|
@@ -1824,6 +1829,7 @@ Below is a complete list of available icons:
|
|
|
1824
1829
|
- IconSleep
|
|
1825
1830
|
- IconStopwatch
|
|
1826
1831
|
- IconTimeFlies
|
|
1832
|
+
- IconTimeslot
|
|
1827
1833
|
|
|
1828
1834
|
### Typography
|
|
1829
1835
|
|