@central-icons-react-native/round-filled-radius-2-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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var y={};x(y,{IconKey3:()=>i,default:()=>g});module.exports=P(y);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4oBACF,KAAK,eACP,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z",fill:"currentColor"})),v=a;export{a as IconKey3,v 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 { Path } from \"react-native-svg\";\n\nexport const IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4oBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconKey3","props","React","CentralIconBase","IconKey3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var V={};x(V,{IconLock2:()=>i,default:()=>g});module.exports=P(V);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.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 f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,khBACF,KAAK,eACP,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z",fill:"currentColor"})),v=a;export{a as IconLock2,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,khBACF,KAAK,eACP,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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=d(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconUnlocked2:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.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 f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,2hBACF,KAAK,eACP,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 n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...t,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 l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z",fill:"currentColor"})),v=a;export{a as IconUnlocked2,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,2hBACF,KAAK,eACP,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-filled-radius-2-stroke-2",
|
|
14757
14757
|
"componentName": "IconKey2"
|
|
14758
14758
|
},
|
|
14759
|
+
{
|
|
14760
|
+
"category": "Security",
|
|
14761
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z\" fill=\"currentColor\"/>",
|
|
14762
|
+
"iconName": "key-3, password",
|
|
14763
|
+
"variant": {
|
|
14764
|
+
"join": "round",
|
|
14765
|
+
"filled": "on",
|
|
14766
|
+
"radius": "2",
|
|
14767
|
+
"stroke": "2"
|
|
14768
|
+
},
|
|
14769
|
+
"createdAt": "2026-05-15T16:01:55.845176+00:00",
|
|
14770
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
14771
|
+
"componentName": "IconKey3"
|
|
14772
|
+
},
|
|
14759
14773
|
{
|
|
14760
14774
|
"category": "Sound & Music",
|
|
14761
14775
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 3C4.34315 3 3 4.34315 3 6V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V6C21 4.34315 19.6569 3 18 3H6ZM6.5 5H6C5.44772 5 5 5.44772 5 6V19C5 19.5523 5.44772 20 6 20H8V14H7.5C6.94772 14 6.5 13.5523 6.5 13V5ZM10 20H14V14H13.5C12.9477 14 12.5 13.5523 12.5 13V5H11.5V13C11.5 13.5523 11.0523 14 10.5 14H10V20ZM17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H16V20H18C18.5523 20 19 19.5523 19 19V6C19 5.44772 18.5523 5 18 5H17.5Z\" fill=\"currentColor\"/>",
|
|
@@ -15764,6 +15778,20 @@
|
|
|
15764
15778
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
15765
15779
|
"componentName": "IconLock"
|
|
15766
15780
|
},
|
|
15781
|
+
{
|
|
15782
|
+
"category": "Security",
|
|
15783
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z\" fill=\"currentColor\"/>",
|
|
15784
|
+
"iconName": "lock-2, private",
|
|
15785
|
+
"variant": {
|
|
15786
|
+
"join": "round",
|
|
15787
|
+
"filled": "on",
|
|
15788
|
+
"radius": "2",
|
|
15789
|
+
"stroke": "2"
|
|
15790
|
+
},
|
|
15791
|
+
"createdAt": "2026-05-16T17:02:17.233604+00:00",
|
|
15792
|
+
"packageName": "round-filled-radius-2-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-filled-radius-2-stroke-2",
|
|
26167
26195
|
"componentName": "IconUnlocked"
|
|
26168
26196
|
},
|
|
26197
|
+
{
|
|
26198
|
+
"category": "Security",
|
|
26199
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z\" fill=\"currentColor\"/>",
|
|
26200
|
+
"iconName": "unlocked-2, unlock, private",
|
|
26201
|
+
"variant": {
|
|
26202
|
+
"join": "round",
|
|
26203
|
+
"filled": "on",
|
|
26204
|
+
"radius": "2",
|
|
26205
|
+
"stroke": "2"
|
|
26206
|
+
},
|
|
26207
|
+
"createdAt": "2026-05-16T17:02:17.233604+00:00",
|
|
26208
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
26209
|
+
"componentName": "IconUnlocked2"
|
|
26210
|
+
},
|
|
26169
26211
|
{
|
|
26170
26212
|
"category": "Interface General",
|
|
26171
26213
|
"svg": "<path d=\"M16.1907 17.605L20.2929 21.7072C20.6834 22.0978 21.3166 22.0978 21.7071 21.7072C22.0976 21.3167 22.0976 20.6835 21.7071 20.293L3.70711 2.29302C3.31658 1.90249 2.68342 1.90249 2.29289 2.29302C1.90237 2.68354 1.90237 3.3167 2.29289 3.70723L6.39514 7.80948L5.11292 8.1469C2.87378 8.73615 2.11787 11.5322 3.75508 13.1694L6.58578 16.0001L3.29288 19.293C2.90236 19.6836 2.90236 20.3167 3.29288 20.7072C3.68341 21.0978 4.31657 21.0978 4.7071 20.7072L7.99999 17.4144L10.8307 20.2451C12.4679 21.8823 15.264 21.1264 15.8532 18.8872L16.1907 17.605Z\" fill=\"currentColor\"/><path d=\"M17.7566 12.9899C17.6165 13.0599 17.4966 13.1609 17.4045 13.2833L10.7168 6.59559C10.8392 6.50355 10.9402 6.38359 11.0103 6.24351L12.3646 3.53483C13.2804 1.70333 15.7213 1.30723 17.1692 2.75515L21.245 6.83092C22.6929 8.27885 22.2968 10.7198 20.4653 11.6355L17.7566 12.9899Z\" fill=\"currentColor\"/>",
|
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-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.237",
|
|
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": 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";
|