@central-icons-react-native/round-outlined-radius-3-stroke-1.5 1.1.88 → 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/IconCloudApi/index.d.ts +4 -0
- package/IconCloudApi/index.js +2 -0
- package/IconCloudApi/index.js.map +1 -0
- package/IconCloudApi/index.mjs +2 -0
- package/IconCloudApi/index.mjs.map +1 -0
- 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 +3 -0
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +13 -7
- 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/tsx-icons.json +22 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var d=(r,o,e)=>(e=r!=null?a(f(r)):{},C(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>C(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconCloudApi:()=>l,default:()=>I});module.exports=B(P);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),l=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"18.75",r:"2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.5 18.75H2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M21.25 18.75H14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 16V13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconCloudApi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudApi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.75\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.75H2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 18.75H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloudApi_exports","__export","IconCloudApi","IconCloudApi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as C,Path as e}from"react-native-svg";var d=n=>o.createElement(t,{...n},o.createElement(e,{d:"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"18.75",r:"2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.5 18.75H2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M21.25 18.75H14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 16V13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=d;export{d as IconCloudApi,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudApi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.75\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.75H2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 18.75H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},d=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!f.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(a=k(o,n))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?m(M(r)):{},d(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>d(p({},"__esModule",{value:!0}),r);var P={};h(P,{IconPasswordStars:()=>u,default:()=>I});module.exports=B(P);var e=C(require("react"));var c=C(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...t})=>c.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 s=require("react-native-svg"),u=r=>e.default.createElement(l,{...r},e.default.createElement(s.Path,{d:"M1.75 17.25L22.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M9.75 9.94856H14.25M13.125 11.8971L10.875 8M10.875 11.8972L13.125 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M17.75 9.94856H22.25M21.125 11.8971L18.875 8M18.875 11.8972L21.125 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M1.80078 9.94856H6.30078M5.17578 11.8971L2.92578 8M2.92578 11.8972L5.17578 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=u;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\n d=\"M1.75 17.25L22.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.75 9.94856H14.25M13.125 11.8971L10.875 8M10.875 11.8972L13.125 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.75 9.94856H22.25M21.125 11.8971L18.875 8M18.875 11.8972L21.125 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M1.80078 9.94856H6.30078M5.17578 11.8971L2.92578 8M2.92578 11.8972L5.17578 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 a}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(a,{...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 d=e=>o.createElement(n,{...e},o.createElement(t,{d:"M1.75 17.25L22.25 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M9.75 9.94856H14.25M13.125 11.8971L10.875 8M10.875 11.8972L13.125 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M17.75 9.94856H22.25M21.125 11.8971L18.875 8M18.875 11.8972L21.125 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M1.80078 9.94856H6.30078M5.17578 11.8971L2.92578 8M2.92578 11.8972L5.17578 8.00005",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),f=d;export{d as IconPasswordStars,f 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\n d=\"M1.75 17.25L22.25 17.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.75 9.94856H14.25M13.125 11.8971L10.875 8M10.875 11.8972L13.125 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.75 9.94856H22.25M21.125 11.8971L18.875 8M18.875 11.8972L21.125 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M1.80078 9.94856H6.30078M5.17578 11.8971L2.92578 8M2.92578 11.8972L5.17578 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!I.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=f(o,C))||l.enumerable});return r};var i=(r,o,e)=>(e=r!=null?c(B(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconTimeslot:()=>d,default:()=>g});module.exports=P(h);var n=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M12 6.75V12H16.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M20.8239 9.24587C20.3902 9.42552 19.893 9.21956 19.7134 8.78585C19.5337 8.35215 19.7397 7.85492 20.1734 7.67528C20.6071 7.49563 21.1043 7.70159 21.284 8.13529C21.4636 8.569 21.2576 9.06622 20.8239 9.24587Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z",fill:"currentColor"})),g=d;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=\"M12 6.75V12H16.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.8239 9.24587C20.3902 9.42552 19.893 9.21956 19.7134 8.78585C19.5337 8.35215 19.7397 7.85492 20.1734 7.67528C20.6071 7.49563 21.1043 7.70159 21.284 8.13529C21.4636 8.569 21.2576 9.06622 20.8239 9.24587Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z\"\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,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sHACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var s=n=>o.createElement(t,{...n},o.createElement(e,{d:"M12 6.75V12H16.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.8239 9.24587C20.3902 9.42552 19.893 9.21956 19.7134 8.78585C19.5337 8.35215 19.7397 7.85492 20.1734 7.67528C20.6071 7.49563 21.1043 7.70159 21.284 8.13529C21.4636 8.569 21.2576 9.06622 20.8239 9.24587Z",fill:"currentColor"}),o.createElement(e,{d:"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z",fill:"currentColor"}),o.createElement(e,{d:"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z",fill:"currentColor"})),I=s;export{s as IconTimeslot,I 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=\"M12 6.75V12H16.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.8239 9.24587C20.3902 9.42552 19.893 9.21956 19.7134 8.78585C19.5337 8.35215 19.7397 7.85492 20.1734 7.67528C20.6071 7.49563 21.1043 7.70159 21.284 8.13529C21.4636 8.569 21.2576 9.06622 20.8239 9.24587Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z\"\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,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
package/README.md
CHANGED
|
@@ -396,6 +396,7 @@ Below is a complete list of available icons:
|
|
|
396
396
|
### Clouds
|
|
397
397
|
|
|
398
398
|
- IconCloud
|
|
399
|
+
- IconCloudApi
|
|
399
400
|
- IconCloudCheck
|
|
400
401
|
- IconCloudDownload
|
|
401
402
|
- IconCloudOff
|
|
@@ -1363,6 +1364,7 @@ Below is a complete list of available icons:
|
|
|
1363
1364
|
- IconPasskeys
|
|
1364
1365
|
- IconPassport
|
|
1365
1366
|
- IconPassword
|
|
1367
|
+
- IconPasswordStars
|
|
1366
1368
|
- IconSafeSimple
|
|
1367
1369
|
- IconShield
|
|
1368
1370
|
- IconShieldBreak
|
|
@@ -1823,6 +1825,7 @@ Below is a complete list of available icons:
|
|
|
1823
1825
|
- IconSleep
|
|
1824
1826
|
- IconStopwatch
|
|
1825
1827
|
- IconTimeFlies
|
|
1828
|
+
- IconTimeslot
|
|
1826
1829
|
|
|
1827
1830
|
### Typography
|
|
1828
1831
|
|
package/filtered-icons.json
CHANGED
|
@@ -6513,7 +6513,7 @@
|
|
|
6513
6513
|
{
|
|
6514
6514
|
"category": "Clouds",
|
|
6515
6515
|
"svg": "<path d=\"M17.9948 11.002C17.9983 10.9184 18 10.8344 18 10.75C18 7.43629 15.3137 4.75 12 4.75C9.3716 4.75 7.13793 6.44009 6.32647 8.7928C3.74507 9.12339 1.75 11.3287 1.75 14C1.75 16.8995 4.10051 19.25 7 19.25H18.125C20.4032 19.25 22.25 17.4032 22.25 15.125C22.25 12.8468 20.4032 11 18.125 11C18.0814 11 18.038 11.0007 17.9948 11.002Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6516
|
-
"iconName": "cloud
|
|
6516
|
+
"iconName": "cloud",
|
|
6517
6517
|
"variant": {
|
|
6518
6518
|
"join": "round",
|
|
6519
6519
|
"filled": "off",
|
|
@@ -6524,6 +6524,20 @@
|
|
|
6524
6524
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
6525
6525
|
"componentName": "IconCloud"
|
|
6526
6526
|
},
|
|
6527
|
+
{
|
|
6528
|
+
"category": "Clouds",
|
|
6529
|
+
"svg": "<path d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.75\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.75H2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.25 18.75H14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6530
|
+
"iconName": "cloud-api, cloud-network",
|
|
6531
|
+
"variant": {
|
|
6532
|
+
"join": "round",
|
|
6533
|
+
"filled": "off",
|
|
6534
|
+
"radius": "3",
|
|
6535
|
+
"stroke": "1.5"
|
|
6536
|
+
},
|
|
6537
|
+
"createdAt": "2026-01-09T16:01:07.432786+00:00",
|
|
6538
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
6539
|
+
"componentName": "IconCloudApi"
|
|
6540
|
+
},
|
|
6527
6541
|
{
|
|
6528
6542
|
"category": "Clouds",
|
|
6529
6543
|
"svg": "<path d=\"M4.96941 18.89C3.08259 18.1254 1.75 16.259 1.75 14.0779C1.75 11.669 3.37554 9.64394 5.57797 9.06313C5.94417 8.96655 6.25476 8.71287 6.41185 8.36827C7.38551 6.23246 9.52154 4.75 12 4.75C14.4785 4.75 16.6145 6.23246 17.5882 8.36827C17.7452 8.71287 18.0558 8.96655 18.422 9.06313C20.6245 9.64394 22.25 11.669 22.25 14.0779C22.25 16.259 20.9174 18.1254 19.0306 18.89\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 17L11.25 19.75L16.25 14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15876,6 +15890,20 @@
|
|
|
15876
15890
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15877
15891
|
"componentName": "IconPassword"
|
|
15878
15892
|
},
|
|
15893
|
+
{
|
|
15894
|
+
"category": "Security",
|
|
15895
|
+
"svg": "<path d=\"M1.75 17.25L22.25 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M9.75 9.94856H14.25M13.125 11.8971L10.875 8M10.875 11.8972L13.125 8.00005\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M17.75 9.94856H22.25M21.125 11.8971L18.875 8M18.875 11.8972L21.125 8.00005\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M1.80078 9.94856H6.30078M5.17578 11.8971L2.92578 8M2.92578 11.8972L5.17578 8.00005\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
15896
|
+
"iconName": "password-stars",
|
|
15897
|
+
"variant": {
|
|
15898
|
+
"join": "round",
|
|
15899
|
+
"filled": "off",
|
|
15900
|
+
"radius": "3",
|
|
15901
|
+
"stroke": "1.5"
|
|
15902
|
+
},
|
|
15903
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
15904
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15905
|
+
"componentName": "IconPasswordStars"
|
|
15906
|
+
},
|
|
15879
15907
|
{
|
|
15880
15908
|
"category": "Social Media & Brands",
|
|
15881
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\"/>",
|
|
@@ -21686,6 +21714,20 @@
|
|
|
21686
21714
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21687
21715
|
"componentName": "IconTimeFlies"
|
|
21688
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Time & Date",
|
|
21719
|
+
"svg": "<path d=\"M12 6.75V12H16.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.8239 9.24587C20.3902 9.42552 19.893 9.21956 19.7134 8.78585C19.5337 8.35215 19.7397 7.85492 20.1734 7.67528C20.6071 7.49563 21.1043 7.70159 21.284 8.13529C21.4636 8.569 21.2576 9.06622 20.8239 9.24587Z\" fill=\"currentColor\"/><path d=\"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z\" fill=\"currentColor\"/><path d=\"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "timeslot, time, clock",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "round",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "3",
|
|
21725
|
+
"stroke": "1.5"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
21728
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
21729
|
+
"componentName": "IconTimeslot"
|
|
21730
|
+
},
|
|
21689
21731
|
{
|
|
21690
21732
|
"category": "Typography",
|
|
21691
21733
|
"svg": "<path d=\"M2.00797 18.6467C2.52996 18.6467 2.82695 18.3947 3.01594 17.8097L3.99691 15.0198H8.96477L9.95475 17.8187C10.1347 18.3947 10.4317 18.6467 10.9717 18.6467C11.5567 18.6467 11.9797 18.2597 11.9797 17.7287C11.9797 17.5577 11.9437 17.3867 11.8537 17.1347L7.8938 6.41604C7.62381 5.69606 7.19182 5.37207 6.48984 5.37207C5.77886 5.37207 5.33788 5.70506 5.07688 6.42504L1.126 17.1347C1.036 17.3777 1 17.5757 1 17.7287C1 18.2777 1.40499 18.6467 2.00797 18.6467ZM4.5099 13.3728L6.44485 7.676H6.49884L8.45179 13.3728H4.5099Z\" fill=\"currentColor\"/><path d=\"M17.1041 18.6647C18.3371 18.6647 19.5431 17.9987 20.0921 16.9457H20.1371V17.7467C20.1551 18.3227 20.524 18.6737 21.064 18.6737C21.613 18.6737 22 18.3047 22 17.6927V11.9779C22 10.0789 20.533 8.86397 18.2381 8.86397C16.5372 8.86397 15.1062 9.54795 14.6112 10.6189C14.4942 10.8349 14.4402 11.0509 14.4402 11.2489C14.4402 11.7349 14.7912 12.0589 15.2772 12.0589C15.6192 12.0589 15.8712 11.9329 16.0692 11.6449C16.6092 10.7809 17.2301 10.4479 18.1661 10.4479C19.3541 10.4479 20.0651 11.0779 20.0651 12.1309V12.8599L17.4641 13.0129C15.2232 13.1388 13.9452 14.1558 13.9452 15.8118C13.9452 17.5127 15.2502 18.6647 17.1041 18.6647ZM17.6351 17.1257C16.6002 17.1257 15.9072 16.5858 15.9072 15.7578C15.9072 14.9478 16.5642 14.4348 17.7251 14.3538L20.0651 14.2098V14.9568C20.0651 16.1898 18.9941 17.1257 17.6351 17.1257Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -465,6 +465,7 @@ export type CentralIconName =
|
|
|
465
465
|
| "IconCloseQuote1"
|
|
466
466
|
| "IconCloseQuote2"
|
|
467
467
|
| "IconCloud"
|
|
468
|
+
| "IconCloudApi"
|
|
468
469
|
| "IconCloudCheck"
|
|
469
470
|
| "IconCloudDownload"
|
|
470
471
|
| "IconCloudOff"
|
|
@@ -1133,6 +1134,7 @@ export type CentralIconName =
|
|
|
1133
1134
|
| "IconPasskeys"
|
|
1134
1135
|
| "IconPassport"
|
|
1135
1136
|
| "IconPassword"
|
|
1137
|
+
| "IconPasswordStars"
|
|
1136
1138
|
| "IconPatreon"
|
|
1137
1139
|
| "IconPause"
|
|
1138
1140
|
| "IconPayment"
|
|
@@ -1548,6 +1550,7 @@ export type CentralIconName =
|
|
|
1548
1550
|
| "IconTicket"
|
|
1549
1551
|
| "IconTiktok"
|
|
1550
1552
|
| "IconTimeFlies"
|
|
1553
|
+
| "IconTimeslot"
|
|
1551
1554
|
| "IconTitleCase"
|
|
1552
1555
|
| "IconToast"
|
|
1553
1556
|
| "IconTodos"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.90",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1.5/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,
|
|
@@ -273,9 +273,10 @@
|
|
|
273
273
|
]
|
|
274
274
|
},
|
|
275
275
|
"Clouds": {
|
|
276
|
-
"count":
|
|
276
|
+
"count": 12,
|
|
277
277
|
"icons": [
|
|
278
278
|
"IconCloud",
|
|
279
|
+
"IconCloudApi",
|
|
279
280
|
"IconCloudCheck",
|
|
280
281
|
"IconCloudDownload",
|
|
281
282
|
"IconCloudOff",
|
|
@@ -1266,7 +1267,7 @@
|
|
|
1266
1267
|
]
|
|
1267
1268
|
},
|
|
1268
1269
|
"Security": {
|
|
1269
|
-
"count":
|
|
1270
|
+
"count": 28,
|
|
1270
1271
|
"icons": [
|
|
1271
1272
|
"IconAnonymous",
|
|
1272
1273
|
"IconAsterisk",
|
|
@@ -1283,6 +1284,7 @@
|
|
|
1283
1284
|
"IconPasskeys",
|
|
1284
1285
|
"IconPassport",
|
|
1285
1286
|
"IconPassword",
|
|
1287
|
+
"IconPasswordStars",
|
|
1286
1288
|
"IconSafeSimple",
|
|
1287
1289
|
"IconShield",
|
|
1288
1290
|
"IconShieldBreak",
|
|
@@ -1718,7 +1720,7 @@
|
|
|
1718
1720
|
]
|
|
1719
1721
|
},
|
|
1720
1722
|
"Time & Date": {
|
|
1721
|
-
"count":
|
|
1723
|
+
"count": 38,
|
|
1722
1724
|
"icons": [
|
|
1723
1725
|
"IconCalendar1",
|
|
1724
1726
|
"IconCalendar2",
|
|
@@ -1756,7 +1758,8 @@
|
|
|
1756
1758
|
"IconHourglass",
|
|
1757
1759
|
"IconSleep",
|
|
1758
1760
|
"IconStopwatch",
|
|
1759
|
-
"IconTimeFlies"
|
|
1761
|
+
"IconTimeFlies",
|
|
1762
|
+
"IconTimeslot"
|
|
1760
1763
|
]
|
|
1761
1764
|
},
|
|
1762
1765
|
"Typography": {
|
|
@@ -2348,7 +2351,8 @@
|
|
|
2348
2351
|
"IconClosedCaptioning": "closed-captioning, cc",
|
|
2349
2352
|
"IconCloseQuote1": "close-quote-1, blockquote",
|
|
2350
2353
|
"IconCloseQuote2": "close-quote-2, blockquote",
|
|
2351
|
-
"IconCloud": "cloud
|
|
2354
|
+
"IconCloud": "cloud",
|
|
2355
|
+
"IconCloudApi": "cloud-api, cloud-network",
|
|
2352
2356
|
"IconCloudCheck": "cloud-check, save",
|
|
2353
2357
|
"IconCloudDownload": "cloud-download",
|
|
2354
2358
|
"IconCloudOff": "cloud-off, offline",
|
|
@@ -3017,6 +3021,7 @@
|
|
|
3017
3021
|
"IconPasskeys": "passkeys, passkey, passwordless",
|
|
3018
3022
|
"IconPassport": "passport, visa",
|
|
3019
3023
|
"IconPassword": "password, lock, protection",
|
|
3024
|
+
"IconPasswordStars": "password-stars",
|
|
3020
3025
|
"IconPatreon": "patreon",
|
|
3021
3026
|
"IconPause": "pause",
|
|
3022
3027
|
"IconPayment": "payment, flow, connection",
|
|
@@ -3432,6 +3437,7 @@
|
|
|
3432
3437
|
"IconTicket": "ticket, admit, vip",
|
|
3433
3438
|
"IconTiktok": "tiktok",
|
|
3434
3439
|
"IconTimeFlies": "time-flies, speed",
|
|
3440
|
+
"IconTimeslot": "timeslot, time, clock",
|
|
3435
3441
|
"IconTitleCase": "title-case",
|
|
3436
3442
|
"IconToast": "toast, breakfest",
|
|
3437
3443
|
"IconTodos": "todos, check, things, task",
|
package/index.d.ts
CHANGED
|
@@ -464,6 +464,7 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
|
|
|
464
464
|
export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
|
|
465
465
|
export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
|
|
466
466
|
export { IconCloud, default as IconCloudDefault } from "./IconCloud";
|
|
467
|
+
export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
|
|
467
468
|
export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
|
|
468
469
|
export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
|
|
469
470
|
export { IconCloudOff, default as IconCloudOffDefault } from "./IconCloudOff";
|
|
@@ -1132,6 +1133,7 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
|
|
|
1132
1133
|
export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
|
|
1133
1134
|
export { IconPassport, default as IconPassportDefault } from "./IconPassport";
|
|
1134
1135
|
export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
|
|
1136
|
+
export { IconPasswordStars, default as IconPasswordStarsDefault, } from "./IconPasswordStars";
|
|
1135
1137
|
export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
|
|
1136
1138
|
export { IconPause, default as IconPauseDefault } from "./IconPause";
|
|
1137
1139
|
export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
|
|
@@ -1547,6 +1549,7 @@ export { IconThunder, default as IconThunderDefault } from "./IconThunder";
|
|
|
1547
1549
|
export { IconTicket, default as IconTicketDefault } from "./IconTicket";
|
|
1548
1550
|
export { IconTiktok, default as IconTiktokDefault } from "./IconTiktok";
|
|
1549
1551
|
export { IconTimeFlies, default as IconTimeFliesDefault, } from "./IconTimeFlies";
|
|
1552
|
+
export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
|
|
1550
1553
|
export { IconTitleCase, default as IconTitleCaseDefault, } from "./IconTitleCase";
|
|
1551
1554
|
export { IconToast, default as IconToastDefault } from "./IconToast";
|
|
1552
1555
|
export { IconTodos, default as IconTodosDefault } from "./IconTodos";
|