@central-icons-react-native/square-filled-radius-0-stroke-2 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 L=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=u(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?L(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconArrowSplitDown:()=>i,default:()=>d});module.exports=g(v);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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 l=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M7.20703 18.207L5.20703 20.207L3.79297 18.793L5.79297 16.793L7.20703 18.207Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M13 11.5859L18 16.5859V13H20V20H13V18H16.5859L11 12.4141V3H13V11.5859Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M10.707 14.707L8.70703 16.707L7.29297 15.293L9.29297 13.293L10.707 14.707Z",fill:"currentColor"})),d=i;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\n d=\"M7.20703 18.207L5.20703 20.207L3.79297 18.793L5.79297 16.793L7.20703 18.207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 11.5859L18 16.5859V13H20V20H13V18H16.5859L11 12.4141V3H13V11.5859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.707 14.707L8.70703 16.707L7.29297 15.293L9.29297 13.293L10.707 14.707Z\"\n fill=\"currentColor\"\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,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,KAAK,eACP,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 l from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(C,{...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 n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M7.20703 18.207L5.20703 20.207L3.79297 18.793L5.79297 16.793L7.20703 18.207Z",fill:"currentColor"}),o.createElement(n,{d:"M13 11.5859L18 16.5859V13H20V20H13V18H16.5859L11 12.4141V3H13V11.5859Z",fill:"currentColor"}),o.createElement(n,{d:"M10.707 14.707L8.70703 16.707L7.29297 15.293L9.29297 13.293L10.707 14.707Z",fill:"currentColor"})),x=a;export{a as IconArrowSplitDown,x 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\n d=\"M7.20703 18.207L5.20703 20.207L3.79297 18.793L5.79297 16.793L7.20703 18.207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 11.5859L18 16.5859V13H20V20H13V18H16.5859L11 12.4141V3H13V11.5859Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.707 14.707L8.70703 16.707L7.29297 15.293L9.29297 13.293L10.707 14.707Z\"\n fill=\"currentColor\"\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,CACC,EAAE,+EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,KAAK,eACP,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 u=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=I(r,t))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(n({},"__esModule",{value:!0}),o);var L={};v(L,{IconImages41:()=>i,default:()=>P});module.exports=x(L);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 13C7 15.2091 8.79086 17 11 17H13C15.2091 17 17 15.2091 17 13H15.7725C14.1051 13 12.6118 14.0345 12.0264 15.5957L12 15.666L11.9736 15.5957C11.3882 14.0344 9.89503 12.9999 8.22754 13H7ZM13.25 8L12 7L10.75 8L9.5 7V9.75C9.5 11.1307 10.6193 12.25 12 12.25C13.3807 12.25 14.5 11.1307 14.5 9.75V7L13.25 8Z",fill:"currentColor"})),P=i;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\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 13C7 15.2091 8.79086 17 11 17H13C15.2091 17 17 15.2091 17 13H15.7725C14.1051 13 12.6118 14.0345 12.0264 15.5957L12 15.666L11.9736 15.5957C11.3882 14.0344 9.89503 12.9999 8.22754 13H7ZM13.25 8L12 7L10.75 8L9.5 7V9.75C9.5 11.1307 10.6193 12.25 12 12.25C13.3807 12.25 14.5 11.1307 14.5 9.75V7L13.25 8Z\"\n fill=\"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,QACC,SAAS,UACT,SAAS,UACT,EAAE,iUACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 13C7 15.2091 8.79086 17 11 17H13C15.2091 17 17 15.2091 17 13H15.7725C14.1051 13 12.6118 14.0345 12.0264 15.5957L12 15.666L11.9736 15.5957C11.3882 14.0344 9.89503 12.9999 8.22754 13H7ZM13.25 8L12 7L10.75 8L9.5 7V9.75C9.5 11.1307 10.6193 12.25 12 12.25C13.3807 12.25 14.5 11.1307 14.5 9.75V7L13.25 8Z",fill:"currentColor"})),g=a;export{a as IconImages41,g 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\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 13C7 15.2091 8.79086 17 11 17H13C15.2091 17 17 15.2091 17 13H15.7725C14.1051 13 12.6118 14.0345 12.0264 15.5957L12 15.666L11.9736 15.5957C11.3882 14.0344 9.89503 12.9999 8.22754 13H7ZM13.25 8L12 7L10.75 8L9.5 7V9.75C9.5 11.1307 10.6193 12.25 12 12.25C13.3807 12.25 14.5 11.1307 14.5 9.75V7L13.25 8Z\"\n fill=\"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,CACC,SAAS,UACT,SAAS,UACT,EAAE,iUACF,KAAK,eACP,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 c=Object.create;var l=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var L in o)l(r,L,{get:o[L],enumerable:!0})},s=(r,o,L,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of u(o))!I.call(r,n)&&n!==L&&l(r,n,{get:()=>o[n],enumerable:!(p=i(o,n))||p.enumerable});return r};var C=(r,o,L)=>(L=r!=null?c(B(r)):{},s(o||!r||!r.__esModule?l(L,"default",{value:r,enumerable:!0}):L,r)),V=r=>s(l({},"__esModule",{value:!0}),r);var x={};P(x,{IconPasswordStars:()=>m,default:()=>d});module.exports=V(x);var t=C(require("react"));var a=C(require("react")),H=require("react-native-svg"),f=({children:r,size:o=24,...L})=>a.default.createElement(H.Svg,{...L,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"),m=r=>t.default.createElement(f,{...r},t.default.createElement(e.Path,{d:"M23 18H1V16H23V18Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M6.23633 7.82617L5.47266 9.14941H7V10.8496H5.47266L6.23633 12.1729L4.76367 13.0225L4 11.6992L3.23633 13.0225L1.76367 12.1729L2.52734 10.8496H1V9.14941H2.52734L1.76367 7.82617L3.23633 6.97656L4 8.29883L4.76367 6.97656L6.23633 7.82617Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M14.2363 7.82617L13.4727 9.14941H15V10.8496H13.4727L14.2363 12.1729L12.7637 13.0225L12 11.6992L11.2363 13.0225L9.76367 12.1729L10.5273 10.8496H9V9.14941H10.5273L9.76367 7.82617L11.2363 6.97656L12 8.29883L12.7637 6.97656L14.2363 7.82617Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M22.2363 7.82617L21.4727 9.14941H23V10.8496H21.4727L22.2363 12.1729L20.7637 13.0225L20 11.6992L19.2363 13.0225L17.7637 12.1729L18.5273 10.8496H17V9.14941H18.5273L17.7637 7.82617L19.2363 6.97656L20 8.29883L20.7637 6.97656L22.2363 7.82617Z",fill:"currentColor"})),d=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=\"M23 18H1V16H23V18Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.23633 7.82617L5.47266 9.14941H7V10.8496H5.47266L6.23633 12.1729L4.76367 13.0225L4 11.6992L3.23633 13.0225L1.76367 12.1729L2.52734 10.8496H1V9.14941H2.52734L1.76367 7.82617L3.23633 6.97656L4 8.29883L4.76367 6.97656L6.23633 7.82617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2363 7.82617L13.4727 9.14941H15V10.8496H13.4727L14.2363 12.1729L12.7637 13.0225L12 11.6992L11.2363 13.0225L9.76367 12.1729L10.5273 10.8496H9V9.14941H10.5273L9.76367 7.82617L11.2363 6.97656L12 8.29883L12.7637 6.97656L14.2363 7.82617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.2363 7.82617L21.4727 9.14941H23V10.8496H21.4727L22.2363 12.1729L20.7637 13.0225L20 11.6992L19.2363 13.0225L17.7637 12.1729L18.5273 10.8496H17V9.14941H18.5273L17.7637 7.82617L19.2363 6.97656L20 8.29883L20.7637 6.97656L22.2363 7.82617Z\"\n fill=\"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,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,4OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,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 l from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...e})=>l.createElement(p,{...e,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 L}from"react-native-svg";var s=t=>o.createElement(n,{...t},o.createElement(L,{d:"M23 18H1V16H23V18Z",fill:"currentColor"}),o.createElement(L,{d:"M6.23633 7.82617L5.47266 9.14941H7V10.8496H5.47266L6.23633 12.1729L4.76367 13.0225L4 11.6992L3.23633 13.0225L1.76367 12.1729L2.52734 10.8496H1V9.14941H2.52734L1.76367 7.82617L3.23633 6.97656L4 8.29883L4.76367 6.97656L6.23633 7.82617Z",fill:"currentColor"}),o.createElement(L,{d:"M14.2363 7.82617L13.4727 9.14941H15V10.8496H13.4727L14.2363 12.1729L12.7637 13.0225L12 11.6992L11.2363 13.0225L9.76367 12.1729L10.5273 10.8496H9V9.14941H10.5273L9.76367 7.82617L11.2363 6.97656L12 8.29883L12.7637 6.97656L14.2363 7.82617Z",fill:"currentColor"}),o.createElement(L,{d:"M22.2363 7.82617L21.4727 9.14941H23V10.8496H21.4727L22.2363 12.1729L20.7637 13.0225L20 11.6992L19.2363 13.0225L17.7637 12.1729L18.5273 10.8496H17V9.14941H18.5273L17.7637 7.82617L19.2363 6.97656L20 8.29883L20.7637 6.97656L22.2363 7.82617Z",fill:"currentColor"})),I=s;export{s as IconPasswordStars,I 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=\"M23 18H1V16H23V18Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.23633 7.82617L5.47266 9.14941H7V10.8496H5.47266L6.23633 12.1729L4.76367 13.0225L4 11.6992L3.23633 13.0225L1.76367 12.1729L2.52734 10.8496H1V9.14941H2.52734L1.76367 7.82617L3.23633 6.97656L4 8.29883L4.76367 6.97656L6.23633 7.82617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.2363 7.82617L13.4727 9.14941H15V10.8496H13.4727L14.2363 12.1729L12.7637 13.0225L12 11.6992L11.2363 13.0225L9.76367 12.1729L10.5273 10.8496H9V9.14941H10.5273L9.76367 7.82617L11.2363 6.97656L12 8.29883L12.7637 6.97656L14.2363 7.82617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.2363 7.82617L21.4727 9.14941H23V10.8496H21.4727L22.2363 12.1729L20.7637 13.0225L20 11.6992L19.2363 13.0225L17.7637 12.1729L18.5273 10.8496H17V9.14941H18.5273L17.7637 7.82617L19.2363 6.97656L20 8.29883L20.7637 6.97656L22.2363 7.82617Z\"\n fill=\"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,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconStandingGlobe:()=>i,default:()=>d});module.exports=L(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M7.7041 2.92188L7.03711 3.66699C5.76974 5.08301 5 6.95042 5 9C5 13.4183 8.58172 17 13 17C15.3692 17 17.4966 15.9712 18.9629 14.333L19.6299 13.5879L21.1201 14.9219L20.4531 15.667C18.8314 17.4788 16.5557 18.6947 13.9971 18.9482C13.9979 18.9654 14 18.9826 14 19V20H17.5V22H8.5V20H12V19C12 18.983 12.0011 18.9661 12.002 18.9492C6.94777 18.4483 3 14.186 3 9C3 6.43946 3.964 4.10153 5.54688 2.33301L6.21387 1.58789L7.7041 2.92188Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M13 2C16.866 2 20 5.13401 20 9C20 12.866 16.866 16 13 16C9.13401 16 6 12.866 6 9C6 5.13401 9.13401 2 13 2Z",fill:"currentColor"})),d=i;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 { Path } from \"react-native-svg\";\n\nexport const IconStandingGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.7041 2.92188L7.03711 3.66699C5.76974 5.08301 5 6.95042 5 9C5 13.4183 8.58172 17 13 17C15.3692 17 17.4966 15.9712 18.9629 14.333L19.6299 13.5879L21.1201 14.9219L20.4531 15.667C18.8314 17.4788 16.5557 18.6947 13.9971 18.9482C13.9979 18.9654 14 18.9826 14 19V20H17.5V22H8.5V20H12V19C12 18.983 12.0011 18.9661 12.002 18.9492C6.94777 18.4483 3 14.186 3 9C3 6.43946 3.964 4.10153 5.54688 2.33301L6.21387 1.58789L7.7041 2.92188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2C16.866 2 20 5.13401 20 9C20 12.866 16.866 16 13 16C9.13401 16 6 12.866 6 9C6 5.13401 9.13401 2 13 2Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,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"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M7.7041 2.92188L7.03711 3.66699C5.76974 5.08301 5 6.95042 5 9C5 13.4183 8.58172 17 13 17C15.3692 17 17.4966 15.9712 18.9629 14.333L19.6299 13.5879L21.1201 14.9219L20.4531 15.667C18.8314 17.4788 16.5557 18.6947 13.9971 18.9482C13.9979 18.9654 14 18.9826 14 19V20H17.5V22H8.5V20H12V19C12 18.983 12.0011 18.9661 12.002 18.9492C6.94777 18.4483 3 14.186 3 9C3 6.43946 3.964 4.10153 5.54688 2.33301L6.21387 1.58789L7.7041 2.92188Z",fill:"currentColor"}),t.createElement(e,{d:"M13 2C16.866 2 20 5.13401 20 9C20 12.866 16.866 16 13 16C9.13401 16 6 12.866 6 9C6 5.13401 9.13401 2 13 2Z",fill:"currentColor"})),x=a;export{a as IconStandingGlobe,x 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 { Path } from \"react-native-svg\";\n\nexport const IconStandingGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.7041 2.92188L7.03711 3.66699C5.76974 5.08301 5 6.95042 5 9C5 13.4183 8.58172 17 13 17C15.3692 17 17.4966 15.9712 18.9629 14.333L19.6299 13.5879L21.1201 14.9219L20.4531 15.667C18.8314 17.4788 16.5557 18.6947 13.9971 18.9482C13.9979 18.9654 14 18.9826 14 19V20H17.5V22H8.5V20H12V19C12 18.983 12.0011 18.9661 12.002 18.9492C6.94777 18.4483 3 14.186 3 9C3 6.43946 3.964 4.10153 5.54688 2.33301L6.21387 1.58789L7.7041 2.92188Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2C16.866 2 20 5.13401 20 9C20 12.866 16.866 16 13 16C9.13401 16 6 12.866 6 9C6 5.13401 9.13401 2 13 2Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStandingGlobe","props","React","CentralIconBase","IconStandingGlobe_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!v.call(r,l)&&l!==C&&t(r,l,{get:()=>o[l],enumerable:!(p=d(o,l))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconTimeslot:()=>a,default:()=>g});module.exports=P(M);var e=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M12 2C12.3748 2 12.7456 2.02023 13.1104 2.06055L12.8896 4.04883C12.5979 4.01659 12.3011 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6989 19.9834 11.4021 19.9512 11.1104L21.9395 10.8896C21.9798 11.2544 22 11.6252 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"}),e.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11.0996 12.9004H15.5V11.0996H12.9004V7.5H11.0996V12.9004Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M19.9707 7.70117C20.4827 7.49457 21.0656 7.742 21.2725 8.25391C21.4793 8.76592 21.2317 9.34871 20.7197 9.55566C20.2077 9.76255 19.6249 9.515 19.418 9.00293C19.2113 8.49092 19.4587 7.90803 19.9707 7.70117Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.6572 4.92871C18.0477 4.53851 18.6808 4.53851 19.0713 4.92871C19.4618 5.31924 19.4618 5.95323 19.0713 6.34375C18.6808 6.73395 18.0477 6.73395 17.6572 6.34375C17.2667 5.95323 17.2667 5.31924 17.6572 4.92871Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M14.5205 3.30273C14.7319 2.7925 15.3169 2.55037 15.8271 2.76172C16.3371 2.97321 16.5795 3.55825 16.3682 4.06836C16.1567 4.57839 15.5717 4.82059 15.0615 4.60938C14.5513 4.39802 14.3092 3.81298 14.5205 3.30273Z",fill:"currentColor"})),g=a;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\n d=\"M12 2C12.3748 2 12.7456 2.02023 13.1104 2.06055L12.8896 4.04883C12.5979 4.01659 12.3011 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6989 19.9834 11.4021 19.9512 11.1104L21.9395 10.8896C21.9798 11.2544 22 11.6252 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11.0996 12.9004H15.5V11.0996H12.9004V7.5H11.0996V12.9004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9707 7.70117C20.4827 7.49457 21.0656 7.742 21.2725 8.25391C21.4793 8.76592 21.2317 9.34871 20.7197 9.55566C20.2077 9.76255 19.6249 9.515 19.418 9.00293C19.2113 8.49092 19.4587 7.90803 19.9707 7.70117Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 4.92871C18.0477 4.53851 18.6808 4.53851 19.0713 4.92871C19.4618 5.31924 19.4618 5.95323 19.0713 6.34375C18.6808 6.73395 18.0477 6.73395 17.6572 6.34375C17.2667 5.95323 17.2667 5.31924 17.6572 4.92871Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5205 3.30273C14.7319 2.7925 15.3169 2.55037 15.8271 2.76172C16.3371 2.97321 16.5795 3.55825 16.3682 4.06836C16.1567 4.57839 15.5717 4.82059 15.0615 4.60938C14.5513 4.39802 14.3092 3.81298 14.5205 3.30273Z\"\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,QACC,EAAE,6VACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,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 t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>t.createElement(p,{...l,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 C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12 2C12.3748 2 12.7456 2.02023 13.1104 2.06055L12.8896 4.04883C12.5979 4.01659 12.3011 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6989 19.9834 11.4021 19.9512 11.1104L21.9395 10.8896C21.9798 11.2544 22 11.6252 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11.0996 12.9004H15.5V11.0996H12.9004V7.5H11.0996V12.9004Z",fill:"currentColor"}),o.createElement(C,{d:"M19.9707 7.70117C20.4827 7.49457 21.0656 7.742 21.2725 8.25391C21.4793 8.76592 21.2317 9.34871 20.7197 9.55566C20.2077 9.76255 19.6249 9.515 19.418 9.00293C19.2113 8.49092 19.4587 7.90803 19.9707 7.70117Z",fill:"currentColor"}),o.createElement(C,{d:"M17.6572 4.92871C18.0477 4.53851 18.6808 4.53851 19.0713 4.92871C19.4618 5.31924 19.4618 5.95323 19.0713 6.34375C18.6808 6.73395 18.0477 6.73395 17.6572 6.34375C17.2667 5.95323 17.2667 5.31924 17.6572 4.92871Z",fill:"currentColor"}),o.createElement(C,{d:"M14.5205 3.30273C14.7319 2.7925 15.3169 2.55037 15.8271 2.76172C16.3371 2.97321 16.5795 3.55825 16.3682 4.06836C16.1567 4.57839 15.5717 4.82059 15.0615 4.60938C14.5513 4.39802 14.3092 3.81298 14.5205 3.30273Z",fill:"currentColor"})),v=f;export{f as IconTimeslot,v 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\n d=\"M12 2C12.3748 2 12.7456 2.02023 13.1104 2.06055L12.8896 4.04883C12.5979 4.01659 12.3011 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.6989 19.9834 11.4021 19.9512 11.1104L21.9395 10.8896C21.9798 11.2544 22 11.6252 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5ZM11.0996 12.9004H15.5V11.0996H12.9004V7.5H11.0996V12.9004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9707 7.70117C20.4827 7.49457 21.0656 7.742 21.2725 8.25391C21.4793 8.76592 21.2317 9.34871 20.7197 9.55566C20.2077 9.76255 19.6249 9.515 19.418 9.00293C19.2113 8.49092 19.4587 7.90803 19.9707 7.70117Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.6572 4.92871C18.0477 4.53851 18.6808 4.53851 19.0713 4.92871C19.4618 5.31924 19.4618 5.95323 19.0713 6.34375C18.6808 6.73395 18.0477 6.73395 17.6572 6.34375C17.2667 5.95323 17.2667 5.31924 17.6572 4.92871Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5205 3.30273C14.7319 2.7925 15.3169 2.55037 15.8271 2.76172C16.3371 2.97321 16.5795 3.55825 16.3682 4.06836C16.1567 4.57839 15.5717 4.82059 15.0615 4.60938C14.5513 4.39802 14.3092 3.81298 14.5205 3.30273Z\"\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,CACC,EAAE,6VACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,uMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,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 H=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=V(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?H(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>a(n({},"__esModule",{value:!0}),o);var x={};d(x,{IconVoiceHigh:()=>i,default:()=>v});module.exports=g(x);var p=m(require("react"));var c=m(require("react")),s=require("react-native-svg"),C=({children:o,size:r=24,...e})=>c.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(C,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z",fill:"currentColor"})),v=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kFACF,KAAK,eACP,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 l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z",fill:"currentColor"})),I=m;export{m as
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z",fill:"currentColor"})),I=m;export{m as IconVoiceHigh,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kFACF,KAAK,eACP,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 u=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!B.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?u(d(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>f(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconVoiceMid:()=>c,default:()=>P});module.exports=x(g);var t=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...n})=>m.default.createElement(s.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 e=require("react-native-svg"),c=r=>t.default.createElement(a,{...r},t.default.createElement(e.Path,{d:"M9 19H7V5H9V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17 17H15V7H17V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M13 15H11V9H13V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M5 14H3V10H5V14Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 14H19V10H21V14Z",fill:"currentColor"})),P=c;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=\"M9 19H7V5H9V19Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H15V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H11V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M5 14H3V10H5V14Z\" fill=\"currentColor\" />\n <Path d=\"M21 14H19V10H21V14Z\" fill=\"currentColor\" />\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,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/C,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,CACpD,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 C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M9 19H7V5H9V19Z",fill:"currentColor"}),o.createElement(n,{d:"M17 17H15V7H17V17Z",fill:"currentColor"}),o.createElement(n,{d:"M13 15H11V9H13V15Z",fill:"currentColor"}),o.createElement(n,{d:"M5 14H3V10H5V14Z",fill:"currentColor"}),o.createElement(n,{d:"M21 14H19V10H21V14Z",fill:"currentColor"})),B=f;export{f as IconVoiceMid,B 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=\"M9 19H7V5H9V19Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H15V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H11V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M5 14H3V10H5V14Z\" fill=\"currentColor\" />\n <Path d=\"M21 14H19V10H21V14Z\" fill=\"currentColor\" />\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,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,EAC/CG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,CACpD,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
|
|