@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.69 → 1.1.71

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 IconChanges: FC<CentralIconBaseProps>;
4
+ export default IconChanges;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of H(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=B(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(t({},"__esModule",{value:!0}),o);var P={};g(P,{IconChanges:()=>i,default:()=>x});module.exports=v(P);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z",fill:"currentColor"})),x=i;0&&(module.exports={IconChanges});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oiBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconChanges_exports","__export","IconChanges","IconChanges_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z",fill:"currentColor"})),d=a;export{a as IconChanges,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconChanges/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 IconChanges: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChanges;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oiBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconScanCode: FC<CentralIconBaseProps>;
4
+ export default IconScanCode;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var a=(r,o)=>{for(var l in o)e(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of c(o))!Z.call(r,t)&&t!==l&&e(r,t,{get:()=>o[t],enumerable:!(p=s(o,t))||p.enumerable});return r};var H=(r,o,l)=>(l=r!=null?d(M(r)):{},f(o||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),B=r=>f(e({},"__esModule",{value:!0}),r);var x={};a(x,{IconScanCode:()=>m,default:()=>I});module.exports=B(x);var C=H(require("react"));var V=H(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...l})=>V.default.createElement(i.Svg,{...l,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"),m=r=>C.default.createElement(u,{...r},C.default.createElement(n.Path,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5L4.0127 17.7559C4.14084 19.0164 5.20567 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H6.5C4.62729 21 3.09844 19.5292 3.00488 17.6797L3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"})),I=m;0&&(module.exports={IconScanCode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5L4.0127 17.7559C4.14084 19.0164 5.20567 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H6.5C4.62729 21 3.09844 19.5292 3.00488 17.6797L3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanCode_exports","__export","IconScanCode","IconScanCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(o,{d:"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5L4.0127 17.7559C4.14084 19.0164 5.20567 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H6.5C4.62729 21 3.09844 19.5292 3.00488 17.6797L3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z",fill:"currentColor"}),r.createElement(o,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),r.createElement(o,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),r.createElement(o,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),r.createElement(o,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),r.createElement(o,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),r.createElement(o,{d:"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z",fill:"currentColor"}),r.createElement(o,{d:"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z",fill:"currentColor"})),Z=f;export{f as IconScanCode,Z as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5L4.0127 17.7559C4.14084 19.0164 5.20567 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H6.5C4.62729 21 3.09844 19.5292 3.00488 17.6797L3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStableVoice: FC<CentralIconBaseProps>;
4
+ export default IconStableVoice;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=V(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconStableVoice:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(s,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z",fill:"currentColor"})),P=i;0&&(module.exports={IconStableVoice});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStableVoice/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 IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,orBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStableVoice_exports","__export","IconStableVoice","IconStableVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z",fill:"currentColor"})),d=a;export{a as IconStableVoice,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStableVoice/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 IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStableVoice;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,orBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStableVoice","props","React","CentralIconBase","IconStableVoice_default"]}
package/README.md CHANGED
@@ -425,6 +425,7 @@ Below is a complete list of available icons:
425
425
  - IconBranch
426
426
  - IconBug
427
427
  - IconBugFace
428
+ - IconChanges
428
429
  - IconCode
429
430
  - IconCodeAnalyze
430
431
  - IconCodeAssistant
@@ -1019,6 +1020,7 @@ Below is a complete list of available icons:
1019
1020
  - IconQrCode
1020
1021
  - IconQuickSearch
1021
1022
  - IconReview
1023
+ - IconScanCode
1022
1024
  - IconSearchMenu
1023
1025
  - IconSearchOptions
1024
1026
  - IconShapesPlusXSquareCircle
@@ -1547,6 +1549,7 @@ Below is a complete list of available icons:
1547
1549
  - IconShuffle
1548
1550
  - IconSkip
1549
1551
  - IconSoundFx
1552
+ - IconStableVoice
1550
1553
  - IconStop
1551
1554
  - IconStopCircle
1552
1555
  - IconVocalMicrophone
@@ -5250,6 +5250,20 @@
5250
5250
  "packageName": "round-filled-radius-3-stroke-1",
5251
5251
  "componentName": "IconChairModern"
5252
5252
  },
5253
+ {
5254
+ "category": "Code",
5255
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM9 16C8.72386 16 8.5 16.2239 8.5 16.5C8.5 16.7761 8.72386 17 9 17H15C15.2761 17 15.5 16.7761 15.5 16.5C15.5 16.2239 15.2761 16 15 16H9ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5V10H9C8.72386 10 8.5 10.2239 8.5 10.5C8.5 10.7761 8.72386 11 9 11H11.5V13.5C11.5 13.7761 11.7239 14 12 14C12.2761 14 12.5 13.7761 12.5 13.5V11H15C15.2761 11 15.5 10.7761 15.5 10.5C15.5 10.2239 15.2761 10 15 10H12.5V7.5C12.5 7.22386 12.2761 7 12 7Z\" fill=\"currentColor\"/>",
5256
+ "iconName": "changes, plus-inus, compare",
5257
+ "variant": {
5258
+ "join": "round",
5259
+ "filled": "on",
5260
+ "radius": "3",
5261
+ "stroke": "1"
5262
+ },
5263
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
5264
+ "packageName": "round-filled-radius-3-stroke-1",
5265
+ "componentName": "IconChanges"
5266
+ },
5253
5267
  {
5254
5268
  "category": "Nature & Energy",
5255
5269
  "svg": "<path d=\"M8.59206 6.65363C8.83448 6.35059 9.31469 6.52592 9.31469 6.91746V8.66673H10.4918C10.8355 8.66673 11.0247 9.07516 10.8071 9.34719L8.4079 12.3464C8.16547 12.6494 7.68526 12.4741 7.68526 12.0825V10.3333H6.5081C6.16445 10.3333 5.97521 9.92484 6.19283 9.65281L8.59206 6.65363Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.5C3 4.567 4.567 3 6.5 3H10.5C12.433 3 14 4.567 14 6.5V20H20.5C20.7761 20 21 20.2239 21 20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V6.5ZM6.5 4C5.11929 4 4 5.11929 4 6.5V15H13V6.5C13 5.11929 11.8807 4 10.5 4H6.5Z\" fill=\"currentColor\"/><path d=\"M17.8201 4.3659C17.608 4.18912 17.2927 4.21778 17.1159 4.42992C16.9391 4.64206 16.9678 4.95734 17.1799 5.13412L19.4603 7.03443C19.8023 7.31942 20 7.74159 20 8.18676V14.5C20 15.3284 19.3284 16 18.5 16C17.6716 16 17 15.3284 17 14.5V10.75C17 10.4739 16.7761 10.25 16.5 10.25C16.2239 10.25 16 10.4739 16 10.75V14.5C16 15.8807 17.1193 17 18.5 17C19.8807 17 21 15.8807 21 14.5V8.18676C21 7.44481 20.6704 6.74119 20.1005 6.26621L17.8201 4.3659Z\" fill=\"currentColor\"/>",
@@ -17626,6 +17640,20 @@
17626
17640
  "packageName": "round-filled-radius-3-stroke-1",
17627
17641
  "componentName": "IconSatellite2"
17628
17642
  },
17643
+ {
17644
+ "category": "Interface General",
17645
+ "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5L4.0127 17.7559C4.14084 19.0164 5.20567 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C8.99997 20.7761 8.77612 21 8.5 21H6.5C4.62729 21 3.09844 19.5292 3.00488 17.6797L3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M20.5 15C20.7761 15 21 15.2239 21 15.5V17.5C21 19.433 19.433 21 17.5 21H15.5C15.2239 21 15 20.7761 15 20.5C15 20.2239 15.2239 20 15.5 20H17.5C18.8807 20 20 18.8807 20 17.5V15.5C20 15.2239 20.2239 15 20.5 15Z\" fill=\"currentColor\"/><path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\"/><path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\"/><path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\"/><path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\"/><path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\" fill=\"currentColor\"/>",
17646
+ "iconName": "scan-code, barcode",
17647
+ "variant": {
17648
+ "join": "round",
17649
+ "filled": "on",
17650
+ "radius": "3",
17651
+ "stroke": "1"
17652
+ },
17653
+ "createdAt": "2025-12-17T15:02:15.240621+00:00",
17654
+ "packageName": "round-filled-radius-3-stroke-1",
17655
+ "componentName": "IconScanCode"
17656
+ },
17629
17657
  {
17630
17658
  "category": "AI & Magic",
17631
17659
  "svg": "<path d=\"M3.5 15C3.77614 15 4 15.2239 4 15.5V17.5C4 18.8807 5.11929 20 6.5 20H8.5C8.77614 20 9 20.2239 9 20.5C9 20.7761 8.77614 21 8.5 21H6.5C4.567 21 3 19.433 3 17.5V15.5C3 15.2239 3.22386 15 3.5 15Z\" fill=\"currentColor\"/><path d=\"M13.5 14C13.7761 14 14 14.2239 14 14.5C14 14.7761 13.7761 15 13.5 15H8.5C8.22386 15 8 14.7761 8 14.5C8 14.2239 8.22386 14 8.5 14H13.5Z\" fill=\"currentColor\"/><path d=\"M15.5 9C15.7761 9 16 9.22386 16 9.5C16 9.77614 15.7761 10 15.5 10H8.5C8.22386 10 8 9.77614 8 9.5C8 9.22386 8.22386 9 8.5 9H15.5Z\" fill=\"currentColor\"/><path d=\"M8.5 3C8.77614 3 9 3.22386 9 3.5C9 3.77614 8.77614 4 8.5 4H6.5C5.11929 4 4 5.11929 4 6.5V8.5C4 8.77614 3.77614 9 3.5 9C3.22386 9 3 8.77614 3 8.5V6.5C3 4.567 4.567 3 6.5 3H8.5Z\" fill=\"currentColor\"/><path d=\"M17.5 3C19.433 3 21 4.567 21 6.5V8.5C21 8.77614 20.7761 9 20.5 9C20.2239 9 20 8.77614 20 8.5V6.5C20 5.11929 18.8807 4 17.5 4H15.5C15.2239 4 15 3.77614 15 3.5C15 3.22386 15.2239 3 15.5 3H17.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
@@ -19642,6 +19670,20 @@
19642
19670
  "packageName": "round-filled-radius-3-stroke-1",
19643
19671
  "componentName": "IconSquized"
19644
19672
  },
19673
+ {
19674
+ "category": "Sound & Music",
19675
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM10.5 7C10.2239 7 10 7.22386 10 7.5V16.5L10.0098 16.6006C10.0563 16.8286 10.2583 17 10.5 17C10.7417 17 10.9437 16.8286 10.9902 16.6006L11 16.5V7.5C11 7.22386 10.7761 7 10.5 7ZM13.5 9C13.2239 9 13 9.22386 13 9.5V14.5C13 14.7761 13.2239 15 13.5 15C13.7761 15 14 14.7761 14 14.5V9.5C14 9.22386 13.7761 9 13.5 9ZM7.5 10C7.22386 10 7 10.2239 7 10.5V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V10.5C8 10.2239 7.77614 10 7.5 10ZM16.5 10C16.2239 10 16 10.2239 16 10.5V13.5C16 13.7761 16.2239 14 16.5 14C16.7761 14 17 13.7761 17 13.5V10.5C17 10.2239 16.7761 10 16.5 10Z\" fill=\"currentColor\"/>",
19676
+ "iconName": "stable-voice, stable-volume, voice-circle, voice-control",
19677
+ "variant": {
19678
+ "join": "round",
19679
+ "filled": "on",
19680
+ "radius": "3",
19681
+ "stroke": "1"
19682
+ },
19683
+ "createdAt": "2025-12-17T14:01:43.648736+00:00",
19684
+ "packageName": "round-filled-radius-3-stroke-1",
19685
+ "componentName": "IconStableVoice"
19686
+ },
19645
19687
  {
19646
19688
  "category": "Things",
19647
19689
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7.5C2 5.567 3.567 4 5.5 4H18.5C20.433 4 22 5.567 22 7.5V16.5C22 17.3174 21.7192 18.0705 21.2492 18.6663C20.6091 19.4777 19.6154 20 18.5 20H5.5C4.38462 20 3.39094 19.4777 2.75083 18.6663C2.28079 18.0705 2 17.3174 2 16.5V7.5ZM20.1612 18.3683L18.5251 16.7322C18.0563 16.2634 17.4204 16 16.7574 16H7.24264C6.5796 16 5.94371 16.2634 5.47487 16.7322L3.83878 18.3683C4.28076 18.7617 4.86246 19 5.5 19H18.5C19.1375 19 19.7192 18.7617 20.1612 18.3683Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -374,6 +374,7 @@ export type CentralIconName =
374
374
  | "IconChainLink4"
375
375
  | "IconChair"
376
376
  | "IconChairModern"
377
+ | "IconChanges"
377
378
  | "IconChargingStation"
378
379
  | "IconChart1"
379
380
  | "IconChart2"
@@ -1258,6 +1259,7 @@ export type CentralIconName =
1258
1259
  | "IconSandbox"
1259
1260
  | "IconSatellite1"
1260
1261
  | "IconSatellite2"
1262
+ | "IconScanCode"
1261
1263
  | "IconScanTextSparkle"
1262
1264
  | "IconSchool"
1263
1265
  | "IconScissors1"
@@ -1402,6 +1404,7 @@ export type CentralIconName =
1402
1404
  | "IconSquarePlus"
1403
1405
  | "IconSquareX"
1404
1406
  | "IconSquized"
1407
+ | "IconStableVoice"
1405
1408
  | "IconStage"
1406
1409
  | "IconStamps"
1407
1410
  | "IconStar"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-1",
3
- "version": "1.1.69",
3
+ "version": "1.1.71",
4
4
  "style": "round-filled-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1642,
14
+ "totalIcons": 1645,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 46,
289
+ "count": 47,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -307,6 +307,7 @@
307
307
  "IconBranch",
308
308
  "IconBug",
309
309
  "IconBugFace",
310
+ "IconChanges",
310
311
  "IconCode",
311
312
  "IconCodeAnalyze",
312
313
  "IconCodeAssistant",
@@ -798,7 +799,7 @@
798
799
  ]
799
800
  },
