@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.152 → 1.1.154

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 f=Object.create;var n=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconClock3OClock:()=>u,default:()=>g});module.exports=d(h);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M12 7V12H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),g=u;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 d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 7V12H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(n,{d:"M12 7V12H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=a;export{a as IconClock3OClock,x 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 d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 7V12H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 f=Object.create;var n=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconClock9OClock:()=>u,default:()=>g});module.exports=d(h);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M12 7V12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),g=u;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 d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 7V12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(n,{d:"M12 7V12H8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),x=a;export{a as IconClock9OClock,x 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 d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 7V12H8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAAE,oHACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClock9OClock","props","React","CentralIconBase","IconClock9OClock_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMouseDown: FC<CentralIconBaseProps>;
4
+ export default IconMouseDown;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!h.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};k(g,{IconMouseDown:()=>c,default:()=>P});module.exports=x(g);var n=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M15.7539 11.25L11.9999 15L8.24991 11.25",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M12 14V4",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861",stroke:"currentColor",strokeWidth:"2"})),P=c;0&&(module.exports={IconMouseDown});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseDown/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 IconMouseDown: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7539 11.25L11.9999 15L8.24991 11.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 14V4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseDown;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconMouseDown_exports","__export","IconMouseDown","IconMouseDown_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMouseDown","props","React","CentralIconBase","IconMouseDown_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M15.7539 11.25L11.9999 15L8.24991 11.25",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M12 14V4",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(e,{d:"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861",stroke:"currentColor",strokeWidth:"2"})),h=a;export{a as IconMouseDown,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseDown/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 IconMouseDown: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.7539 11.25L11.9999 15L8.24991 11.25\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 14V4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseDown;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseDown","props","React","CentralIconBase","IconMouseDown_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMouseUp: FC<CentralIconBaseProps>;
4
+ export default IconMouseUp;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!h.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};k(g,{IconMouseUp:()=>c,default:()=>P});module.exports=x(g);var n=l(require("react"));var m=l(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(i.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M15.754 8.75L12 5L8.25 8.75",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M12 15V5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconMouseUp});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseUp/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 IconMouseUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M15.754 8.75L12 5L8.25 8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 15V5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseUp;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMouseUp_exports","__export","IconMouseUp","IconMouseUp_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMouseUp","props","React","CentralIconBase","IconMouseUp_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M15.754 8.75L12 5L8.25 8.75",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M12 15V5",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=a;export{a as IconMouseUp,h as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseUp/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 IconMouseUp: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M15.754 8.75L12 5L8.25 8.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M12 15V5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseUp;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8BACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseUp","props","React","CentralIconBase","IconMouseUp_default"]}
package/README.md CHANGED
@@ -340,6 +340,8 @@ Below is a complete list of available icons:
340
340
  - IconJump
341
341
  - IconMinimize315
342
342
  - IconMinimize45
343
+ - IconMouseDown
344
+ - IconMouseUp
343
345
  - IconOngoing
344
346
  - IconRandom
345
347
  - IconRedirectArrow
@@ -1931,6 +1933,8 @@ Below is a complete list of available icons:
1931
1933
  - IconCalenderToday
1932
1934
  - IconCalenderTomorrow
1933
1935
  - IconClock
1936
+ - IconClock3OClock
1937
+ - IconClock9OClock
1934
1938
  - IconClockAlert
1935
1939
  - IconClockSnooze
1936
1940
  - IconClockSquare
@@ -6706,6 +6706,34 @@
6706
6706
  "packageName": "square-outlined-radius-0-stroke-2",
6707
6707
  "componentName": "IconClock"
6708
6708
  },
6709
+ {
6710
+ "category": "Time & Date",
6711
+ "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 7V12H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
6712
+ "iconName": "clock-3-o-clock, time, 3-00",
6713
+ "variant": {
6714
+ "join": "square",
6715
+ "filled": "off",
6716
+ "radius": "0",
6717
+ "stroke": "2"
6718
+ },
6719
+ "createdAt": "2026-03-05T09:00:40.799819+00:00",
6720
+ "packageName": "square-outlined-radius-0-stroke-2",
6721
+ "componentName": "IconClock3OClock"
6722
+ },
6723
+ {
6724
+ "category": "Time & Date",
6725
+ "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 7V12H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
6726
+ "iconName": "clock-9-o-clock, time, 9-00",
6727
+ "variant": {
6728
+ "join": "square",
6729
+ "filled": "off",
6730
+ "radius": "0",
6731
+ "stroke": "2"
6732
+ },
6733
+ "createdAt": "2026-03-05T09:00:40.799819+00:00",
6734
+ "packageName": "square-outlined-radius-0-stroke-2",
6735
+ "componentName": "IconClock9OClock"
6736
+ },
6709
6737
  {
6710
6738
  "category": "Time & Date",
6711
6739
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12 8V12L14.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M2 5.25L5 2.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M22 5.25L19 2.25\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -15610,6 +15638,20 @@
15610
15638
  "packageName": "square-outlined-radius-0-stroke-2",
15611
15639
  "componentName": "IconMouseClassic2"
15612
15640
  },
