@central-icons-react-native/round-outlined-radius-2-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.
- 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/IconScanCode/index.d.ts +4 -0
- package/IconScanCode/index.js +2 -0
- package/IconScanCode/index.js.map +1 -0
- package/IconScanCode/index.mjs +2 -0
- package/IconScanCode/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 +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var i=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var L={};g(L,{IconChanges:()=>m,default:()=>P});module.exports=x(L);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...n})=>u.default.createElement(c.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M9 16.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;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 d=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 16.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9 16.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconChanges,I 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 d=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 16.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 V=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var a=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!k.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(C=m(o,l))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?V(a(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),M=r=>s(p({},"__esModule",{value:!0}),r);var I={};L(I,{IconScanCode:()=>f,default:()=>B});module.exports=M(I);var n=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(d.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 t=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M7 9H8V15H7V9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M9 9H11V15H9V9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12 9H13V15H12V9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16 9H17V15H16V9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14 9H15V15H14V9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.5 20.4999L5.50002 20.5C4.39544 20.5 3.5 19.6046 3.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=f;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 d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\" />\n <Path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n <Path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\" />\n <Path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\" />\n <Path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.4999L5.50002 20.5C4.39544 20.5 3.5 19.6046 3.5 18.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,QAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:n=24,...l})=>p.createElement(C,{...l,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var s=e=>r.createElement(t,{...e},r.createElement(o,{d:"M7 9H8V15H7V9Z",fill:"currentColor"}),r.createElement(o,{d:"M9 9H11V15H9V9Z",fill:"currentColor"}),r.createElement(o,{d:"M12 9H13V15H12V9Z",fill:"currentColor"}),r.createElement(o,{d:"M16 9H17V15H16V9Z",fill:"currentColor"}),r.createElement(o,{d:"M14 9H15V15H14V9Z",fill:"currentColor"}),r.createElement(o,{d:"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M8.5 20.4999L5.50002 20.5C4.39544 20.5 3.5 19.6046 3.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=s;export{s as IconScanCode,k 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 d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\" />\n <Path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\" />\n <Path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\" />\n <Path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\" />\n <Path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\" />\n <Path\n d=\"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 20.4999L5.50002 20.5C4.39544 20.5 3.5 19.6046 3.5 18.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,CAAK,EAAE,iBAAiB,KAAK,eAAe,EAC7CG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!B.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(c=f(o,p))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(x(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(s({},"__esModule",{value:!0}),r);var v={};I(v,{IconStableVoice:()=>i,default:()=>g});module.exports=P(v);var t=C(require("react"));var a=C(require("react")),u=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.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.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M13.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(n.Path,{d:"M16.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"})),g=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,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 o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(l,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(e,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M13.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M16.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"})),I=C;export{C as IconStableVoice,I 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconStableVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,EACrEG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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
|
package/filtered-icons.json
CHANGED
|
@@ -5250,6 +5250,20 @@
|
|
|
5250
5250
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
5251
5251
|
"componentName": "IconChairModern"
|
|
5252
5252
|
},
|
|
5253
|
+
{
|
|
5254
|
+
"category": "Code",
|
|
5255
|
+
"svg": "<path d=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.5H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
5256
|
+
"iconName": "changes, plus-inus, compare",
|
|
5257
|
+
"variant": {
|
|
5258
|
+
"join": "round",
|
|
5259
|
+
"filled": "off",
|
|
5260
|
+
"radius": "2",
|
|
5261
|
+
"stroke": "1"
|
|
5262
|
+
},
|
|
5263
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
5264
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
5265
|
+
"componentName": "IconChanges"
|
|
5266
|
+
},
|
|
5253
5267
|
{
|
|
5254
5268
|
"category": "Nature & Energy",
|
|
5255
5269
|
"svg": "<path d=\"M13.5 15.5V5.5C13.5 4.39543 12.6046 3.5 11.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V15.5M13.5 15.5V20.5H3.5V15.5M13.5 15.5H3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 10.75V14.5C16.5 15.6046 17.3954 16.5 18.5 16.5C19.6046 16.5 20.5 15.6046 20.5 14.5V8.18675C20.5 7.59319 20.2364 7.03029 19.7804 6.65031L17.5 4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.31627 6.91746C9.31627 6.52592 8.83606 6.35059 8.59364 6.65363L6.19441 9.65281C5.9768 9.92484 6.16603 10.3333 6.50969 10.3333H7.68685V12.0825C7.68685 12.4741 8.16706 12.6494 8.40948 12.3464L10.8087 9.34719C11.0263 9.07516 10.8371 8.66673 10.4934 8.66673H9.31627V6.91746Z\" fill=\"currentColor\"/>",
|
|
@@ -17626,6 +17640,20 @@
|
|
|
17626
17640
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
17627
17641
|
"componentName": "IconSatellite2"
|
|
17628
17642
|
},
|
|
17643
|
+
{
|
|
17644
|
+
"category": "Interface General",
|
|
17645
|
+
"svg": "<path d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\"/><path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\"/><path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\"/><path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\"/><path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\"/><path d=\"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 20.4999L5.50002 20.5C4.39544 20.5 3.5 19.6046 3.5 18.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
17646
|
+
"iconName": "scan-code, barcode",
|
|
17647
|
+
"variant": {
|
|
17648
|
+
"join": "round",
|
|
17649
|
+
"filled": "off",
|
|
17650
|
+
"radius": "2",
|
|
17651
|
+
"stroke": "1"
|
|
17652
|
+
},
|
|
17653
|
+
"createdAt": "2025-12-17T15:02:15.240621+00:00",
|
|
17654
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
17655
|
+
"componentName": "IconScanCode"
|
|
17656
|
+
},
|
|
17629
17657
|
{
|
|
17630
17658
|
"category": "AI & Magic",
|
|
17631
17659
|
"svg": "<path d=\"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 9.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M8.5 14.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><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-outlined-radius-2-stroke-1",
|
|
19643
19671
|
"componentName": "IconSquized"
|
|
19644
19672
|
},
|
|
19673
|
+
{
|
|
19674
|
+
"category": "Sound & Music",
|
|
19675
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
19676
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
19677
|
+
"variant": {
|
|
19678
|
+
"join": "round",
|
|
19679
|
+
"filled": "off",
|
|
19680
|
+
"radius": "2",
|
|
19681
|
+
"stroke": "1"
|
|
19682
|
+
},
|
|
19683
|
+
"createdAt": "2025-12-17T14:01:43.648736+00:00",
|
|
19684
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19685
|
+
"componentName": "IconStableVoice"
|
|
19686
|
+
},
|
|
19645
19687
|
{
|
|
19646
19688
|
"category": "Things",
|
|
19647
19689
|
"svg": "<path d=\"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 18.5L5.41421 16.0858C5.78929 15.7107 6.29799 15.5 6.82843 15.5H17.1716C17.702 15.5 18.2107 15.7107 18.5858 16.0858L21 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.71",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
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":
|
|
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":
|
|
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":
|
|
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";
|