@central-icons-react-native/square-filled-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceControl: FC<CentralIconBaseProps>;
4
+ export default IconVoiceControl;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(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 B(o))!d.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>f(p({},"__esModule",{value:!0}),r);var H={};x(H,{IconVoiceControl:()=>c,default:()=>g});module.exports=P(H);var t=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...n})=>i.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:"M13 20H11V4H13V20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9 17H7V7H9V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M17 17H15V7H17V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M5 15L1 12L5 9V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M23 12L19 15V9L23 12Z",fill:"currentColor"})),g=c;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 d=\"M13 20H11V4H13V20Z\" fill=\"currentColor\" />\n <Path d=\"M9 17H7V7H9V17Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H15V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M5 15L1 12L5 9V15Z\" fill=\"currentColor\" />\n <Path d=\"M23 12L19 15V9L23 12Z\" fill=\"currentColor\" />\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,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,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,wBAAwB,KAAK,eAAe,CACtD,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 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:"M13 20H11V4H13V20Z",fill:"currentColor"}),o.createElement(n,{d:"M9 17H7V7H9V17Z",fill:"currentColor"}),o.createElement(n,{d:"M17 17H15V7H17V17Z",fill:"currentColor"}),o.createElement(n,{d:"M5 15L1 12L5 9V15Z",fill:"currentColor"}),o.createElement(n,{d:"M23 12L19 15V9L23 12Z",fill:"currentColor"})),d=f;export{f as IconVoiceControl,d 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 d=\"M13 20H11V4H13V20Z\" fill=\"currentColor\" />\n <Path d=\"M9 17H7V7H9V17Z\" fill=\"currentColor\" />\n <Path d=\"M17 17H15V7H17V17Z\" fill=\"currentColor\" />\n <Path d=\"M5 15L1 12L5 9V15Z\" fill=\"currentColor\" />\n <Path d=\"M23 12L19 15V9L23 12Z\" fill=\"currentColor\" />\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,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,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,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
package/README.md CHANGED
@@ -247,6 +247,7 @@ Below is a complete list of available icons:
247
247
  - IconEyeSlash2
248
248
  - IconImageAltText
249
249
  - IconSquareLinesBottom
250
+ - IconVoiceControl
250
251
 
251
252
  ### Arrows
252
253
 
@@ -27020,6 +27020,20 @@
27020
27020
  "packageName": "square-filled-radius-0-stroke-2",
27021
27021
  "componentName": "IconVoiceCircle"
27022
27022
  },
27023
+ {
27024
+ "category": "Accessibility",
27025
+ "svg": "<path d=\"M13 20H11V4H13V20Z\" fill=\"currentColor\"/><path d=\"M9 17H7V7H9V17Z\" fill=\"currentColor\"/><path d=\"M17 17H15V7H17V17Z\" fill=\"currentColor\"/><path d=\"M5 15L1 12L5 9V15Z\" fill=\"currentColor\"/><path d=\"M23 12L19 15V9L23 12Z\" fill=\"currentColor\"/>",
27026
+ "iconName": "voice-control",
27027
+ "variant": {
27028
+ "join": "square",
27029
+ "filled": "on",
27030
+ "radius": "0",
27031
+ "stroke": "2"
27032
+ },
27033
+ "createdAt": "2026-05-19T14:02:09.673338+00:00",
27034
+ "packageName": "square-filled-radius-0-stroke-2",
27035
+ "componentName": "IconVoiceControl"
27036
+ },
27023
27037
  {
27024
27038
  "category": "Sound & Music",
27025
27039
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 3V21H7V3H9ZM17 5V19H15V5H17ZM13 7V17H11V7H13ZM5 9V15H3V9H5ZM21 9V15H19V9H21Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1929,6 +1929,7 @@ export type CentralIconName =
1929
1929
  | "IconVoice3"
1930
1930
  | "IconVoiceAndVideo"
1931
1931
  | "IconVoiceCircle"
1932
+ | "IconVoiceControl"
1932
1933
  | "IconVoiceHigh"
1933
1934
  | "IconVoiceLow"
1934
1935
  | "IconVoiceMemo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.239",
3
+ "version": "1.1.240",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1999,
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": 9,
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";