@central-icons-react-native/round-outlined-radius-3-stroke-1 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 k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of L(o))!x.call(r,p)&&p!==n&&s(r,p,{get:()=>o[p],enumerable:!(C=m(o,p))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconCloudApi:()=>a,default:()=>P});module.exports=I(g);var e=u(require("react"));var c=u(require("react")),d=require("react-native-svg"),l=({children:r,size:o=24,...n})=>c.default.createElement(d.Svg,{...n,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"),a=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 18.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 18.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 16V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=a;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.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 18.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\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,6QACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,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 s from"react";import{Svg as C}from"react-native-svg";var t=({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{Circle as i,Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 18.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 18.5H14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 16V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconCloudApi,B 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.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 18.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\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,6QACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!f.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(a=m(o,t))||a.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(M(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconPasswordStars:()=>c,default:()=>P});module.exports=I(x);var e=u(require("react"));var d=u(require("react")),C=require("react-native-svg"),L=({children:r,size:o=24,...n})=>d.default.createElement(C.Svg,{...n,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"),c=r=>e.default.createElement(L,{...r},e.default.createElement(s.Path,{d:"M1.5 17.5L22.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M1.5 9.51145H7M5.625 11.893L2.875 7.12988M2.875 11.8931L5.625 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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.5 17.5L22.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 9.51145H7M5.625 11.893L2.875 7.12988M2.875 11.8931L5.625 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 t=({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 n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M1.5 17.5L22.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1.5 9.51145H7M5.625 11.893L2.875 7.12988M2.875 11.8931L5.625 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),f=i;export{i 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.5 17.5L22.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 9.51145H7M5.625 11.893L2.875 7.12988M2.875 11.8931L5.625 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},s=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!x.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(l=d(o,C))||l.enumerable});return r};var i=(r,o,n)=>(n=r!=null?f(I(r)):{},s(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconTimeslot:()=>c,default:()=>k});module.exports=g(v);var e=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...n})=>u.default.createElement(m.Svg,{...n,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"),c=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M12 6.5V12H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z",fill:"currentColor"}),e.default.createElement(t.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"})),k=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\n d=\"M12 6.5V12H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\"\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,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,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"},e);import{Path as n}from"react-native-svg";var s=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12 6.5V12H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z",fill:"currentColor"}),o.createElement(n,{d:"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z",fill:"currentColor"}),o.createElement(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",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=\"M12 6.5V12H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\"\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,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,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
|
@@ -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=\"M7 19.5C3.96243 19.5 1.5 17.0376 1.5 14C1.5 11.3187 3.4187 9.08552 5.95801 8.59857C6.91321 6.19737 9.25838 4.5 12 4.5C15.4303 4.5 18.24 7.15724 18.483 10.5256C20.7411 10.7666 22.5 12.6779 22.5 15C22.5 17.4853 20.4853 19.5 18 19.5H7Z\" stroke=\"currentColor\" 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",
|
|
6525
6525
|
"componentName": "IconCloud"
|
|
6526
6526
|
},
|
|
6527
|
+
{
|
|
6528
|
+
"category": "Clouds",
|
|
6529
|
+
"svg": "<path d=\"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.5H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 18.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13.5\" stroke=\"currentColor\" 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"
|
|
6536
|
+
},
|
|
6537
|
+
"createdAt": "2026-01-09T16:01:07.432786+00:00",
|
|
6538
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
6539
|
+
"componentName": "IconCloudApi"
|
|
6540
|
+
},
|
|
6527
6541
|
{
|
|
6528
6542
|
"category": "Clouds",
|
|
6529
6543
|
"svg": "<path d=\"M4.79793 19.14C2.86509 18.3483 1.5 16.4159 1.5 14.1577C1.5 11.6586 3.17189 9.55856 5.43496 8.96203C5.80179 8.86534 6.11256 8.61045 6.26749 8.26416C7.26114 6.04318 9.45423 4.5 12 4.5C14.5458 4.5 16.7389 6.04318 17.7325 8.26416C17.8874 8.61045 18.1982 8.86534 18.565 8.96203C20.8281 9.55856 22.5 11.6586 22.5 14.1577C22.5 16.4159 21.1349 18.3483 19.2021 19.14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 17L11.1667 20L16.5 14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15876,6 +15890,20 @@
|
|
|
15876
15890
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
15877
15891
|
"componentName": "IconPassword"
|
|
15878
15892
|
},
|
|
15893
|
+
{
|
|
15894
|
+
"category": "Security",
|
|
15895
|
+
"svg": "<path d=\"M1.5 17.5L22.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 9.51145H7M5.625 11.893L2.875 7.12988M2.875 11.8931L5.625 7.12995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
15896
|
+
"iconName": "password-stars",
|
|
15897
|
+
"variant": {
|
|
15898
|
+
"join": "round",
|
|
15899
|
+
"filled": "off",
|
|
15900
|
+
"radius": "3",
|
|
15901
|
+
"stroke": "1"
|
|
15902
|
+
},
|
|
15903
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
15904
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
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",
|
|
21687
21715
|
"componentName": "IconTimeFlies"
|
|
21688
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Time & Date",
|
|
21719
|
+
"svg": "<path d=\"M12 6.5V12H16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\" fill=\"currentColor\"/><path d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\" 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": "round",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "3",
|
|
21725
|
+
"stroke": "1"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
21728
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
21729
|
+
"componentName": "IconTimeslot"
|
|
21730
|
+
},
|
|
21689
21731
|
{
|
|
21690
21732
|
"category": "Typography",
|
|
21691
21733
|
"svg": "<path d=\"M1.65229 18.9627C1.97371 18.9627 2.16278 18.8209 2.28568 18.4617L3.68479 14.6519H9.38525L10.7844 18.4617C10.9167 18.8115 11.0963 18.9627 11.4272 18.9627C11.8053 18.9627 12.0795 18.7264 12.0795 18.3955C12.0795 18.2915 12.0511 18.1781 11.9944 18.0174L7.35275 5.67112C7.19204 5.24571 6.94625 5.05664 6.5492 5.05664C6.13325 5.05664 5.87801 5.25516 5.7173 5.67112L1.08508 18.0174C1.01891 18.1876 1 18.301 1 18.3955C1 18.7264 1.27415 18.9627 1.65229 18.9627ZM4.06293 13.5364L6.51139 6.78663H6.56811L9.00711 13.5364H4.06293Z\" fill=\"currentColor\"/><path d=\"M17.4151 18.9911C18.8803 18.9911 20.2322 18.1781 20.7805 16.9586H20.8089V18.3577C20.8089 18.7359 21.0547 18.9911 21.4044 18.9911C21.7542 18.9911 22 18.7359 22 18.3577V12.0995C22 10.0954 20.6009 8.83804 18.351 8.83804C16.6493 8.83804 15.2786 9.63213 14.7681 10.8044C14.6641 11.0218 14.5979 11.2487 14.5979 11.4378C14.5979 11.7781 14.8248 12.005 15.1557 12.005C15.4015 12.005 15.5716 11.8915 15.6851 11.6646C16.1672 10.464 17.0464 9.9441 18.3226 9.9441C19.8541 9.9441 20.7521 10.7949 20.7521 12.2129V13.0638L17.6798 13.2528C15.4015 13.4041 14.1536 14.4345 14.1536 16.1078C14.1536 17.8283 15.4771 18.9911 17.4151 18.9911ZM17.6703 17.9134C16.3468 17.9134 15.4204 17.1855 15.4204 16.0889C15.4204 15.0301 16.2806 14.3494 17.831 14.2454L20.7521 14.0469V15.1341C20.7521 16.6939 19.3908 17.9134 17.6703 17.9134Z\" 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",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.90",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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,
|
|
@@ -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";
|