@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.247 → 1.1.249

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIcon: FC<CentralIconBaseProps>;
4
+ export default IconIcon;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var n in r)s(o,n,{get:r[n],enumerable:!0})},i=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==n&&s(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var u=(o,r,n)=>(n=o!=null?m(I(o)):{},i(r||!o||!o.__esModule?s(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>i(s({},"__esModule",{value:!0}),o);var g={};L(g,{IconIcon:()=>l,default:()=>P});module.exports=x(g);var e=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...n})=>a.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 p=require("react-native-svg"),l=o=>e.default.createElement(d,{...o},e.default.createElement(p.Path,{d:"M19.5 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V8.5C21.5 7.39543 20.6046 6.5 19.5 6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M7.5 6.5V4.5C7.5 3.39543 8.39543 2.5 9.5 2.5H14.5C15.6046 2.5 16.5 3.39543 16.5 4.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M9.5 13.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M12 11V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconIcon});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIcon/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 IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V8.5C21.5 7.39543 20.6046 6.5 19.5 6.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5V4.5C7.5 3.39543 8.39543 2.5 9.5 2.5H14.5C15.6046 2.5 16.5 3.39543 16.5 4.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 13.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11V16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,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,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconIcon_exports","__export","IconIcon","IconIcon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M19.5 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V8.5C21.5 7.39543 20.6046 6.5 19.5 6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M7.5 6.5V4.5C7.5 3.39543 8.39543 2.5 9.5 2.5H14.5C15.6046 2.5 16.5 3.39543 16.5 4.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 13.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 11V16",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconIcon,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIcon/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 IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V8.5C21.5 7.39543 20.6046 6.5 19.5 6.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5V4.5C7.5 3.39543 8.39543 2.5 9.5 2.5H14.5C15.6046 2.5 16.5 3.39543 16.5 4.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 13.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11V16\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\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,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,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,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconKeyhole2: FC<CentralIconBaseProps>;
4
+ export default IconKeyhole2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var s=(o,r,e)=>(e=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var v={};g(v,{IconKeyhole2:()=>i,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{d:"M5.5 9C5.5 11.591 7.01596 13.8279 9.2093 14.8721L7.65811 19.5257C7.33435 20.497 8.0573 21.5 9.08114 21.5H14.9189C15.9427 21.5 16.6657 20.497 16.3419 19.5257L14.7907 14.8721C16.984 13.8279 18.5 11.591 18.5 9C18.5 5.41015 15.5899 2.5 12 2.5C8.41015 2.5 5.5 5.41015 5.5 9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h=i;0&&(module.exports={IconKeyhole2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconKeyhole2/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 IconKeyhole2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 9C5.5 11.591 7.01596 13.8279 9.2093 14.8721L7.65811 19.5257C7.33435 20.497 8.0573 21.5 9.08114 21.5H14.9189C15.9427 21.5 16.6657 20.497 16.3419 19.5257L14.7907 14.8721C16.984 13.8279 18.5 11.591 18.5 9C18.5 5.41015 15.5899 2.5 12 2.5C8.41015 2.5 5.5 5.41015 5.5 9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKeyhole2;\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,gRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconKeyhole2_exports","__export","IconKeyhole2","IconKeyhole2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconKeyhole2","props","React","CentralIconBase","IconKeyhole2_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var s=r=>t.createElement(e,{...r},t.createElement(a,{d:"M5.5 9C5.5 11.591 7.01596 13.8279 9.2093 14.8721L7.65811 19.5257C7.33435 20.497 8.0573 21.5 9.08114 21.5H14.9189C15.9427 21.5 16.6657 20.497 16.3419 19.5257L14.7907 14.8721C16.984 13.8279 18.5 11.591 18.5 9C18.5 5.41015 15.5899 2.5 12 2.5C8.41015 2.5 5.5 5.41015 5.5 9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconKeyhole2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconKeyhole2/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 IconKeyhole2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 9C5.5 11.591 7.01596 13.8279 9.2093 14.8721L7.65811 19.5257C7.33435 20.497 8.0573 21.5 9.08114 21.5H14.9189C15.9427 21.5 16.6657 20.497 16.3419 19.5257L14.7907 14.8721C16.984 13.8279 18.5 11.591 18.5 9C18.5 5.41015 15.5899 2.5 12 2.5C8.41015 2.5 5.5 5.41015 5.5 9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKeyhole2;\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,gRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconKeyhole2","props","React","CentralIconBase","IconKeyhole2_default"]}
package/README.md CHANGED
@@ -1065,6 +1065,7 @@ Below is a complete list of available icons:
1065
1065
 
1066
1066
  ### Health & Medical
1067
1067
 
1068
+ - IconIcon
1068
1069
  - IconInjection
1069
1070
  - IconMask1
1070
1071
  - IconMedicalCross
@@ -1562,6 +1563,7 @@ Below is a complete list of available icons:
1562
1563
  - IconKey2
1563
1564
  - IconKey3
1564
1565
  - IconKeyhole
1566
+ - IconKeyhole2
1565
1567
  - IconLaw
1566
1568
  - IconLock
1567
1569
  - IconLock2
@@ -14210,6 +14210,20 @@
14210
14210
  "packageName": "round-outlined-radius-2-stroke-1",
14211
14211
  "componentName": "IconIceHockey"
14212
14212
  },
14213
+ {
14214
+ "category": "Health & Medical",
14215
+ "svg": "<path d=\"M19.5 6.5H4.5C3.39543 6.5 2.5 7.39543 2.5 8.5V18.5C2.5 19.6046 3.39543 20.5 4.5 20.5H19.5C20.6046 20.5 21.5 19.6046 21.5 18.5V8.5C21.5 7.39543 20.6046 6.5 19.5 6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 6.5V4.5C7.5 3.39543 8.39543 2.5 9.5 2.5H14.5C15.6046 2.5 16.5 3.39543 16.5 4.5V6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 13.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11V16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
14216
+ "iconName": "icon",
14217
+ "variant": {
14218
+ "join": "round",
14219
+ "filled": "off",
14220
+ "radius": "2",
14221
+ "stroke": "1"
14222
+ },
14223
+ "createdAt": "2026-05-26T15:02:39.249787+00:00",
14224
+ "packageName": "round-outlined-radius-2-stroke-1",
14225
+ "componentName": "IconIcon"
14226
+ },
14213
14227
  {
14214
14228
  "category": "Social Media & Brands",
14215
14229
  "svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
@@ -14924,6 +14938,20 @@
14924
14938
  "packageName": "round-outlined-radius-2-stroke-1",
14925
14939
  "componentName": "IconKeyhole"
14926
14940
  },
14941
+ {
14942
+ "category": "Security",
14943
+ "svg": "<path d=\"M5.5 9C5.5 11.591 7.01596 13.8279 9.2093 14.8721L7.65811 19.5257C7.33435 20.497 8.0573 21.5 9.08114 21.5H14.9189C15.9427 21.5 16.6657 20.497 16.3419 19.5257L14.7907 14.8721C16.984 13.8279 18.5 11.591 18.5 9C18.5 5.41015 15.5899 2.5 12 2.5C8.41015 2.5 5.5 5.41015 5.5 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
14944
+ "iconName": "keyhole-2, lock, unlock",
14945
+ "variant": {
14946
+ "join": "round",
14947
+ "filled": "off",
14948
+ "radius": "2",
14949
+ "stroke": "1"
14950
+ },
14951
+ "createdAt": "2026-05-27T14:02:16.995102+00:00",
14952
+ "packageName": "round-outlined-radius-2-stroke-1",
14953
+ "componentName": "IconKeyhole2"
14954
+ },
14927
14955
  {
14928
14956
  "category": "Sports",
14929
14957
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.93573 10.0643C8.79784 10.0225 8.65154 10 8.5 10C7.67157 10 7 10.6716 7 11.5C7 11.6515 7.02247 11.7978 7.06427 11.9357C6.44835 11.7491 6 11.1769 6 10.5C6 9.67157 6.67157 9 7.5 9C8.17688 9 8.74905 9.44835 8.93573 10.0643Z\" fill=\"currentColor\"/><path d=\"M11.9357 7.06427C11.7978 7.02247 11.6515 7 11.5 7C10.6716 7 10 7.67157 10 8.5C10 8.65154 10.0225 8.79784 10.0643 8.93573C9.44835 8.74905 9 8.17688 9 7.5C9 6.67157 9.67157 6 10.5 6C11.1769 6 11.7491 6.44835 11.9357 7.06427Z\" fill=\"currentColor\"/><path d=\"M9.93573 13.0643C9.79784 13.0225 9.65154 13 9.5 13C8.67157 13 8 13.6716 8 14.5C8 14.6515 8.02247 14.7978 8.06427 14.9357C7.44835 14.7491 7 14.1769 7 13.5C7 12.6716 7.67157 12 8.5 12C9.17688 12 9.74905 12.4483 9.93573 13.0643Z\" fill=\"currentColor\"/><path d=\"M12.9357 10.0643C12.7978 10.0225 12.6515 10 12.5 10C11.6716 10 11 10.6716 11 11.5C11 11.6515 11.0225 11.7978 11.0643 11.9357C10.4483 11.7491 10 11.1769 10 10.5C10 9.67157 10.6716 9 11.5 9C12.1769 9 12.7491 9.44835 12.9357 10.0643Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1014,6 +1014,7 @@ export type CentralIconName =
1014
1014
  | "IconHumanMashine"
1015
1015
  | "IconIcebowl"
1016
1016
  | "IconIceHockey"
1017
+ | "IconIcon"
1017
1018
  | "IconIconists"
1018
1019
  | "IconIllustration"
1019
1020
  | "IconImac"
@@ -1065,6 +1066,7 @@ export type CentralIconName =
1065
1066
  | "IconKeyboardUp"
1066
1067
  | "IconKeyframe"
1067
1068
  | "IconKeyhole"
1069
+ | "IconKeyhole2"
1068
1070
  | "IconKickball"
1069
1071
  | "IconLab"
1070
1072
  | "IconLadybug"
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.247",
3
+ "version": "1.1.249",
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": 2015,
14
+ "totalIcons": 2017,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -970,8 +970,9 @@
970
970
  ]
971
971
  },
972
972
  "Health & Medical": {
973
- "count": 9,
973
+ "count": 10,
974
974
  "icons": [
975
+ "IconIcon",
975
976
  "IconInjection",
976
977
  "IconMask1",
977
978
  "IconMedicalCross",
@@ -1471,7 +1472,7 @@
1471
1472
  ]
1472
1473
  },
1473
1474
  "Security": {
1474
- "count": 36,
1475
+ "count": 37,
1475
1476
  "icons": [
1476
1477
  "IconAnonymous",
1477
1478
  "IconAsterisk",
@@ -1485,6 +1486,7 @@
1485
1486
  "IconKey2",
1486
1487
  "IconKey3",
1487
1488
  "IconKeyhole",
1489
+ "IconKeyhole2",
1488
1490
  "IconLaw",
1489
1491
  "IconLock",
1490
1492
  "IconLock2",
@@ -3236,6 +3238,7 @@
3236
3238
  "IconHumanMashine": "human-mashine, high-five, ai, hands",
3237
3239
  "IconIcebowl": "icebowl, cooling, vibe",
3238
3240
  "IconIceHockey": "ice-hockey",
3241
+ "IconIcon": "icon",
3239
3242
  "IconIconists": "iconists",
3240
3243
  "IconIllustration": "illustration, painting, art",
3241
3244
  "IconImac": "imac, computer",
@@ -3287,6 +3290,7 @@
3287
3290
  "IconKeyboardUp": "keyboard-up",
3288
3291
  "IconKeyframe": "keyframe, rhombus",
3289
3292
  "IconKeyhole": "keyhole",
3293
+ "IconKeyhole2": "keyhole-2, lock, unlock",
3290
3294
  "IconKickball": "kickball",
3291
3295
  "IconLab": "lab",
3292
3296
  "IconLadybug": "ladybug, issue",
package/index.d.ts CHANGED
@@ -1013,6 +1013,7 @@ export { IconHourglass2, default as IconHourglass2Default, } from "./IconHourgla
1013
1013
  export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHumanMashine";
1014
1014
  export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
1015
1015
  export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
1016
+ export { IconIcon, default as IconIconDefault } from "./IconIcon";
1016
1017
  export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
1017
1018
  export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
1018
1019
  export { IconImac, default as IconImacDefault } from "./IconImac";
@@ -1064,6 +1065,7 @@ export { IconKeyboardDown, default as IconKeyboardDownDefault, } from "./IconKey
1064
1065
  export { IconKeyboardUp, default as IconKeyboardUpDefault, } from "./IconKeyboardUp";
1065
1066
  export { IconKeyframe, default as IconKeyframeDefault } from "./IconKeyframe";
1066
1067
  export { IconKeyhole, default as IconKeyholeDefault } from "./IconKeyhole";
1068
+ export { IconKeyhole2, default as IconKeyhole2Default } from "./IconKeyhole2";
1067
1069
  export { IconKickball, default as IconKickballDefault } from "./IconKickball";
1068
1070
  export { IconLab, default as IconLabDefault } from "./IconLab";
1069
1071
  export { IconLadybug, default as IconLadybugDefault } from "./IconLadybug";