@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.152 → 1.1.153

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClock3OClock: FC<CentralIconBaseProps>;
4
+ export default IconClock3OClock;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconClock3OClock:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>c.default.createElement(m.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=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V12C11.5 12.2761 11.7239 12.5 12 12.5H17C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5H12.5V6C12.5 5.72386 12.2761 5.5 12 5.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconClock3OClock});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClock3OClock/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 IconClock3OClock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V12C11.5 12.2761 11.7239 12.5 12 12.5H17C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5H12.5V6C12.5 5.72386 12.2761 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClock3OClock;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8SACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClock3OClock_exports","__export","IconClock3OClock","IconClock3OClock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClock3OClock","props","React","CentralIconBase","IconClock3OClock_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V12C11.5 12.2761 11.7239 12.5 12 12.5H17C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5H12.5V6C12.5 5.72386 12.2761 5.5 12 5.5Z",fill:"currentColor"})),v=a;export{a as IconClock3OClock,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClock3OClock/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 IconClock3OClock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V12C11.5 12.2761 11.7239 12.5 12 12.5H17C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5H12.5V6C12.5 5.72386 12.2761 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClock3OClock;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8SACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClock3OClock","props","React","CentralIconBase","IconClock3OClock_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClock9OClock: FC<CentralIconBaseProps>;
4
+ export default IconClock9OClock;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconClock9OClock:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),s=({children:o,size:r=24,...e})=>c.default.createElement(m.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=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V11.5H7C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5H12C12.2761 12.5 12.5 12.2761 12.5 12V6C12.5 5.72386 12.2761 5.5 12 5.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconClock9OClock});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClock9OClock/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 IconClock9OClock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V11.5H7C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5H12C12.2761 12.5 12.5 12.2761 12.5 12V6C12.5 5.72386 12.2761 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClock9OClock;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ySACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClock9OClock_exports","__export","IconClock9OClock","IconClock9OClock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClock9OClock","props","React","CentralIconBase","IconClock9OClock_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,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=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V11.5H7C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5H12C12.2761 12.5 12.5 12.2761 12.5 12V6C12.5 5.72386 12.2761 5.5 12 5.5Z",fill:"currentColor"})),v=a;export{a as IconClock9OClock,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClock9OClock/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 IconClock9OClock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V11.5H7C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5H12C12.2761 12.5 12.5 12.2761 12.5 12V6C12.5 5.72386 12.2761 5.5 12 5.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClock9OClock;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ySACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClock9OClock","props","React","CentralIconBase","IconClock9OClock_default"]}
package/README.md CHANGED
@@ -1931,6 +1931,8 @@ Below is a complete list of available icons:
1931
1931
  - IconCalenderToday
1932
1932
  - IconCalenderTomorrow
1933
1933
  - IconClock
1934
+ - IconClock3OClock
1935
+ - IconClock9OClock
1934
1936
  - IconClockAlert
1935
1937
  - IconClockSnooze
1936
1938
  - IconClockSquare
@@ -6706,6 +6706,34 @@
6706
6706
  "packageName": "round-filled-radius-2-stroke-1",
6707
6707
  "componentName": "IconClock"
6708
6708
  },
