@central-icons-react-native/square-outlined-radius-0-stroke-2 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 u=Object.create;var p=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!k.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(C=M(o,n))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(h(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconPasswordStars:()=>i,default:()=>P});module.exports=I(x);var e=l(require("react"));var m=l(require("react")),d=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(d.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 s=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(s.Path,{d:"M1 17L23 17",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M9 9.99944H15M13.5 12.5975L10.5 7.40137M10.5 12.5976L13.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"}),e.default.createElement(s.Path,{d:"M17 9.99944H23M21.5 12.5975L18.5 7.40137M18.5 12.5976L21.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"}),e.default.createElement(s.Path,{d:"M1 9.99944H7M5.5 12.5975L2.5 7.40137M2.5 12.5976L5.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"})),P=i;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 17L23 17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9 9.99944H15M13.5 12.5975L10.5 7.40137M10.5 12.5976L13.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M17 9.99944H23M21.5 12.5975L18.5 7.40137M18.5 12.5976L21.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M1 9.99944H7M5.5 12.5975L2.5 7.40137M2.5 12.5976L5.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\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,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACd,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 p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(C,{...s,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 17L23 17",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M9 9.99944H15M13.5 12.5975L10.5 7.40137M10.5 12.5976L13.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"}),o.createElement(t,{d:"M17 9.99944H23M21.5 12.5975L18.5 7.40137M18.5 12.5976L21.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"}),o.createElement(t,{d:"M1 9.99944H7M5.5 12.5975L2.5 7.40137M2.5 12.5976L5.5 7.40144",stroke:"currentColor",strokeWidth:"1.7"})),k=a;export{a as IconPasswordStars,k 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 17L23 17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9 9.99944H15M13.5 12.5975L10.5 7.40137M10.5 12.5976L13.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M17 9.99944H23M21.5 12.5975L18.5 7.40137M18.5 12.5976L21.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\n />\n <Path\n d=\"M1 9.99944H7M5.5 12.5975L2.5 7.40137M2.5 12.5976L5.5 7.40144\"\n stroke=\"currentColor\"\n strokeWidth=\"1.7\"\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,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACd,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 c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&l(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(I(r)):{},s(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(l({},"__esModule",{value:!0}),r);var v={};P(v,{IconTimeslot:()=>u,default:()=>h});module.exports=g(v);var C=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),a=({children:r,size:o=24,...t})=>f.default.createElement(i.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 e=require("react-native-svg"),u=r=>C.default.createElement(a,{...r},C.default.createElement(e.Path,{d:"M13 3.05493C12.6717 3.01863 12.338 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.662 20.9814 11.3283 20.9451 11",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(e.Path,{d:"M12 6V12H17",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(e.Path,{d:"M16.3695 4.06776C16.1581 4.578 15.5731 4.82031 15.0629 4.60896C14.5526 4.39761 14.3103 3.81264 14.5217 3.30239C14.733 2.79215 15.318 2.54985 15.8283 2.7612C16.3385 2.97255 16.5808 3.55751 16.3695 4.06776Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M19.0743 6.34309C18.6838 6.73362 18.0506 6.73362 17.6601 6.34309C17.2696 5.95257 17.2696 5.3194 17.6601 4.92888C18.0506 4.53836 18.6838 4.53836 19.0743 4.92888C19.4648 5.3194 19.4648 5.95257 19.0743 6.34309Z",fill:"currentColor"}),C.default.createElement(e.Path,{d:"M20.7186 9.55611C20.2066 9.763 19.6237 9.5156 19.4168 9.00353C19.2099 8.49146 19.4573 7.90863 19.9694 7.70174C20.4815 7.49485 21.0643 7.74225 21.2712 8.25432C21.4781 8.76639 21.2307 9.34922 20.7186 9.55611Z",fill:"currentColor"})),h=u;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\n d=\"M13 3.05493C12.6717 3.01863 12.338 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.662 20.9814 11.3283 20.9451 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16.3695 4.06776C16.1581 4.578 15.5731 4.82031 15.0629 4.60896C14.5526 4.39761 14.3103 3.81264 14.5217 3.30239C14.733 2.79215 15.318 2.54985 15.8283 2.7612C16.3385 2.97255 16.5808 3.55751 16.3695 4.06776Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0743 6.34309C18.6838 6.73362 18.0506 6.73362 17.6601 6.34309C17.2696 5.95257 17.2696 5.3194 17.6601 4.92888C18.0506 4.53836 18.6838 4.53836 19.0743 4.92888C19.4648 5.3194 19.4648 5.95257 19.0743 6.34309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7186 9.55611C20.2066 9.763 19.6237 9.5156 19.4168 9.00353C19.2099 8.49146 19.4573 7.90863 19.9694 7.70174C20.4815 7.49485 21.0643 7.74225 21.2712 8.25432C21.4781 8.76639 21.2307 9.34922 20.7186 9.55611Z\"\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,QACC,EAAE,iKACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,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:C,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"},C);import{Path as t}from"react-native-svg";var s=C=>o.createElement(e,{...C},o.createElement(t,{d:"M13 3.05493C12.6717 3.01863 12.338 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.662 20.9814 11.3283 20.9451 11",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M12 6V12H17",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M16.3695 4.06776C16.1581 4.578 15.5731 4.82031 15.0629 4.60896C14.5526 4.39761 14.3103 3.81264 14.5217 3.30239C14.733 2.79215 15.318 2.54985 15.8283 2.7612C16.3385 2.97255 16.5808 3.55751 16.3695 4.06776Z",fill:"currentColor"}),o.createElement(t,{d:"M19.0743 6.34309C18.6838 6.73362 18.0506 6.73362 17.6601 6.34309C17.2696 5.95257 17.2696 5.3194 17.6601 4.92888C18.0506 4.53836 18.6838 4.53836 19.0743 4.92888C19.4648 5.3194 19.4648 5.95257 19.0743 6.34309Z",fill:"currentColor"}),o.createElement(t,{d:"M20.7186 9.55611C20.2066 9.763 19.6237 9.5156 19.4168 9.00353C19.2099 8.49146 19.4573 7.90863 19.9694 7.70174C20.4815 7.49485 21.0643 7.74225 21.2712 8.25432C21.4781 8.76639 21.2307 9.34922 20.7186 9.55611Z",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\n d=\"M13 3.05493C12.6717 3.01863 12.338 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.662 20.9814 11.3283 20.9451 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M12 6V12H17\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M16.3695 4.06776C16.1581 4.578 15.5731 4.82031 15.0629 4.60896C14.5526 4.39761 14.3103 3.81264 14.5217 3.30239C14.733 2.79215 15.318 2.54985 15.8283 2.7612C16.3385 2.97255 16.5808 3.55751 16.3695 4.06776Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0743 6.34309C18.6838 6.73362 18.0506 6.73362 17.6601 6.34309C17.2696 5.95257 17.2696 5.3194 17.6601 4.92888C18.0506 4.53836 18.6838 4.53836 19.0743 4.92888C19.4648 5.3194 19.4648 5.95257 19.0743 6.34309Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7186 9.55611C20.2066 9.763 19.6237 9.5156 19.4168 9.00353C19.2099 8.49146 19.4573 7.90863 19.9694 7.70174C20.4815 7.49485 21.0643 7.74225 21.2712 8.25432C21.4781 8.76639 21.2307 9.34922 20.7186 9.55611Z\"\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,CACC,EAAE,iKACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,YAAY,IAAI,EAC5DG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,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-2",
|
|
15891
15891
|
"componentName": "IconPassword"
|
|
15892
15892
|
},
|
|
15893
|
+
{
|
|
15894
|
+
"category": "Security",
|
|
15895
|
+
"svg": "<path d=\"M1 17L23 17\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 9.99944H15M13.5 12.5975L10.5 7.40137M10.5 12.5976L13.5 7.40144\" stroke=\"currentColor\" stroke-width=\"1.7\"/><path d=\"M17 9.99944H23M21.5 12.5975L18.5 7.40137M18.5 12.5976L21.5 7.40144\" stroke=\"currentColor\" stroke-width=\"1.7\"/><path d=\"M1 9.99944H7M5.5 12.5975L2.5 7.40137M2.5 12.5976L5.5 7.40144\" stroke=\"currentColor\" stroke-width=\"1.7\"/>",
|
|
15896
|
+
"iconName": "password-stars",
|
|
15897
|
+
"variant": {
|
|
15898
|
+
"join": "square",
|
|
15899
|
+
"filled": "off",
|
|
15900
|
+
"radius": "0",
|
|
15901
|
+
"stroke": "2"
|
|
15902
|
+
},
|
|
15903
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
15904
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
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-2",
|
|
21701
21715
|
"componentName": "IconTimeFlies"
|
|
21702
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Time & Date",
|
|
21719
|
+
"svg": "<path d=\"M13 3.05493C12.6717 3.01863 12.338 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.662 20.9814 11.3283 20.9451 11\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 6V12H17\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M16.3695 4.06776C16.1581 4.578 15.5731 4.82031 15.0629 4.60896C14.5526 4.39761 14.3103 3.81264 14.5217 3.30239C14.733 2.79215 15.318 2.54985 15.8283 2.7612C16.3385 2.97255 16.5808 3.55751 16.3695 4.06776Z\" fill=\"currentColor\"/><path d=\"M19.0743 6.34309C18.6838 6.73362 18.0506 6.73362 17.6601 6.34309C17.2696 5.95257 17.2696 5.3194 17.6601 4.92888C18.0506 4.53836 18.6838 4.53836 19.0743 4.92888C19.4648 5.3194 19.4648 5.95257 19.0743 6.34309Z\" fill=\"currentColor\"/><path d=\"M20.7186 9.55611C20.2066 9.763 19.6237 9.5156 19.4168 9.00353C19.2099 8.49146 19.4573 7.90863 19.9694 7.70174C20.4815 7.49485 21.0643 7.74225 21.2712 8.25432C21.4781 8.76639 21.2307 9.34922 20.7186 9.55611Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "timeslot, time, clock",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "square",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "0",
|
|
21725
|
+
"stroke": "2"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
21728
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
21729
|
+
"componentName": "IconTimeslot"
|
|
21730
|
+
},
|
|
21703
21731
|
{
|
|
21704
21732
|
"category": "Typography",
|
|
21705
21733
|
"svg": "<path d=\"M1 18.159H3.70232L4.63151 15.1754H8.97908L9.90827 18.159H12.6106L8.32269 5.85791H5.29643L1 18.159ZM6.77972 8.24482H6.83087L8.38236 13.2488H5.22823L6.77972 8.24482Z\" fill=\"currentColor\"/><path d=\"M16.7659 18.3039C17.9678 18.3039 18.9396 17.7328 19.4597 16.7951H19.5108V18.159H22V11.8934C22 10.052 20.4741 8.83302 18.1128 8.83302C15.7003 8.83302 14.2511 10.0435 14.1147 11.7314L14.1062 11.8337H16.3822L16.3993 11.757C16.5186 11.1688 17.0813 10.734 18.0105 10.734C18.9823 10.734 19.5108 11.237 19.5108 12.0468V12.6094L17.2518 12.7458C14.9842 12.8908 13.697 13.8626 13.697 15.5249V15.5419C13.697 17.1531 14.9331 18.3039 16.7659 18.3039ZM16.1606 15.4141V15.397C16.1606 14.7491 16.6636 14.34 17.6268 14.2803L19.5108 14.1609V14.8173C19.5108 15.7721 18.6924 16.4882 17.5757 16.4882C16.7147 16.4882 16.1606 16.0875 16.1606 15.4141Z\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.90",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 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";
|