@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.239 → 1.1.240
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/IconVoiceControl/index.d.ts +4 -0
- package/IconVoiceControl/index.js +2 -0
- package/IconVoiceControl/index.js.map +1 -0
- package/IconVoiceControl/index.mjs +2 -0
- package/IconVoiceControl/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 +6 -4
- 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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!I.call(r,p)&&p!==t&&C(r,p,{get:()=>o[p],enumerable:!(s=f(o,p))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(B(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(C({},"__esModule",{value:!0}),r);var P={};h(P,{IconVoiceControl:()=>d,default:()=>L});module.exports=x(P);var e=i(require("react"));var a=i(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),d=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M12 5V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M8 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M16 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(n.Path,{d:"M5 14V10C5 9.58798 4.52962 9.35279 4.2 9.6L1.53333 11.6C1.26667 11.8 1.26667 12.2 1.53333 12.4L4.2 14.4C4.52962 14.6472 5 14.412 5 14Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M19.8 14.4C19.4704 14.6472 19 14.412 19 14V10C19 9.58798 19.4704 9.35279 19.8 9.6L22.4667 11.6C22.7333 11.8 22.7333 12.2 22.4667 12.4L19.8 14.4Z",fill:"currentColor"})),L=d;0&&(module.exports={IconVoiceControl});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceControl/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 IconVoiceControl: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 14V10C5 9.58798 4.52962 9.35279 4.2 9.6L1.53333 11.6C1.26667 11.8 1.26667 12.2 1.53333 12.4L4.2 14.4C4.52962 14.6472 5 14.412 5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.8 14.4C19.4704 14.6472 19 14.412 19 14V10C19 9.58798 19.4704 9.35279 19.8 9.6L22.4667 11.6C22.7333 11.8 22.7333 12.2 22.4667 12.4L19.8 14.4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceControl;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceControl_exports","__export","IconVoiceControl","IconVoiceControl_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 5V19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M8 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M16 8V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M5 14V10C5 9.58798 4.52962 9.35279 4.2 9.6L1.53333 11.6C1.26667 11.8 1.26667 12.2 1.53333 12.4L4.2 14.4C4.52962 14.6472 5 14.412 5 14Z",fill:"currentColor"}),o.createElement(t,{d:"M19.8 14.4C19.4704 14.6472 19 14.412 19 14V10C19 9.58798 19.4704 9.35279 19.8 9.6L22.4667 11.6C22.7333 11.8 22.7333 12.2 22.4667 12.4L19.8 14.4Z",fill:"currentColor"})),I=l;export{l as IconVoiceControl,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceControl/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 IconVoiceControl: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5V19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M8 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M16 8V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 14V10C5 9.58798 4.52962 9.35279 4.2 9.6L1.53333 11.6C1.26667 11.8 1.26667 12.2 1.53333 12.4L4.2 14.4C4.52962 14.6472 5 14.412 5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.8 14.4C19.4704 14.6472 19 14.412 19 14V10C19 9.58798 19.4704 9.35279 19.8 9.6L22.4667 11.6C22.7333 11.8 22.7333 12.2 22.4667 12.4L19.8 14.4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceControl;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -27020,6 +27020,20 @@
|
|
|
27020
27020
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
27021
27021
|
"componentName": "IconVoiceCircle"
|
|
27022
27022
|
},
|
|
27023
|
+
{
|
|
27024
|
+
"category": "Accessibility",
|
|
27025
|
+
"svg": "<path d=\"M12 5V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M8 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M5 14V10C5 9.58798 4.52962 9.35279 4.2 9.6L1.53333 11.6C1.26667 11.8 1.26667 12.2 1.53333 12.4L4.2 14.4C4.52962 14.6472 5 14.412 5 14Z\" fill=\"currentColor\"/><path d=\"M19.8 14.4C19.4704 14.6472 19 14.412 19 14V10C19 9.58798 19.4704 9.35279 19.8 9.6L22.4667 11.6C22.7333 11.8 22.7333 12.2 22.4667 12.4L19.8 14.4Z\" fill=\"currentColor\"/>",
|
|
27026
|
+
"iconName": "voice-control",
|
|
27027
|
+
"variant": {
|
|
27028
|
+
"join": "round",
|
|
27029
|
+
"filled": "off",
|
|
27030
|
+
"radius": "2",
|
|
27031
|
+
"stroke": "2"
|
|
27032
|
+
},
|
|
27033
|
+
"createdAt": "2026-05-19T14:02:09.673338+00:00",
|
|
27034
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
27035
|
+
"componentName": "IconVoiceControl"
|
|
27036
|
+
},
|
|
27023
27037
|
{
|
|
27024
27038
|
"category": "Sound & Music",
|
|
27025
27039
|
"svg": "<path d=\"M8 4V20M4 10V14M12 8V16M16 6V18M20 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.240",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2000,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 10,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -117,7 +117,8 @@
|
|
|
117
117
|
"IconEyeSlash",
|
|
118
118
|
"IconEyeSlash2",
|
|
119
119
|
"IconImageAltText",
|
|
120
|
-
"IconSquareLinesBottom"
|
|
120
|
+
"IconSquareLinesBottom",
|
|
121
|
+
"IconVoiceControl"
|
|
121
122
|
]
|
|
122
123
|
},
|
|
123
124
|
"Arrows": {
|
|
@@ -4130,6 +4131,7 @@
|
|
|
4130
4131
|
"IconVoice3": "voice-3, wave",
|
|
4131
4132
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
4132
4133
|
"IconVoiceCircle": "voice-circle, waves",
|
|
4134
|
+
"IconVoiceControl": "voice-control",
|
|
4133
4135
|
"IconVoiceHigh": "voice-high, wave",
|
|
4134
4136
|
"IconVoiceLow": "voice-low, wave",
|
|
4135
4137
|
"IconVoiceMemo": "voice-memo, voice-control",
|
package/index.d.ts
CHANGED
|
@@ -1928,6 +1928,7 @@ export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
|
1928
1928
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1929
1929
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1930
1930
|
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1931
|
+
export { IconVoiceControl, default as IconVoiceControlDefault, } from "./IconVoiceControl";
|
|
1931
1932
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1932
1933
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1933
1934
|
export { IconVoiceMemo, default as IconVoiceMemoDefault, } from "./IconVoiceMemo";
|