@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.90 → 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/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/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 +5 -1
- package/filtered-icons.json +71 -15
- package/icons/index.d.ts +5 -1
- package/icons-index.json +16 -8
- package/index.d.ts +5 -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 +36 -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:"M6.70703 18L4.5 20.207L3.79297 19.5L6 17.293L6.70703 18Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M12.5 11.793L19 18.293V13H20V20H13V19H18.293L11.5 12.207V3H12.5V11.793Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M10.457 14.2559L8.25 16.4629L7.54297 15.7559L9.75 13.5488L10.457 14.2559Z",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=\"M6.70703 18L4.5 20.207L3.79297 19.5L6 17.293L6.70703 18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 11.793L19 18.293V13H20V20H13V19H18.293L11.5 12.207V3H12.5V11.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.457 14.2559L8.25 16.4629L7.54297 15.7559L9.75 13.5488L10.457 14.2559Z\"\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,2DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,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:"M6.70703 18L4.5 20.207L3.79297 19.5L6 17.293L6.70703 18Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 11.793L19 18.293V13H20V20H13V19H18.293L11.5 12.207V3H12.5V11.793Z",fill:"currentColor"}),o.createElement(n,{d:"M10.457 14.2559L8.25 16.4629L7.54297 15.7559L9.75 13.5488L10.457 14.2559Z",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=\"M6.70703 18L4.5 20.207L3.79297 19.5L6 17.293L6.70703 18Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 11.793L19 18.293V13H20V20H13V19H18.293L11.5 12.207V3H12.5V11.793Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.457 14.2559L8.25 16.4629L7.54297 15.7559L9.75 13.5488L10.457 14.2559Z\"\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,2DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,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 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:"M6.78125 2.97754L6.43945 3.34277C4.9265 4.95328 4.00012 7.11928 4 9.50293C4 14.4735 8.02944 18.5029 13 18.5029C15.6263 18.5029 17.9898 17.3791 19.6357 15.584L19.9736 15.2158L20.71 15.8916L20.3721 16.2598C18.5447 18.2527 15.9181 19.5029 13 19.5029V21H16V22H9V21H12V19.4521C6.94674 18.9504 3 14.6882 3 9.50293C3.00012 6.85483 4.03061 4.4458 5.71094 2.65723L6.05273 2.29297L6.78125 2.97754Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M13 2C17.1421 2 20.5 5.35786 20.5 9.5C20.5 13.6421 17.1421 17 13 17C8.85786 17 5.5 13.6421 5.5 9.5C5.5 5.35786 8.85786 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=\"M6.78125 2.97754L6.43945 3.34277C4.9265 4.95328 4.00012 7.11928 4 9.50293C4 14.4735 8.02944 18.5029 13 18.5029C15.6263 18.5029 17.9898 17.3791 19.6357 15.584L19.9736 15.2158L20.71 15.8916L20.3721 16.2598C18.5447 18.2527 15.9181 19.5029 13 19.5029V21H16V22H9V21H12V19.4521C6.94674 18.9504 3 14.6882 3 9.50293C3.00012 6.85483 4.03061 4.4458 5.71094 2.65723L6.05273 2.29297L6.78125 2.97754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2C17.1421 2 20.5 5.35786 20.5 9.5C20.5 13.6421 17.1421 17 13 17C8.85786 17 5.5 13.6421 5.5 9.5C5.5 5.35786 8.85786 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,sYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,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:"M6.78125 2.97754L6.43945 3.34277C4.9265 4.95328 4.00012 7.11928 4 9.50293C4 14.4735 8.02944 18.5029 13 18.5029C15.6263 18.5029 17.9898 17.3791 19.6357 15.584L19.9736 15.2158L20.71 15.8916L20.3721 16.2598C18.5447 18.2527 15.9181 19.5029 13 19.5029V21H16V22H9V21H12V19.4521C6.94674 18.9504 3 14.6882 3 9.50293C3.00012 6.85483 4.03061 4.4458 5.71094 2.65723L6.05273 2.29297L6.78125 2.97754Z",fill:"currentColor"}),t.createElement(e,{d:"M13 2C17.1421 2 20.5 5.35786 20.5 9.5C20.5 13.6421 17.1421 17 13 17C8.85786 17 5.5 13.6421 5.5 9.5C5.5 5.35786 8.85786 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=\"M6.78125 2.97754L6.43945 3.34277C4.9265 4.95328 4.00012 7.11928 4 9.50293C4 14.4735 8.02944 18.5029 13 18.5029C15.6263 18.5029 17.9898 17.3791 19.6357 15.584L19.9736 15.2158L20.71 15.8916L20.3721 16.2598C18.5447 18.2527 15.9181 19.5029 13 19.5029V21H16V22H9V21H12V19.4521C6.94674 18.9504 3 14.6882 3 9.50293C3.00012 6.85483 4.03061 4.4458 5.71094 2.65723L6.05273 2.29297L6.78125 2.97754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2C17.1421 2 20.5 5.35786 20.5 9.5C20.5 13.6421 17.1421 17 13 17C8.85786 17 5.5 13.6421 5.5 9.5C5.5 5.35786 8.85786 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,sYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,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 u=Object.create;var p=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(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 V(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=H(o,l))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>f(p({},"__esModule",{value:!0}),r);var P={};d(P,{IconVoiceHigh:()=>c,default:()=>x});module.exports=g(P);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:"M7.99911 3H6.99911V21H7.99911V3Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17 5H16V19H17V5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.4991 7H11.4991V17H12.4991V7Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M4 9H3V15H4V9Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 9H20V15H21V9Z",fill:"currentColor"})),x=c;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 d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\" />\n <Path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\" />\n <Path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\" />\n <Path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\" />\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,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,CAClD,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 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:"M7.99911 3H6.99911V21H7.99911V3Z",fill:"currentColor"}),o.createElement(n,{d:"M17 5H16V19H17V5Z",fill:"currentColor"}),o.createElement(n,{d:"M12.4991 7H11.4991V17H12.4991V7Z",fill:"currentColor"}),o.createElement(n,{d:"M4 9H3V15H4V9Z",fill:"currentColor"}),o.createElement(n,{d:"M21 9H20V15H21V9Z",fill:"currentColor"})),I=f;export{f as
|
|
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:"M7.99911 3H6.99911V21H7.99911V3Z",fill:"currentColor"}),o.createElement(n,{d:"M17 5H16V19H17V5Z",fill:"currentColor"}),o.createElement(n,{d:"M12.4991 7H11.4991V17H12.4991V7Z",fill:"currentColor"}),o.createElement(n,{d:"M4 9H3V15H4V9Z",fill:"currentColor"}),o.createElement(n,{d:"M21 9H20V15H21V9Z",fill:"currentColor"})),I=f;export{f 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 d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\" />\n <Path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\" />\n <Path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\" />\n <Path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\" />\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,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,mCAAmC,KAAK,eAAe,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,CAClD,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:"M8 19H7V5H8V19Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17 17H16V7H17V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.5 15H11.5V9H12.5V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M4 14H3V10H4V14Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 14H20V10H21V14Z",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=\"M8 19H7V5H8V19Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H16V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 15H11.5V9H12.5V15Z\" fill=\"currentColor\" />\n <Path d=\"M4 14H3V10H4V14Z\" fill=\"currentColor\" />\n <Path d=\"M21 14H20V10H21V14Z\" 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,2BAA2B,KAAK,eAAe,EACvD,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:"M8 19H7V5H8V19Z",fill:"currentColor"}),o.createElement(n,{d:"M17 17H16V7H17V17Z",fill:"currentColor"}),o.createElement(n,{d:"M12.5 15H11.5V9H12.5V15Z",fill:"currentColor"}),o.createElement(n,{d:"M4 14H3V10H4V14Z",fill:"currentColor"}),o.createElement(n,{d:"M21 14H20V10H21V14Z",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=\"M8 19H7V5H8V19Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H16V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M12.5 15H11.5V9H12.5V15Z\" fill=\"currentColor\" />\n <Path d=\"M4 14H3V10H4V14Z\" fill=\"currentColor\" />\n <Path d=\"M21 14H20V10H21V14Z\" 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,2BAA2B,KAAK,eAAe,EACvDG,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
|
|
@@ -1610,8 +1613,9 @@ Below is a complete list of available icons:
|
|
|
1610
1613
|
- IconStop
|
|
1611
1614
|
- IconStopCircle
|
|
1612
1615
|
- IconVocalMicrophone
|
|
1613
|
-
- IconVoice1
|
|
1614
1616
|
- IconVoice3
|
|
1617
|
+
- IconVoiceHigh
|
|
1618
|
+
- IconVoiceMid
|
|
1615
1619
|
- IconVoiceMode
|
|
1616
1620
|
- IconVoiceRecord
|
|
1617
1621
|
- IconVoiceSettings
|
package/filtered-icons.json
CHANGED
|
@@ -1736,6 +1736,20 @@
|
|
|
1736
1736
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
1737
1737
|
"componentName": "IconArrowSplit"
|
|
1738
1738
|
},
|
|
1739
|
+
{
|
|
1740
|
+
"category": "Arrows",
|
|
1741
|
+
"svg": "<path d=\"M6.70703 18L4.5 20.207L3.79297 19.5L6 17.293L6.70703 18Z\" fill=\"currentColor\"/><path d=\"M12.5 11.793L19 18.293V13H20V20H13V19H18.293L11.5 12.207V3H12.5V11.793Z\" fill=\"currentColor\"/><path d=\"M10.457 14.2559L8.25 16.4629L7.54297 15.7559L9.75 13.5488L10.457 14.2559Z\" fill=\"currentColor\"/>",
|
|
1742
|
+
"iconName": "arrow-split-down, branch",
|
|
1743
|
+
"variant": {
|
|
1744
|
+
"join": "square",
|
|
1745
|
+
"filled": "on",
|
|
1746
|
+
"radius": "0",
|
|
1747
|
+
"stroke": "1"
|
|
1748
|
+
},
|
|
1749
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
1750
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
1751
|
+
"componentName": "IconArrowSplitDown"
|
|
1752
|
+
},
|
|
1739
1753
|
{
|
|
1740
1754
|
"category": "Arrows",
|
|
1741
1755
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 0.792969L17.2071 4.50008L13.5 8.20718L12.7929 7.50008L15.2929 5.00008H4V14.0001H3V4.00008H15.2929L12.7929 1.50008L13.5 0.792969ZM21 10.0001V20.0001H8.70711L11.2071 22.5001L10.5 23.2072L6.79289 19.5001L10.5 15.793L11.2071 16.5001L8.70711 19.0001H20V10.0001H21Z\" fill=\"currentColor\"/>",
|
|
@@ -11216,7 +11230,7 @@
|
|
|
11216
11230
|
},
|
|
11217
11231
|
{
|
|
11218
11232
|
"category": "Social Media & Brands",
|
|
11219
|
-
"svg": "<path d=\"M20.
|
|
11233
|
+
"svg": "<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\"/>",
|
|
11220
11234
|
"iconName": "gemini",
|
|
11221
11235
|
"variant": {
|
|
11222
11236
|
"join": "square",
|
|
@@ -12390,6 +12404,20 @@
|
|
|
12390
12404
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
12391
12405
|
"componentName": "IconImages4"
|
|
12392
12406
|
},
|
|
12407
|
+
{
|
|
12408
|
+
"category": "Photography & Video",
|
|
12409
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"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\"/>",
|
|
12410
|
+
"iconName": "images-4, photos, macro, shot, picture",
|
|
12411
|
+
"variant": {
|
|
12412
|
+
"join": "square",
|
|
12413
|
+
"filled": "on",
|
|
12414
|
+
"radius": "0",
|
|
12415
|
+
"stroke": "1"
|
|
12416
|
+
},
|
|
12417
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
12418
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
12419
|
+
"componentName": "IconImages41"
|
|
12420
|
+
},
|
|
12393
12421
|
{
|
|
12394
12422
|
"category": "Photography & Video",
|
|
12395
12423
|
"svg": "<path d=\"M9.49858 3.4541C7.54048 3.4541 5.95312 5.04146 5.95312 6.99956C5.95312 8.95766 7.54048 10.545 9.49858 10.545C11.4567 10.545 13.044 8.95766 13.044 6.99956C13.044 5.04146 11.4567 3.4541 9.49858 3.4541Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.36719 19.7497L1.51022 19.1361L1.51165 19.1301L1.51531 19.1147L1.52926 19.0572C1.54149 19.0073 1.55956 18.935 1.58332 18.8435C1.63082 18.6605 1.70117 18.4001 1.79315 18.0881C1.97671 17.4655 2.2483 16.6308 2.59892 15.7923C2.94726 14.9592 3.38466 14.0953 3.90802 13.4313C4.41913 12.7829 5.09617 12.2207 5.9353 12.2207C7.00783 12.2207 7.91081 12.8001 8.6331 13.2775L8.76239 13.3632C9.08898 13.5798 9.37909 13.7721 9.66538 13.92C9.98528 14.0851 10.2536 14.1686 10.4972 14.1686C10.6995 14.1686 10.9743 14.0251 11.3741 13.5954C11.6655 13.2822 11.9577 12.8925 12.286 12.4545C12.3952 12.3088 12.5085 12.1576 12.6271 12.0023C13.5231 10.828 14.7176 9.40338 16.4559 9.25937C17.0813 9.20755 17.6642 9.47197 18.1857 9.92047C18.7047 10.3668 19.2008 11.0257 19.678 11.8559C20.6338 13.5182 21.5738 15.9733 22.4776 19.1113L22.6615 19.7497H1.36719ZM1.99716 19.2497L1.51022 19.1361C1.51019 19.1363 1.51022 19.1361 1.99716 19.2497Z\" fill=\"currentColor\"/>",
|
|
@@ -20300,6 +20328,20 @@
|
|
|
20300
20328
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
20301
20329
|
"componentName": "IconStamps"
|
|
20302
20330
|
},
|
|
20331
|
+
{
|
|
20332
|
+
"category": "Location",
|
|
20333
|
+
"svg": "<path d=\"M6.78125 2.97754L6.43945 3.34277C4.9265 4.95328 4.00012 7.11928 4 9.50293C4 14.4735 8.02944 18.5029 13 18.5029C15.6263 18.5029 17.9898 17.3791 19.6357 15.584L19.9736 15.2158L20.71 15.8916L20.3721 16.2598C18.5447 18.2527 15.9181 19.5029 13 19.5029V21H16V22H9V21H12V19.4521C6.94674 18.9504 3 14.6882 3 9.50293C3.00012 6.85483 4.03061 4.4458 5.71094 2.65723L6.05273 2.29297L6.78125 2.97754Z\" fill=\"currentColor\"/><path d=\"M13 2C17.1421 2 20.5 5.35786 20.5 9.5C20.5 13.6421 17.1421 17 13 17C8.85786 17 5.5 13.6421 5.5 9.5C5.5 5.35786 8.85786 2 13 2Z\" fill=\"currentColor\"/>",
|
|
20334
|
+
"iconName": "standing-globe, travel, language",
|
|
20335
|
+
"variant": {
|
|
20336
|
+
"join": "square",
|
|
20337
|
+
"filled": "on",
|
|
20338
|
+
"radius": "0",
|
|
20339
|
+
"stroke": "1"
|
|
20340
|
+
},
|
|
20341
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
20342
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
20343
|
+
"componentName": "IconStandingGlobe"
|
|
20344
|
+
},
|
|
20303
20345
|
{
|
|
20304
20346
|
"category": "Interface General",
|
|
20305
20347
|
"svg": "<path d=\"M11.9996 0.339844L8.63701 7.37888L0.894531 8.39835L6.55847 13.769L5.13672 21.4386L11.9996 17.7179L18.8625 21.4386L17.4407 13.769L23.1047 8.39835L15.3622 7.37888L11.9996 0.339844Z\" fill=\"currentColor\"/>",
|
|
@@ -22778,20 +22820,6 @@
|
|
|
22778
22820
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22779
22821
|
"componentName": "IconVocalMicrophone"
|
|
22780
22822
|
},
|
|
22781
|
-
{
|
|
22782
|
-
"category": "Sound & Music",
|
|
22783
|
-
"svg": "<path d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\"/><path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\"/><path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\"/><path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\"/><path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\"/>",
|
|
22784
|
-
"iconName": "voice-1, wave",
|
|
22785
|
-
"variant": {
|
|
22786
|
-
"join": "square",
|
|
22787
|
-
"filled": "on",
|
|
22788
|
-
"radius": "0",
|
|
22789
|
-
"stroke": "1"
|
|
22790
|
-
},
|
|
22791
|
-
"createdAt": "2025-02-15T21:11:33.882223+00:00",
|
|
22792
|
-
"packageName": "square-filled-radius-0-stroke-1",
|
|
22793
|
-
"componentName": "IconVoice1"
|
|
22794
|
-
},
|
|
22795
22823
|
{
|
|
22796
22824
|
"category": "AI & Magic",
|
|
22797
22825
|
"svg": "<path d=\"M18.8965 19.2416C20.8085 17.4201 22.0001 14.8492 22.0001 12C22.0001 11.4088 21.9488 10.8295 21.8504 10.2665C18.0899 10.4577 15.0861 12.2834 12.141 14.1861C11.982 14.2889 11.8229 14.392 11.6638 14.4952L11.6629 14.4958C11.0563 14.8891 10.4488 15.283 9.83548 15.6602L9.8638 15.6793C12.5217 17.4714 15.4691 19.1108 18.8965 19.2416Z\" fill=\"currentColor\"/><path d=\"M17.7896 20.1546C14.5292 19.7529 11.7306 18.1441 9.30474 16.5084C9.16403 16.4135 9.02496 16.3188 8.8874 16.2245C7.36312 17.0976 5.78889 17.8161 4.09295 18.1226C5.92224 20.4816 8.78386 22 12.0001 22C14.1577 22 16.1558 21.3167 17.7896 20.1546Z\" fill=\"currentColor\"/><path d=\"M3.46257 17.2095C2.58284 15.7709 2.05653 14.0926 2.00439 12.2954C2.89934 12.4243 3.88072 12.8807 4.99174 13.5628C5.8062 14.0629 6.6423 14.6518 7.53506 15.2806L7.53627 15.2814C7.68051 15.383 7.82622 15.4856 7.97356 15.5891C6.50312 16.3977 5.03414 17.0069 3.46257 17.2095Z\" fill=\"currentColor\"/><path d=\"M2.02495 11.2897C3.17695 11.4262 4.34268 11.9909 5.51496 12.7106C6.34993 13.2233 7.23695 13.8476 8.15443 14.4933C8.41083 14.6737 8.66962 14.8559 8.93032 15.0377C9.67684 14.59 10.4295 14.1027 11.2018 13.6027L11.5984 13.3462C14.4929 11.4762 17.6484 9.53145 21.6251 9.27782C20.4397 5.07794 16.5793 2 12.0001 2C6.71608 2 2.38927 6.09833 2.02495 11.2897Z\" fill=\"currentColor\"/>",
|
|
@@ -22834,6 +22862,34 @@
|
|
|
22834
22862
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
22835
22863
|
"componentName": "IconVoiceAndVideo"
|
|
22836
22864
|
},
|
|
22865
|
+
{
|
|
22866
|
+
"category": "Sound & Music",
|
|
22867
|
+
"svg": "<path d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\"/><path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\"/><path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\"/><path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\"/><path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\"/>",
|
|
22868
|
+
"iconName": "voice-high, wave",
|
|
22869
|
+
"variant": {
|
|
22870
|
+
"join": "square",
|
|
22871
|
+
"filled": "on",
|
|
22872
|
+
"radius": "0",
|
|
22873
|
+
"stroke": "1"
|
|
22874
|
+
},
|
|
22875
|
+
"createdAt": "2025-02-15T21:11:33.882223+00:00",
|
|
22876
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22877
|
+
"componentName": "IconVoiceHigh"
|
|
22878
|
+
},
|
|
22879
|
+
{
|
|
22880
|
+
"category": "Sound & Music",
|
|
22881
|
+
"svg": "<path d=\"M8 19H7V5H8V19Z\" fill=\"currentColor\"/><path d=\"M17 17H16V7H17V17Z\" fill=\"currentColor\"/><path d=\"M12.5 15H11.5V9H12.5V15Z\" fill=\"currentColor\"/><path d=\"M4 14H3V10H4V14Z\" fill=\"currentColor\"/><path d=\"M21 14H20V10H21V14Z\" fill=\"currentColor\"/>",
|
|
22882
|
+
"iconName": "voice-mid, wave",
|
|
22883
|
+
"variant": {
|
|
22884
|
+
"join": "square",
|
|
22885
|
+
"filled": "on",
|
|
22886
|
+
"radius": "0",
|
|
22887
|
+
"stroke": "1"
|
|
22888
|
+
},
|
|
22889
|
+
"createdAt": "2026-01-16T11:00:58.280999+00:00",
|
|
22890
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
22891
|
+
"componentName": "IconVoiceMid"
|
|
22892
|
+
},
|
|
22837
22893
|
{
|
|
22838
22894
|
"category": "Sound & Music",
|
|
22839
22895
|
"svg": "<path d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M11.5 11C13.9853 11 16 13.0147 16 15.5C16 17.9853 13.9853 20 11.5 20H6.5C4.01472 20 2 17.9853 2 15.5C2 13.0147 4.01472 11 6.5 11H11.5ZM11.5 13.5C10.3954 13.5 9.5 14.3954 9.5 15.5C9.5 16.6046 10.3954 17.5 11.5 17.5C12.6046 17.5 13.5 16.6046 13.5 15.5C13.5 14.3954 12.6046 13.5 11.5 13.5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export type CentralIconName =
|
|
|
123
123
|
| "IconArrowShareRight"
|
|
124
124
|
| "IconArrowsHide"
|
|
125
125
|
| "IconArrowSplit"
|
|
126
|
+
| "IconArrowSplitDown"
|
|
126
127
|
| "IconArrowsRepeat"
|
|
127
128
|
| "IconArrowsRepeatCircle"
|
|
128
129
|
| "IconArrowsRepeatRightLeft"
|
|
@@ -884,6 +885,7 @@ export type CentralIconName =
|
|
|
884
885
|
| "IconImages2"
|
|
885
886
|
| "IconImages3"
|
|
886
887
|
| "IconImages4"
|
|
888
|
+
| "IconImages41"
|
|
887
889
|
| "IconImages5"
|
|
888
890
|
| "IconImagesCircle"
|
|
889
891
|
| "IconImageSparkle"
|
|
@@ -1449,6 +1451,7 @@ export type CentralIconName =
|
|
|
1449
1451
|
| "IconStableVoice"
|
|
1450
1452
|
| "IconStage"
|
|
1451
1453
|
| "IconStamps"
|
|
1454
|
+
| "IconStandingGlobe"
|
|
1452
1455
|
| "IconStar"
|
|
1453
1456
|
| "IconStarLines"
|
|
1454
1457
|
| "IconStarWand"
|
|
@@ -1626,10 +1629,11 @@ export type CentralIconName =
|
|
|
1626
1629
|
| "IconVisualIntelligence"
|
|
1627
1630
|
| "IconVkontakte"
|
|
1628
1631
|
| "IconVocalMicrophone"
|
|
1629
|
-
| "IconVoice1"
|
|
1630
1632
|
| "IconVoice2"
|
|
1631
1633
|
| "IconVoice3"
|
|
1632
1634
|
| "IconVoiceAndVideo"
|
|
1635
|
+
| "IconVoiceHigh"
|
|
1636
|
+
| "IconVoiceMid"
|
|
1633
1637
|
| "IconVoiceMode"
|
|
1634
1638
|
| "IconVoiceRecord"
|
|
1635
1639
|
| "IconVoiceSettings"
|