@central-icons-react-native/square-outlined-radius-0-stroke-1 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 i=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,c)=>{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:!(c=x(o,t))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(I(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconReduceMotion:()=>f,default:()=>v});module.exports=P(d);var p=C(require("react"));var l=C(require("react")),m=require("react-native-svg"),u=({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 a=require("react-native-svg"),f=r=>p.default.createElement(u,{...r},p.default.createElement(a.Circle,{cx:"15",cy:"12",r:"7.5",stroke:"currentColor"}),p.default.createElement(a.Circle,{cx:"9",cy:"12",r:"7.5",stroke:"currentColor",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),v=f;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.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7.5\"\n stroke=\"currentColor\"\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,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,UACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,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 a from"react";import{Svg as c}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(c,{...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 s=o=>e.createElement(t,{...o},e.createElement(n,{cx:"15",cy:"12",r:"7.5",stroke:"currentColor"}),e.createElement(n,{cx:"9",cy:"12",r:"7.5",stroke:"currentColor",strokeLinecap:"round",strokeDasharray:"0.01 2.5"})),y=s;export{s 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.5\" stroke=\"currentColor\" />\n <Circle\n cx=\"9\"\n cy=\"12\"\n r=\"7.5\"\n stroke=\"currentColor\"\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,MAAM,OAAO,eAAe,EACtDG,EAAA,cAACH,EAAA,CACC,GAAG,IACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,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 f=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of I(o))!x.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(l=B(o,p))||l.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(d(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var k={};L(k,{IconVoiceControl:()=>i,default:()=>g});module.exports=P(k);var t=C(require("react"));var c=C(require("react")),u=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(u.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 n=require("react-native-svg"),i=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M5.5 15V9L2 12L5.5 15Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M18.5 15V9L22 12L18.5 15Z",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M12 4.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M8.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M15.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"})),g=i;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=\"M5.5 15V9L2 12L5.5 15Z\" fill=\"currentColor\" />\n <Path d=\"M18.5 15V9L22 12L18.5 15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M8.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,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 s from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(l,{...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 e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M5.5 15V9L2 12L5.5 15Z",fill:"currentColor"}),o.createElement(e,{d:"M18.5 15V9L22 12L18.5 15Z",fill:"currentColor"}),o.createElement(e,{d:"M12 4.5V19.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M8.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M15.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"square"})),x=a;export{a as IconVoiceControl,x 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=\"M5.5 15V9L2 12L5.5 15Z\" fill=\"currentColor\" />\n <Path d=\"M18.5 15V9L22 12L18.5 15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M8.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\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,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,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": "square-outlined-radius-0-stroke-1",
20693
20693
  "componentName": "IconRedirectArrow"
20694
20694
  },
20695
+ {
20696
+ "category": "Accessibility",
20697
+ "svg": "<circle cx=\"15\" cy=\"12\" r=\"7.5\" stroke=\"currentColor\"/><circle cx=\"9\" cy=\"12\" r=\"7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-dasharray=\"0.01 2.5\"/>",
20698
+ "iconName": "reduce-motion",
20699
+ "variant": {
20700
+ "join": "square",
20701
+ "filled": "off",
20702
+ "radius": "0",
20703
+ "stroke": "1"
20704
+ },
20705
+ "createdAt": "2026-05-19T16:02:19.410611+00:00",
20706
+ "packageName": "square-outlined-radius-0-stroke-1",
20707
+ "componentName": "IconReduceMotion"
20708
+ },
20695
20709
  {
20696
20710
  "category": "Communication",
20697
20711
  "svg": "<path d=\"M19.5 16.5V2.5H6.5C5.39543 2.5 4.5 3.39543 4.5 4.5V20\" stroke=\"currentColor\"/><path d=\"M8 6.5H16\" stroke=\"currentColor\"/><path d=\"M19.5 15.5H6C5.17157 15.5 4.5 16.1716 4.5 17C4.5 17.8284 5.17157 18.5 6 18.5H19.5V15.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M19.5 18.5H6C5.17157 18.5 4.5 19.1716 4.5 20C4.5 20.8284 5.17157 21.5 6 21.5H19.5V18.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
@@ -27020,6 +27034,20 @@
27020
27034
  "packageName": "square-outlined-radius-0-stroke-1",
27021
27035
  "componentName": "IconVoiceCircle"
27022
27036
  },
27037
+ {
27038
+ "category": "Accessibility",
27039
+ "svg": "<path d=\"M5.5 15V9L2 12L5.5 15Z\" fill=\"currentColor\"/><path d=\"M18.5 15V9L22 12L18.5 15Z\" fill=\"currentColor\"/><path d=\"M12 4.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
27040
+ "iconName": "voice-control",
27041
+ "variant": {
27042
+ "join": "square",
27043
+ "filled": "off",
27044
+ "radius": "0",
27045
+ "stroke": "1"
27046
+ },
27047
+ "createdAt": "2026-05-19T14:02:09.673338+00:00",
27048
+ "packageName": "square-outlined-radius-0-stroke-1",
27049
+ "componentName": "IconVoiceControl"
27050
+ },
27023
27051
  {
27024
27052
  "category": "Sound & Music",
27025
27053
  "svg": "<path d=\"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
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/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.239",
3
+ "version": "1.1.241",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/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";