@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.70 → 1.1.72
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/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/IconVoiceMode/index.d.ts +4 -0
- package/IconVoiceMode/index.js +2 -0
- package/IconVoiceMode/index.js.map +1 -0
- package/IconVoiceMode/index.mjs +2 -0
- package/IconVoiceMode/index.mjs.map +1 -0
- package/IconVoiceSettings/index.d.ts +4 -0
- package/IconVoiceSettings/index.js +2 -0
- package/IconVoiceSettings/index.js.map +1 -0
- package/IconVoiceSettings/index.mjs +2 -0
- package/IconVoiceSettings/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 +10 -4
- 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 H=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var a=(r,o)=>{for(var n in o)H(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,V)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!Z.call(r,e)&&e!==n&&H(r,e,{get:()=>o[e],enumerable:!(V=s(o,e))||V.enumerable});return r};var C=(r,o,n)=>(n=r!=null?d(M(r)):{},p(o||!r||!r.__esModule?H(n,"default",{value:r,enumerable:!0}):n,r)),B=r=>p(H({},"__esModule",{value:!0}),r);var x={};a(x,{IconScanCode:()=>m,default:()=>I});module.exports=B(x);var l=C(require("react"));var f=C(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...n})=>f.default.createElement(i.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 t=require("react-native-svg"),m=r=>l.default.createElement(u,{...r},l.default.createElement(t.Path,{d:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 21H15V19H19V15H21V21Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21 9H19V5H15V3H21V9Z",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 d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\" />\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 d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" fill=\"currentColor\" />\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,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,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,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,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 H from"react";import{Svg as V}from"react-native-svg";var t=({children:n,size:l=24,...e})=>H.createElement(V,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(o,{d:"M5 19H9V21H3V15H5V19Z",fill:"currentColor"}),r.createElement(o,{d:"M21 21H15V19H19V15H21V21Z",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:"M9 5H5V9H3V3H9V5Z",fill:"currentColor"}),r.createElement(o,{d:"M21 9H19V5H15V3H21V9Z",fill:"currentColor"})),Z=p;export{p 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 d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\" />\n <Path d=\"M21 21H15V19H19V15H21V21Z\" fill=\"currentColor\" />\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 d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\" />\n <Path d=\"M21 9H19V5H15V3H21V9Z\" fill=\"currentColor\" />\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,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,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,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,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 s=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},f=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=a(o,t))||p.enumerable});return r};var i=(r,o,e)=>(e=r!=null?s(V(r)):{},f(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>f(C({},"__esModule",{value:!0}),r);var M={};I(M,{IconVoiceMode:()=>d,default:()=>x});module.exports=v(M);var n=i(require("react"));var m=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.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 l=require("react-native-svg"),d=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 6V10.25H13V6H15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 4V9H9.5V4H11.5Z",fill:"currentColor"})),x=d;0&&(module.exports={IconVoiceMode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGE,EAAQJ","names":["IconVoiceMode_exports","__export","IconVoiceMode","IconVoiceMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:r=24,...t})=>C.createElement(p,{...t,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 f=n=>o.createElement(l,{...n},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),o.createElement(e,{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),o.createElement(e,{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),o.createElement(e,{d:"M15 6V10.25H13V6H15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5 4V9H9.5V4H11.5Z",fill:"currentColor"})),B=f;export{f as IconVoiceMode,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of d(o))!V.call(r,l)&&l!==e&&p(r,l,{get:()=>o[l],enumerable:!(C=a(o,l))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(H(r)):{},L(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>L(p({},"__esModule",{value:!0}),r);var v={};B(v,{IconVoiceSettings:()=>u,default:()=>g});module.exports=I(v);var n=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>i.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),u=r=>n.default.createElement(s,{...r},n.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M18.998 16H16.998V2H18.998V16Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M22.498 11H20.498V7H22.498V11Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M15.498 9.25H13.498V5H15.498V9.25Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M11.998 6.5H9.99805V3H11.998V6.5Z",fill:"currentColor"})),g=u;0&&(module.exports={IconVoiceSettings});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\" />\n <Path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\" />\n <Path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\" />\n <Path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qfACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QAAK,EAAE,qCAAqC,KAAK,eAAe,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGE,EAAQJ","names":["IconVoiceSettings_exports","__export","IconVoiceSettings","IconVoiceSettings_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...l})=>p.createElement(C,{...l,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 L=n=>o.createElement(t,{...n},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z",fill:"currentColor"}),o.createElement(e,{d:"M18.998 16H16.998V2H18.998V16Z",fill:"currentColor"}),o.createElement(e,{d:"M22.498 11H20.498V7H22.498V11Z",fill:"currentColor"}),o.createElement(e,{d:"M15.498 9.25H13.498V5H15.498V9.25Z",fill:"currentColor"}),o.createElement(e,{d:"M11.998 6.5H9.99805V3H11.998V6.5Z",fill:"currentColor"})),V=L;export{L as IconVoiceSettings,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\" />\n <Path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\" />\n <Path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\" />\n <Path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qfACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,iCAAiC,KAAK,eAAe,EAC7DG,EAAA,cAACH,EAAA,CAAK,EAAE,qCAAqC,KAAK,eAAe,EACjEG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
|
package/README.md
CHANGED
|
@@ -1020,6 +1020,7 @@ Below is a complete list of available icons:
|
|
|
1020
1020
|
- IconQrCode
|
|
1021
1021
|
- IconQuickSearch
|
|
1022
1022
|
- IconReview
|
|
1023
|
+
- IconScanCode
|
|
1023
1024
|
- IconSearchMenu
|
|
1024
1025
|
- IconSearchOptions
|
|
1025
1026
|
- IconShapesPlusXSquareCircle
|
|
@@ -1554,7 +1555,9 @@ Below is a complete list of available icons:
|
|
|
1554
1555
|
- IconVocalMicrophone
|
|
1555
1556
|
- IconVoice1
|
|
1556
1557
|
- IconVoice3
|
|
1558
|
+
- IconVoiceMode
|
|
1557
1559
|
- IconVoiceRecord
|
|
1560
|
+
- IconVoiceSettings
|
|
1558
1561
|
- IconVolumeDown
|
|
1559
1562
|
- IconVolumeFull
|
|
1560
1563
|
- IconVolumeHalf
|
package/filtered-icons.json
CHANGED
|
@@ -17640,6 +17640,20 @@
|
|
|
17640
17640
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
17641
17641
|
"componentName": "IconSatellite2"
|
|
17642
17642
|
},
|
|
17643
|
+
{
|
|
17644
|
+
"category": "Interface General",
|
|
17645
|
+
"svg": "<path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><path d=\"M21 21H15V19H19V15H21V21Z\" 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=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><path d=\"M21 9H19V5H15V3H21V9Z\" fill=\"currentColor\"/>",
|
|
17646
|
+
"iconName": "scan-code, barcode",
|
|
17647
|
+
"variant": {
|
|
17648
|
+
"join": "square",
|
|
17649
|
+
"filled": "on",
|
|
17650
|
+
"radius": "0",
|
|
17651
|
+
"stroke": "2"
|
|
17652
|
+
},
|
|
17653
|
+
"createdAt": "2025-12-17T15:02:15.240621+00:00",
|
|
17654
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
17655
|
+
"componentName": "IconScanCode"
|
|
17656
|
+
},
|
|
17643
17657
|
{
|
|
17644
17658
|
"category": "AI & Magic",
|
|
17645
17659
|
"svg": "<path d=\"M5 19H9V21H3V15H5V19Z\" fill=\"currentColor\"/><path d=\"M14 15H8V13H14V15Z\" fill=\"currentColor\"/><path d=\"M16 11H8V9H16V11Z\" fill=\"currentColor\"/><path d=\"M9 5H5V9H3V3H9V5Z\" fill=\"currentColor\"/><path d=\"M21 9H19V5H15V3H21V9Z\" fill=\"currentColor\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
@@ -22204,6 +22218,20 @@
|
|
|
22204
22218
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
22205
22219
|
"componentName": "IconVoiceAndVideo"
|
|
22206
22220
|
},
|
|
22221
|
+
{
|
|
22222
|
+
"category": "Sound & Music",
|
|
22223
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\" fill=\"currentColor\"/><path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\"/><path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\"/><path d=\"M15 6V10.25H13V6H15Z\" fill=\"currentColor\"/><path d=\"M11.5 4V9H9.5V4H11.5Z\" fill=\"currentColor\"/>",
|
|
22224
|
+
"iconName": "voice-mode, voice-settings",
|
|
22225
|
+
"variant": {
|
|
22226
|
+
"join": "square",
|
|
22227
|
+
"filled": "on",
|
|
22228
|
+
"radius": "0",
|
|
22229
|
+
"stroke": "2"
|
|
22230
|
+
},
|
|
22231
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22232
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
22233
|
+
"componentName": "IconVoiceMode"
|
|
22234
|
+
},
|
|
22207
22235
|
{
|
|
22208
22236
|
"category": "Sound & Music",
|
|
22209
22237
|
"svg": "<path d=\"M7.50391 3H5.50391V17H7.50391V3Z\" fill=\"currentColor\"/><path d=\"M14.5039 4H12.5039V8.5H14.5039V4Z\" fill=\"currentColor\"/><path d=\"M11.0039 6H9.00391V11H11.0039V6Z\" fill=\"currentColor\"/><path d=\"M4.00391 8H2.00391V12H4.00391V8Z\" fill=\"currentColor\"/><path d=\"M19.0017 15.5C19.0017 16.8807 17.8824 18 16.5017 18C15.121 18 14.0017 16.8807 14.0017 15.5C14.0017 14.1193 15.121 13 16.5017 13C17.8824 13 19.0017 14.1193 19.0017 15.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0017 15.5C11.0017 12.4624 13.4641 10 16.5017 10C19.5393 10 22.0017 12.4624 22.0017 15.5C22.0017 18.5376 19.5393 21 16.5017 21C13.4641 21 11.0017 18.5376 11.0017 15.5ZM16.5017 12C14.5687 12 13.0017 13.567 13.0017 15.5C13.0017 17.433 14.5687 19 16.5017 19C18.4347 19 20.0017 17.433 20.0017 15.5C20.0017 13.567 18.4347 12 16.5017 12Z\" fill=\"currentColor\"/>",
|
|
@@ -22218,6 +22246,20 @@
|
|
|
22218
22246
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
22219
22247
|
"componentName": "IconVoiceRecord"
|
|
22220
22248
|
},
|
|
22249
|
+
{
|
|
22250
|
+
"category": "Sound & Music",
|
|
22251
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.3242 8.99023L11.2363 10.5303L13.6104 10.5498L15.1523 13.2002L13.9814 15.25L15.1523 17.2998L13.6104 19.9502L13.041 19.9551L11.2363 19.9688L10.3242 21.5098L10.0332 22H6.96289L5.75879 19.9688L3.38574 19.9502L1.84375 17.2998L3.01367 15.25L1.84375 13.2002L3.38574 10.5498L5.75879 10.5303L6.96289 8.5H10.0332L10.3242 8.99023ZM8.49805 13.5C7.53155 13.5 6.74805 14.2835 6.74805 15.25C6.74805 16.2165 7.53155 17 8.49805 17C9.46455 17 10.248 16.2165 10.248 15.25C10.248 14.2835 9.46455 13.5 8.49805 13.5Z\" fill=\"currentColor\"/><path d=\"M18.998 16H16.998V2H18.998V16Z\" fill=\"currentColor\"/><path d=\"M22.498 11H20.498V7H22.498V11Z\" fill=\"currentColor\"/><path d=\"M15.498 9.25H13.498V5H15.498V9.25Z\" fill=\"currentColor\"/><path d=\"M11.998 6.5H9.99805V3H11.998V6.5Z\" fill=\"currentColor\"/>",
|
|
22252
|
+
"iconName": "voice-settings, edit-voice",
|
|
22253
|
+
"variant": {
|
|
22254
|
+
"join": "square",
|
|
22255
|
+
"filled": "on",
|
|
22256
|
+
"radius": "0",
|
|
22257
|
+
"stroke": "2"
|
|
22258
|
+
},
|
|
22259
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22260
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
22261
|
+
"componentName": "IconVoiceSettings"
|
|
22262
|
+
},
|
|
22221
22263
|
{
|
|
22222
22264
|
"category": "AI & Magic",
|
|
22223
22265
|
"svg": "<path d=\"M9 21H7V3H9V21Z\" fill=\"currentColor\"/><path d=\"M16.4004 13L17.4004 15.5996L20 16.5996V17.4004L17.4004 18.4004L16.4004 21H15.5996L14.5996 18.4004L12 17.4004V16.5996L14.5996 15.5996L15.5996 13H16.4004Z\" fill=\"currentColor\"/><path d=\"M5 15H3V9H5V15Z\" fill=\"currentColor\"/><path d=\"M13 14H11V7H13V14Z\" fill=\"currentColor\"/><path d=\"M21 14H19V9H21V14Z\" fill=\"currentColor\"/><path d=\"M17 11H15V5H17V11Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1259,6 +1259,7 @@ export type CentralIconName =
|
|
|
1259
1259
|
| "IconSandbox"
|
|
1260
1260
|
| "IconSatellite1"
|
|
1261
1261
|
| "IconSatellite2"
|
|
1262
|
+
| "IconScanCode"
|
|
1262
1263
|
| "IconScanTextSparkle"
|
|
1263
1264
|
| "IconSchool"
|
|
1264
1265
|
| "IconScissors1"
|
|
@@ -1585,7 +1586,9 @@ export type CentralIconName =
|
|
|
1585
1586
|
| "IconVoice2"
|
|
1586
1587
|
| "IconVoice3"
|
|
1587
1588
|
| "IconVoiceAndVideo"
|
|
1589
|
+
| "IconVoiceMode"
|
|
1588
1590
|
| "IconVoiceRecord"
|
|
1591
|
+
| "IconVoiceSettings"
|
|
1589
1592
|
| "IconVoiceSparkle"
|
|
1590
1593
|
| "IconVolleyball"
|
|
1591
1594
|
| "IconVolumeDown"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.72",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1647,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
]
|
|
800
800
|
},
|
|
801
801
|
"Interface General": {
|
|
802
|
-
"count":
|
|
802
|
+
"count": 175,
|
|
803
803
|
"icons": [
|
|
804
804
|
"IconAnchor1",
|
|
805
805
|
"IconAnchor2",
|
|
@@ -924,6 +924,7 @@
|
|
|
924
924
|
"IconQrCode",
|
|
925
925
|
"IconQuickSearch",
|
|
926
926
|
"IconReview",
|
|
927
|
+
"IconScanCode",
|
|
927
928
|
"IconSearchMenu",
|
|
928
929
|
"IconSearchOptions",
|
|
929
930
|
"IconShapesPlusXSquareCircle",
|
|
@@ -1435,7 +1436,7 @@
|
|
|
1435
1436
|
]
|
|
1436
1437
|
},
|
|
1437
1438
|
"Sound & Music": {
|
|
1438
|
-
"count":
|
|
1439
|
+
"count": 50,
|
|
1439
1440
|
"icons": [
|
|
1440
1441
|
"IconAirpodLeft",
|
|
1441
1442
|
"IconAirpodRight",
|
|
@@ -1478,7 +1479,9 @@
|
|
|
1478
1479
|
"IconVocalMicrophone",
|
|
1479
1480
|
"IconVoice1",
|
|
1480
1481
|
"IconVoice3",
|
|
1482
|
+
"IconVoiceMode",
|
|
1481
1483
|
"IconVoiceRecord",
|
|
1484
|
+
"IconVoiceSettings",
|
|
1482
1485
|
"IconVolumeDown",
|
|
1483
1486
|
"IconVolumeFull",
|
|
1484
1487
|
"IconVolumeHalf",
|
|
@@ -3094,6 +3097,7 @@
|
|
|
3094
3097
|
"IconSandbox": "sandbox, playground",
|
|
3095
3098
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3096
3099
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3100
|
+
"IconScanCode": "scan-code, barcode",
|
|
3097
3101
|
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3098
3102
|
"IconSchool": "school, building",
|
|
3099
3103
|
"IconScissors1": "scissors-1, cut",
|
|
@@ -3420,7 +3424,9 @@
|
|
|
3420
3424
|
"IconVoice2": "voice-2, siri, wave",
|
|
3421
3425
|
"IconVoice3": "voice-3, wave",
|
|
3422
3426
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3427
|
+
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3423
3428
|
"IconVoiceRecord": "voice-record",
|
|
3429
|
+
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
3424
3430
|
"IconVoiceSparkle": "voice-sparkle, ai, sound",
|
|
3425
3431
|
"IconVolleyball": "volleyball",
|
|
3426
3432
|
"IconVolumeDown": "volume-down",
|
package/index.d.ts
CHANGED
|
@@ -1258,6 +1258,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
|
|
|
1258
1258
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1259
1259
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1260
1260
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1261
|
+
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
|
|
1261
1262
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1262
1263
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1263
1264
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
@@ -1584,7 +1585,9 @@ export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
|
|
|
1584
1585
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1585
1586
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1586
1587
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1588
|
+
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1587
1589
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|
|
1590
|
+
export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
|
|
1588
1591
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1589
1592
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1590
1593
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|