@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.38 → 1.1.39
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/IconLiveVoiceTranslate/index.d.ts +4 -0
- package/IconLiveVoiceTranslate/index.js +2 -0
- package/IconLiveVoiceTranslate/index.js.map +1 -0
- package/IconLiveVoiceTranslate/index.mjs +2 -0
- package/IconLiveVoiceTranslate/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var V=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of u(o))!B.call(r,l)&&l!==n&&C(r,l,{get:()=>o[l],enumerable:!(p=c(o,l))||p.enumerable});return r};var a=(r,o,n)=>(n=r!=null?V(L(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconLiveVoiceTranslate:()=>H,default:()=>x});module.exports=d(P);var e=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>i.default.createElement(m.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 t=require("react-native-svg"),H=r=>e.default.createElement(s,{...r},e.default.createElement(t.Path,{d:"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18 3V16H17V3H18Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M21 8V11.5H20V8H21Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15 6V10.5H14V6H15Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M12 4V8.5H11V4H12Z",fill:"currentColor"})),x=H;0&&(module.exports={IconLiveVoiceTranslate});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLiveVoiceTranslate/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 IconLiveVoiceTranslate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\" />\n <Path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yoBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["IconLiveVoiceTranslate_exports","__export","IconLiveVoiceTranslate","IconLiveVoiceTranslate_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...l})=>C.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 n}from"react-native-svg";var f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z",fill:"currentColor"}),o.createElement(n,{d:"M18 3V16H17V3H18Z",fill:"currentColor"}),o.createElement(n,{d:"M21 8V11.5H20V8H21Z",fill:"currentColor"}),o.createElement(n,{d:"M15 6V10.5H14V6H15Z",fill:"currentColor"}),o.createElement(n,{d:"M12 4V8.5H11V4H12Z",fill:"currentColor"})),B=f;export{f as IconLiveVoiceTranslate,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLiveVoiceTranslate/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 IconLiveVoiceTranslate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\" />\n <Path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yoBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -12614,6 +12614,20 @@
|
|
|
12614
12614
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
12615
12615
|
"componentName": "IconLiveNoSignal"
|
|
12616
12616
|
},
|
|
12617
|
+
{
|
|
12618
|
+
"category": "AI & Magic",
|
|
12619
|
+
"svg": "<path d=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\" fill=\"currentColor\"/><path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\"/><path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\"/><path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\"/><path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\"/>",
|
|
12620
|
+
"iconName": "live-voice-translate",
|
|
12621
|
+
"variant": {
|
|
12622
|
+
"join": "square",
|
|
12623
|
+
"filled": "on",
|
|
12624
|
+
"radius": "0",
|
|
12625
|
+
"stroke": "1"
|
|
12626
|
+
},
|
|
12627
|
+
"createdAt": "2025-11-21T15:01:55.597393+00:00",
|
|
12628
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
12629
|
+
"componentName": "IconLiveVoiceTranslate"
|
|
12630
|
+
},
|
|
12617
12631
|
{
|
|
12618
12632
|
"category": "Devices & Signals",
|
|
12619
12633
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.81802 8.11092L8.46447 8.46447C6.51184 10.4171 6.51184 13.5829 8.46447 15.5355L8.81802 15.8891L8.11091 16.5962L7.75736 16.2426C5.41421 13.8995 5.41421 10.1005 7.75736 7.75736L8.11091 7.40381L8.81802 8.11092ZM15.8891 7.40381L16.2426 7.75736C18.5858 10.1005 18.5858 13.8995 16.2426 16.2426L15.8891 16.5962L15.182 15.8891L15.5355 15.5355C17.4882 13.5829 17.4882 10.4171 15.5355 8.46447L15.182 8.11092L15.8891 7.40381ZM12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1583,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 46,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBoxSparkle",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"IconImagine",
|
|
33
33
|
"IconImagineAi",
|
|
34
34
|
"IconListSparkle",
|
|
35
|
+
"IconLiveVoiceTranslate",
|
|
35
36
|
"IconMagicBook",
|
|
36
37
|
"IconMagicEdit",
|
|
37
38
|
"IconMagicWand",
|
|
@@ -2676,6 +2677,7 @@
|
|
|
2676
2677
|
"IconLiveActivity": "live-activity, fitness",
|
|
2677
2678
|
"IconLiveFull": "live-full, signal, podcast",
|
|
2678
2679
|
"IconLiveNoSignal": "live-no-signal, signal",
|
|
2680
|
+
"IconLiveVoiceTranslate": "live-voice-translate",
|
|
2679
2681
|
"IconLiveWeak": "live-weak, signal",
|
|
2680
2682
|
"IconLoader": "loader",
|
|
2681
2683
|
"IconLoadingCircle": "loading-circle, quarter, spinner",
|
package/index.d.ts
CHANGED
|
@@ -899,6 +899,7 @@ export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListS
|
|
|
899
899
|
export { IconLiveActivity, default as IconLiveActivityDefault, } from "./IconLiveActivity";
|
|
900
900
|
export { IconLiveFull, default as IconLiveFullDefault } from "./IconLiveFull";
|
|
901
901
|
export { IconLiveNoSignal, default as IconLiveNoSignalDefault, } from "./IconLiveNoSignal";
|
|
902
|
+
export { IconLiveVoiceTranslate, default as IconLiveVoiceTranslateDefault, } from "./IconLiveVoiceTranslate";
|
|
902
903
|
export { IconLiveWeak, default as IconLiveWeakDefault } from "./IconLiveWeak";
|
|
903
904
|
export { IconLoader, default as IconLoaderDefault } from "./IconLoader";
|
|
904
905
|
export { IconLoadingCircle, default as IconLoadingCircleDefault, } from "./IconLoadingCircle";
|