@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.183 → 1.1.185
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/IconConductor/index.d.ts +4 -0
- package/IconConductor/index.js +2 -0
- package/IconConductor/index.js.map +1 -0
- package/IconConductor/index.mjs +2 -0
- package/IconConductor/index.mjs.map +1 -0
- package/IconLens/index.d.ts +4 -0
- package/IconLens/index.js +2 -0
- package/IconLens/index.js.map +1 -0
- package/IconLens/index.mjs +2 -0
- package/IconLens/index.mjs.map +1 -0
- package/IconVoiceShare/index.d.ts +4 -0
- package/IconVoiceShare/index.js +2 -0
- package/IconVoiceShare/index.js.map +1 -0
- package/IconVoiceShare/index.mjs +2 -0
- package/IconVoiceShare/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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconConductor:()=>u,default:()=>v});module.exports=d(h);var e=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>e.default.createElement(f,{...r},e.default.createElement(p.Path,{d:"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17.375 15.1801C17.1382 15.3697 17.0002 15.6569 17 15.9603V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.9603C6.99979 15.6569 6.86184 15.3697 6.625 15.1801L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z",fill:"currentColor"})),v=u;0&&(module.exports={IconConductor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConductor/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 IconConductor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17.375 15.1801C17.1382 15.3697 17.0002 15.6569 17 15.9603V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.9603C6.99979 15.6569 6.86184 15.3697 6.625 15.1801L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConductor;\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,osBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconConductor_exports","__export","IconConductor","IconConductor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConductor","props","React","CentralIconBase","IconConductor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(n,{d:"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17.375 15.1801C17.1382 15.3697 17.0002 15.6569 17 15.9603V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.9603C6.99979 15.6569 6.86184 15.3697 6.625 15.1801L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z",fill:"currentColor"}),C.createElement(n,{d:"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z",fill:"currentColor"})),P=a;export{a as IconConductor,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConductor/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 IconConductor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17.375 15.1801C17.1382 15.3697 17.0002 15.6569 17 15.9603V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.9603C6.99979 15.6569 6.86184 15.3697 6.625 15.1801L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConductor;\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,osBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConductor","props","React","CentralIconBase","IconConductor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(p=a(o,e))||p.enumerable});return r};var i=(r,o,n)=>(n=r!=null?c(B(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),M=r=>f(C({},"__esModule",{value:!0}),r);var Z={};x(Z,{IconLens:()=>L,default:()=>P});module.exports=M(Z);var l=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...n})=>m.default.createElement(s.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=>l.default.createElement(u,{...r},l.default.createElement(t.Path,{d:"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 2 12 2Z",fill:"currentColor"})),P=L;0&&(module.exports={IconLens});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLens_exports","__export","IconLens","IconLens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLens","props","React","CentralIconBase","IconLens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:l,size:n=24,...e})=>C.createElement(p,{...e,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(t,{...l},r.createElement(o,{d:"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z",fill:"currentColor"}),r.createElement(o,{d:"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z",fill:"currentColor"}),r.createElement(o,{d:"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z",fill:"currentColor"}),r.createElement(o,{d:"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z",fill:"currentColor"}),r.createElement(o,{d:"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z",fill:"currentColor"}),r.createElement(o,{d:"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 2 12 2Z",fill:"currentColor"})),I=f;export{f as IconLens,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLens/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 IconLens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLens;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLens","props","React","CentralIconBase","IconLens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=V(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var h={};x(h,{IconVoiceShare:()=>c,default:()=>g});module.exports=P(h);var n=m(require("react"));var a=m(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>a.default.createElement(i.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(e.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M20 12C20.5523 12 21 12.4477 21 13V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V15.3428C18.3966 15.9025 17.9885 16.4294 17.7041 16.96C17.2549 17.7981 17.0652 18.7407 17.0205 20.0342C17.0015 20.5859 16.5389 21.0176 15.9873 20.999C15.4355 20.98 15.0036 20.5176 15.0225 19.9658C15.0726 18.5151 15.2907 17.23 15.9414 16.0156C16.3253 15.2993 16.8423 14.6411 17.5117 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H20Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M16 5C16.5523 5 17 5.44772 17 6V9C17 9.55228 16.5523 10 16 10C15.4477 10 15 9.55228 15 9V6C15 5.44772 15.4477 5 16 5Z",fill:"currentColor"})),g=c;0&&(module.exports={IconVoiceShare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceShare/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 IconVoiceShare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 12C20.5523 12 21 12.4477 21 13V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V15.3428C18.3966 15.9025 17.9885 16.4294 17.7041 16.96C17.2549 17.7981 17.0652 18.7407 17.0205 20.0342C17.0015 20.5859 16.5389 21.0176 15.9873 20.999C15.4355 20.98 15.0036 20.5176 15.0225 19.9658C15.0726 18.5151 15.2907 17.23 15.9414 16.0156C16.3253 15.2993 16.8423 14.6411 17.5117 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 5C16.5523 5 17 5.44772 17 6V9C17 9.55228 16.5523 10 16 10C15.4477 10 15 9.55228 15 9V6C15 5.44772 15.4477 5 16 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceShare;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2bACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceShare_exports","__export","IconVoiceShare","IconVoiceShare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceShare","props","React","CentralIconBase","IconVoiceShare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:r=24,...t})=>l.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 C}from"react-native-svg";var f=n=>o.createElement(e,{...n},o.createElement(C,{d:"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z",fill:"currentColor"}),o.createElement(C,{d:"M20 12C20.5523 12 21 12.4477 21 13V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V15.3428C18.3966 15.9025 17.9885 16.4294 17.7041 16.96C17.2549 17.7981 17.0652 18.7407 17.0205 20.0342C17.0015 20.5859 16.5389 21.0176 15.9873 20.999C15.4355 20.98 15.0036 20.5176 15.0225 19.9658C15.0726 18.5151 15.2907 17.23 15.9414 16.0156C16.3253 15.2993 16.8423 14.6411 17.5117 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H20Z",fill:"currentColor"}),o.createElement(C,{d:"M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z",fill:"currentColor"}),o.createElement(C,{d:"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z",fill:"currentColor"}),o.createElement(C,{d:"M16 5C16.5523 5 17 5.44772 17 6V9C17 9.55228 16.5523 10 16 10C15.4477 10 15 9.55228 15 9V6C15 5.44772 15.4477 5 16 5Z",fill:"currentColor"})),d=f;export{f as IconVoiceShare,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceShare/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 IconVoiceShare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 12C20.5523 12 21 12.4477 21 13V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V15.3428C18.3966 15.9025 17.9885 16.4294 17.7041 16.96C17.2549 17.7981 17.0652 18.7407 17.0205 20.0342C17.0015 20.5859 16.5389 21.0176 15.9873 20.999C15.4355 20.98 15.0036 20.5176 15.0225 19.9658C15.0726 18.5151 15.2907 17.23 15.9414 16.0156C16.3253 15.2993 16.8423 14.6411 17.5117 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16 5C16.5523 5 17 5.44772 17 6V9C17 9.55228 16.5523 10 16 10C15.4477 10 15 9.55228 15 9V6C15 5.44772 15.4477 5 16 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceShare;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2bACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceShare","props","React","CentralIconBase","IconVoiceShare_default"]}
|
package/README.md
CHANGED
|
@@ -1456,6 +1456,7 @@ Below is a complete list of available icons:
|
|
|
1456
1456
|
- IconImages41
|
|
1457
1457
|
- IconImages5
|
|
1458
1458
|
- IconImagesCircle
|
|
1459
|
+
- IconLens
|
|
1459
1460
|
- IconMinimize
|
|
1460
1461
|
- IconMultiMedia
|
|
1461
1462
|
- IconNoFlash
|
|
@@ -1740,6 +1741,7 @@ Below is a complete list of available icons:
|
|
|
1740
1741
|
- IconBack
|
|
1741
1742
|
- IconBack10s
|
|
1742
1743
|
- IconCd
|
|
1744
|
+
- IconConductor
|
|
1743
1745
|
- IconFastForward
|
|
1744
1746
|
- IconFastForward10s
|
|
1745
1747
|
- IconFastForward15s
|
|
@@ -1783,6 +1785,7 @@ Below is a complete list of available icons:
|
|
|
1783
1785
|
- IconVoiceMode
|
|
1784
1786
|
- IconVoiceRecord
|
|
1785
1787
|
- IconVoiceSettings
|
|
1788
|
+
- IconVoiceShare
|
|
1786
1789
|
- IconVolumeDown
|
|
1787
1790
|
- IconVolumeFull
|
|
1788
1791
|
- IconVolumeHalf
|
package/filtered-icons.json
CHANGED
|
@@ -7910,6 +7910,20 @@
|
|
|
7910
7910
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
7911
7911
|
"componentName": "IconConcise"
|
|
7912
7912
|
},
|
|
7913
|
+
{
|
|
7914
|
+
"category": "Sound & Music",
|
|
7915
|
+
"svg": "<path d=\"M20.6104 2.0072C21.0198 2.06807 21.3026 2.45027 21.2422 2.85974L20.3701 8.73962C21.2388 8.86849 21.9998 9.57706 22 10.5931C22 11.1535 21.745 11.6834 21.3076 12.0336L17.375 15.1801C17.1382 15.3697 17.0002 15.6569 17 15.9603V19.9994C17 20.5517 16.5523 20.9994 16 20.9994H8C7.44772 20.9994 7 20.5517 7 19.9994V15.9603C6.99979 15.6569 6.86184 15.3697 6.625 15.1801L2.69238 12.0336C2.25497 11.6834 2 11.1535 2 10.5931C2.00032 9.10056 3.64139 8.26789 4.85547 8.96911C5.72631 9.47233 6.93716 10.113 8.23535 10.6254C9.54824 11.1435 10.875 11.4994 12 11.4994C13.125 11.4994 14.4518 11.1435 15.7646 10.6254C16.8955 10.179 17.9587 9.63274 18.79 9.16736L19.7578 2.63904C19.8189 2.22972 20.2009 1.94657 20.6104 2.0072Z\" fill=\"currentColor\"/><path d=\"M12 2.99939C13.9329 2.99939 15.4998 4.56656 15.5 6.49939C15.5 8.43238 13.933 9.99939 12 9.99939C10.067 9.99939 8.5 8.43238 8.5 6.49939C8.50021 4.56656 10.0671 2.99939 12 2.99939Z\" fill=\"currentColor\"/>",
|
|
7916
|
+
"iconName": "conductor, ochestra",
|
|
7917
|
+
"variant": {
|
|
7918
|
+
"join": "round",
|
|
7919
|
+
"filled": "on",
|
|
7920
|
+
"radius": "2",
|
|
7921
|
+
"stroke": "2"
|
|
7922
|
+
},
|
|
7923
|
+
"createdAt": "2026-04-13T09:02:06.841943+00:00",
|
|
7924
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
7925
|
+
"componentName": "IconConductor"
|
|
7926
|
+
},
|
|
7913
7927
|
{
|
|
7914
7928
|
"category": "Devices & Signals",
|
|
7915
7929
|
"svg": "<path d=\"M17 3C19.2091 3 21 4.79086 21 7C21 9.20914 19.2091 11 17 11C16.258 11 15.5634 10.7974 14.9678 10.4453L10.4453 14.9678C10.7974 15.5634 11 16.258 11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C7.74157 13 8.43587 13.202 9.03125 13.5537L13.5537 9.03125C13.202 8.43587 13 7.74157 13 7C13 4.79086 14.7909 3 17 3Z\" fill=\"currentColor\"/><path d=\"M17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13Z\" fill=\"currentColor\"/><path d=\"M7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7C3 4.79086 4.79086 3 7 3Z\" fill=\"currentColor\"/>",
|
|
@@ -14658,6 +14672,20 @@
|
|
|
14658
14672
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
14659
14673
|
"componentName": "IconLemonsqueezy"
|
|
14660
14674
|
},
|
|
14675
|
+
{
|
|
14676
|
+
"category": "Photography & Video",
|
|
14677
|
+
"svg": "<path d=\"M15.0996 21.5078C14.1235 21.8258 13.0822 22 12 22C10.1369 22 8.39376 21.4888 6.90039 20.6016L15.0996 15.8682V21.5078Z\" fill=\"currentColor\"/><path d=\"M21.7842 14.0693C21.1836 16.923 19.3664 19.3263 16.9004 20.7158V11.249L21.7842 14.0693Z\" fill=\"currentColor\"/><path d=\"M10.1992 16.6182L5.31641 19.4375C3.28069 17.6069 2 14.9532 2 12C2 11.9619 2.00153 11.9238 2.00195 11.8857L10.1992 16.6182Z\" fill=\"currentColor\"/><path d=\"M15.0996 10.209V13.79L12 15.5781L8.90039 13.7891V10.209L12 8.41992L15.0996 10.209Z\" fill=\"currentColor\"/><path d=\"M7.09961 12.749L2.21484 9.92969C2.81557 7.07622 4.63358 4.67253 7.09961 3.2832V12.749Z\" fill=\"currentColor\"/><path d=\"M18.6826 4.56152C20.7189 6.39212 22 9.04626 22 12C22 12.0375 21.9975 12.0749 21.9971 12.1123L13.7998 7.38086L18.6826 4.56152Z\" fill=\"currentColor\"/><path d=\"M12 2C13.8626 2 15.6055 2.5106 17.0986 3.39746L8.90039 8.13086V2.49121C9.8764 2.17327 10.9179 2 12 2Z\" fill=\"currentColor\"/>",
|
|
14678
|
+
"iconName": "lens, camera, focal-length , aperture, f-stop, iso, focus, depth",
|
|
14679
|
+
"variant": {
|
|
14680
|
+
"join": "round",
|
|
14681
|
+
"filled": "on",
|
|
14682
|
+
"radius": "2",
|
|
14683
|
+
"stroke": "2"
|
|
14684
|
+
},
|
|
14685
|
+
"createdAt": "2026-04-10T14:02:22.83501+00:00",
|
|
14686
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
14687
|
+
"componentName": "IconLens"
|
|
14688
|
+
},
|
|
14661
14689
|
{
|
|
14662
14690
|
"category": "Typography",
|
|
14663
14691
|
"svg": "<path d=\"M11.9766 9.33789L12.9668 12.5957H10.9688L11.9297 9.33789H11.9766Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11.9648 7.41602C11.127 7.41602 10.6055 7.80859 10.2949 8.66992L8.20898 14.4004C8.11523 14.6582 8.05664 14.9219 8.05664 15.1035C8.05664 15.7422 8.47266 16.1289 9.15234 16.1289C9.72656 16.1289 10.0488 15.8359 10.2539 15.1211L10.541 14.2188H13.4355L13.7227 15.1562C13.9102 15.8477 14.2324 16.1289 14.8535 16.1289C15.4805 16.1289 15.9316 15.7012 15.9316 15.0977C15.9316 14.875 15.8906 14.6758 15.791 14.4004L13.6875 8.66992C13.3652 7.79102 12.8496 7.41602 11.9648 7.41602Z\" fill=\"currentColor\"/>",
|
|
@@ -26138,6 +26166,20 @@
|
|
|
26138
26166
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
26139
26167
|
"componentName": "IconVoiceSettings"
|
|
26140
26168
|
},
|
|
26169
|
+
{
|
|
26170
|
+
"category": "Sound & Music",
|
|
26171
|
+
"svg": "<path d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z\" fill=\"currentColor\"/><path d=\"M20 12C20.5523 12 21 12.4477 21 13V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V15.3428C18.3966 15.9025 17.9885 16.4294 17.7041 16.96C17.2549 17.7981 17.0652 18.7407 17.0205 20.0342C17.0015 20.5859 16.5389 21.0176 15.9873 20.999C15.4355 20.98 15.0036 20.5176 15.0225 19.9658C15.0726 18.5151 15.2907 17.23 15.9414 16.0156C16.3253 15.2993 16.8423 14.6411 17.5117 14H16C15.4477 14 15 13.5523 15 13C15 12.4477 15.4477 12 16 12H20Z\" fill=\"currentColor\"/><path d=\"M12 7C12.5523 7 13 7.44772 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V8C11 7.44772 11.4477 7 12 7Z\" fill=\"currentColor\"/><path d=\"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z\" fill=\"currentColor\"/><path d=\"M16 5C16.5523 5 17 5.44772 17 6V9C17 9.55228 16.5523 10 16 10C15.4477 10 15 9.55228 15 9V6C15 5.44772 15.4477 5 16 5Z\" fill=\"currentColor\"/>",
|
|
26172
|
+
"iconName": "voice-share",
|
|
26173
|
+
"variant": {
|
|
26174
|
+
"join": "round",
|
|
26175
|
+
"filled": "on",
|
|
26176
|
+
"radius": "2",
|
|
26177
|
+
"stroke": "2"
|
|
26178
|
+
},
|
|
26179
|
+
"createdAt": "2026-04-13T09:02:06.841943+00:00",
|
|
26180
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
26181
|
+
"componentName": "IconVoiceShare"
|
|
26182
|
+
},
|
|
26141
26183
|
{
|
|
26142
26184
|
"category": "AI & Magic",
|
|
26143
26185
|
"svg": "<path d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z\" fill=\"currentColor\"/><path d=\"M16 13C16.2409 13 16.4574 13.1482 16.5439 13.373L17.2402 15.1855C17.3418 15.4494 17.5506 15.6582 17.8145 15.7598L19.627 16.4561C19.8518 16.5426 20 16.7591 20 17C20 17.2409 19.8518 17.4574 19.627 17.5439L17.8145 18.2402C17.5506 18.3418 17.3418 18.5506 17.2402 18.8145L16.5439 20.627C16.4574 20.8518 16.2409 21 16 21C15.7591 21 15.5426 20.8518 15.4561 20.627L14.7598 18.8145C14.6582 18.5506 14.4494 18.3418 14.1855 18.2402L12.373 17.5439C12.1482 17.4574 12 17.2409 12 17C12 16.7591 12.1482 16.5426 12.373 16.4561L14.1855 15.7598C14.4494 15.6582 14.6582 15.4494 14.7598 15.1855L15.4561 13.373C15.5426 13.1482 15.7591 13 16 13Z\" fill=\"currentColor\"/><path d=\"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z\" fill=\"currentColor\"/><path d=\"M12 7C12.5523 7 13 7.44772 13 8V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V8C11 7.44772 11.4477 7 12 7Z\" fill=\"currentColor\"/><path d=\"M20 9C20.5523 9 21 9.44772 21 10V13C21 13.5523 20.5523 14 20 14C19.4477 14 19 13.5523 19 13V10C19 9.44772 19.4477 9 20 9Z\" fill=\"currentColor\"/><path d=\"M16 5C16.5523 5 17 5.44772 17 6V10C17 10.5523 16.5523 11 16 11C15.4477 11 15 10.5523 15 10V6C15 5.44772 15.4477 5 16 5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -564,6 +564,7 @@ export type CentralIconName =
|
|
|
564
564
|
| "IconCompassSquare"
|
|
565
565
|
| "IconComponents"
|
|
566
566
|
| "IconConcise"
|
|
567
|
+
| "IconConductor"
|
|
567
568
|
| "IconConnectors1"
|
|
568
569
|
| "IconConnectors2"
|
|
569
570
|
| "IconConsole"
|
|
@@ -1046,6 +1047,7 @@ export type CentralIconName =
|
|
|
1046
1047
|
| "IconLayoutWindow"
|
|
1047
1048
|
| "IconLeaderboard"
|
|
1048
1049
|
| "IconLemonsqueezy"
|
|
1050
|
+
| "IconLens"
|
|
1049
1051
|
| "IconLetterACircle"
|
|
1050
1052
|
| "IconLetterASquare"
|
|
1051
1053
|
| "IconLetterZCircle"
|
|
@@ -1866,6 +1868,7 @@ export type CentralIconName =
|
|
|
1866
1868
|
| "IconVoiceMode"
|
|
1867
1869
|
| "IconVoiceRecord"
|
|
1868
1870
|
| "IconVoiceSettings"
|
|
1871
|
+
| "IconVoiceShare"
|
|
1869
1872
|
| "IconVoiceSparkle"
|
|
1870
1873
|
| "IconVolleyball"
|
|
1871
1874
|
| "IconVolumeDown"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.185",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1930,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
]
|
|
1316
1316
|
},
|
|
1317
1317
|
"Photography & Video": {
|
|
1318
|
-
"count":
|
|
1318
|
+
"count": 85,
|
|
1319
1319
|
"icons": [
|
|
1320
1320
|
"Icon4k",
|
|
1321
1321
|
"IconAddImage",
|
|
@@ -1376,6 +1376,7 @@
|
|
|
1376
1376
|
"IconImages41",
|
|
1377
1377
|
"IconImages5",
|
|
1378
1378
|
"IconImagesCircle",
|
|
1379
|
+
"IconLens",
|
|
1379
1380
|
"IconMinimize",
|
|
1380
1381
|
"IconMultiMedia",
|
|
1381
1382
|
"IconNoFlash",
|
|
@@ -1658,7 +1659,7 @@
|
|
|
1658
1659
|
]
|
|
1659
1660
|
},
|
|
1660
1661
|
"Sound & Music": {
|
|
1661
|
-
"count":
|
|
1662
|
+
"count": 59,
|
|
1662
1663
|
"icons": [
|
|
1663
1664
|
"IconAirpodLeft",
|
|
1664
1665
|
"IconAirpodRight",
|
|
@@ -1668,6 +1669,7 @@
|
|
|
1668
1669
|
"IconBack",
|
|
1669
1670
|
"IconBack10s",
|
|
1670
1671
|
"IconCd",
|
|
1672
|
+
"IconConductor",
|
|
1671
1673
|
"IconFastForward",
|
|
1672
1674
|
"IconFastForward10s",
|
|
1673
1675
|
"IconFastForward15s",
|
|
@@ -1711,6 +1713,7 @@
|
|
|
1711
1713
|
"IconVoiceMode",
|
|
1712
1714
|
"IconVoiceRecord",
|
|
1713
1715
|
"IconVoiceSettings",
|
|
1716
|
+
"IconVoiceShare",
|
|
1714
1717
|
"IconVolumeDown",
|
|
1715
1718
|
"IconVolumeFull",
|
|
1716
1719
|
"IconVolumeHalf",
|
|
@@ -2694,6 +2697,7 @@
|
|
|
2694
2697
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2695
2698
|
"IconComponents": "components, figma",
|
|
2696
2699
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2700
|
+
"IconConductor": "conductor, ochestra",
|
|
2697
2701
|
"IconConnectors1": "connectors-1, connection, apps",
|
|
2698
2702
|
"IconConnectors2": "connectors-2, connection, apps",
|
|
2699
2703
|
"IconConsole": "console, terminal",
|
|
@@ -3176,6 +3180,7 @@
|
|
|
3176
3180
|
"IconLayoutWindow": "layout-window, grid, window",
|
|
3177
3181
|
"IconLeaderboard": "leaderboard, winner, stats, graph",
|
|
3178
3182
|
"IconLemonsqueezy": "lemonsqueezy",
|
|
3183
|
+
"IconLens": "lens, camera, focal-length, aperture, f-stop, iso, focus, depth",
|
|
3179
3184
|
"IconLetterACircle": "letter-a-circle",
|
|
3180
3185
|
"IconLetterASquare": "letter-a-square, key",
|
|
3181
3186
|
"IconLetterZCircle": "letter-z-circle",
|
|
@@ -3996,6 +4001,7 @@
|
|
|
3996
4001
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3997
4002
|
"IconVoiceRecord": "voice-record",
|
|
3998
4003
|
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
4004
|
+
"IconVoiceShare": "voice-share",
|
|
3999
4005
|
"IconVoiceSparkle": "voice-sparkle, ai, sound",
|
|
4000
4006
|
"IconVolleyball": "volleyball",
|
|
4001
4007
|
"IconVolumeDown": "volume-down",
|
package/index.d.ts
CHANGED
|
@@ -563,6 +563,7 @@ export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCom
|
|
|
563
563
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
564
564
|
export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
|
|
565
565
|
export { IconConcise, default as IconConciseDefault } from "./IconConcise";
|
|
566
|
+
export { IconConductor, default as IconConductorDefault, } from "./IconConductor";
|
|
566
567
|
export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";
|
|
567
568
|
export { IconConnectors2, default as IconConnectors2Default, } from "./IconConnectors2";
|
|
568
569
|
export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
|
|
@@ -1045,6 +1046,7 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
|
|
|
1045
1046
|
export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
|
|
1046
1047
|
export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
|
|
1047
1048
|
export { IconLemonsqueezy, default as IconLemonsqueezyDefault, } from "./IconLemonsqueezy";
|
|
1049
|
+
export { IconLens, default as IconLensDefault } from "./IconLens";
|
|
1048
1050
|
export { IconLetterACircle, default as IconLetterACircleDefault, } from "./IconLetterACircle";
|
|
1049
1051
|
export { IconLetterASquare, default as IconLetterASquareDefault, } from "./IconLetterASquare";
|
|
1050
1052
|
export { IconLetterZCircle, default as IconLetterZCircleDefault, } from "./IconLetterZCircle";
|
|
@@ -1865,6 +1867,7 @@ export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
|
1865
1867
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1866
1868
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|
|
1867
1869
|
export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
|
|
1870
|
+
export { IconVoiceShare, default as IconVoiceShareDefault, } from "./IconVoiceShare";
|
|
1868
1871
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1869
1872
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1870
1873
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|