6709
+ {
6710
+ "category": "Time & Date",
6711
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V12C11.5 12.2761 11.7239 12.5 12 12.5H17C17.2761 12.5 17.5 12.2761 17.5 12C17.5 11.7239 17.2761 11.5 17 11.5H12.5V6C12.5 5.72386 12.2761 5.5 12 5.5Z\" fill=\"currentColor\"/>",
6712
+ "iconName": "clock-3-o-clock, time, 3-00",
6713
+ "variant": {
6714
+ "join": "round",
6715
+ "filled": "on",
6716
+ "radius": "2",
6717
+ "stroke": "1"
6718
+ },
6719
+ "createdAt": "2026-03-05T09:00:40.799819+00:00",
6720
+ "packageName": "round-filled-radius-2-stroke-1",
6721
+ "componentName": "IconClock3OClock"
6722
+ },
6723
+ {
6724
+ "category": "Time & Date",
6725
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 5.5C11.7239 5.5 11.5 5.72386 11.5 6V11.5H7C6.72386 11.5 6.5 11.7239 6.5 12C6.5 12.2761 6.72386 12.5 7 12.5H12C12.2761 12.5 12.5 12.2761 12.5 12V6C12.5 5.72386 12.2761 5.5 12 5.5Z\" fill=\"currentColor\"/>",
6726
+ "iconName": "clock-9-o-clock, time, 9-00",
6727
+ "variant": {
6728
+ "join": "round",
6729
+ "filled": "on",
6730
+ "radius": "2",
6731
+ "stroke": "1"
6732
+ },
6733
+ "createdAt": "2026-03-05T09:00:40.799819+00:00",
6734
+ "packageName": "round-filled-radius-2-stroke-1",
6735
+ "componentName": "IconClock9OClock"
6736
+ },
6709
6737
  {
6710
6738
  "category": "Time & Date",
6711
6739
  "svg": "<path d=\"M1.64645 4.89645C1.45118 5.09171 1.45118 5.40829 1.64645 5.60355C1.84171 5.79882 2.15829 5.79882 2.35355 5.60355L5.35355 2.60355C5.54882 2.40829 5.54882 2.09171 5.35355 1.89645C5.15829 1.70118 4.84171 1.70118 4.64645 1.89645L1.64645 4.89645Z\" fill=\"currentColor\"/><path d=\"M19.3536 1.89645C19.1583 1.70119 18.8417 1.70119 18.6464 1.89645C18.4512 2.09171 18.4512 2.40829 18.6464 2.60355L21.6464 5.60355C21.8417 5.79882 22.1583 5.79882 22.3536 5.60355C22.5488 5.40829 22.5488 5.09171 22.3536 4.89645L19.3536 1.89645Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9999 12C21.9999 17.5228 17.5228 22 11.9999 22C6.47708 22 1.99992 17.5228 1.99992 12C1.99992 6.47715 6.47708 2 11.9999 2C17.5228 2 21.9999 6.47715 21.9999 12ZM11.9999 7C12.2761 7 12.4999 7.22386 12.4999 7.5V11.7929L15.3535 14.6464C15.5487 14.8417 15.5487 15.1583 15.3535 15.3536C15.1582 15.5488 14.8416 15.5488 14.6464 15.3536L11.6464 12.3536C11.5526 12.2598 11.4999 12.1326 11.4999 12V7.5C11.4999 7.22386 11.7238 7 11.9999 7Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -478,6 +478,8 @@ export type CentralIconName =
478
478
  | "IconClipboard2"
479
479
  | "IconClipboard2Sparkle"
480
480
  | "IconClock"
481
+ | "IconClock3OClock"
482
+ | "IconClock9OClock"
481
483
  | "IconClockAlert"
482
484
  | "IconClockSnooze"
483
485
  | "IconClockSquare"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.152",
3
+ "version": "1.1.153",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1838,
14
+ "totalIcons": 1840,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -1842,7 +1842,7 @@
1842
1842
  ]
1843
1843
  },
1844
1844
  "Time & Date": {
1845
- "count": 38,
1845
+ "count": 40,
1846
1846
  "icons": [
1847
1847
  "IconCalendar1",
1848
1848
  "IconCalendar2",
@@ -1867,6 +1867,8 @@
1867
1867
  "IconCalenderToday",
1868
1868
  "IconCalenderTomorrow",
1869
1869
  "IconClock",
1870
+ "IconClock3OClock",
1871
+ "IconClock9OClock",
1870
1872
  "IconClockAlert",
1871
1873
  "IconClockSnooze",
1872
1874
  "IconClockSquare",
@@ -2519,6 +2521,8 @@
2519
2521
  "IconClipboard2": "clipboard-2, copy, list",
2520
2522
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list, auto-fill, form-fill",
2521
2523
  "IconClock": "clock, time, timer",
2524
+ "IconClock3OClock": "clock-3-o-clock, time, 3-00",
2525
+ "IconClock9OClock": "clock-9-o-clock, time, 9-00",
2522
2526
  "IconClockAlert": "clock-alert, timer",
2523
2527
  "IconClockSnooze": "clock-snooze, timer, snooze, zz",
2524
2528
  "IconClockSquare": "clock-square, time, timer",
package/index.d.ts CHANGED
@@ -477,6 +477,8 @@ export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard
477
477
  export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
478
478
  export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
479
479
  export { IconClock, default as IconClockDefault } from "./IconClock";
480
+ export { IconClock3OClock, default as IconClock3OClockDefault, } from "./IconClock3OClock";
481
+ export { IconClock9OClock, default as IconClock9OClockDefault, } from "./IconClock9OClock";
480
482
  export { IconClockAlert, default as IconClockAlertDefault, } from "./IconClockAlert";
481
483
  export { IconClockSnooze, default as IconClockSnoozeDefault, } from "./IconClockSnooze";
482
484
  export { IconClockSquare, default as IconClockSquareDefault, } from "./IconClockSquare";