@central-icons-react-native/round-filled-radius-0-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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var H={};x(H,{IconCloudApi:()=>i,default:()=>g});module.exports=P(H);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C14.6677 2 16.869 3.99 17.2041 6.56641C18.9386 6.89594 20.25 8.41963 20.25 10.25C20.25 12.3211 18.5711 14 16.5 14H12.75V15.5879C13.9424 15.8696 14.8804 16.8076 15.1621 18H21.25C21.6642 18 22 18.3358 22 18.75C22 19.1642 21.6642 19.5 21.25 19.5H15.1621C14.8235 20.9332 13.5367 22 12 22C10.4633 22 9.17655 20.9332 8.83789 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H8.83789C9.11964 16.8076 10.0576 15.8696 11.25 15.5879V14H8.25C5.76472 14 3.75 11.9853 3.75 9.5C3.75 7.37663 5.22012 5.59795 7.19824 5.12402C8.01392 3.28444 9.85622 2 12 2ZM12 17C11.0335 17 10.25 17.7835 10.25 18.75C10.25 19.7165 11.0335 20.5 12 20.5C12.9665 20.5 13.75 19.7165 13.75 18.75C13.75 17.7835 12.9665 17 12 17Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C14.6677 2 16.869 3.99 17.2041 6.56641C18.9386 6.89594 20.25 8.41963 20.25 10.25C20.25 12.3211 18.5711 14 16.5 14H12.75V15.5879C13.9424 15.8696 14.8804 16.8076 15.1621 18H21.25C21.6642 18 22 18.3358 22 18.75C22 19.1642 21.6642 19.5 21.25 19.5H15.1621C14.8235 20.9332 13.5367 22 12 22C10.4633 22 9.17655 20.9332 8.83789 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H8.83789C9.11964 16.8076 10.0576 15.8696 11.25 15.5879V14H8.25C5.76472 14 3.75 11.9853 3.75 9.5C3.75 7.37663 5.22012 5.59795 7.19824 5.12402C8.01392 3.28444 9.85622 2 12 2ZM12 17C11.0335 17 10.25 17.7835 10.25 18.75C10.25 19.7165 11.0335 20.5 12 20.5C12.9665 20.5 13.75 19.7165 13.75 18.75C13.75 17.7835 12.9665 17 12 17Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6sBACF,KAAK,eACP,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C14.6677 2 16.869 3.99 17.2041 6.56641C18.9386 6.89594 20.25 8.41963 20.25 10.25C20.25 12.3211 18.5711 14 16.5 14H12.75V15.5879C13.9424 15.8696 14.8804 16.8076 15.1621 18H21.25C21.6642 18 22 18.3358 22 18.75C22 19.1642 21.6642 19.5 21.25 19.5H15.1621C14.8235 20.9332 13.5367 22 12 22C10.4633 22 9.17655 20.9332 8.83789 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H8.83789C9.11964 16.8076 10.0576 15.8696 11.25 15.5879V14H8.25C5.76472 14 3.75 11.9853 3.75 9.5C3.75 7.37663 5.22012 5.59795 7.19824 5.12402C8.01392 3.28444 9.85622 2 12 2ZM12 17C11.0335 17 10.25 17.7835 10.25 18.75C10.25 19.7165 11.0335 20.5 12 20.5C12.9665 20.5 13.75 19.7165 13.75 18.75C13.75 17.7835 12.9665 17 12 17Z",fill:"currentColor"})),v=a;export{a as IconCloudApi,v 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 { Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C14.6677 2 16.869 3.99 17.2041 6.56641C18.9386 6.89594 20.25 8.41963 20.25 10.25C20.25 12.3211 18.5711 14 16.5 14H12.75V15.5879C13.9424 15.8696 14.8804 16.8076 15.1621 18H21.25C21.6642 18 22 18.3358 22 18.75C22 19.1642 21.6642 19.5 21.25 19.5H15.1621C14.8235 20.9332 13.5367 22 12 22C10.4633 22 9.17655 20.9332 8.83789 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H8.83789C9.11964 16.8076 10.0576 15.8696 11.25 15.5879V14H8.25C5.76472 14 3.75 11.9853 3.75 9.5C3.75 7.37663 5.22012 5.59795 7.19824 5.12402C8.01392 3.28444 9.85622 2 12 2ZM12 17C11.0335 17 10.25 17.7835 10.25 18.75C10.25 19.7165 11.0335 20.5 12 20.5C12.9665 20.5 13.75 19.7165 13.75 18.75C13.75 17.7835 12.9665 17 12 17Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6sBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var L=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(C,r)=>{for(var o in r)L(C,o,{get:r[o],enumerable:!0})},p=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of u(r))!I.call(C,n)&&n!==o&&L(C,n,{get:()=>r[n],enumerable:!(l=i(r,n))||l.enumerable});return C};var s=(C,r,o)=>(o=C!=null?c(B(C)):{},p(r||!C||!C.__esModule?L(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>p(L({},"__esModule",{value:!0}),C);var g={};P(g,{IconPasswordStars:()=>m,default:()=>x});module.exports=d(g);var t=s(require("react"));var a=s(require("react")),H=require("react-native-svg"),f=({children:C,size:r=24,...o})=>a.default.createElement(H.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var e=require("react-native-svg"),m=C=>t.default.createElement(f,{...C},t.default.createElement(e.Path,{d:"M22.25 16.5C22.6642 16.5 23 16.8358 23 17.25C23 17.6642 22.6642 18 22.25 18H1.75C1.33579 18 1 17.6642 1 17.25C1.00002 16.8358 1.3358 16.5 1.75 16.5H22.25Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M4.52539 7.62502C4.73252 7.26639 5.19112 7.14353 5.5498 7.35061C5.9085 7.55772 6.0313 8.01631 5.82422 8.37502L5.34863 9.19826H6.2998C6.7139 9.19826 7.04962 9.53421 7.0498 9.94826C7.0498 10.3625 6.71402 10.6983 6.2998 10.6983H5.34863L5.82422 11.5225C6.03115 11.8812 5.90844 12.3398 5.5498 12.5469C5.1912 12.7539 4.73256 12.6309 4.52539 12.2725L4.0498 11.4483L3.57422 12.2725C3.36705 12.631 2.90842 12.7539 2.5498 12.5469C2.19116 12.3398 2.06843 11.8812 2.27539 11.5225L2.75098 10.6983H1.7998C1.38559 10.6983 1.0498 10.3625 1.0498 9.94826C1.04999 9.53421 1.38571 9.19826 1.7998 9.19826H2.75098L2.27539 8.37502C2.06831 8.01632 2.19113 7.55772 2.5498 7.35061C2.9085 7.14353 3.3671 7.26636 3.57422 7.62502L4.0498 8.44826L4.52539 7.62502Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12.4756 7.62502C12.6827 7.26639 13.1413 7.14353 13.5 7.35061C13.8587 7.55772 13.9815 8.01631 13.7744 8.37502L13.2988 9.19826H14.25C14.6641 9.19826 14.9998 9.53421 15 9.94826C15 10.3625 14.6642 10.6983 14.25 10.6983H13.2988L13.7744 11.5225C13.9813 11.8812 13.8586 12.3398 13.5 12.5469C13.1414 12.7539 12.6828 12.6309 12.4756 12.2725L12 11.4483L11.5244 12.2725C11.3173 12.631 10.8586 12.7539 10.5 12.5469C10.1414 12.3398 10.0186 11.8812 10.2256 11.5225L10.7012 10.6983H9.75C9.33579 10.6983 9 10.3625 9 9.94826C9.00019 9.53421 9.3359 9.19826 9.75 9.19826H10.7012L10.2256 8.37502C10.0185 8.01632 10.1413 7.55772 10.5 7.35061C10.8587 7.14353 11.3173 7.26636 11.5244 7.62502L12 8.44826L12.4756 7.62502Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M20.4756 7.62502C20.6827 7.26639 21.1413 7.14353 21.5 7.35061C21.8587 7.55772 21.9815 8.01631 21.7744 8.37502L21.2988 9.19826H22.25C22.6641 9.19826 22.9998 9.53421 23 9.94826C23 10.3625 22.6642 10.6983 22.25 10.6983H21.2988L21.7744 11.5225C21.9813 11.8812 21.8586 12.3398 21.5 12.5469C21.1414 12.7539 20.6828 12.6309 20.4756 12.2725L20 11.4483L19.5244 12.2725C19.3172 12.631 18.8586 12.7539 18.5 12.5469C18.1414 12.3398 18.0186 11.8812 18.2256 11.5225L18.7012 10.6983H17.75C17.3358 10.6983 17 10.3625 17 9.94826C17.0002 9.53421 17.3359 9.19826 17.75 9.19826H18.7012L18.2256 8.37502C18.0185 8.01632 18.1413 7.55772 18.5 7.35061C18.8587 7.14353 19.3173 7.26636 19.5244 7.62502L20 8.44826L20.4756 7.62502Z",fill:"currentColor"})),x=m;0&&(module.exports={IconPasswordStars});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPasswordStars/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22.25 16.5C22.6642 16.5 23 16.8358 23 17.25C23 17.6642 22.6642 18 22.25 18H1.75C1.33579 18 1 17.6642 1 17.25C1.00002 16.8358 1.3358 16.5 1.75 16.5H22.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.52539 7.62502C4.73252 7.26639 5.19112 7.14353 5.5498 7.35061C5.9085 7.55772 6.0313 8.01631 5.82422 8.37502L5.34863 9.19826H6.2998C6.7139 9.19826 7.04962 9.53421 7.0498 9.94826C7.0498 10.3625 6.71402 10.6983 6.2998 10.6983H5.34863L5.82422 11.5225C6.03115 11.8812 5.90844 12.3398 5.5498 12.5469C5.1912 12.7539 4.73256 12.6309 4.52539 12.2725L4.0498 11.4483L3.57422 12.2725C3.36705 12.631 2.90842 12.7539 2.5498 12.5469C2.19116 12.3398 2.06843 11.8812 2.27539 11.5225L2.75098 10.6983H1.7998C1.38559 10.6983 1.0498 10.3625 1.0498 9.94826C1.04999 9.53421 1.38571 9.19826 1.7998 9.19826H2.75098L2.27539 8.37502C2.06831 8.01632 2.19113 7.55772 2.5498 7.35061C2.9085 7.14353 3.3671 7.26636 3.57422 7.62502L4.0498 8.44826L4.52539 7.62502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4756 7.62502C12.6827 7.26639 13.1413 7.14353 13.5 7.35061C13.8587 7.55772 13.9815 8.01631 13.7744 8.37502L13.2988 9.19826H14.25C14.6641 9.19826 14.9998 9.53421 15 9.94826C15 10.3625 14.6642 10.6983 14.25 10.6983H13.2988L13.7744 11.5225C13.9813 11.8812 13.8586 12.3398 13.5 12.5469C13.1414 12.7539 12.6828 12.6309 12.4756 12.2725L12 11.4483L11.5244 12.2725C11.3173 12.631 10.8586 12.7539 10.5 12.5469C10.1414 12.3398 10.0186 11.8812 10.2256 11.5225L10.7012 10.6983H9.75C9.33579 10.6983 9 10.3625 9 9.94826C9.00019 9.53421 9.3359 9.19826 9.75 9.19826H10.7012L10.2256 8.37502C10.0185 8.01632 10.1413 7.55772 10.5 7.35061C10.8587 7.14353 11.3173 7.26636 11.5244 7.62502L12 8.44826L12.4756 7.62502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4756 7.62502C20.6827 7.26639 21.1413 7.14353 21.5 7.35061C21.8587 7.55772 21.9815 8.01631 21.7744 8.37502L21.2988 9.19826H22.25C22.6641 9.19826 22.9998 9.53421 23 9.94826C23 10.3625 22.6642 10.6983 22.25 10.6983H21.2988L21.7744 11.5225C21.9813 11.8812 21.8586 12.3398 21.5 12.5469C21.1414 12.7539 20.6828 12.6309 20.4756 12.2725L20 11.4483L19.5244 12.2725C19.3172 12.631 18.8586 12.7539 18.5 12.5469C18.1414 12.3398 18.0186 11.8812 18.2256 11.5225L18.7012 10.6983H17.75C17.3358 10.6983 17 10.3625 17 9.94826C17.0002 9.53421 17.3359 9.19826 17.75 9.19826H18.7012L18.2256 8.37502C18.0185 8.01632 18.1413 7.55772 18.5 7.35061C18.8587 7.14353 19.3173 7.26636 19.5244 7.62502L20 8.44826L20.4756 7.62502Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+tBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4rBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,isBACF,KAAK,eACP,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 r from"react";import L from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:C=24,...e})=>L.createElement(l,{...e,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},t);import{Path as o}from"react-native-svg";var p=t=>r.createElement(n,{...t},r.createElement(o,{d:"M22.25 16.5C22.6642 16.5 23 16.8358 23 17.25C23 17.6642 22.6642 18 22.25 18H1.75C1.33579 18 1 17.6642 1 17.25C1.00002 16.8358 1.3358 16.5 1.75 16.5H22.25Z",fill:"currentColor"}),r.createElement(o,{d:"M4.52539 7.62502C4.73252 7.26639 5.19112 7.14353 5.5498 7.35061C5.9085 7.55772 6.0313 8.01631 5.82422 8.37502L5.34863 9.19826H6.2998C6.7139 9.19826 7.04962 9.53421 7.0498 9.94826C7.0498 10.3625 6.71402 10.6983 6.2998 10.6983H5.34863L5.82422 11.5225C6.03115 11.8812 5.90844 12.3398 5.5498 12.5469C5.1912 12.7539 4.73256 12.6309 4.52539 12.2725L4.0498 11.4483L3.57422 12.2725C3.36705 12.631 2.90842 12.7539 2.5498 12.5469C2.19116 12.3398 2.06843 11.8812 2.27539 11.5225L2.75098 10.6983H1.7998C1.38559 10.6983 1.0498 10.3625 1.0498 9.94826C1.04999 9.53421 1.38571 9.19826 1.7998 9.19826H2.75098L2.27539 8.37502C2.06831 8.01632 2.19113 7.55772 2.5498 7.35061C2.9085 7.14353 3.3671 7.26636 3.57422 7.62502L4.0498 8.44826L4.52539 7.62502Z",fill:"currentColor"}),r.createElement(o,{d:"M12.4756 7.62502C12.6827 7.26639 13.1413 7.14353 13.5 7.35061C13.8587 7.55772 13.9815 8.01631 13.7744 8.37502L13.2988 9.19826H14.25C14.6641 9.19826 14.9998 9.53421 15 9.94826C15 10.3625 14.6642 10.6983 14.25 10.6983H13.2988L13.7744 11.5225C13.9813 11.8812 13.8586 12.3398 13.5 12.5469C13.1414 12.7539 12.6828 12.6309 12.4756 12.2725L12 11.4483L11.5244 12.2725C11.3173 12.631 10.8586 12.7539 10.5 12.5469C10.1414 12.3398 10.0186 11.8812 10.2256 11.5225L10.7012 10.6983H9.75C9.33579 10.6983 9 10.3625 9 9.94826C9.00019 9.53421 9.3359 9.19826 9.75 9.19826H10.7012L10.2256 8.37502C10.0185 8.01632 10.1413 7.55772 10.5 7.35061C10.8587 7.14353 11.3173 7.26636 11.5244 7.62502L12 8.44826L12.4756 7.62502Z",fill:"currentColor"}),r.createElement(o,{d:"M20.4756 7.62502C20.6827 7.26639 21.1413 7.14353 21.5 7.35061C21.8587 7.55772 21.9815 8.01631 21.7744 8.37502L21.2988 9.19826H22.25C22.6641 9.19826 22.9998 9.53421 23 9.94826C23 10.3625 22.6642 10.6983 22.25 10.6983H21.2988L21.7744 11.5225C21.9813 11.8812 21.8586 12.3398 21.5 12.5469C21.1414 12.7539 20.6828 12.6309 20.4756 12.2725L20 11.4483L19.5244 12.2725C19.3172 12.631 18.8586 12.7539 18.5 12.5469C18.1414 12.3398 18.0186 11.8812 18.2256 11.5225L18.7012 10.6983H17.75C17.3358 10.6983 17 10.3625 17 9.94826C17.0002 9.53421 17.3359 9.19826 17.75 9.19826H18.7012L18.2256 8.37502C18.0185 8.01632 18.1413 7.55772 18.5 7.35061C18.8587 7.14353 19.3173 7.26636 19.5244 7.62502L20 8.44826L20.4756 7.62502Z",fill:"currentColor"})),I=p;export{p as IconPasswordStars,I 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=\"M22.25 16.5C22.6642 16.5 23 16.8358 23 17.25C23 17.6642 22.6642 18 22.25 18H1.75C1.33579 18 1 17.6642 1 17.25C1.00002 16.8358 1.3358 16.5 1.75 16.5H22.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.52539 7.62502C4.73252 7.26639 5.19112 7.14353 5.5498 7.35061C5.9085 7.55772 6.0313 8.01631 5.82422 8.37502L5.34863 9.19826H6.2998C6.7139 9.19826 7.04962 9.53421 7.0498 9.94826C7.0498 10.3625 6.71402 10.6983 6.2998 10.6983H5.34863L5.82422 11.5225C6.03115 11.8812 5.90844 12.3398 5.5498 12.5469C5.1912 12.7539 4.73256 12.6309 4.52539 12.2725L4.0498 11.4483L3.57422 12.2725C3.36705 12.631 2.90842 12.7539 2.5498 12.5469C2.19116 12.3398 2.06843 11.8812 2.27539 11.5225L2.75098 10.6983H1.7998C1.38559 10.6983 1.0498 10.3625 1.0498 9.94826C1.04999 9.53421 1.38571 9.19826 1.7998 9.19826H2.75098L2.27539 8.37502C2.06831 8.01632 2.19113 7.55772 2.5498 7.35061C2.9085 7.14353 3.3671 7.26636 3.57422 7.62502L4.0498 8.44826L4.52539 7.62502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.4756 7.62502C12.6827 7.26639 13.1413 7.14353 13.5 7.35061C13.8587 7.55772 13.9815 8.01631 13.7744 8.37502L13.2988 9.19826H14.25C14.6641 9.19826 14.9998 9.53421 15 9.94826C15 10.3625 14.6642 10.6983 14.25 10.6983H13.2988L13.7744 11.5225C13.9813 11.8812 13.8586 12.3398 13.5 12.5469C13.1414 12.7539 12.6828 12.6309 12.4756 12.2725L12 11.4483L11.5244 12.2725C11.3173 12.631 10.8586 12.7539 10.5 12.5469C10.1414 12.3398 10.0186 11.8812 10.2256 11.5225L10.7012 10.6983H9.75C9.33579 10.6983 9 10.3625 9 9.94826C9.00019 9.53421 9.3359 9.19826 9.75 9.19826H10.7012L10.2256 8.37502C10.0185 8.01632 10.1413 7.55772 10.5 7.35061C10.8587 7.14353 11.3173 7.26636 11.5244 7.62502L12 8.44826L12.4756 7.62502Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4756 7.62502C20.6827 7.26639 21.1413 7.14353 21.5 7.35061C21.8587 7.55772 21.9815 8.01631 21.7744 8.37502L21.2988 9.19826H22.25C22.6641 9.19826 22.9998 9.53421 23 9.94826C23 10.3625 22.6642 10.6983 22.25 10.6983H21.2988L21.7744 11.5225C21.9813 11.8812 21.8586 12.3398 21.5 12.5469C21.1414 12.7539 20.6828 12.6309 20.4756 12.2725L20 11.4483L19.5244 12.2725C19.3172 12.631 18.8586 12.7539 18.5 12.5469C18.1414 12.3398 18.0186 11.8812 18.2256 11.5225L18.7012 10.6983H17.75C17.3358 10.6983 17 10.3625 17 9.94826C17.0002 9.53421 17.3359 9.19826 17.75 9.19826H18.7012L18.2256 8.37502C18.0185 8.01632 18.1413 7.55772 18.5 7.35061C18.8587 7.14353 19.3173 7.26636 19.5244 7.62502L20 8.44826L20.4756 7.62502Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+tBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4rBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,isBACF,KAAK,eACP,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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!v.call(r,l)&&l!==C&&t(r,l,{get:()=>o[l],enumerable:!(p=d(o,l))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconTimeslot:()=>a,default:()=>g});module.exports=P(M);var e=i(require("react"));var m=i(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"}),e.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z",fill:"currentColor"})),g=a;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 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z\"\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,oUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,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 t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>t.createElement(p,{...l,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 C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z",fill:"currentColor"}),o.createElement(C,{d:"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z",fill:"currentColor"}),o.createElement(C,{d:"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z",fill:"currentColor"}),o.createElement(C,{d:"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z",fill:"currentColor"})),v=f;export{f as IconTimeslot,v 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 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z\"\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,oUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,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=\"M12 4C9.20241 4 6.80396 5.70153 5.77996 8.12427C3.05102 8.68825 1 11.1041 1 14C1 17.3137 3.68629 20 7 20H18.125C20.8174 20 23 17.8174 23 15.125C23 12.639 21.1392 10.5876 18.7344 10.2877C18.4969 6.77542 15.5725 4 12 4Z\" fill=\"currentColor\"/>",
|
|
6516
|
-
"iconName": "cloud
|
|
6516
|
+
"iconName": "cloud",
|
|
6517
6517
|
"variant": {
|
|
6518
6518
|
"join": "round",
|
|
6519
6519
|
"filled": "on",
|
|
@@ -6524,6 +6524,20 @@
|
|
|
6524
6524
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
6525
6525
|
"componentName": "IconCloud"
|
|
6526
6526
|
},
|
|
6527
|
+
{
|
|
6528
|
+
"category": "Clouds",
|
|
6529
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C14.6677 2 16.869 3.99 17.2041 6.56641C18.9386 6.89594 20.25 8.41963 20.25 10.25C20.25 12.3211 18.5711 14 16.5 14H12.75V15.5879C13.9424 15.8696 14.8804 16.8076 15.1621 18H21.25C21.6642 18 22 18.3358 22 18.75C22 19.1642 21.6642 19.5 21.25 19.5H15.1621C14.8235 20.9332 13.5367 22 12 22C10.4633 22 9.17655 20.9332 8.83789 19.5H2.75C2.33579 19.5 2 19.1642 2 18.75C2 18.3358 2.33579 18 2.75 18H8.83789C9.11964 16.8076 10.0576 15.8696 11.25 15.5879V14H8.25C5.76472 14 3.75 11.9853 3.75 9.5C3.75 7.37663 5.22012 5.59795 7.19824 5.12402C8.01392 3.28444 9.85622 2 12 2ZM12 17C11.0335 17 10.25 17.7835 10.25 18.75C10.25 19.7165 11.0335 20.5 12 20.5C12.9665 20.5 13.75 19.7165 13.75 18.75C13.75 17.7835 12.9665 17 12 17Z\" fill=\"currentColor\"/>",
|
|
6530
|
+
"iconName": "cloud-api, cloud-network",
|
|
6531
|
+
"variant": {
|
|
6532
|
+
"join": "round",
|
|
6533
|
+
"filled": "on",
|
|
6534
|
+
"radius": "0",
|
|
6535
|
+
"stroke": "1.5"
|
|
6536
|
+
},
|
|
6537
|
+
"createdAt": "2026-01-09T16:01:07.432786+00:00",
|
|
6538
|
+
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
6539
|
+
"componentName": "IconCloudApi"
|
|
6540
|
+
},
|
|
6527
6541
|
{
|
|
6528
6542
|
"category": "Clouds",
|
|
6529
6543
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 14C1 17.3137 3.68629 20 7 20H17C20.3137 20 23 17.3137 23 14C23 11.1691 21.0394 8.79604 18.402 8.16469C17.3138 5.7113 14.8568 4 12 4C9.14324 4 6.68617 5.7113 5.59801 8.16469C2.96058 8.79604 1 11.1691 1 14ZM15.5483 11.0117C15.8309 10.7089 15.8146 10.2343 15.5117 9.95171C15.2089 9.66908 14.7343 9.68545 14.4517 9.98826L10.3333 14.4008L8.54829 12.4883C8.26567 12.1854 7.79107 12.1691 7.48826 12.4517C7.18545 12.7343 7.16908 13.2089 7.45171 13.5117L9.78504 16.0117C9.92689 16.1637 10.1254 16.25 10.3333 16.25C10.5412 16.25 10.7398 16.1637 10.8816 16.0117L15.5483 11.0117Z\" fill=\"currentColor\"/>",
|
|
@@ -15876,6 +15890,20 @@
|
|
|
15876
15890
|
"packageName": "round-filled-radius-0-stroke-1.5",
|
|
15877
15891
|
"componentName": "IconPassword"
|
|
15878
15892
|
},
|
|
15893
|
+
{
|
|
15894
|
+
"category": "Security",
|
|
15895
|
+
"svg": "<path d=\"M22.25 16.5C22.6642 16.5 23 16.8358 23 17.25C23 17.6642 22.6642 18 22.25 18H1.75C1.33579 18 1 17.6642 1 17.25C1.00002 16.8358 1.3358 16.5 1.75 16.5H22.25Z\" fill=\"currentColor\"/><path d=\"M4.52539 7.62502C4.73252 7.26639 5.19112 7.14353 5.5498 7.35061C5.9085 7.55772 6.0313 8.01631 5.82422 8.37502L5.34863 9.19826H6.2998C6.7139 9.19826 7.04962 9.53421 7.0498 9.94826C7.0498 10.3625 6.71402 10.6983 6.2998 10.6983H5.34863L5.82422 11.5225C6.03115 11.8812 5.90844 12.3398 5.5498 12.5469C5.1912 12.7539 4.73256 12.6309 4.52539 12.2725L4.0498 11.4483L3.57422 12.2725C3.36705 12.631 2.90842 12.7539 2.5498 12.5469C2.19116 12.3398 2.06843 11.8812 2.27539 11.5225L2.75098 10.6983H1.7998C1.38559 10.6983 1.0498 10.3625 1.0498 9.94826C1.04999 9.53421 1.38571 9.19826 1.7998 9.19826H2.75098L2.27539 8.37502C2.06831 8.01632 2.19113 7.55772 2.5498 7.35061C2.9085 7.14353 3.3671 7.26636 3.57422 7.62502L4.0498 8.44826L4.52539 7.62502Z\" fill=\"currentColor\"/><path d=\"M12.4756 7.62502C12.6827 7.26639 13.1413 7.14353 13.5 7.35061C13.8587 7.55772 13.9815 8.01631 13.7744 8.37502L13.2988 9.19826H14.25C14.6641 9.19826 14.9998 9.53421 15 9.94826C15 10.3625 14.6642 10.6983 14.25 10.6983H13.2988L13.7744 11.5225C13.9813 11.8812 13.8586 12.3398 13.5 12.5469C13.1414 12.7539 12.6828 12.6309 12.4756 12.2725L12 11.4483L11.5244 12.2725C11.3173 12.631 10.8586 12.7539 10.5 12.5469C10.1414 12.3398 10.0186 11.8812 10.2256 11.5225L10.7012 10.6983H9.75C9.33579 10.6983 9 10.3625 9 9.94826C9.00019 9.53421 9.3359 9.19826 9.75 9.19826H10.7012L10.2256 8.37502C10.0185 8.01632 10.1413 7.55772 10.5 7.35061C10.8587 7.14353 11.3173 7.26636 11.5244 7.62502L12 8.44826L12.4756 7.62502Z\" fill=\"currentColor\"/><path d=\"M20.4756 7.62502C20.6827 7.26639 21.1413 7.14353 21.5 7.35061C21.8587 7.55772 21.9815 8.01631 21.7744 8.37502L21.2988 9.19826H22.25C22.6641 9.19826 22.9998 9.53421 23 9.94826C23 10.3625 22.6642 10.6983 22.25 10.6983H21.2988L21.7744 11.5225C21.9813 11.8812 21.8586 12.3398 21.5 12.5469C21.1414 12.7539 20.6828 12.6309 20.4756 12.2725L20 11.4483L19.5244 12.2725C19.3172 12.631 18.8586 12.7539 18.5 12.5469C18.1414 12.3398 18.0186 11.8812 18.2256 11.5225L18.7012 10.6983H17.75C17.3358 10.6983 17 10.3625 17 9.94826C17.0002 9.53421 17.3359 9.19826 17.75 9.19826H18.7012L18.2256 8.37502C18.0185 8.01632 18.1413 7.55772 18.5 7.35061C18.8587 7.14353 19.3173 7.26636 19.5244 7.62502L20 8.44826L20.4756 7.62502Z\" fill=\"currentColor\"/>",
|
|
15896
|
+
"iconName": "password-stars",
|
|
15897
|
+
"variant": {
|
|
15898
|
+
"join": "round",
|
|
15899
|
+
"filled": "on",
|
|
15900
|
+
"radius": "0",
|
|
15901
|
+
"stroke": "1.5"
|
|
15902
|
+
},
|
|
15903
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
15904
|
+
"packageName": "round-filled-radius-0-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-filled-radius-0-stroke-1.5",
|
|
21687
21715
|
"componentName": "IconTimeFlies"
|
|
21688
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Time & Date",
|
|
21719
|
+
"svg": "<path d=\"M12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z\" fill=\"currentColor\"/><path d=\"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z\" fill=\"currentColor\"/><path d=\"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z\" fill=\"currentColor\"/><path d=\"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "timeslot, time, clock",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "round",
|
|
21723
|
+
"filled": "on",
|
|
21724
|
+
"radius": "0",
|
|
21725
|
+
"stroke": "1.5"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-01-13T10:00:57.37268+00:00",
|
|
21728
|
+
"packageName": "round-filled-radius-0-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-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.90",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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";
|