@central-icons-react-native/round-filled-radius-2-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.
- package/IconClock3OClock/index.d.ts +4 -0
- package/IconClock3OClock/index.js +2 -0
- package/IconClock3OClock/index.js.map +1 -0
- package/IconClock3OClock/index.mjs +2 -0
- package/IconClock3OClock/index.mjs.map +1 -0
- package/IconClock9OClock/index.d.ts +4 -0
- package/IconClock9OClock/index.js +2 -0
- package/IconClock9OClock/index.js.map +1 -0
- package/IconClock9OClock/index.mjs +2 -0
- package/IconClock9OClock/index.mjs.map +1 -0
- package/IconMouseDown/index.d.ts +4 -0
- package/IconMouseDown/index.js +2 -0
- package/IconMouseDown/index.js.map +1 -0
- package/IconMouseDown/index.mjs +2 -0
- package/IconMouseDown/index.mjs.map +1 -0
- package/IconMouseUp/index.d.ts +4 -0
- package/IconMouseUp/index.js +2 -0
- package/IconMouseUp/index.js.map +1 -0
- package/IconMouseUp/index.mjs +2 -0
- package/IconMouseUp/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -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 +28 -0
|
@@ -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 6C11.4477 6 11 6.44772 11 7V12C11 12.5523 11.4477 13 12 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V7C13 6.44772 12.5523 6 12 6Z",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 6C11.4477 6 11 6.44772 11 7V12C11 12.5523 11.4477 13 12 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V7C13 6.44772 12.5523 6 12 6Z\"\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,4QACF,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 6C11.4477 6 11 6.44772 11 7V12C11 12.5523 11.4477 13 12 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V7C13 6.44772 12.5523 6 12 6Z",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 6C11.4477 6 11 6.44772 11 7V12C11 12.5523 11.4477 13 12 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V7C13 6.44772 12.5523 6 12 6Z\"\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,4QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClock3OClock","props","React","CentralIconBase","IconClock3OClock_default"]}
|
|
@@ -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 6C11.4477 6 11 6.44772 11 7V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V7C13 6.44772 12.5523 6 12 6Z",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 6C11.4477 6 11 6.44772 11 7V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V7C13 6.44772 12.5523 6 12 6Z\"\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,uQACF,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 6C11.4477 6 11 6.44772 11 7V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V7C13 6.44772 12.5523 6 12 6Z",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 6C11.4477 6 11 6.44772 11 7V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V7C13 6.44772 12.5523 6 12 6Z\"\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,uQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClock9OClock","props","React","CentralIconBase","IconClock9OClock_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconMouseDown:()=>u,default:()=>L});module.exports=v(d);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.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 p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 4C12.5523 4 13 4.44772 13 5V12.5859L14.293 11.293C14.6835 10.9024 15.3165 10.9024 15.707 11.293C16.0976 11.6835 16.0976 12.3165 15.707 12.707L12.707 15.707L12.6309 15.7754C12.2381 16.0957 11.6591 16.0731 11.293 15.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859V5C11 4.44772 11.4477 4 12 4Z",fill:"currentColor"})),L=u;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=\"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5V12.5859L14.293 11.293C14.6835 10.9024 15.3165 10.9024 15.707 11.293C16.0976 11.6835 16.0976 12.3165 15.707 12.707L12.707 15.707L12.6309 15.7754C12.2381 16.0957 11.6591 16.0731 11.293 15.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859V5C11 4.44772 11.4477 4 12 4Z\"\n fill=\"currentColor\"\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,ktBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qXACF,KAAK,eACP,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z",fill:"currentColor"}),C.createElement(e,{d:"M12 4C12.5523 4 13 4.44772 13 5V12.5859L14.293 11.293C14.6835 10.9024 15.3165 10.9024 15.707 11.293C16.0976 11.6835 16.0976 12.3165 15.707 12.707L12.707 15.707L12.6309 15.7754C12.2381 16.0957 11.6591 16.0731 11.293 15.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859V5C11 4.44772 11.4477 4 12 4Z",fill:"currentColor"})),P=a;export{a as IconMouseDown,P 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=\"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.5523 4 13 4.44772 13 5V12.5859L14.293 11.293C14.6835 10.9024 15.3165 10.9024 15.707 11.293C16.0976 11.6835 16.0976 12.3165 15.707 12.707L12.707 15.707L12.6309 15.7754C12.2381 16.0957 11.6591 16.0731 11.293 15.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859V5C11 4.44772 11.4477 4 12 4Z\"\n fill=\"currentColor\"\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,ktBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseDown","props","React","CentralIconBase","IconMouseDown_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?i(x(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>a(e({},"__esModule",{value:!0}),C);var h={};g(h,{IconMouseUp:()=>u,default:()=>d});module.exports=v(h);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:C,size:r=24,...o})=>s.default.createElement(f.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 p=require("react-native-svg"),u=C=>n.default.createElement(c,{...C},n.default.createElement(p.Path,{d:"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12.0205 4.00098C12.0381 4.00133 12.0557 4.00165 12.0732 4.00293C12.0909 4.00421 12.1085 4.00562 12.126 4.00781C12.1378 4.0093 12.1494 4.01177 12.1611 4.01367C12.1802 4.01676 12.1991 4.02026 12.2178 4.02441C12.2269 4.02645 12.236 4.02895 12.2451 4.03125C12.3141 4.04866 12.3799 4.07357 12.4424 4.10449C12.4746 4.12042 12.5064 4.13761 12.5371 4.15723C12.5449 4.16219 12.5529 4.16671 12.5605 4.17188C12.6122 4.2069 12.6613 4.24722 12.707 4.29297L15.707 7.29297C16.0976 7.68349 16.0976 8.31651 15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703L13 7.41406V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7.41406L9.70703 8.70703C9.31651 9.09756 8.68349 9.09756 8.29297 8.70703C7.90244 8.31651 7.90244 7.68349 8.29297 7.29297L11.293 4.29297C11.3548 4.23117 11.4248 4.17778 11.501 4.13379C11.5154 4.12546 11.5302 4.1179 11.5449 4.11035C11.6073 4.0784 11.6731 4.05257 11.7422 4.03418C11.7588 4.02976 11.7753 4.02503 11.792 4.02148C11.803 4.01916 11.8141 4.01758 11.8252 4.01562C11.8427 4.01252 11.8603 4.00998 11.8779 4.00781C11.8957 4.00565 11.9136 4.00415 11.9316 4.00293C11.9476 4.00184 11.9635 4.00131 11.9795 4.00098C11.9863 4.00084 11.9931 4 12 4C12.0069 4 12.0137 4.00084 12.0205 4.00098Z",fill:"currentColor"})),d=u;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.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0205 4.00098C12.0381 4.00133 12.0557 4.00165 12.0732 4.00293C12.0909 4.00421 12.1085 4.00562 12.126 4.00781C12.1378 4.0093 12.1494 4.01177 12.1611 4.01367C12.1802 4.01676 12.1991 4.02026 12.2178 4.02441C12.2269 4.02645 12.236 4.02895 12.2451 4.03125C12.3141 4.04866 12.3799 4.07357 12.4424 4.10449C12.4746 4.12042 12.5064 4.13761 12.5371 4.15723C12.5449 4.16219 12.5529 4.16671 12.5605 4.17188C12.6122 4.2069 12.6613 4.24722 12.707 4.29297L15.707 7.29297C16.0976 7.68349 16.0976 8.31651 15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703L13 7.41406V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7.41406L9.70703 8.70703C9.31651 9.09756 8.68349 9.09756 8.29297 8.70703C7.90244 8.31651 7.90244 7.68349 8.29297 7.29297L11.293 4.29297C11.3548 4.23117 11.4248 4.17778 11.501 4.13379C11.5154 4.12546 11.5302 4.1179 11.5449 4.11035C11.6073 4.0784 11.6731 4.05257 11.7422 4.03418C11.7588 4.02976 11.7753 4.02503 11.792 4.02148C11.803 4.01916 11.8141 4.01758 11.8252 4.01562C11.8427 4.01252 11.8603 4.00998 11.8779 4.00781C11.8957 4.00565 11.9136 4.00415 11.9316 4.00293C11.9476 4.00184 11.9635 4.00131 11.9795 4.00098C11.9863 4.00084 11.9931 4 12 4C12.0069 4 12.0137 4.00084 12.0205 4.00098Z\"\n fill=\"currentColor\"\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,ktBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6rCACF,KAAK,eACP,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:r,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var a=r=>o.createElement(t,{...r},o.createElement(e,{d:"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z",fill:"currentColor"}),o.createElement(e,{d:"M12.0205 4.00098C12.0381 4.00133 12.0557 4.00165 12.0732 4.00293C12.0909 4.00421 12.1085 4.00562 12.126 4.00781C12.1378 4.0093 12.1494 4.01177 12.1611 4.01367C12.1802 4.01676 12.1991 4.02026 12.2178 4.02441C12.2269 4.02645 12.236 4.02895 12.2451 4.03125C12.3141 4.04866 12.3799 4.07357 12.4424 4.10449C12.4746 4.12042 12.5064 4.13761 12.5371 4.15723C12.5449 4.16219 12.5529 4.16671 12.5605 4.17188C12.6122 4.2069 12.6613 4.24722 12.707 4.29297L15.707 7.29297C16.0976 7.68349 16.0976 8.31651 15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703L13 7.41406V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7.41406L9.70703 8.70703C9.31651 9.09756 8.68349 9.09756 8.29297 8.70703C7.90244 8.31651 7.90244 7.68349 8.29297 7.29297L11.293 4.29297C11.3548 4.23117 11.4248 4.17778 11.501 4.13379C11.5154 4.12546 11.5302 4.1179 11.5449 4.11035C11.6073 4.0784 11.6731 4.05257 11.7422 4.03418C11.7588 4.02976 11.7753 4.02503 11.792 4.02148C11.803 4.01916 11.8141 4.01758 11.8252 4.01562C11.8427 4.01252 11.8603 4.00998 11.8779 4.00781C11.8957 4.00565 11.9136 4.00415 11.9316 4.00293C11.9476 4.00184 11.9635 4.00131 11.9795 4.00098C11.9863 4.00084 11.9931 4 12 4C12.0069 4 12.0137 4.00084 12.0205 4.00098Z",fill:"currentColor"})),P=a;export{a as IconMouseUp,P 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.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0205 4.00098C12.0381 4.00133 12.0557 4.00165 12.0732 4.00293C12.0909 4.00421 12.1085 4.00562 12.126 4.00781C12.1378 4.0093 12.1494 4.01177 12.1611 4.01367C12.1802 4.01676 12.1991 4.02026 12.2178 4.02441C12.2269 4.02645 12.236 4.02895 12.2451 4.03125C12.3141 4.04866 12.3799 4.07357 12.4424 4.10449C12.4746 4.12042 12.5064 4.13761 12.5371 4.15723C12.5449 4.16219 12.5529 4.16671 12.5605 4.17188C12.6122 4.2069 12.6613 4.24722 12.707 4.29297L15.707 7.29297C16.0976 7.68349 16.0976 8.31651 15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703L13 7.41406V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7.41406L9.70703 8.70703C9.31651 9.09756 8.68349 9.09756 8.29297 8.70703C7.90244 8.31651 7.90244 7.68349 8.29297 7.29297L11.293 4.29297C11.3548 4.23117 11.4248 4.17778 11.501 4.13379C11.5154 4.12546 11.5302 4.1179 11.5449 4.11035C11.6073 4.0784 11.6731 4.05257 11.7422 4.03418C11.7588 4.02976 11.7753 4.02503 11.792 4.02148C11.803 4.01916 11.8141 4.01758 11.8252 4.01562C11.8427 4.01252 11.8603 4.00998 11.8779 4.00781C11.8957 4.00565 11.9136 4.00415 11.9316 4.00293C11.9476 4.00184 11.9635 4.00131 11.9795 4.00098C11.9863 4.00084 11.9931 4 12 4C12.0069 4 12.0137 4.00084 12.0205 4.00098Z\"\n fill=\"currentColor\"\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,ktBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6rCACF,KAAK,eACP,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
|
package/filtered-icons.json
CHANGED
|
@@ -6706,6 +6706,34 @@
|
|
|
6706
6706
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
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 6C11.4477 6 11 6.44772 11 7V12C11 12.5523 11.4477 13 12 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V7C13 6.44772 12.5523 6 12 6Z\" fill=\"currentColor\"/>",
|
|
6712
|
+
"iconName": "clock-3-o-clock, time, 3-00",
|
|
6713
|
+
"variant": {
|
|
6714
|
+
"join": "round",
|
|
6715
|
+
"filled": "on",
|
|
6716
|
+
"radius": "2",
|
|
6717
|
+
"stroke": "2"
|
|
6718
|
+
},
|
|
6719
|
+
"createdAt": "2026-03-05T09:00:40.799819+00:00",
|
|
6720
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
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 6C11.4477 6 11 6.44772 11 7V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H12C12.5523 13 13 12.5523 13 12V7C13 6.44772 12.5523 6 12 6Z\" fill=\"currentColor\"/>",
|
|
6726
|
+
"iconName": "clock-9-o-clock, time, 9-00",
|
|
6727
|
+
"variant": {
|
|
6728
|
+
"join": "round",
|
|
6729
|
+
"filled": "on",
|
|
6730
|
+
"radius": "2",
|
|
6731
|
+
"stroke": "2"
|
|
6732
|
+
},
|
|
6733
|
+
"createdAt": "2026-03-05T09:00:40.799819+00:00",
|
|
6734
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
6735
|
+
"componentName": "IconClock9OClock"
|
|
6736
|
+
},
|
|
6709
6737
|
{
|
|
6710
6738
|
"category": "Time & Date",
|
|
6711
6739
|
"svg": "<path d=\"M1.29289 4.54289C0.902369 4.93342 0.902369 5.56658 1.29289 5.95711C1.68342 6.34763 2.31658 6.34763 2.70711 5.95711L5.70711 2.95711C6.09763 2.56658 6.09763 1.93342 5.70711 1.54289C5.31658 1.15237 4.68342 1.15237 4.29289 1.54289L1.29289 4.54289Z\" fill=\"currentColor\"/><path d=\"M19.7071 1.54289C19.3166 1.15237 18.6834 1.15237 18.2929 1.54289C17.9024 1.93342 17.9024 2.56658 18.2929 2.95711L21.2929 5.95711C21.6834 6.34763 22.3166 6.34763 22.7071 5.95711C23.0976 5.56658 23.0976 4.93342 22.7071 4.54289L19.7071 1.54289Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9998 12C21.9998 17.5228 17.5227 22 11.9998 22C6.477 22 1.99985 17.5228 1.99985 12C1.99985 6.47715 6.477 2 11.9998 2C17.5227 2 21.9998 6.47715 21.9998 12ZM11.9998 7C12.5521 7 12.9998 7.44772 12.9998 8V11.5858L15.207 13.7929C15.5975 14.1834 15.5975 14.8166 15.207 15.2071C14.8164 15.5976 14.1833 15.5976 13.7927 15.2071L11.2927 12.7071C11.1052 12.5196 10.9998 12.2652 10.9998 12V8C10.9998 7.44772 11.4476 7 11.9998 7Z\" fill=\"currentColor\"/>",
|
|
@@ -15610,6 +15638,20 @@
|
|
|
15610
15638
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
15611
15639
|
"componentName": "IconMouseClassic2"
|
|
15612
15640
|
},
|
|
15641
|
+
{
|
|
15642
|
+
"category": "Arrows",
|
|
15643
|
+
"svg": "<path d=\"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\" fill=\"currentColor\"/><path d=\"M12 4C12.5523 4 13 4.44772 13 5V12.5859L14.293 11.293C14.6835 10.9024 15.3165 10.9024 15.707 11.293C16.0976 11.6835 16.0976 12.3165 15.707 12.707L12.707 15.707L12.6309 15.7754C12.2381 16.0957 11.6591 16.0731 11.293 15.707L8.29297 12.707C7.90244 12.3165 7.90244 11.6835 8.29297 11.293C8.68349 10.9024 9.31651 10.9024 9.70703 11.293L11 12.5859V5C11 4.44772 11.4477 4 12 4Z\" fill=\"currentColor\"/>",
|
|
15644
|
+
"iconName": "mouse-down, press, depth, deep-dive",
|
|
15645
|
+
"variant": {
|
|
15646
|
+
"join": "round",
|
|
15647
|
+
"filled": "on",
|
|
15648
|
+
"radius": "2",
|
|
15649
|
+
"stroke": "2"
|
|
15650
|
+
},
|
|
15651
|
+
"createdAt": "2026-03-10T09:00:56.869981+00:00",
|
|
15652
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
15653
|
+
"componentName": "IconMouseDown"
|
|
15654
|
+
},
|
|
15613
15655
|
{
|
|
15614
15656
|
"category": "Devices & Signals",
|
|
15615
15657
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V7ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V6Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.16795 19.4453C8.4743 18.9858 9.09517 18.8616 9.5547 19.1679L11.4453 20.4283C11.7812 20.6523 12.2188 20.6523 12.5547 20.4283L14.4453 19.1679C14.9048 18.8616 15.5257 18.9858 15.8321 19.4453C16.1384 19.9048 16.0142 20.5257 15.5547 20.8321L13.6641 22.0924C12.6564 22.7642 11.3436 22.7642 10.3359 22.0924L8.4453 20.8321C7.98577 20.5257 7.8616 19.9048 8.16795 19.4453Z\" fill=\"currentColor\"/>",
|
|
@@ -15638,6 +15680,20 @@
|
|
|
15638
15680
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
15639
15681
|
"componentName": "IconMouseScrollUp"
|
|
15640
15682
|
},
|
|
15683
|
+
{
|
|
15684
|
+
"category": "Arrows",
|
|
15685
|
+
"svg": "<path d=\"M18.1221 10.5605C18.3863 10.0757 18.9936 9.89702 19.4785 10.1611C21.1473 11.0702 22.4998 12.4605 22.5 14.25C22.4997 16.1442 20.9903 17.5912 19.165 18.5039C17.2798 19.4465 14.7448 20 12 20C9.25516 20 6.72022 19.4465 4.83496 18.5039C3.00971 17.5912 1.50026 16.1442 1.5 14.25C1.50021 12.4605 2.85268 11.0702 4.52148 10.1611C5.00641 9.89702 5.61369 10.0757 5.87793 10.5605C6.14175 11.0454 5.9632 11.6528 5.47852 11.917C4.04331 12.6987 3.50022 13.5635 3.5 14.25C3.50028 14.9788 4.11709 15.9086 5.72949 16.7148C7.28253 17.4913 9.49834 18 12 18C14.5017 18 16.7175 17.4913 18.2705 16.7148C19.8829 15.9086 20.4997 14.9788 20.5 14.25C20.4998 13.5635 19.9567 12.6987 18.5215 11.917C18.0368 11.6528 17.8583 11.0454 18.1221 10.5605Z\" fill=\"currentColor\"/><path d=\"M12.0205 4.00098C12.0381 4.00133 12.0557 4.00165 12.0732 4.00293C12.0909 4.00421 12.1085 4.00562 12.126 4.00781C12.1378 4.0093 12.1494 4.01177 12.1611 4.01367C12.1802 4.01676 12.1991 4.02026 12.2178 4.02441C12.2269 4.02645 12.236 4.02895 12.2451 4.03125C12.3141 4.04866 12.3799 4.07357 12.4424 4.10449C12.4746 4.12042 12.5064 4.13761 12.5371 4.15723C12.5449 4.16219 12.5529 4.16671 12.5605 4.17188C12.6122 4.2069 12.6613 4.24722 12.707 4.29297L15.707 7.29297C16.0976 7.68349 16.0976 8.31651 15.707 8.70703C15.3165 9.09756 14.6835 9.09756 14.293 8.70703L13 7.41406V14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14V7.41406L9.70703 8.70703C9.31651 9.09756 8.68349 9.09756 8.29297 8.70703C7.90244 8.31651 7.90244 7.68349 8.29297 7.29297L11.293 4.29297C11.3548 4.23117 11.4248 4.17778 11.501 4.13379C11.5154 4.12546 11.5302 4.1179 11.5449 4.11035C11.6073 4.0784 11.6731 4.05257 11.7422 4.03418C11.7588 4.02976 11.7753 4.02503 11.792 4.02148C11.803 4.01916 11.8141 4.01758 11.8252 4.01562C11.8427 4.01252 11.8603 4.00998 11.8779 4.00781C11.8957 4.00565 11.9136 4.00415 11.9316 4.00293C11.9476 4.00184 11.9635 4.00131 11.9795 4.00098C11.9863 4.00084 11.9931 4 12 4C12.0069 4 12.0137 4.00084 12.0205 4.00098Z\" fill=\"currentColor\"/>",
|
|
15686
|
+
"iconName": "mouse-up, hover, turn-uo",
|
|
15687
|
+
"variant": {
|
|
15688
|
+
"join": "round",
|
|
15689
|
+
"filled": "on",
|
|
15690
|
+
"radius": "2",
|
|
15691
|
+
"stroke": "2"
|
|
15692
|
+
},
|
|
15693
|
+
"createdAt": "2026-03-10T09:00:56.869981+00:00",
|
|
15694
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
15695
|
+
"componentName": "IconMouseUp"
|
|
15696
|
+
},
|
|
15641
15697
|
{
|
|
15642
15698
|
"category": "Things",
|
|
15643
15699
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.7598 13.062C22.9781 12.6814 23.1409 12.362 23.2506 12.1345C23.5144 11.587 23.5681 11.2321 23.2205 10.6011C23.1134 10.4066 22.9575 10.1321 22.7587 9.80507C22.3627 9.15349 21.7896 8.28193 21.0867 7.41707C20.3886 6.55801 19.5337 5.66957 18.5668 5.01598C17.6024 4.36404 16.4431 3.89101 15.1778 4.02183C14.3175 4.11078 13.3709 4.49004 12.7056 4.79773C12.4269 4.92663 12.1785 5.05213 11.9807 5.15629C11.7292 5.03424 11.3951 4.88026 11.0151 4.72577C10.215 4.40053 9.07818 4.01653 8.0619 4.01653C6.85861 4.01653 5.78642 4.54257 4.90292 5.21312C4.01585 5.88639 3.24484 6.76057 2.6205 7.59597C1.9923 8.43653 1.48792 9.27131 1.1416 9.89275C0.967807 10.2046 0.832274 10.4655 0.739369 10.6502C0.428927 11.2675 0.494298 11.6075 0.748226 12.1345C0.857858 12.362 1.02067 12.6814 1.239 13.062C1.67449 13.8213 2.33719 14.8354 3.24794 15.8532C5.06681 17.8859 7.94182 20.0001 11.9994 20.0001C16.057 20.0001 18.932 17.8859 20.7509 15.8532C21.6616 14.8354 22.3243 13.8213 22.7598 13.062ZM20.1834 11.3436C20.4633 11.4035 20.7359 11.4634 20.9993 11.5226C20.7001 11.6411 20.388 11.7616 20.0658 11.882C17.4853 12.8462 14.3984 13.7501 11.9993 13.7501C9.6003 13.7501 6.51343 12.8462 3.93293 11.882C3.61065 11.7616 3.29859 11.6411 2.99935 11.5226C3.26282 11.4634 3.53537 11.4035 3.81532 11.3436C6.41839 10.7867 9.57266 10.2501 11.9993 10.2501C14.426 10.2501 17.5803 10.7867 20.1834 11.3436Z\" 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"
|
|
@@ -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/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.154",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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":
|
|
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":
|
|
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":
|
|
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";
|