@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.89 → 1.1.90
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/IconPasswordStars/index.d.ts +4 -0
- package/IconPasswordStars/index.js +2 -0
- package/IconPasswordStars/index.js.map +1 -0
- package/IconPasswordStars/index.mjs +2 -0
- package/IconPasswordStars/index.mjs.map +1 -0
- package/IconTimeslot/index.d.ts +4 -0
- package/IconTimeslot/index.js +2 -0
- package/IconTimeslot/index.js.map +1 -0
- package/IconTimeslot/index.mjs +2 -0
- package/IconTimeslot/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!d.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(P(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(s({},"__esModule",{value:!0}),r);var i={};x(i,{IconPasswordStars:()=>M,default:()=>g});module.exports=L(i);var e=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,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=>e.default.createElement(u,{...r},e.default.createElement(p.Path,{d:"M1 17.5L23 17.5",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),g=M;0&&(module.exports={IconPasswordStars});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <Path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconPasswordStars_exports","__export","IconPasswordStars","IconPasswordStars_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M1 17.5L23 17.5",stroke:"currentColor"}),o.createElement(t,{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),o.createElement(t,{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),o.createElement(t,{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),d=a;export{a as IconPasswordStars,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <Path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(d(r)):{},s(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(l({},"__esModule",{value:!0}),r);var M={};P(M,{IconTimeslot:()=>c,default:()=>v});module.exports=g(M);var t=m(require("react"));var f=m(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...C})=>f.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(e.Path,{d:"M12 6V12H17",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),v=c;0&&(module.exports={IconTimeslot});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <Path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTimeslot_exports","__export","IconTimeslot","IconTimeslot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...n})=>l.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as C}from"react-native-svg";var s=t=>o.createElement(e,{...t},o.createElement(C,{d:"M12 6V12H17",stroke:"currentColor"}),o.createElement(C,{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),o.createElement(C,{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),o.createElement(C,{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),o.createElement(C,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),x=s;export{s as IconTimeslot,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <Path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,CAAK,EAAE,cAAc,OAAO,eAAe,EAC5CG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
package/README.md
CHANGED
|
@@ -1364,6 +1364,7 @@ Below is a complete list of available icons:
|
|
|
1364
1364
|
- IconPasskeys
|
|
1365
1365
|
- IconPassport
|
|
1366
1366
|
- IconPassword
|
|
1367
|
+
- IconPasswordStars
|
|
1367
1368
|
- IconSafeSimple
|
|
1368
1369
|
- IconShield
|
|
1369
1370
|
- IconShieldBreak
|
|
@@ -1824,6 +1825,7 @@ Below is a complete list of available icons:
|
|
|
1824
1825
|
- IconSleep
|
|
1825
1826
|
- IconStopwatch
|
|
1826
1827
|
- IconTimeFlies
|
|
1828
|
+
- IconTimeslot
|
|
1827
1829
|
|
|
1828
1830
|
### Typography
|
|
1829
1831
|
|
package/filtered-icons.json
CHANGED
|
@@ -15890,6 +15890,20 @@
|
|
|
15890
15890
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
15891
15891
|
"componentName": "IconPassword"
|
|
15892
15892
|
},
|
|
15893
|
+
{
|
|
15894
|
+
"category": "Security",
|
|
15895
|
+
"svg": "<path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\"/><path d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\" stroke=\"currentColor\"/><path d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\" stroke=\"currentColor\"/><path d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\" stroke=\"currentColor\"/>",
|
|
15896
|
+
"iconName": "password-stars",
|
|
15897
|
+
"variant": {
|
|
15898
|
+
"join": "square",
|
|
15899
|
+
"filled": "off",
|
|
15900
|
+
"radius": "0",
|
|
15901
|
+
"stroke": "1"
|
|
15902
|
+
},
|
|
15903
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
15904
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
15905
|
+
"componentName": "IconPasswordStars"
|
|
15906
|
+
},
|
|
15893
15907
|
{
|
|
15894
15908
|
"category": "Social Media & Brands",
|
|
15895
15909
|
"svg": "<path d=\"M19.4489 11.9937C18.0661 13.4453 16.3387 13.662 14.4669 14.0785C12.5981 14.4874 11.6907 15.9067 11.0776 17.6043C10.5902 18.972 10.1181 20.9106 8.71579 21.6528C7.85691 22.1114 6.76938 22.1396 5.94392 21.5935C4.63119 20.6837 4.11027 19.0504 3.80051 17.558C3.38849 15.6012 3.04845 13.5937 3.0069 11.5888C2.96624 9.887 3.0839 7.99413 3.94357 6.47531C6.62817 1.76293 15.0312 0.470215 19.1246 4.05532C21.4688 6.09767 21.6589 9.7696 19.4489 11.9937Z\" fill=\"currentColor\"/>",
|
|
@@ -21700,6 +21714,20 @@
|
|
|
21700
21714
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
21701
21715
|
"componentName": "IconTimeFlies"
|
|
21702
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Time & Date",
|
|
21719
|
+
"svg": "<path d=\"M12 6V12H17\" stroke=\"currentColor\"/><path d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\" stroke=\"currentColor\"/><path d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\" fill=\"currentColor\"/><path d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\" fill=\"currentColor\"/><path d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "timeslot, time, clock",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "square",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "0",
|
|
21725
|
+
"stroke": "1"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
21728
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
21729
|
+
"componentName": "IconTimeslot"
|
|
21730
|
+
},
|
|
21703
21731
|
{
|
|
21704
21732
|
"category": "Typography",
|
|
21705
21733
|
"svg": "<path d=\"M1 18.7362H2.35369L3.85676 14.6098H9.56095L11.064 18.7362H12.4084L7.33902 5.26465H6.07869L1 18.7362ZM6.69485 6.82373H6.72286L9.15951 13.5082H4.2582L6.69485 6.82373Z\" fill=\"currentColor\"/><path d=\"M17.4815 18.9136C18.9192 18.9136 20.1982 18.1201 20.7303 16.9624H20.7677V18.7362H22V12.0891C22 10.1006 20.609 8.8496 18.387 8.8496C16.1931 8.8496 14.8114 10.0446 14.6247 11.7157L14.6154 11.8277H15.8104L15.829 11.7344C16.0344 10.6327 16.9587 9.95123 18.3684 9.95123C19.8808 9.95123 20.7677 10.8008 20.7677 12.2012V13.0414L17.7429 13.2281C15.5116 13.3775 14.2606 14.3764 14.2606 16.0289V16.0475C14.2606 17.7653 15.5676 18.9136 17.4815 18.9136ZM15.5209 16.0475V16.0289C15.5209 14.9646 16.3705 14.3017 17.8922 14.2084L20.7677 14.0123V15.0859C20.7677 16.6357 19.4326 17.8307 17.7335 17.8307C16.4172 17.8307 15.5209 17.1118 15.5209 16.0475Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1134,6 +1134,7 @@ export type CentralIconName =
|
|
|
1134
1134
|
| "IconPasskeys"
|
|
1135
1135
|
| "IconPassport"
|
|
1136
1136
|
| "IconPassword"
|
|
1137
|
+
| "IconPasswordStars"
|
|
1137
1138
|
| "IconPatreon"
|
|
1138
1139
|
| "IconPause"
|
|
1139
1140
|
| "IconPayment"
|
|
@@ -1549,6 +1550,7 @@ export type CentralIconName =
|
|
|
1549
1550
|
| "IconTicket"
|
|
1550
1551
|
| "IconTiktok"
|
|
1551
1552
|
| "IconTimeFlies"
|
|
1553
|
+
| "IconTimeslot"
|
|
1552
1554
|
| "IconTitleCase"
|
|
1553
1555
|
| "IconToast"
|
|
1554
1556
|
| "IconTodos"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.90",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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":
|
|
14
|
+
"totalIcons": 1691,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
]
|
|
1268
1268
|
},
|
|
1269
1269
|
"Security": {
|
|
1270
|
-
"count":
|
|
1270
|
+
"count": 28,
|
|
1271
1271
|
"icons": [
|
|
1272
1272
|
"IconAnonymous",
|
|
1273
1273
|
"IconAsterisk",
|
|
@@ -1284,6 +1284,7 @@
|
|
|
1284
1284
|
"IconPasskeys",
|
|
1285
1285
|
"IconPassport",
|
|
1286
1286
|
"IconPassword",
|
|
1287
|
+
"IconPasswordStars",
|
|
1287
1288
|
"IconSafeSimple",
|
|
1288
1289
|
"IconShield",
|
|
1289
1290
|
"IconShieldBreak",
|
|
@@ -1719,7 +1720,7 @@
|
|
|
1719
1720
|
]
|
|
1720
1721
|
},
|
|
1721
1722
|
"Time & Date": {
|
|
1722
|
-
"count":
|
|
1723
|
+
"count": 38,
|
|
1723
1724
|
"icons": [
|
|
1724
1725
|
"IconCalendar1",
|
|
1725
1726
|
"IconCalendar2",
|
|
@@ -1757,7 +1758,8 @@
|
|
|
1757
1758
|
"IconHourglass",
|
|
1758
1759
|
"IconSleep",
|
|
1759
1760
|
"IconStopwatch",
|
|
1760
|
-
"IconTimeFlies"
|
|
1761
|
+
"IconTimeFlies",
|
|
1762
|
+
"IconTimeslot"
|
|
1761
1763
|
]
|
|
1762
1764
|
},
|
|
1763
1765
|
"Typography": {
|
|
@@ -3019,6 +3021,7 @@
|
|
|
3019
3021
|
"IconPasskeys": "passkeys, passkey, passwordless",
|
|
3020
3022
|
"IconPassport": "passport, visa",
|
|
3021
3023
|
"IconPassword": "password, lock, protection",
|
|
3024
|
+
"IconPasswordStars": "password-stars",
|
|
3022
3025
|
"IconPatreon": "patreon",
|
|
3023
3026
|
"IconPause": "pause",
|
|
3024
3027
|
"IconPayment": "payment, flow, connection",
|
|
@@ -3434,6 +3437,7 @@
|
|
|
3434
3437
|
"IconTicket": "ticket, admit, vip",
|
|
3435
3438
|
"IconTiktok": "tiktok",
|
|
3436
3439
|
"IconTimeFlies": "time-flies, speed",
|
|
3440
|
+
"IconTimeslot": "timeslot, time, clock",
|
|
3437
3441
|
"IconTitleCase": "title-case",
|
|
3438
3442
|
"IconToast": "toast, breakfest",
|
|
3439
3443
|
"IconTodos": "todos, check, things, task",
|
package/index.d.ts
CHANGED
|
@@ -1133,6 +1133,7 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
|
|
|
1133
1133
|
export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
|
|
1134
1134
|
export { IconPassport, default as IconPassportDefault } from "./IconPassport";
|
|
1135
1135
|
export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
|
|
1136
|
+
export { IconPasswordStars, default as IconPasswordStarsDefault, } from "./IconPasswordStars";
|
|
1136
1137
|
export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
|
|
1137
1138
|
export { IconPause, default as IconPauseDefault } from "./IconPause";
|
|
1138
1139
|
export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
|
|
@@ -1548,6 +1549,7 @@ export { IconThunder, default as IconThunderDefault } from "./IconThunder";
|
|
|
1548
1549
|
export { IconTicket, default as IconTicketDefault } from "./IconTicket";
|
|
1549
1550
|
export { IconTiktok, default as IconTiktokDefault } from "./IconTiktok";
|
|
1550
1551
|
export { IconTimeFlies, default as IconTimeFliesDefault, } from "./IconTimeFlies";
|
|
1552
|
+
export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
|
|
1551
1553
|
export { IconTitleCase, default as IconTitleCaseDefault, } from "./IconTitleCase";
|
|
1552
1554
|
export { IconToast, default as IconToastDefault } from "./IconToast";
|
|
1553
1555
|
export { IconTodos, default as IconTodosDefault } from "./IconTodos";
|