@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.151 → 1.1.152
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/IconAddImage/index.d.ts +4 -0
- package/IconAddImage/index.js +2 -0
- package/IconAddImage/index.js.map +1 -0
- package/IconAddImage/index.mjs +2 -0
- package/IconAddImage/index.mjs.map +1 -0
- package/IconScanVoice/index.d.ts +4 -0
- package/IconScanVoice/index.js +2 -0
- package/IconScanVoice/index.js.map +1 -0
- package/IconScanVoice/index.mjs +2 -0
- package/IconScanVoice/index.mjs.map +1 -0
- package/IconVoiceMemo/index.d.ts +4 -0
- package/IconVoiceMemo/index.js +2 -0
- package/IconVoiceMemo/index.js.map +1 -0
- package/IconVoiceMemo/index.mjs +2 -0
- package/IconVoiceMemo/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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!I.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconAddImage:()=>k,default:()=>x});module.exports=g(P);var e=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...n})=>d.default.createElement(a.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"),k=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M12.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 16.5L6.58579 13.4142C7.36684 12.6332 8.63317 12.6332 9.41421 13.4142L12.5 16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 18.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18.5 15.5V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=k;0&&(module.exports={IconAddImage});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAddImage/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 IconAddImage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 16.5L6.58579 13.4142C7.36684 12.6332 8.63317 12.6332 9.41421 13.4142L12.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 18.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 15.5V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAddImage;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAddImage_exports","__export","IconAddImage","IconAddImage_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAddImage","props","React","CentralIconBase","IconAddImage_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:e,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 16.5L6.58579 13.4142C7.36684 12.6332 8.63317 12.6332 9.41421 13.4142L12.5 16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15.5 18.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M18.5 15.5V21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconAddImage,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAddImage/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 IconAddImage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 16.5L6.58579 13.4142C7.36684 12.6332 8.63317 12.6332 9.41421 13.4142L12.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 18.5H21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 15.5V21.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAddImage;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAddImage","props","React","CentralIconBase","IconAddImage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var j=(o,r)=>{for(var n in r)i(o,n,{get:r[n],enumerable:!0})},p=(o,r,n,u)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of m(r))!V.call(o,s)&&s!==n&&i(o,s,{get:()=>r[s],enumerable:!(u=L(r,s))||u.enumerable});return o};var d=(o,r,n)=>(n=o!=null?a(f(o)):{},p(r||!o||!o.__esModule?i(n,"default",{value:o,enumerable:!0}):n,o)),B=o=>p(i({},"__esModule",{value:!0}),o);var M={};j(M,{IconScanVoice:()=>l,default:()=>I});module.exports=B(M);var e=d(require("react"));var k=d(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...n})=>k.default.createElement(C.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),l=o=>e.default.createElement(c,{...o},e.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"}),e.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"}),e.default.createElement(t.Path,{d:"M8.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.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"}),e.default.createElement(t.Path,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.5 11V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconScanVoice});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanVoice/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 IconScanVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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=\"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=\"M8.5 20.5H5.5C4.39543 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 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 <Path\n d=\"M7.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 11V13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 7.5V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanVoice;\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,EAAE,mDACF,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,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconScanVoice_exports","__export","IconScanVoice","IconScanVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanVoice","props","React","CentralIconBase","IconScanVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import i from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:n=24,...s})=>i.createElement(u,{...s,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 r}from"react-native-svg";var p=e=>o.createElement(t,{...e},o.createElement(r,{d:"M8.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M15.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M8.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M15.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M7.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M16.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M13.5 11V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(r,{d:"M10.5 7.5V16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),V=p;export{p as IconScanVoice,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanVoice/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 IconScanVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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=\"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=\"M8.5 20.5H5.5C4.39543 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 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 <Path\n d=\"M7.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5 11V13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 7.5V16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanVoice;\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,EAAE,mDACF,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,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanVoice","props","React","CentralIconBase","IconScanVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)i(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!x.call(r,s)&&s!==n&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var c=(r,o,n)=>(n=r!=null?a(f(r)):{},u(o||!r||!r.__esModule?i(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>u(i({},"__esModule",{value:!0}),r);var P={};B(P,{IconVoiceMemo:()=>l,default:()=>j});module.exports=I(P);var e=c(require("react"));var d=c(require("react")),k=require("react-native-svg"),C=({children:r,size:o=24,...n})=>d.default.createElement(k.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"),l=r=>e.default.createElement(C,{...r},e.default.createElement(t.Path,{d:"M7.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 7V17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"16.5",cy:"5",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"16.5",cy:"19",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),j=l;0&&(module.exports={IconVoiceMemo});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMemo/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 IconVoiceMemo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 3.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 7V17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"5\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"19\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMemo;\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,EAA6B,4BAEhBC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,IACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,OACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVoiceMemo_exports","__export","IconVoiceMemo","IconVoiceMemo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMemo","props","React","CentralIconBase","IconVoiceMemo_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:o=24,...i})=>p.createElement(u,{...i,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as s,Path as n}from"react-native-svg";var c=e=>r.createElement(t,{...e},r.createElement(n,{d:"M7.5 3.5V20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M3.5 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 9.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M16.5 7V17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{cx:"16.5",cy:"5",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(s,{cx:"16.5",cy:"19",r:"2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconVoiceMemo,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMemo/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 IconVoiceMemo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 3.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 7V17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 10.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"5\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"16.5\"\n cy=\"19\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMemo;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,IACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVoiceMemo","props","React","CentralIconBase","IconVoiceMemo_default"]}
|
package/README.md
CHANGED
|
@@ -1351,6 +1351,7 @@ Below is a complete list of available icons:
|
|
|
1351
1351
|
### Photography & Video
|
|
1352
1352
|
|
|
1353
1353
|
- Icon4k
|
|
1354
|
+
- IconAddImage
|
|
1354
1355
|
- IconAdjustPhoto
|
|
1355
1356
|
- IconAlt
|
|
1356
1357
|
- IconAspectRatio11
|
|
@@ -1707,6 +1708,7 @@ Below is a complete list of available icons:
|
|
|
1707
1708
|
- IconRewind15s
|
|
1708
1709
|
- IconRewind30s
|
|
1709
1710
|
- IconRewind5s
|
|
1711
|
+
- IconScanVoice
|
|
1710
1712
|
- IconShuffle
|
|
1711
1713
|
- IconSkip
|
|
1712
1714
|
- IconSoundFx
|
|
@@ -1717,6 +1719,7 @@ Below is a complete list of available icons:
|
|
|
1717
1719
|
- IconVoice3
|
|
1718
1720
|
- IconVoiceHigh
|
|
1719
1721
|
- IconVoiceLow
|
|
1722
|
+
- IconVoiceMemo
|
|
1720
1723
|
- IconVoiceMid
|
|
1721
1724
|
- IconVoiceMode
|
|
1722
1725
|
- IconVoiceRecord
|
package/filtered-icons.json
CHANGED
|
@@ -84,6 +84,20 @@
|
|
|
84
84
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
85
85
|
"componentName": "Icon4k"
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"category": "Photography & Video",
|
|
89
|
+
"svg": "<path d=\"M12.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5L18.5 3.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 11.5C15.6046 11.5 16.5 10.6046 16.5 9.5C16.5 8.39543 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 8.39543 12.5 9.5C12.5 10.6046 13.3954 11.5 14.5 11.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 16.5L6.58579 13.4142C7.36684 12.6332 8.63317 12.6332 9.41421 13.4142L12.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 18.5H21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 15.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
90
|
+
"iconName": "add-image, upload-image",
|
|
91
|
+
"variant": {
|
|
92
|
+
"join": "round",
|
|
93
|
+
"filled": "off",
|
|
94
|
+
"radius": "2",
|
|
95
|
+
"stroke": "1"
|
|
96
|
+
},
|
|
97
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
98
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
99
|
+
"componentName": "IconAddImage"
|
|
100
|
+
},
|
|
87
101
|
{
|
|
88
102
|
"category": "Edit",
|
|
89
103
|
"svg": "<path d=\"M13.4139 2.9144C12.6329 2.13335 11.3665 2.13335 10.5855 2.9144L2.91391 10.5859C2.13286 11.367 2.13286 12.6333 2.91391 13.4144L10.5855 21.086C11.3665 21.867 12.6329 21.867 13.4139 21.086L21.0855 13.4144C21.8665 12.6333 21.8665 11.367 21.0855 10.5859L13.4139 2.9144Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M12 9V15M9 12H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19782,6 +19796,20 @@
|
|
|
19782
19796
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19783
19797
|
"componentName": "IconScanTextSparkle"
|
|
19784
19798
|
},
|
|
19799
|
+
{
|
|
19800
|
+
"category": "Sound & Music",
|
|
19801
|
+
"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=\"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\"/><path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 11V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19802
|
+
"iconName": "scan-voice",
|
|
19803
|
+
"variant": {
|
|
19804
|
+
"join": "round",
|
|
19805
|
+
"filled": "off",
|
|
19806
|
+
"radius": "2",
|
|
19807
|
+
"stroke": "1"
|
|
19808
|
+
},
|
|
19809
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
19810
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
19811
|
+
"componentName": "IconScanVoice"
|
|
19812
|
+
},
|
|
19785
19813
|
{
|
|
19786
19814
|
"category": "Building",
|
|
19787
19815
|
"svg": "<path d=\"M21.5 19.5V10.5C21.5 9.39543 20.6046 8.5 19.5 8.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 19.5V6.5C17.5 5.39543 16.6046 4.5 15.5 4.5H8.5C7.39543 4.5 6.5 5.39543 6.5 6.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 8.5H4.5C3.39543 8.5 2.5 9.39543 2.5 10.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.5H1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 19.5V17.5C9.5 16.3954 10.3954 15.5 11.5 15.5H12.5C13.6046 15.5 14.5 16.3954 14.5 17.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24822,6 +24850,20 @@
|
|
|
24822
24850
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
24823
24851
|
"componentName": "IconVoiceLow"
|
|
24824
24852
|
},
|
|
24853
|
+
{
|
|
24854
|
+
"category": "Sound & Music",
|
|
24855
|
+
"svg": "<path d=\"M7.5 3.5V20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 7V17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.5\" cy=\"5\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.5\" cy=\"19\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24856
|
+
"iconName": "voice-memo, voice-control",
|
|
24857
|
+
"variant": {
|
|
24858
|
+
"join": "round",
|
|
24859
|
+
"filled": "off",
|
|
24860
|
+
"radius": "2",
|
|
24861
|
+
"stroke": "1"
|
|
24862
|
+
},
|
|
24863
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
24864
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
24865
|
+
"componentName": "IconVoiceMemo"
|
|
24866
|
+
},
|
|
24825
24867
|
{
|
|
24826
24868
|
"category": "Sound & Music",
|
|
24827
24869
|
"svg": "<path d=\"M7.5 5.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M3.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12 9.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M16.5 7.5V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M20.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export type CentralIconName =
|
|
|
5
5
|
| "Icon3dPackage"
|
|
6
6
|
| "Icon3dSphere"
|
|
7
7
|
| "Icon4k"
|
|
8
|
+
| "IconAddImage"
|
|
8
9
|
| "IconAddKeyframe"
|
|
9
10
|
| "IconAddToBasket"
|
|
10
11
|
| "IconAddToBasket2"
|
|
@@ -1412,6 +1413,7 @@ export type CentralIconName =
|
|
|
1412
1413
|
| "IconSatellite2"
|
|
1413
1414
|
| "IconScanCode"
|
|
1414
1415
|
| "IconScanTextSparkle"
|
|
1416
|
+
| "IconScanVoice"
|
|
1415
1417
|
| "IconSchool"
|
|
1416
1418
|
| "IconScissors1"
|
|
1417
1419
|
| "IconScissors2"
|
|
@@ -1772,6 +1774,7 @@ export type CentralIconName =
|
|
|
1772
1774
|
| "IconVoiceCircle"
|
|
1773
1775
|
| "IconVoiceHigh"
|
|
1774
1776
|
| "IconVoiceLow"
|
|
1777
|
+
| "IconVoiceMemo"
|
|
1775
1778
|
| "IconVoiceMid"
|
|
1776
1779
|
| "IconVoiceMode"
|
|
1777
1780
|
| "IconVoiceRecord"
|
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.152",
|
|
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": 1838,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -1268,9 +1268,10 @@
|
|
|
1268
1268
|
]
|
|
1269
1269
|
},
|
|
1270
1270
|
"Photography & Video": {
|
|
1271
|
-
"count":
|
|
1271
|
+
"count": 84,
|
|
1272
1272
|
"icons": [
|
|
1273
1273
|
"Icon4k",
|
|
1274
|
+
"IconAddImage",
|
|
1274
1275
|
"IconAdjustPhoto",
|
|
1275
1276
|
"IconAlt",
|
|
1276
1277
|
"IconAspectRatio11",
|
|
@@ -1599,7 +1600,7 @@
|
|
|
1599
1600
|
]
|
|
1600
1601
|
},
|
|
1601
1602
|
"Sound & Music": {
|
|
1602
|
-
"count":
|
|
1603
|
+
"count": 56,
|
|
1603
1604
|
"icons": [
|
|
1604
1605
|
"IconAirpodLeft",
|
|
1605
1606
|
"IconAirpodRight",
|
|
@@ -1635,6 +1636,7 @@
|
|
|
1635
1636
|
"IconRewind15s",
|
|
1636
1637
|
"IconRewind30s",
|
|
1637
1638
|
"IconRewind5s",
|
|
1639
|
+
"IconScanVoice",
|
|
1638
1640
|
"IconShuffle",
|
|
1639
1641
|
"IconSkip",
|
|
1640
1642
|
"IconSoundFx",
|
|
@@ -1645,6 +1647,7 @@
|
|
|
1645
1647
|
"IconVoice3",
|
|
1646
1648
|
"IconVoiceHigh",
|
|
1647
1649
|
"IconVoiceLow",
|
|
1650
|
+
"IconVoiceMemo",
|
|
1648
1651
|
"IconVoiceMid",
|
|
1649
1652
|
"IconVoiceMode",
|
|
1650
1653
|
"IconVoiceRecord",
|
|
@@ -2043,6 +2046,7 @@
|
|
|
2043
2046
|
"Icon3dPackage": "3d-package, box",
|
|
2044
2047
|
"Icon3dSphere": "3d-sphere",
|
|
2045
2048
|
"Icon4k": "4k",
|
|
2049
|
+
"IconAddImage": "add-image, upload-image",
|
|
2046
2050
|
"IconAddKeyframe": "add-keyframe, rhombus",
|
|
2047
2051
|
"IconAddToBasket": "add-to-basket",
|
|
2048
2052
|
"IconAddToBasket2": "add-to-basket-2",
|
|
@@ -3450,6 +3454,7 @@
|
|
|
3450
3454
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3451
3455
|
"IconScanCode": "scan-code, barcode",
|
|
3452
3456
|
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3457
|
+
"IconScanVoice": "scan-voice",
|
|
3453
3458
|
"IconSchool": "school, building",
|
|
3454
3459
|
"IconScissors1": "scissors-1, cut",
|
|
3455
3460
|
"IconScissors2": "scissors-2, cut",
|
|
@@ -3810,6 +3815,7 @@
|
|
|
3810
3815
|
"IconVoiceCircle": "voice-circle, waves",
|
|
3811
3816
|
"IconVoiceHigh": "voice-high, wave",
|
|
3812
3817
|
"IconVoiceLow": "voice-low, wave",
|
|
3818
|
+
"IconVoiceMemo": "voice-memo, voice-control",
|
|
3813
3819
|
"IconVoiceMid": "voice-mid, wave",
|
|
3814
3820
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3815
3821
|
"IconVoiceRecord": "voice-record",
|
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { Icon3dBoxTop, default as Icon3dBoxTopDefault } from "./Icon3dBoxTop";
|
|
|
4
4
|
export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
|
|
5
5
|
export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
|
|
6
6
|
export { Icon4k, default as Icon4kDefault } from "./Icon4k";
|
|
7
|
+
export { IconAddImage, default as IconAddImageDefault } from "./IconAddImage";
|
|
7
8
|
export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKeyframe";
|
|
8
9
|
export { IconAddToBasket, default as IconAddToBasketDefault, } from "./IconAddToBasket";
|
|
9
10
|
export { IconAddToBasket2, default as IconAddToBasket2Default, } from "./IconAddToBasket2";
|
|
@@ -1411,6 +1412,7 @@ export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatelli
|
|
|
1411
1412
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1412
1413
|
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
|
|
1413
1414
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1415
|
+
export { IconScanVoice, default as IconScanVoiceDefault, } from "./IconScanVoice";
|
|
1414
1416
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1415
1417
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
1416
1418
|
export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";
|
|
@@ -1771,6 +1773,7 @@ export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconV
|
|
|
1771
1773
|
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1772
1774
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1773
1775
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1776
|
+
export { IconVoiceMemo, default as IconVoiceMemoDefault, } from "./IconVoiceMemo";
|
|
1774
1777
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
1775
1778
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1776
1779
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|