@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.69 → 1.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconChanges/index.d.ts +4 -0
- package/IconChanges/index.js +2 -0
- package/IconChanges/index.js.map +1 -0
- package/IconChanges/index.mjs +2 -0
- package/IconChanges/index.mjs.map +1 -0
- package/IconStableVoice/index.d.ts +4 -0
- package/IconStableVoice/index.js +2 -0
- package/IconStableVoice/index.js.map +1 -0
- package/IconStableVoice/index.mjs +2 -0
- package/IconStableVoice/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -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:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z",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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\"\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,kiBACF,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:"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z",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=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\"\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,kiBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChanges","props","React","CentralIconBase","IconChanges_default"]}
|
|
@@ -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.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 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.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 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,8qBACF,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.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 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.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 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,8qBACF,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
|
|
@@ -1547,6 +1548,7 @@ Below is a complete list of available icons:
|
|
|
1547
1548
|
- IconShuffle
|
|
1548
1549
|
- IconSkip
|
|
1549
1550
|
- IconSoundFx
|
|
1551
|
+
- IconStableVoice
|
|
1550
1552
|
- IconStop
|
|
1551
1553
|
- IconStopCircle
|
|
1552
1554
|
- IconVocalMicrophone
|
package/filtered-icons.json
CHANGED
|
@@ -5250,6 +5250,20 @@
|
|
|
5250
5250
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
5251
5251
|
"componentName": "IconChairModern"
|
|
5252
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"category": "Code",
|
|
5255
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H18ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H9.5ZM12 6.5C11.4477 6.5 11 6.94772 11 7.5V9H9.5C8.94772 9 8.5 9.44772 8.5 10C8.5 10.5523 8.94772 11 9.5 11H11V12.5C11 13.0523 11.4477 13.5 12 13.5C12.5523 13.5 13 13.0523 13 12.5V11H14.5C15.0523 11 15.5 10.5523 15.5 10C15.5 9.44772 15.0523 9 14.5 9H13V7.5C13 6.94772 12.5523 6.5 12 6.5Z\" fill=\"currentColor\"/>",
|
|
5256
|
+
"iconName": "changes, plus-inus, compare",
|
|
5257
|
+
"variant": {
|
|
5258
|
+
"join": "round",
|
|
5259
|
+
"filled": "on",
|
|
5260
|
+
"radius": "2",
|
|
5261
|
+
"stroke": "2"
|
|
5262
|
+
},
|
|
5263
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
5264
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
5265
|
+
"componentName": "IconChanges"
|
|
5266
|
+
},
|
|
5253
5267
|
{
|
|
5254
5268
|
"category": "Nature & Energy",
|
|
5255
5269
|
"svg": "<path d=\"M8.59209 6.65363C8.83451 6.35059 9.31472 6.52592 9.31472 6.91746V8.66673H10.4919C10.8355 8.66673 11.0248 9.07516 10.8072 9.34719L8.40793 12.3464C8.16551 12.6494 7.68529 12.4741 7.68529 12.0825V10.3333H6.50813C6.16448 10.3333 5.97524 9.92484 6.19286 9.65281L8.59209 6.65363Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6C3 4.34315 4.34315 3 6 3H11C12.6569 3 14 4.34315 14 6V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V6ZM6 5C5.44772 5 5 5.44772 5 6V14H12V6C12 5.44772 11.5523 5 11 5H6Z\" fill=\"currentColor\"/><path d=\"M17.6402 3.7318C17.2159 3.37824 16.5853 3.43556 16.2318 3.85984C15.8782 4.28412 15.9355 4.91468 16.3598 5.26825L18.6402 7.16855C18.8682 7.35855 19 7.64 19 7.93678V14.5C19 14.7762 18.7761 15 18.5 15C18.2239 15 18 14.7762 18 14.5V11C18 10.4477 17.5523 10 17 10C16.4477 10 16 10.4477 16 11V14.5C16 15.8807 17.1193 17 18.5 17C19.8807 17 21 15.8807 21 14.5V7.93678C21 7.04644 20.6045 6.20209 19.9205 5.63211L17.6402 3.7318Z\" fill=\"currentColor\"/>",
|
|
@@ -19642,6 +19656,20 @@
|
|
|
19642
19656
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
19643
19657
|
"componentName": "IconSquized"
|
|
19644
19658
|
},
|
|
19659
|
+
{
|
|
19660
|
+
"category": "Sound & Music",
|
|
19661
|
+
"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.3301 7C9.77779 7 9.33008 7.44772 9.33008 8V16C9.33008 16.5523 9.77779 17 10.3301 17C10.8824 17 11.3301 16.5523 11.3301 16V8C11.3301 7.44772 10.8824 7 10.3301 7ZM13.6602 9C13.1079 9 12.6602 9.44772 12.6602 10V14C12.6602 14.5523 13.1079 15 13.6602 15C14.2124 15 14.6602 14.5523 14.6602 14V10C14.6602 9.44772 14.2124 9 13.6602 9ZM7 10C6.44772 10 6 10.4477 6 11V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V11C8 10.4477 7.55228 10 7 10ZM17 10C16.4477 10 16 10.4477 16 11V13C16 13.5523 16.4477 14 17 14C17.5523 14 18 13.5523 18 13V11C18 10.4477 17.5523 10 17 10Z\" fill=\"currentColor\"/>",
|
|
19662
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
19663
|
+
"variant": {
|
|
19664
|
+
"join": "round",
|
|
19665
|
+
"filled": "on",
|
|
19666
|
+
"radius": "2",
|
|
19667
|
+
"stroke": "2"
|
|
19668
|
+
},
|
|
19669
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
19670
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
19671
|
+
"componentName": "IconStableVoice"
|
|
19672
|
+
},
|
|
19645
19673
|
{
|
|
19646
19674
|
"category": "Things",
|
|
19647
19675
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7C2 5.34315 3.34315 4 5 4H19C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7ZM19.4691 17.8834L16.8787 15.2929C16.6911 15.1054 16.4368 15 16.1716 15H7.82843C7.56321 15 7.30886 15.1054 7.12132 15.2929L4.53086 17.8834C4.67077 17.9578 4.83046 18 5 18H19C19.1695 18 19.3292 17.9578 19.4691 17.8834Z\" 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"
|
|
@@ -1402,6 +1403,7 @@ export type CentralIconName =
|
|
|
1402
1403
|
| "IconSquarePlus"
|
|
1403
1404
|
| "IconSquareX"
|
|
1404
1405
|
| "IconSquized"
|
|
1406
|
+
| "IconStableVoice"
|
|
1405
1407
|
| "IconStage"
|
|
1406
1408
|
| "IconStamps"
|
|
1407
1409
|
| "IconStar"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.70",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1644,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
288
|
"Code": {
|
|
289
|
-
"count":
|
|
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",
|
|
@@ -1434,7 +1435,7 @@
|
|
|
1434
1435
|
]
|
|
1435
1436
|
},
|
|
1436
1437
|
"Sound & Music": {
|
|
1437
|
-
"count":
|
|
1438
|
+
"count": 48,
|
|
1438
1439
|
"icons": [
|
|
1439
1440
|
"IconAirpodLeft",
|
|
1440
1441
|
"IconAirpodRight",
|
|
@@ -1471,6 +1472,7 @@
|
|
|
1471
1472
|
"IconShuffle",
|
|
1472
1473
|
"IconSkip",
|
|
1473
1474
|
"IconSoundFx",
|
|
1475
|
+
"IconStableVoice",
|
|
1474
1476
|
"IconStop",
|
|
1475
1477
|
"IconStopCircle",
|
|
1476
1478
|
"IconVocalMicrophone",
|
|
@@ -2207,6 +2209,7 @@
|
|
|
2207
2209
|
"IconChainLink4": "chain-link-4",
|
|
2208
2210
|
"IconChair": "chair, seat",
|
|
2209
2211
|
"IconChairModern": "chair-modern, seat",
|
|
2212
|
+
"IconChanges": "changes, plus-inus, compare",
|
|
2210
2213
|
"IconChargingStation": "charging-station, electric-current, power, e-charge",
|
|
2211
2214
|
"IconChart1": "chart-1, statistics, flipchart, presentation, graph 2",
|
|
2212
2215
|
"IconChart2": "chart-2, statistics, flipchart, presentation, graph",
|
|
@@ -3235,6 +3238,7 @@
|
|
|
3235
3238
|
"IconSquarePlus": "square-plus, add",
|
|
3236
3239
|
"IconSquareX": "square-x, close, x, checkbox, remove",
|
|
3237
3240
|
"IconSquized": "squized, centered, aligned",
|
|
3241
|
+
"IconStableVoice": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
3238
3242
|
"IconStage": "stage, show",
|
|
3239
3243
|
"IconStamps": "stamps, collection",
|
|
3240
3244
|
"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";
|
|
@@ -1401,6 +1402,7 @@ export { IconSquarePlaceholderDashed, default as IconSquarePlaceholderDashedDefa
|
|
|
1401
1402
|
export { IconSquarePlus, default as IconSquarePlusDefault, } from "./IconSquarePlus";
|
|
1402
1403
|
export { IconSquareX, default as IconSquareXDefault } from "./IconSquareX";
|
|
1403
1404
|
export { IconSquized, default as IconSquizedDefault } from "./IconSquized";
|
|
1405
|
+
export { IconStableVoice, default as IconStableVoiceDefault, } from "./IconStableVoice";
|
|
1404
1406
|
export { IconStage, default as IconStageDefault } from "./IconStage";
|
|
1405
1407
|
export { IconStamps, default as IconStampsDefault } from "./IconStamps";
|
|
1406
1408
|
export { IconStar, default as IconStarDefault } from "./IconStar";
|