15641
+ {
15642
+ "category": "Arrows",
15643
+ "svg": "<path d=\"M15.7539 11.25L11.9999 15L8.24991 11.25\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 14V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\" stroke=\"currentColor\" stroke-width=\"2\"/>",
15644
+ "iconName": "mouse-down, press, depth, deep-dive",
15645
+ "variant": {
15646
+ "join": "square",
15647
+ "filled": "off",
15648
+ "radius": "0",
15649
+ "stroke": "2"
15650
+ },
15651
+ "createdAt": "2026-03-10T09:00:56.869981+00:00",
15652
+ "packageName": "square-outlined-radius-0-stroke-2",
15653
+ "componentName": "IconMouseDown"
15654
+ },
15613
15655
  {
15614
15656
  "category": "Devices & Signals",
15615
15657
  "svg": "<path d=\"M15.5547 20.8321L16.3868 20.2773L15.2774 18.6132L14.4453 19.1679L15.5547 20.8321ZM12 22L11.4453 22.8321L12 23.2019L12.5547 22.8321L12 22ZM9.5547 19.1679L8.72265 18.6132L7.61325 20.2773L8.4453 20.8321L9.5547 19.1679ZM13 6V5H11V6H13ZM11 8V9H13V8H11ZM14.4453 19.1679L11.4453 21.1679L12.5547 22.8321L15.5547 20.8321L14.4453 19.1679ZM12.5547 21.1679L9.5547 19.1679L8.4453 20.8321L11.4453 22.8321L12.5547 21.1679ZM16 7V12H18V7H16ZM8 12V7H6V12H8ZM12 16C9.79086 16 8 14.2091 8 12H6C6 15.3137 8.68629 18 12 18V16ZM16 12C16 14.2091 14.2091 16 12 16V18C15.3137 18 18 15.3137 18 12H16ZM12 3C14.2091 3 16 4.79086 16 7H18C18 3.68629 15.3137 1 12 1V3ZM12 1C8.68629 1 6 3.68629 6 7H8C8 4.79086 9.79086 3 12 3V1ZM11 6V8H13V6H11Z\" fill=\"currentColor\"/>",
@@ -15638,6 +15680,20 @@
15638
15680
  "packageName": "square-outlined-radius-0-stroke-2",
15639
15681
  "componentName": "IconMouseScrollUp"
15640
15682
  },
15683
+ {
15684
+ "category": "Arrows",
15685
+ "svg": "<path d=\"M18.5 10.7861C20.3465 11.6527 21.5 12.8841 21.5 14.2503C21.5 16.8736 17.2467 19.0003 12 19.0003C6.75329 19.0003 2.5 16.8736 2.5 14.2503C2.5 12.8841 3.65346 11.6527 5.5 10.7861\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M15.754 8.75L12 5L8.25 8.75\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 15V5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
15686
+ "iconName": "mouse-up, hover, turn-uo",
15687
+ "variant": {
15688
+ "join": "square",
15689
+ "filled": "off",
15690
+ "radius": "0",
15691
+ "stroke": "2"
15692
+ },
15693
+ "createdAt": "2026-03-10T09:00:56.869981+00:00",
15694
+ "packageName": "square-outlined-radius-0-stroke-2",
15695
+ "componentName": "IconMouseUp"
15696
+ },
15641
15697
  {
15642
15698
  "category": "Things",
15643
15699
  "svg": "<path d=\"M1.5 11.3726C1.5 11.3726 4.43813 5.01641 8.0625 5.01641C9.68337 5.01641 12 6.28765 12 6.28765C12 6.28765 13.9089 5.15829 15.2812 5.01641C19.0696 4.62475 22.5 11.3726 22.5 11.3726M1.5 11.3726C1.5 11.3726 7.87613 9.66667 12 9.66667C16.1239 9.66667 22.5 11.3726 22.5 11.3726M1.5 11.3726C1.5 11.3726 4.65 19 12 19C19.35 19 22.5 11.3726 22.5 11.3726M1.5 11.3726C1.5 11.3726 7.76951 14.3333 12 14.3333C16.2305 14.3333 22.5 11.3726 22.5 11.3726\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
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"
@@ -1114,8 +1116,10 @@ export type CentralIconName =
1114
1116
  | "IconMouse"
1115
1117
  | "IconMouseClassic"
1116
1118
  | "IconMouseClassic2"
1119
+ | "IconMouseDown"
1117
1120
  | "IconMouseScrollDown"
1118
1121
  | "IconMouseScrollUp"
1122
+ | "IconMouseUp"
1119
1123
  | "IconMouth"
1120
1124
  | "IconMoveFolder"
1121
1125
  | "IconMultiMedia"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.152",
3
+ "version": "1.1.154",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1838,
14
+ "totalIcons": 1842,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -103,7 +103,7 @@
103
103
  ]
