@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.235 → 1.1.236
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/IconKey3/index.d.ts +4 -0
- package/IconKey3/index.js +2 -0
- package/IconKey3/index.js.map +1 -0
- package/IconKey3/index.mjs +2 -0
- package/IconKey3/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(x(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>C(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconKey3:()=>m,default:()=>h});module.exports=L(P);var n=a(require("react"));var c=a(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>n.default.createElement(u,{...r},n.default.createElement(p.Circle,{cx:"16.5",cy:"7.5",r:"4.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M13.25 10.75L3.5 20.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=m;0&&(module.exports={IconKey3});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconKey3/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 IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"16.5\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 10.75L3.5 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKey3;\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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconKey3_exports","__export","IconKey3","IconKey3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconKey3","props","React","CentralIconBase","IconKey3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(C,{cx:"16.5",cy:"7.5",r:"4.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.25 10.75L3.5 20.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(n,{d:"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconKey3,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconKey3/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 IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"16.5\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.25 10.75L3.5 20.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKey3;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,OACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconKey3","props","React","CentralIconBase","IconKey3_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -14756,6 +14756,20 @@
|
|
|
14756
14756
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14757
14757
|
"componentName": "IconKey2"
|
|
14758
14758
|
},
|
|
14759
|
+
{
|
|
14760
|
+
"category": "Security",
|
|
14761
|
+
"svg": "<circle cx=\"16.5\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.25 10.75L3.5 20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14762
|
+
"iconName": "key-3, password",
|
|
14763
|
+
"variant": {
|
|
14764
|
+
"join": "round",
|
|
14765
|
+
"filled": "off",
|
|
14766
|
+
"radius": "2",
|
|
14767
|
+
"stroke": "2"
|
|
14768
|
+
},
|
|
14769
|
+
"createdAt": "2026-05-15T16:01:55.845176+00:00",
|
|
14770
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
14771
|
+
"componentName": "IconKey3"
|
|
14772
|
+
},
|
|
14759
14773
|
{
|
|
14760
14774
|
"category": "Sound & Music",
|
|
14761
14775
|
"svg": "<path d=\"M9 13V21M15 13V21M7.5 4V13H10.5V4H7.5ZM13.5 4V13H16.5V4H13.5ZM6 21H18C19.1046 21 20 20.1046 20 19V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V19C4 20.1046 4.89543 21 6 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.236",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1995,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
]
|
|
1447
1447
|
},
|
|
1448
1448
|
"Security": {
|
|
1449
|
-
"count":
|
|
1449
|
+
"count": 34,
|
|
1450
1450
|
"icons": [
|
|
1451
1451
|
"IconAnonymous",
|
|
1452
1452
|
"IconAsterisk",
|
|
@@ -1458,6 +1458,7 @@
|
|
|
1458
1458
|
"IconGhost2",
|
|
1459
1459
|
"IconKey1",
|
|
1460
1460
|
"IconKey2",
|
|
1461
|
+
"IconKey3",
|
|
1461
1462
|
"IconKeyhole",
|
|
1462
1463
|
"IconLaw",
|
|
1463
1464
|
"IconLock",
|
|
@@ -3249,6 +3250,7 @@
|
|
|
3249
3250
|
"IconKanbanView": "kanban-view, columns",
|
|
3250
3251
|
"IconKey1": "key-1, password",
|
|
3251
3252
|
"IconKey2": "key-2, password",
|
|
3253
|
+
"IconKey3": "key-3, password",
|
|
3252
3254
|
"IconKeyboard": "keyboard, midi, keys, piano",
|
|
3253
3255
|
"IconKeyboardCable": "keyboard-cable",
|
|
3254
3256
|
"IconKeyboardDown": "keyboard-down",
|
package/index.d.ts
CHANGED
|
@@ -1052,6 +1052,7 @@ export { IconJump, default as IconJumpDefault } from "./IconJump";
|
|
|
1052
1052
|
export { IconKanbanView, default as IconKanbanViewDefault, } from "./IconKanbanView";
|
|
1053
1053
|
export { IconKey1, default as IconKey1Default } from "./IconKey1";
|
|
1054
1054
|
export { IconKey2, default as IconKey2Default } from "./IconKey2";
|
|
1055
|
+
export { IconKey3, default as IconKey3Default } from "./IconKey3";
|
|
1055
1056
|
export { IconKeyboard, default as IconKeyboardDefault } from "./IconKeyboard";
|
|
1056
1057
|
export { IconKeyboardCable, default as IconKeyboardCableDefault, } from "./IconKeyboardCable";
|
|
1057
1058
|
export { IconKeyboardDown, default as IconKeyboardDownDefault, } from "./IconKeyboardDown";
|