@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.239 → 1.1.241

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 IconReduceMotion: FC<CentralIconBaseProps>;
4
+ export default IconReduceMotion;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!y.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(I(r)):{},c(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>c(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconReduceMotion:()=>u,default:()=>h});module.exports=g(k);var p=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Circle,{cx:"15",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Circle,{cx:"9",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),h=u;0&&(module.exports={IconReduceMotion});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReduceMotion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconReduceMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeDasharray=\"0.01 2.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReduceMotion;\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,EAAuB,4BAEVC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,gBAAgB,WAClB,CACF,EAIGE,EAAQJ","names":["IconReduceMotion_exports","__export","IconReduceMotion","IconReduceMotion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconReduceMotion","props","React","CentralIconBase","IconReduceMotion_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as n}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(n,{cx:"15",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2"}),e.createElement(n,{cx:"9",cy:"12",r:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),y=c;export{c as IconReduceMotion,y as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconReduceMotion/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle } from \"react-native-svg\";\n\nexport const IconReduceMotion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeDasharray=\"0.01 2.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconReduceMotion;\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,UAAAG,MAAc,mBAEhB,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEG,EAAA,cAACH,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,gBAAgB,WAClB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","IconReduceMotion","props","React","CentralIconBase","IconReduceMotion_default"]}
@@ -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 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
@@ -246,7 +246,9 @@ Below is a complete list of available icons:
246
246
  - IconEyeSlash
247
247
  - IconEyeSlash2
248
248
  - IconImageAltText
249
+ - IconReduceMotion
249
250
  - IconSquareLinesBottom
251
+ - IconVoiceControl
250
252
 
251
253
  ### Arrows
252
254
 
@@ -20692,6 +20692,20 @@
20692
20692
  "packageName": "round-outlined-radius-2-stroke-2",
20693
20693
  "componentName": "IconRedirectArrow"
20694
20694
  },
20695
+ {
20696
+ "category": "Accessibility",
20697
+ "svg": "<circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"9\" cy=\"12\" r=\"7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"0.01 2.5\"/>",
20698
+ "iconName": "reduce-motion",
20699
+ "variant": {
20700
+ "join": "round",
20701
+ "filled": "off",
20702
+ "radius": "2",
20703
+ "stroke": "2"
20704
+ },
20705
+ "createdAt": "2026-05-19T16:02:19.410611+00:00",
20706
+ "packageName": "round-outlined-radius-2-stroke-2",
20707
+ "componentName": "IconReduceMotion"
20708
+ },
20695
20709
  {
20696
20710
  "category": "Communication",
20697
20711
  "svg": "<path d=\"M19 15V4.5C19 3.67157 18.3284 3 17.5 3H8C6.34315 3 5 4.34315 5 6V19.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 14H6.75C5.7835 14 5 14.7835 5 15.75C5 16.7165 5.7835 17.5 6.75 17.5H19V14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 17.5H6.75C5.7835 17.5 5 18.2835 5 19.25C5 20.2165 5.7835 21 6.75 21H18C18.5523 21 19 20.5523 19 20V17.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 7H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -27020,6 +27034,20 @@
27020
27034
  "packageName": "round-outlined-radius-2-stroke-2",
27021
27035
  "componentName": "IconVoiceCircle"
27022
27036
  },
27037
+ {
27038
+ "category": "Accessibility",
27039
+ "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\"/>",
27040
+ "iconName": "voice-control",
27041
+ "variant": {
27042
+ "join": "round",
27043
+ "filled": "off",
27044
+ "radius": "2",
27045
+ "stroke": "2"
27046
+ },
27047
+ "createdAt": "2026-05-19T14:02:09.673338+00:00",
27048
+ "packageName": "round-outlined-radius-2-stroke-2",
27049
+ "componentName": "IconVoiceControl"
27050
+ },
27023
27051
  {
27024
27052
  "category": "Sound & Music",
27025
27053
  "svg": "<path d=\"M8 4V20M4 10V14M12 8V16M16 6V18M20 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1477,6 +1477,7 @@ export type CentralIconName =
1477
1477
  | "IconReddit"
1478
1478
  | "IconRedDotAward"
1479
1479
  | "IconRedirectArrow"
1480
+ | "IconReduceMotion"
1480
1481
  | "IconReference"
1481
1482
  | "IconRemix"
1482
1483
  | "IconRemixCircle"
@@ -1929,6 +1930,7 @@ export type CentralIconName =
1929
1930
  | "IconVoice3"
1930
1931
  | "IconVoiceAndVideo"
1931
1932
  | "IconVoiceCircle"
1933
+ | "IconVoiceControl"
1932
1934
  | "IconVoiceHigh"
1933
1935
  | "IconVoiceLow"
1934
1936
  | "IconVoiceMemo"
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.239",
3
+ "version": "1.1.241",
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": 1999,
14
+ "totalIcons": 2001,
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": 11,
111
111
  "icons": [
112
112
  "IconCircleHalfFill",
113
113
  "IconCirclePerson",
@@ -117,7 +117,9 @@
117
117
  "IconEyeSlash",
118
118
  "IconEyeSlash2",
119
119
  "IconImageAltText",
120
- "IconSquareLinesBottom"
120
+ "IconReduceMotion",
121
+ "IconSquareLinesBottom",
122
+ "IconVoiceControl"
121
123
  ]
122
124
  },
123
125
  "Arrows": {
@@ -3678,6 +3680,7 @@
3678
3680
  "IconReddit": "reddit",
3679
3681
  "IconRedDotAward": "red-dot-award",
3680
3682
  "IconRedirectArrow": "redirect-arrow",
3683
+ "IconReduceMotion": "reduce-motion",
3681
3684
  "IconReference": "reference, books, study, library, knowledge",
3682
3685
  "IconRemix": "remix, new-try, repeat",
3683
3686
  "IconRemixCircle": "remix-circle, mix, new-try",
@@ -4130,6 +4133,7 @@
4130
4133
  "IconVoice3": "voice-3, wave",
4131
4134
  "IconVoiceAndVideo": "voice-and-video, media",
4132
4135
  "IconVoiceCircle": "voice-circle, waves",
4136
+ "IconVoiceControl": "voice-control",
4133
4137
  "IconVoiceHigh": "voice-high, wave",
4134
4138
  "IconVoiceLow": "voice-low, wave",
4135
4139
  "IconVoiceMemo": "voice-memo, voice-control",
package/index.d.ts CHANGED
@@ -1476,6 +1476,7 @@ export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1476
1476
  export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";
1477
1477
  export { IconReddit, default as IconRedditDefault } from "./IconReddit";
1478
1478
  export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
1479
+ export { IconReduceMotion, default as IconReduceMotionDefault, } from "./IconReduceMotion";
1479
1480
  export { IconReference, default as IconReferenceDefault, } from "./IconReference";
1480
1481
  export { IconRemix, default as IconRemixDefault } from "./IconRemix";
1481
1482
  export { IconRemixCircle, default as IconRemixCircleDefault, } from "./IconRemixCircle";
@@ -1928,6 +1929,7 @@ export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1928
1929
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1929
1930
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1930
1931
  export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
1932
+ export { IconVoiceControl, default as IconVoiceControlDefault, } from "./IconVoiceControl";
1931
1933
  export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
1932
1934
  export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
1933
1935
  export { IconVoiceMemo, default as IconVoiceMemoDefault, } from "./IconVoiceMemo";