104
104
  },
105
105
  "Arrows": {
106
- "count": 126,
106
+ "count": 128,
107
107
  "icons": [
108
108
  "IconArrow",
109
109
  "IconArrowBottomTop",
@@ -214,6 +214,8 @@
214
214
  "IconJump",
215
215
  "IconMinimize315",
216
216
  "IconMinimize45",
217
+ "IconMouseDown",
218
+ "IconMouseUp",
217
219
  "IconOngoing",
218
220
  "IconRandom",
219
221
  "IconRedirectArrow",
@@ -1842,7 +1844,7 @@
1842
1844
  ]
1843
1845
  },
1844
1846
  "Time & Date": {
1845
- "count": 38,
1847
+ "count": 40,
1846
1848
  "icons": [
1847
1849
  "IconCalendar1",
1848
1850
  "IconCalendar2",
@@ -1867,6 +1869,8 @@
1867
1869
  "IconCalenderToday",
1868
1870
  "IconCalenderTomorrow",
1869
1871
  "IconClock",
1872
+ "IconClock3OClock",
1873
+ "IconClock9OClock",
1870
1874
  "IconClockAlert",
1871
1875
  "IconClockSnooze",
1872
1876
  "IconClockSquare",
@@ -2519,6 +2523,8 @@
2519
2523
  "IconClipboard2": "clipboard-2, copy, list",
2520
2524
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list, auto-fill, form-fill",
2521
2525
  "IconClock": "clock, time, timer",
2526
+ "IconClock3OClock": "clock-3-o-clock, time, 3-00",
2527
+ "IconClock9OClock": "clock-9-o-clock, time, 9-00",
2522
2528
  "IconClockAlert": "clock-alert, timer",
2523
2529
  "IconClockSnooze": "clock-snooze, timer, snooze, zz",
2524
2530
  "IconClockSquare": "clock-square, time, timer",
@@ -3155,8 +3161,10 @@
3155
3161
  "IconMouse": "mouse",
3156
3162
  "IconMouseClassic": "mouse-classic, click",
3157
3163
  "IconMouseClassic2": "mouse-classic-2, click",
3164
+ "IconMouseDown": "mouse-down, press, depth, deep-dive",
3158
3165
  "IconMouseScrollDown": "mouse-scroll-down",
3159
3166
  "IconMouseScrollUp": "mouse-scroll-up",
3167
+ "IconMouseUp": "mouse-up, hover, turn-uo",
3160
3168
  "IconMouth": "mouth, kiss",
3161
3169
  "IconMoveFolder": "move-folder",
3162
3170
  "IconMultiMedia": "multi-media, media, image-video",
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";
@@ -1113,8 +1115,10 @@ export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMou
1113
1115
  export { IconMouse, default as IconMouseDefault } from "./IconMouse";
1114
1116
  export { IconMouseClassic, default as IconMouseClassicDefault, } from "./IconMouseClassic";
1115
1117
  export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconMouseClassic2";
1118
+ export { IconMouseDown, default as IconMouseDownDefault, } from "./IconMouseDown";
1116
1119
  export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
1117
1120
  export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
1121
+ export { IconMouseUp, default as IconMouseUpDefault } from "./IconMouseUp";
1118
1122
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
1119
1123
  export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
1120
1124
  export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";