@central-icons-react-native/round-outlined-radius-2-stroke-1.5 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 f=Object.create;var s=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var m=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of V(o))!a.call(r,l)&&l!==e&&s(r,l,{get:()=>o[l],enumerable:!(i=H(o,l))||i.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(m(r)):{},p(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>p(s({},"__esModule",{value:!0}),r);var I={};M(I,{IconScanCode:()=>c,default:()=>B});module.exports=h(I);var n=C(require("react"));var d=C(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...e})=>d.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 t=require("react-native-svg"),c=r=>n.default.createElement(k,{...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.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.25 20H5.75C4.64543 20 3.75 19.1046 3.75 18V15.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M15.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;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.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20H5.75C4.64543 20 3.75 19.1046 3.75 18V15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,YAAY,MACZ,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 s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:n=24,...l})=>s.createElement(i,{...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 p=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.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M8.25 20H5.75C4.64543 20 3.75 19.1046 3.75 18V15.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V15.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),a=p;export{p as IconScanCode,a 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.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.25 20H5.75C4.64543 20 3.75 19.1046 3.75 18V15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V15.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,YAAY,MACZ,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 x=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!k.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(i=f(o,n))||i.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(h(r)):{},c(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>c(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconVoiceMode:()=>u,default:()=>g});module.exports=I(P);var p=l(require("react"));var a=l(require("react")),C=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(C.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=>p.default.createElement(m,{...r},p.default.createElement(t.Path,{d:"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(t.Rect,{x:"2.25",y:"12.25",width:"12",height:"8",rx:"4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(t.Circle,{cx:"6.25",cy:"16.25",r:"1.75",fill:"currentColor"})),g=u;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 { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"2.25\"\n y=\"12.25\"\n width=\"12\"\n height=\"8\"\n rx=\"4\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"6.25\" cy=\"16.25\" r=\"1.75\" 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,EAAmC,4BAEtBC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,OACF,EAAE,QACF,MAAM,KACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,CAC5D,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as c,Rect as l}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(c,{d:"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(l,{x:"2.25",y:"12.25",width:"12",height:"8",rx:"4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"6.25",cy:"16.25",r:"1.75",fill:"currentColor"})),I=a;export{a as IconVoiceMode,I 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 { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"2.25\"\n y=\"12.25\"\n width=\"12\"\n height=\"8\"\n rx=\"4\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"6.25\" cy=\"16.25\" r=\"1.75\" 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,UAAAG,EAAQ,QAAAC,EAAM,QAAAC,MAAY,mBAE5B,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,OACF,EAAE,QACF,MAAM,KACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACL,EAAA,CAAO,GAAG,OAAO,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,CAC5D,EAIGO,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","Rect","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(k(r)):{},L(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>L(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconVoiceSettings:()=>m,default:()=>g});module.exports=I(P);var n=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),a=({children:r,size:o=24,...e})=>c.default.createElement(l.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 C=require("react-native-svg"),m=r=>n.default.createElement(a,{...r},n.default.createElement(C.Path,{d:"M7.85418 9.75C7.50099 9.75 7.17399 9.93631 6.99391 10.2401L6.37145 11.2904C6.19284 11.5918 5.86956 11.7777 5.51926 11.7805L4.28537 11.7905C3.93216 11.7933 3.60665 11.9823 3.42904 12.2876L3.03976 12.9568C2.86041 13.2651 2.85886 13.6456 3.03568 13.9554L3.63441 15.0043C3.80979 15.3115 3.80979 15.6885 3.63441 15.9958L3.03568 17.0446C2.85886 17.3544 2.86041 17.7349 3.03976 18.0432L3.42904 18.7124C3.60665 19.0177 3.93216 19.2067 4.28537 19.2095L5.51926 19.2195C5.86957 19.2223 6.19285 19.4082 6.37146 19.7096L6.99391 20.7599C7.17399 21.0637 7.50098 21.25 7.85417 21.25H8.64577C8.99896 21.25 9.32596 21.0637 9.50603 20.7599L10.1285 19.7096C10.3071 19.4082 10.6304 19.2223 10.9807 19.2195L12.2146 19.2095C12.5678 19.2067 12.8933 19.0177 13.071 18.7124L13.4602 18.0432C13.6396 17.7349 13.6411 17.3544 13.4643 17.0446L12.8656 15.9958C12.6902 15.6885 12.6902 15.3115 12.8656 15.0043L13.4643 13.9554C13.6411 13.6456 13.6396 13.2651 13.4602 12.9568L13.071 12.2876C12.8933 11.9823 12.5678 11.7933 12.2146 11.7905L10.9807 11.7805C10.6304 11.7777 10.3071 11.5918 10.1285 11.2904L9.50604 10.2401C9.32596 9.93631 8.99896 9.75 8.64577 9.75H7.85418Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Circle,{cx:"8.25",cy:"15.5",r:"1.75",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.85418 9.75C7.50099 9.75 7.17399 9.93631 6.99391 10.2401L6.37145 11.2904C6.19284 11.5918 5.86956 11.7777 5.51926 11.7805L4.28537 11.7905C3.93216 11.7933 3.60665 11.9823 3.42904 12.2876L3.03976 12.9568C2.86041 13.2651 2.85886 13.6456 3.03568 13.9554L3.63441 15.0043C3.80979 15.3115 3.80979 15.6885 3.63441 15.9958L3.03568 17.0446C2.85886 17.3544 2.86041 17.7349 3.03976 18.0432L3.42904 18.7124C3.60665 19.0177 3.93216 19.2067 4.28537 19.2095L5.51926 19.2195C5.86957 19.2223 6.19285 19.4082 6.37146 19.7096L6.99391 20.7599C7.17399 21.0637 7.50098 21.25 7.85417 21.25H8.64577C8.99896 21.25 9.32596 21.0637 9.50603 20.7599L10.1285 19.7096C10.3071 19.4082 10.6304 19.2223 10.9807 19.2195L12.2146 19.2095C12.5678 19.2067 12.8933 19.0177 13.071 18.7124L13.4602 18.0432C13.6396 17.7349 13.6411 17.3544 13.4643 17.0446L12.8656 15.9958C12.6902 15.6885 12.6902 15.3115 12.8656 15.0043L13.4643 13.9554C13.6411 13.6456 13.6396 13.2651 13.4602 12.9568L13.071 12.2876C12.8933 11.9823 12.5678 11.7933 12.2146 11.7905L10.9807 11.7805C10.6304 11.7777 10.3071 11.5918 10.1285 11.2904L9.50604 10.2401C9.32596 9.93631 8.99896 9.75 8.64577 9.75H7.85418Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.25\" cy=\"15.5\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gnCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,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 s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as L,Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M7.85418 9.75C7.50099 9.75 7.17399 9.93631 6.99391 10.2401L6.37145 11.2904C6.19284 11.5918 5.86956 11.7777 5.51926 11.7805L4.28537 11.7905C3.93216 11.7933 3.60665 11.9823 3.42904 12.2876L3.03976 12.9568C2.86041 13.2651 2.85886 13.6456 3.03568 13.9554L3.63441 15.0043C3.80979 15.3115 3.80979 15.6885 3.63441 15.9958L3.03568 17.0446C2.85886 17.3544 2.86041 17.7349 3.03976 18.0432L3.42904 18.7124C3.60665 19.0177 3.93216 19.2067 4.28537 19.2095L5.51926 19.2195C5.86957 19.2223 6.19285 19.4082 6.37146 19.7096L6.99391 20.7599C7.17399 21.0637 7.50098 21.25 7.85417 21.25H8.64577C8.99896 21.25 9.32596 21.0637 9.50603 20.7599L10.1285 19.7096C10.3071 19.4082 10.6304 19.2223 10.9807 19.2195L12.2146 19.2095C12.5678 19.2067 12.8933 19.0177 13.071 18.7124L13.4602 18.0432C13.6396 17.7349 13.6411 17.3544 13.4643 17.0446L12.8656 15.9958C12.6902 15.6885 12.6902 15.3115 12.8656 15.0043L13.4643 13.9554C13.6411 13.6456 13.6396 13.2651 13.4602 12.9568L13.071 12.2876C12.8933 11.9823 12.5678 11.7933 12.2146 11.7905L10.9807 11.7805C10.6304 11.7777 10.3071 11.5918 10.1285 11.2904L9.50604 10.2401C9.32596 9.93631 8.99896 9.75 8.64577 9.75H7.85418Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(L,{cx:"8.25",cy:"15.5",r:"1.75",fill:"currentColor"}),o.createElement(n,{d:"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconVoiceSettings,B 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.85418 9.75C7.50099 9.75 7.17399 9.93631 6.99391 10.2401L6.37145 11.2904C6.19284 11.5918 5.86956 11.7777 5.51926 11.7805L4.28537 11.7905C3.93216 11.7933 3.60665 11.9823 3.42904 12.2876L3.03976 12.9568C2.86041 13.2651 2.85886 13.6456 3.03568 13.9554L3.63441 15.0043C3.80979 15.3115 3.80979 15.6885 3.63441 15.9958L3.03568 17.0446C2.85886 17.3544 2.86041 17.7349 3.03976 18.0432L3.42904 18.7124C3.60665 19.0177 3.93216 19.2067 4.28537 19.2095L5.51926 19.2195C5.86957 19.2223 6.19285 19.4082 6.37146 19.7096L6.99391 20.7599C7.17399 21.0637 7.50098 21.25 7.85417 21.25H8.64577C8.99896 21.25 9.32596 21.0637 9.50603 20.7599L10.1285 19.7096C10.3071 19.4082 10.6304 19.2223 10.9807 19.2195L12.2146 19.2095C12.5678 19.2067 12.8933 19.0177 13.071 18.7124L13.4602 18.0432C13.6396 17.7349 13.6411 17.3544 13.4643 17.0446L12.8656 15.9958C12.6902 15.6885 12.6902 15.3115 12.8656 15.0043L13.4643 13.9554C13.6411 13.6456 13.6396 13.2651 13.4602 12.9568L13.071 12.2876C12.8933 11.9823 12.5678 11.7933 12.2146 11.7905L10.9807 11.7805C10.6304 11.7777 10.3071 11.5918 10.1285 11.2904L9.50604 10.2401C9.32596 9.93631 8.99896 9.75 8.64577 9.75H7.85418Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.25\" cy=\"15.5\" r=\"1.75\" fill=\"currentColor\" />\n <Path\n d=\"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gnCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACzDI,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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": "round-outlined-radius-2-stroke-1.5",
|
|
17641
17641
|
"componentName": "IconSatellite2"
|
|
17642
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.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20H5.75C4.64543 20 3.75 19.1046 3.75 18V15.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 20.25H18.25C19.3546 20.25 20.25 19.3546 20.25 18.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" 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.5"
|
|
17652
|
+
},
|
|
17653
|
+
"createdAt": "2025-12-17T15:02:15.240621+00:00",
|
|
17654
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
17655
|
+
"componentName": "IconScanCode"
|
|
17656
|
+
},
|
|
17643
17657
|
{
|
|
17644
17658
|
"category": "AI & Magic",
|
|
17645
17659
|
"svg": "<path d=\"M8.25 3.75H5.75C4.64543 3.75 3.75 4.64543 3.75 5.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.75 3.75H18.25C19.3546 3.75 20.25 4.64543 20.25 5.75V8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.25 20.25H5.75C4.64543 20.25 3.75 19.3546 3.75 18.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" 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\"/>",
|
|
@@ -22204,6 +22218,20 @@
|
|
|
22204
22218
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
22205
22219
|
"componentName": "IconVoiceAndVideo"
|
|
22206
22220
|
},
|
|
22221
|
+
{
|
|
22222
|
+
"category": "Sound & Music",
|
|
22223
|
+
"svg": "<path d=\"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"2.25\" y=\"12.25\" width=\"12\" height=\"8\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6.25\" cy=\"16.25\" r=\"1.75\" fill=\"currentColor\"/>",
|
|
22224
|
+
"iconName": "voice-mode, voice-settings",
|
|
22225
|
+
"variant": {
|
|
22226
|
+
"join": "round",
|
|
22227
|
+
"filled": "off",
|
|
22228
|
+
"radius": "2",
|
|
22229
|
+
"stroke": "1.5"
|
|
22230
|
+
},
|
|
22231
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22232
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
22233
|
+
"componentName": "IconVoiceMode"
|
|
22234
|
+
},
|
|
22207
22235
|
{
|
|
22208
22236
|
"category": "Sound & Music",
|
|
22209
22237
|
"svg": "<path d=\"M2.75 8.75V11.25M6.25 3.75V16.25M9.75 6.75V13.25M13.25 4.75V8.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.75\" cy=\"15.75\" r=\"4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.75\" cy=\"15.75\" r=\"2.75\" fill=\"currentColor\"/>",
|
|
@@ -22218,6 +22246,20 @@
|
|
|
22218
22246
|
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
22219
22247
|
"componentName": "IconVoiceRecord"
|
|
22220
22248
|
},
|
|
22249
|
+
{
|
|
22250
|
+
"category": "Sound & Music",
|
|
22251
|
+
"svg": "<path d=\"M7.85418 9.75C7.50099 9.75 7.17399 9.93631 6.99391 10.2401L6.37145 11.2904C6.19284 11.5918 5.86956 11.7777 5.51926 11.7805L4.28537 11.7905C3.93216 11.7933 3.60665 11.9823 3.42904 12.2876L3.03976 12.9568C2.86041 13.2651 2.85886 13.6456 3.03568 13.9554L3.63441 15.0043C3.80979 15.3115 3.80979 15.6885 3.63441 15.9958L3.03568 17.0446C2.85886 17.3544 2.86041 17.7349 3.03976 18.0432L3.42904 18.7124C3.60665 19.0177 3.93216 19.2067 4.28537 19.2095L5.51926 19.2195C5.86957 19.2223 6.19285 19.4082 6.37146 19.7096L6.99391 20.7599C7.17399 21.0637 7.50098 21.25 7.85417 21.25H8.64577C8.99896 21.25 9.32596 21.0637 9.50603 20.7599L10.1285 19.7096C10.3071 19.4082 10.6304 19.2223 10.9807 19.2195L12.2146 19.2095C12.5678 19.2067 12.8933 19.0177 13.071 18.7124L13.4602 18.0432C13.6396 17.7349 13.6411 17.3544 13.4643 17.0446L12.8656 15.9958C12.6902 15.6885 12.6902 15.3115 12.8656 15.0043L13.4643 13.9554C13.6411 13.6456 13.6396 13.2651 13.4602 12.9568L13.071 12.2876C12.8933 11.9823 12.5678 11.7933 12.2146 11.7905L10.9807 11.7805C10.6304 11.7777 10.3071 11.5918 10.1285 11.2904L9.50604 10.2401C9.32596 9.93631 8.99896 9.75 8.64577 9.75H7.85418Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.25\" cy=\"15.5\" r=\"1.75\" fill=\"currentColor\"/><path d=\"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
22252
|
+
"iconName": "voice-settings, edit-voice",
|
|
22253
|
+
"variant": {
|
|
22254
|
+
"join": "round",
|
|
22255
|
+
"filled": "off",
|
|
22256
|
+
"radius": "2",
|
|
22257
|
+
"stroke": "1.5"
|
|
22258
|
+
},
|
|
22259
|
+
"createdAt": "2025-12-17T17:02:01.679198+00:00",
|
|
22260
|
+
"packageName": "round-outlined-radius-2-stroke-1.5",
|
|
22261
|
+
"componentName": "IconVoiceSettings"
|
|
22262
|
+
},
|
|
22221
22263
|
{
|
|
22222
22264
|
"category": "AI & Magic",
|
|
22223
22265
|
"svg": "<path d=\"M7.75 3.75V20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M3.75 9.75V14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M12 7.75V13.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M16.25 5.75V10.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M20.25 9.75V13.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M17.2405 15.1852L16.5436 13.3733C16.4571 13.1484 16.241 13 16 13C15.759 13 15.5429 13.1484 15.4564 13.3733L14.7595 15.1852C14.658 15.4493 14.4493 15.658 14.1852 15.7595L12.3733 16.4564C12.1484 16.5429 12 16.759 12 17C12 17.241 12.1484 17.4571 12.3733 17.5436L14.1852 18.2405C14.4493 18.342 14.658 18.5507 14.7595 18.8148L15.4564 20.6267C15.5429 20.8516 15.759 21 16 21C16.241 21 16.4571 20.8516 16.5436 20.6267L17.2405 18.8148C17.342 18.5507 17.5507 18.342 17.8148 18.2405L19.6267 17.5436C19.8516 17.4571 20 17.241 20 17C20 16.759 19.8516 16.5429 19.6267 16.4564L17.8148 15.7595C17.5507 15.658 17.342 15.4493 17.2405 15.1852Z\" 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/round-outlined-radius-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.72",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1.5/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";
|