@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.235 → 1.1.237
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/IconLock2/index.d.ts +4 -0
- package/IconLock2/index.js +2 -0
- package/IconLock2/index.js.map +1 -0
- package/IconLock2/index.mjs +2 -0
- package/IconLock2/index.mjs.map +1 -0
- package/IconUnlocked2/index.d.ts +4 -0
- package/IconUnlocked2/index.js +2 -0
- package/IconUnlocked2/index.js.map +1 -0
- package/IconUnlocked2/index.mjs +2 -0
- package/IconUnlocked2/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 +9 -3
- 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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -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 L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.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(L(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconKey3:()=>m,default:()=>h});module.exports=I(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.4639L11.2016 17.6644C11.5921 18.0549 11.5921 18.6881 11.2016 19.0786L10.2295 20.0507C9.83898 20.4412 9.20581 20.4412 8.81529 20.0507L6.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.4639L11.2016 17.6644C11.5921 18.0549 11.5921 18.6881 11.2016 19.0786L10.2295 20.0507C9.83898 20.4412 9.20581 20.4412 8.81529 20.0507L6.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,kKACF,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.4639L11.2016 17.6644C11.5921 18.0549 11.5921 18.6881 11.2016 19.0786L10.2295 20.0507C9.83898 20.4412 9.20581 20.4412 8.81529 20.0507L6.5625 17.7979",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconKey3,B 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.4639L11.2016 17.6644C11.5921 18.0549 11.5921 18.6881 11.2016 19.0786L10.2295 20.0507C9.83898 20.4412 9.20581 20.4412 8.81529 20.0507L6.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,kKACF,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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=m(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?l(B(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>i(p({},"__esModule",{value:!0}),o);var P={};h(P,{IconLock2:()=>k,default:()=>L});module.exports=x(P);var n=a(require("react"));var u=a(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...e})=>u.default.createElement(c.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 s=require("react-native-svg"),k=o=>n.default.createElement(d,{...o},n.default.createElement(s.Path,{d:"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M16 8.25V6.5C16 4.29086 14.2091 2.5 12 2.5C9.79086 2.5 8 4.29086 8 6.5V8.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 13V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),L=k;0&&(module.exports={IconLock2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLock2/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 IconLock2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8.25V6.5C16 4.29086 14.2091 2.5 12 2.5C9.79086 2.5 8 4.29086 8 6.5V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLock2;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconLock2_exports","__export","IconLock2","IconLock2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLock2","props","React","CentralIconBase","IconLock2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({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 t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M16 8.25V6.5C16 4.29086 14.2091 2.5 12 2.5C9.79086 2.5 8 4.29086 8 6.5V8.25",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M12 13V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconLock2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconLock2/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 IconLock2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8.25V6.5C16 4.29086 14.2091 2.5 12 2.5C9.79086 2.5 8 4.29086 8 6.5V8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLock2;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLock2","props","React","CentralIconBase","IconLock2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of f(r))!I.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=m(r,n))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?k(B(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>i(p({},"__esModule",{value:!0}),o);var g={};h(g,{IconUnlocked2:()=>l,default:()=>P});module.exports=x(g);var t=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...e})=>d.default.createElement(u.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 s=require("react-native-svg"),l=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 13V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M8 8.25V6.5C8 4.29086 9.79086 2.5 12 2.5C13.6787 2.5 15.1159 3.53408 15.7092 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconUnlocked2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnlocked2/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 IconUnlocked2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 8.25V6.5C8 4.29086 9.79086 2.5 12 2.5C13.6787 2.5 15.1159 3.53408 15.7092 5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnlocked2;\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,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUnlocked2_exports","__export","IconUnlocked2","IconUnlocked2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnlocked2","props","React","CentralIconBase","IconUnlocked2_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:"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 13V16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8 8.25V6.5C8 4.29086 9.79086 2.5 12 2.5C13.6787 2.5 15.1159 3.53408 15.7092 5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconUnlocked2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnlocked2/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 IconUnlocked2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13V16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 8.25V6.5C8 4.29086 9.79086 2.5 12 2.5C13.6787 2.5 15.1159 3.53408 15.7092 5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnlocked2;\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,+HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUnlocked2","props","React","CentralIconBase","IconUnlocked2_default"]}
|
package/README.md
CHANGED
|
@@ -1537,9 +1537,11 @@ Below is a complete list of available icons:
|
|
|
1537
1537
|
- IconGhost2
|
|
1538
1538
|
- IconKey1
|
|
1539
1539
|
- IconKey2
|
|
1540
|
+
- IconKey3
|
|
1540
1541
|
- IconKeyhole
|
|
1541
1542
|
- IconLaw
|
|
1542
1543
|
- IconLock
|
|
1544
|
+
- IconLock2
|
|
1543
1545
|
- IconPasskeys
|
|
1544
1546
|
- IconPassport
|
|
1545
1547
|
- IconPassword
|
|
@@ -1559,6 +1561,7 @@ Below is a complete list of available icons:
|
|
|
1559
1561
|
- IconSiren
|
|
1560
1562
|
- IconUmbrellaSecurity
|
|
1561
1563
|
- IconUnlocked
|
|
1564
|
+
- IconUnlocked2
|
|
1562
1565
|
- IconVault
|
|
1563
1566
|
|
|
1564
1567
|
### Shopping & Payment
|
package/filtered-icons.json
CHANGED
|
@@ -14756,6 +14756,20 @@
|
|
|
14756
14756
|
"packageName": "round-outlined-radius-1-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.4639L11.2016 17.6644C11.5921 18.0549 11.5921 18.6881 11.2016 19.0786L10.2295 20.0507C9.83898 20.4412 9.20581 20.4412 8.81529 20.0507L6.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": "1",
|
|
14767
|
+
"stroke": "2"
|
|
14768
|
+
},
|
|
14769
|
+
"createdAt": "2026-05-15T16:01:55.845176+00:00",
|
|
14770
|
+
"packageName": "round-outlined-radius-1-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.5ZM5 21H19C19.5523 21 20 20.5523 20 20V5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V20C4 20.5523 4.44772 21 5 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15764,6 +15778,20 @@
|
|
|
15764
15778
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
15765
15779
|
"componentName": "IconLock"
|
|
15766
15780
|
},
|
|
15781
|
+
{
|
|
15782
|
+
"category": "Security",
|
|
15783
|
+
"svg": "<path d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 8.25V6.5C16 4.29086 14.2091 2.5 12 2.5C9.79086 2.5 8 4.29086 8 6.5V8.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15784
|
+
"iconName": "lock-2, private",
|
|
15785
|
+
"variant": {
|
|
15786
|
+
"join": "round",
|
|
15787
|
+
"filled": "off",
|
|
15788
|
+
"radius": "1",
|
|
15789
|
+
"stroke": "2"
|
|
15790
|
+
},
|
|
15791
|
+
"createdAt": "2026-05-16T17:02:17.233604+00:00",
|
|
15792
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
15793
|
+
"componentName": "IconLock2"
|
|
15794
|
+
},
|
|
15767
15795
|
{
|
|
15768
15796
|
"category": "Social Media & Brands",
|
|
15769
15797
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04569 3.81737C9.71439 2.49787 10.8787 1.15841 12.6342 1.43469C13.3133 1.54156 13.9293 1.81095 14.4081 2.28748C14.8856 2.7628 15.1473 3.36528 15.2573 4.0013C15.4686 5.22306 15.1477 6.71423 14.5472 8.281C13.6863 10.527 12.1261 13.2408 10.0296 16.163C10.2468 17.2212 10.551 18.0536 10.9087 18.5846C12.974 21.6499 16.2055 20.3465 16.6265 18.328C16.7506 17.7333 17.3332 17.3517 17.928 17.4758C18.5227 17.5998 18.9042 18.1825 18.7802 18.7772C17.908 22.9587 12.0874 24.2713 9.08419 19.8138C8.80421 19.3983 8.5675 18.9121 8.369 18.3771C7.9744 18.8819 7.56586 19.3906 7.14414 19.9022C6.75773 20.371 6.06445 20.4378 5.59567 20.0514C5.12689 19.665 5.06013 18.9717 5.44654 18.5029C6.25565 17.5213 7.00904 16.5575 7.70276 15.6203C7.67214 15.4099 7.64488 15.1979 7.62077 14.985C7.40733 13.0995 7.42565 10.9925 7.65818 9.03412C7.88881 7.09182 8.34017 5.20951 9.04569 3.81737ZM9.67779 12.7792C10.9614 10.7972 11.9153 9.00069 12.4929 7.49362C13.0507 6.03845 13.1979 5.00346 13.0895 4.37612C13.0396 4.08759 12.9445 3.93479 12.8561 3.84675C12.7688 3.75993 12.6097 3.6579 12.2922 3.60794C12.0545 3.57054 11.5858 3.67192 11.0081 4.81188C10.4672 5.87921 10.0588 7.475 9.84283 9.29352C9.70758 10.4326 9.6518 11.6253 9.67779 12.7792Z\" fill=\"currentColor\"/>",
|
|
@@ -26166,6 +26194,20 @@
|
|
|
26166
26194
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
26167
26195
|
"componentName": "IconUnlocked"
|
|
26168
26196
|
},
|
|
26197
|
+
{
|
|
26198
|
+
"category": "Security",
|
|
26199
|
+
"svg": "<path d=\"M5 14.5C5 10.634 8.13401 7.5 12 7.5C15.866 7.5 19 10.634 19 14.5C19 18.366 15.866 21.5 12 21.5C8.13401 21.5 5 18.366 5 14.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 8.25V6.5C8 4.29086 9.79086 2.5 12 2.5C13.6787 2.5 15.1159 3.53408 15.7092 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
26200
|
+
"iconName": "unlocked-2, unlock, private",
|
|
26201
|
+
"variant": {
|
|
26202
|
+
"join": "round",
|
|
26203
|
+
"filled": "off",
|
|
26204
|
+
"radius": "1",
|
|
26205
|
+
"stroke": "2"
|
|
26206
|
+
},
|
|
26207
|
+
"createdAt": "2026-05-16T17:02:17.233604+00:00",
|
|
26208
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
26209
|
+
"componentName": "IconUnlocked2"
|
|
26210
|
+
},
|
|
26169
26211
|
{
|
|
26170
26212
|
"category": "Interface General",
|
|
26171
26213
|
"svg": "<path d=\"M8 16L4 20M7.8708 8.56741L4.61609 9.52468C3.88788 9.73886 3.65442 10.6544 4.19115 11.1912L12.8088 19.8088C13.3456 20.3456 14.2611 20.1121 14.4753 19.3839L15.4326 16.1292M17.5 11.9L20.4017 10.159C20.9596 9.82424 21.0544 9.05438 20.5944 8.59436L15.4056 3.40565C14.9456 2.94562 14.1758 3.0404 13.841 3.59826L12.1 6.5M3 3L21 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1053,6 +1053,7 @@ export type CentralIconName =
|
|
|
1053
1053
|
| "IconKanbanView"
|
|
1054
1054
|
| "IconKey1"
|
|
1055
1055
|
| "IconKey2"
|
|
1056
|
+
| "IconKey3"
|
|
1056
1057
|
| "IconKeyboard"
|
|
1057
1058
|
| "IconKeyboardCable"
|
|
1058
1059
|
| "IconKeyboardDown"
|
|
@@ -1125,6 +1126,7 @@ export type CentralIconName =
|
|
|
1125
1126
|
| "IconLocation"
|
|
1126
1127
|
| "IconLocationSparkle"
|
|
1127
1128
|
| "IconLock"
|
|
1129
|
+
| "IconLock2"
|
|
1128
1130
|
| "IconLottielab"
|
|
1129
1131
|
| "IconLovable"
|
|
1130
1132
|
| "IconMacbook"
|
|
@@ -1868,6 +1870,7 @@ export type CentralIconName =
|
|
|
1868
1870
|
| "IconUnderline"
|
|
1869
1871
|
| "IconUnicorn"
|
|
1870
1872
|
| "IconUnlocked"
|
|
1873
|
+
| "IconUnlocked2"
|
|
1871
1874
|
| "IconUnpin"
|
|
1872
1875
|
| "IconUnpin2"
|
|
1873
1876
|
| "IconUntrash"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.237",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1997,
|
|
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": 36,
|
|
1450
1450
|
"icons": [
|
|
1451
1451
|
"IconAnonymous",
|
|
1452
1452
|
"IconAsterisk",
|
|
@@ -1458,9 +1458,11 @@
|
|
|
1458
1458
|
"IconGhost2",
|
|
1459
1459
|
"IconKey1",
|
|
1460
1460
|
"IconKey2",
|
|
1461
|
+
"IconKey3",
|
|
1461
1462
|
"IconKeyhole",
|
|
1462
1463
|
"IconLaw",
|
|
1463
1464
|
"IconLock",
|
|
1465
|
+
"IconLock2",
|
|
1464
1466
|
"IconPasskeys",
|
|
1465
1467
|
"IconPassport",
|
|
1466
1468
|
"IconPassword",
|
|
@@ -1480,6 +1482,7 @@
|
|
|
1480
1482
|
"IconSiren",
|
|
1481
1483
|
"IconUmbrellaSecurity",
|
|
1482
1484
|
"IconUnlocked",
|
|
1485
|
+
"IconUnlocked2",
|
|
1483
1486
|
"IconVault"
|
|
1484
1487
|
]
|
|
1485
1488
|
},
|
|
@@ -3249,6 +3252,7 @@
|
|
|
3249
3252
|
"IconKanbanView": "kanban-view, columns",
|
|
3250
3253
|
"IconKey1": "key-1, password",
|
|
3251
3254
|
"IconKey2": "key-2, password",
|
|
3255
|
+
"IconKey3": "key-3, password",
|
|
3252
3256
|
"IconKeyboard": "keyboard, midi, keys, piano",
|
|
3253
3257
|
"IconKeyboardCable": "keyboard-cable",
|
|
3254
3258
|
"IconKeyboardDown": "keyboard-down",
|
|
@@ -3321,6 +3325,7 @@
|
|
|
3321
3325
|
"IconLocation": "location, explore, compass",
|
|
3322
3326
|
"IconLocationSparkle": "location-sparkle, map, route",
|
|
3323
3327
|
"IconLock": "lock, private",
|
|
3328
|
+
"IconLock2": "lock-2, private",
|
|
3324
3329
|
"IconLottielab": "lottielab",
|
|
3325
3330
|
"IconLovable": "lovable",
|
|
3326
3331
|
"IconMacbook": "macbook, laptop, computer",
|
|
@@ -4064,6 +4069,7 @@
|
|
|
4064
4069
|
"IconUnderline": "underline",
|
|
4065
4070
|
"IconUnicorn": "unicorn, startup, success",
|
|
4066
4071
|
"IconUnlocked": "unlocked, unlock, private",
|
|
4072
|
+
"IconUnlocked2": "unlocked-2, unlock, private",
|
|
4067
4073
|
"IconUnpin": "unpin",
|
|
4068
4074
|
"IconUnpin2": "unpin-2",
|
|
4069
4075
|
"IconUntrash": "untrash",
|
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";
|
|
@@ -1124,6 +1125,7 @@ export { IconLoadingCircle, default as IconLoadingCircleDefault, } from "./IconL
|
|
|
1124
1125
|
export { IconLocation, default as IconLocationDefault } from "./IconLocation";
|
|
1125
1126
|
export { IconLocationSparkle, default as IconLocationSparkleDefault, } from "./IconLocationSparkle";
|
|
1126
1127
|
export { IconLock, default as IconLockDefault } from "./IconLock";
|
|
1128
|
+
export { IconLock2, default as IconLock2Default } from "./IconLock2";
|
|
1127
1129
|
export { IconLottielab, default as IconLottielabDefault, } from "./IconLottielab";
|
|
1128
1130
|
export { IconLovable, default as IconLovableDefault } from "./IconLovable";
|
|
1129
1131
|
export { IconMacMini, default as IconMacMiniDefault } from "./IconMacMini";
|
|
@@ -1867,6 +1869,7 @@ export { IconUnblur, default as IconUnblurDefault } from "./IconUnblur";
|
|
|
1867
1869
|
export { IconUnderline, default as IconUnderlineDefault, } from "./IconUnderline";
|
|
1868
1870
|
export { IconUnicorn, default as IconUnicornDefault } from "./IconUnicorn";
|
|
1869
1871
|
export { IconUnlocked, default as IconUnlockedDefault } from "./IconUnlocked";
|
|
1872
|
+
export { IconUnlocked2, default as IconUnlocked2Default, } from "./IconUnlocked2";
|
|
1870
1873
|
export { IconUnpin, default as IconUnpinDefault } from "./IconUnpin";
|
|
1871
1874
|
export { IconUnpin2, default as IconUnpin2Default } from "./IconUnpin2";
|
|
1872
1875
|
export { IconUntrash, default as IconUntrashDefault } from "./IconUntrash";
|