800
801
  "Interface General": {
801
- "count": 174,
802
+ "count": 175,
802
803
  "icons": [
803
804
  "IconAnchor1",
804
805
  "IconAnchor2",
@@ -923,6 +924,7 @@
923
924
  "IconQrCode",
924
925
  "IconQuickSearch",
925
926
  "IconReview",
927
+ "IconScanCode",
926
928
  "IconSearchMenu",
927
929
  "IconSearchOptions",
928
930
  "IconShapesPlusXSquareCircle",
@@ -1434,7 +1436,7 @@
1434
1436
  ]
1435
1437
  },
1436
1438
  "Sound & Music": {
1437
- "count": 47,
1439
+ "count": 48,
1438
1440
  "icons": [
1439
1441
  "IconAirpodLeft",
1440
1442
  "IconAirpodRight",
@@ -1471,6 +1473,7 @@
1471
1473
  "IconShuffle",
1472
1474
  "IconSkip",
1473
1475
  "IconSoundFx",
1476
+ "IconStableVoice",
1474
1477
  "IconStop",
1475
1478
  "IconStopCircle",
1476
1479
  "IconVocalMicrophone",
@@ -2207,6 +2210,7 @@
2207
2210
  "IconChainLink4": "chain-link-4",
2208
2211
  "IconChair": "chair, seat",
2209
2212
  "IconChairModern": "chair-modern, seat",
2213
+ "IconChanges": "changes, plus-inus, compare",
2210
2214
  "IconChargingStation": "charging-station, electric-current, power, e-charge",
2211
2215
  "IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
2212
2216
  "IconChart2": "chart-2, statistics, flipchart, presentation, graph",
@@ -3091,6 +3095,7 @@
3091
3095
  "IconSandbox": "sandbox, playground",
3092
3096
  "IconSatellite1": "satellite-1, radar, feed",
3093
3097
  "IconSatellite2": "satellite-2, radar, feed",
3098
+ "IconScanCode": "scan-code, barcode",
3094
3099
  "IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
3095
3100
  "IconSchool": "school, building",
3096
3101
  "IconScissors1": "scissors-1, cut",
@@ -3235,6 +3240,7 @@
3235
3240
  "IconSquarePlus": "square-plus, add",
3236
3241
  "IconSquareX": "square-x, close, x, checkbox, remove",
3237
3242
  "IconSquized": "squized, centered, aligned",
3243
+ "IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
3238
3244
  "IconStage": "stage, show",
3239
3245
  "IconStamps": "stamps, collection",
3240
3246
  "IconStar": "star, favorite, award",
package/index.d.ts CHANGED
@@ -373,6 +373,7 @@ export { IconChainLink3, default as IconChainLink3Default, } from "./IconChainLi
373
373
  export { IconChainLink4, default as IconChainLink4Default, } from "./IconChainLink4";
374
374
  export { IconChair, default as IconChairDefault } from "./IconChair";
375
375
  export { IconChairModern, default as IconChairModernDefault, } from "./IconChairModern";
376
+ export { IconChanges, default as IconChangesDefault } from "./IconChanges";
376
377
  export { IconChargingStation, default as IconChargingStationDefault, } from "./IconChargingStation";
377
378
  export { IconChart1, default as IconChart1Default } from "./IconChart1";
378
379
  export { IconChart2, default as IconChart2Default } from "./IconChart2";
@@ -1257,6 +1258,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
1257
1258
  export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
1258
1259
  export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
1259
1260
  export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
1261
+ export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
1260
1262
  export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
1261
1263
  export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
1262
1264
  export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
@@ -1401,6 +1403,7 @@ export { IconSquarePlaceholderDashed, default as IconSquarePlaceholderDashedDefa
1401
1403
  export { IconSquarePlus, default as IconSquarePlusDefault, } from "./IconSquarePlus";
1402
1404
  export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
1403
1405
  export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
1406
+ export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
1404
1407
  export { IconStage, default as IconStageDefault } from "./IconStage";
1405
1408
  export { IconStamps, default as IconStampsDefault } from "./IconStamps";
1406
1409
  export { IconStar, default as IconStarDefault } from "./IconStar";