@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.153 → 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 IconMouseDown: FC<CentralIconBaseProps>;
4
+ export default IconMouseDown;
@@ -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 h={};g(h,{IconMouseDown:()=>u,default:()=>d});module.exports=v(h);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.3379 10.3643C18.5326 9.9989 18.987 9.86026 19.3525 10.0547C21.1452 11.0086 22.4998 12.4412 22.5 14.2188C22.5 16.0326 21.0907 17.4864 19.2383 18.4424C17.3473 19.4181 14.7869 20 12 20C9.21308 20 6.65274 19.4181 4.76172 18.4424C2.90926 17.4864 1.5 16.0326 1.5 14.2188C1.50017 12.4412 2.8548 11.0086 4.64746 10.0547C5.01299 9.86026 5.46745 9.9989 5.66211 10.3643C5.85663 10.7298 5.718 11.1843 5.35254 11.3789C3.74124 12.2363 3.00017 13.274 3 14.2188C3 15.1832 3.77343 16.2445 5.44922 17.1094C7.087 17.9545 9.40214 18.5 12 18.5C14.5979 18.5 16.913 17.9545 18.5508 17.1094C20.2266 16.2445 21 15.1832 21 14.2188C20.9998 13.274 20.2588 12.2363 18.6475 11.3789C18.282 11.1843 18.1434 10.7298 18.3379 10.3643Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.1895L14.9697 10.9697C15.2626 10.6768 15.7374 10.6768 16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303L12.5303 15.5303C12.3896 15.6709 12.1989 15.75 12 15.75C11.8011 15.75 11.6104 15.6709 11.4697 15.5303L7.96973 12.0303C7.67684 11.7374 7.67684 11.2626 7.96973 10.9697C8.26262 10.6768 8.73738 10.6768 9.03027 10.9697L11.25 13.1895V4.75C11.25 4.33579 11.5858 4 12 4Z",fill:"currentColor"})),d=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.3379 10.3643C18.5326 9.9989 18.987 9.86026 19.3525 10.0547C21.1452 11.0086 22.4998 12.4412 22.5 14.2188C22.5 16.0326 21.0907 17.4864 19.2383 18.4424C17.3473 19.4181 14.7869 20 12 20C9.21308 20 6.65274 19.4181 4.76172 18.4424C2.90926 17.4864 1.5 16.0326 1.5 14.2188C1.50017 12.4412 2.8548 11.0086 4.64746 10.0547C5.01299 9.86026 5.46745 9.9989 5.66211 10.3643C5.85663 10.7298 5.718 11.1843 5.35254 11.3789C3.74124 12.2363 3.00017 13.274 3 14.2188C3 15.1832 3.77343 16.2445 5.44922 17.1094C7.087 17.9545 9.40214 18.5 12 18.5C14.5979 18.5 16.913 17.9545 18.5508 17.1094C20.2266 16.2445 21 15.1832 21 14.2188C20.9998 13.274 20.2588 12.2363 18.6475 11.3789C18.282 11.1843 18.1434 10.7298 18.3379 10.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.1895L14.9697 10.9697C15.2626 10.6768 15.7374 10.6768 16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303L12.5303 15.5303C12.3896 15.6709 12.1989 15.75 12 15.75C11.8011 15.75 11.6104 15.6709 11.4697 15.5303L7.96973 12.0303C7.67684 11.7374 7.67684 11.2626 7.96973 10.9697C8.26262 10.6768 8.73738 10.6768 9.03027 10.9697L11.25 13.1895V4.75C11.25 4.33579 11.5858 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,ksBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yaACF,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.3379 10.3643C18.5326 9.9989 18.987 9.86026 19.3525 10.0547C21.1452 11.0086 22.4998 12.4412 22.5 14.2188C22.5 16.0326 21.0907 17.4864 19.2383 18.4424C17.3473 19.4181 14.7869 20 12 20C9.21308 20 6.65274 19.4181 4.76172 18.4424C2.90926 17.4864 1.5 16.0326 1.5 14.2188C1.50017 12.4412 2.8548 11.0086 4.64746 10.0547C5.01299 9.86026 5.46745 9.9989 5.66211 10.3643C5.85663 10.7298 5.718 11.1843 5.35254 11.3789C3.74124 12.2363 3.00017 13.274 3 14.2188C3 15.1832 3.77343 16.2445 5.44922 17.1094C7.087 17.9545 9.40214 18.5 12 18.5C14.5979 18.5 16.913 17.9545 18.5508 17.1094C20.2266 16.2445 21 15.1832 21 14.2188C20.9998 13.274 20.2588 12.2363 18.6475 11.3789C18.282 11.1843 18.1434 10.7298 18.3379 10.3643Z",fill:"currentColor"}),C.createElement(e,{d:"M12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.1895L14.9697 10.9697C15.2626 10.6768 15.7374 10.6768 16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303L12.5303 15.5303C12.3896 15.6709 12.1989 15.75 12 15.75C11.8011 15.75 11.6104 15.6709 11.4697 15.5303L7.96973 12.0303C7.67684 11.7374 7.67684 11.2626 7.96973 10.9697C8.26262 10.6768 8.73738 10.6768 9.03027 10.9697L11.25 13.1895V4.75C11.25 4.33579 11.5858 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.3379 10.3643C18.5326 9.9989 18.987 9.86026 19.3525 10.0547C21.1452 11.0086 22.4998 12.4412 22.5 14.2188C22.5 16.0326 21.0907 17.4864 19.2383 18.4424C17.3473 19.4181 14.7869 20 12 20C9.21308 20 6.65274 19.4181 4.76172 18.4424C2.90926 17.4864 1.5 16.0326 1.5 14.2188C1.50017 12.4412 2.8548 11.0086 4.64746 10.0547C5.01299 9.86026 5.46745 9.9989 5.66211 10.3643C5.85663 10.7298 5.718 11.1843 5.35254 11.3789C3.74124 12.2363 3.00017 13.274 3 14.2188C3 15.1832 3.77343 16.2445 5.44922 17.1094C7.087 17.9545 9.40214 18.5 12 18.5C14.5979 18.5 16.913 17.9545 18.5508 17.1094C20.2266 16.2445 21 15.1832 21 14.2188C20.9998 13.274 20.2588 12.2363 18.6475 11.3789C18.282 11.1843 18.1434 10.7298 18.3379 10.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.1895L14.9697 10.9697C15.2626 10.6768 15.7374 10.6768 16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303L12.5303 15.5303C12.3896 15.6709 12.1989 15.75 12 15.75C11.8011 15.75 11.6104 15.6709 11.4697 15.5303L7.96973 12.0303C7.67684 11.7374 7.67684 11.2626 7.96973 10.9697C8.26262 10.6768 8.73738 10.6768 9.03027 10.9697L11.25 13.1895V4.75C11.25 4.33579 11.5858 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,ksBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yaACF,KAAK,eACP,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 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,{IconMouseUp:()=>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.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z",fill:"currentColor"})),L=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.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z\"\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,guBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ubACF,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 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.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z",fill:"currentColor"}),C.createElement(e,{d:"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z",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.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z\"\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,guBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ubACF,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
@@ -15638,6 +15638,20 @@
15638
15638
  "packageName": "round-filled-radius-1-stroke-1.5",
15639
15639
  "componentName": "IconMouseClassic2"
15640
15640
  },
15641
+ {
15642
+ "category": "Arrows",
15643
+ "svg": "<path d=\"M18.3379 10.3643C18.5326 9.9989 18.987 9.86026 19.3525 10.0547C21.1452 11.0086 22.4998 12.4412 22.5 14.2188C22.5 16.0326 21.0907 17.4864 19.2383 18.4424C17.3473 19.4181 14.7869 20 12 20C9.21308 20 6.65274 19.4181 4.76172 18.4424C2.90926 17.4864 1.5 16.0326 1.5 14.2188C1.50017 12.4412 2.8548 11.0086 4.64746 10.0547C5.01299 9.86026 5.46745 9.9989 5.66211 10.3643C5.85663 10.7298 5.718 11.1843 5.35254 11.3789C3.74124 12.2363 3.00017 13.274 3 14.2188C3 15.1832 3.77343 16.2445 5.44922 17.1094C7.087 17.9545 9.40214 18.5 12 18.5C14.5979 18.5 16.913 17.9545 18.5508 17.1094C20.2266 16.2445 21 15.1832 21 14.2188C20.9998 13.274 20.2588 12.2363 18.6475 11.3789C18.282 11.1843 18.1434 10.7298 18.3379 10.3643Z\" fill=\"currentColor\"/><path d=\"M12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.1895L14.9697 10.9697C15.2626 10.6768 15.7374 10.6768 16.0303 10.9697C16.3232 11.2626 16.3232 11.7374 16.0303 12.0303L12.5303 15.5303C12.3896 15.6709 12.1989 15.75 12 15.75C11.8011 15.75 11.6104 15.6709 11.4697 15.5303L7.96973 12.0303C7.67684 11.7374 7.67684 11.2626 7.96973 10.9697C8.26262 10.6768 8.73738 10.6768 9.03027 10.9697L11.25 13.1895V4.75C11.25 4.33579 11.5858 4 12 4Z\" fill=\"currentColor\"/>",
15644
+ "iconName": "mouse-down, press, depth, deep-dive",
15645
+ "variant": {
15646
+ "join": "round",
15647
+ "filled": "on",
15648
+ "radius": "1",
15649
+ "stroke": "1.5"
15650
+ },
15651
+ "createdAt": "2026-03-10T09:00:56.869981+00:00",
15652
+ "packageName": "round-filled-radius-1-stroke-1.5",
15653
+ "componentName": "IconMouseDown"
15654
+ },
15641
15655
  {
15642
15656
  "category": "Devices & Signals",
15643
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 12V7ZM12.75 5.75C12.75 5.33579 12.4142 5 12 5C11.5858 5 11.25 5.33579 11.25 5.75V8.25C11.25 8.66421 11.5858 9 12 9C12.4142 9 12.75 8.66421 12.75 8.25V5.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.37596 19.834C8.60573 19.4893 9.07138 19.3962 9.41602 19.626L11.8613 21.2562C11.9453 21.3121 12.0547 21.3121 12.1387 21.2562L14.584 19.626C14.9286 19.3962 15.3943 19.4893 15.624 19.834C15.8538 20.1786 15.7607 20.6443 15.416 20.874L12.9707 22.5042C12.3829 22.8961 11.6171 22.8961 11.0293 22.5042L8.58397 20.874C8.23933 20.6443 8.1462 20.1786 8.37596 19.834Z\" fill=\"currentColor\"/>",
@@ -15666,6 +15680,20 @@
15666
15680
  "packageName": "round-filled-radius-1-stroke-1.5",
15667
15681
  "componentName": "IconMouseScrollUp"
15668
15682
  },
15683
+ {
15684
+ "category": "Arrows",
15685
+ "svg": "<path d=\"M18.3379 10.3643C18.5326 9.99905 18.9871 9.86038 19.3525 10.0548C21.1452 11.0086 22.4998 12.4413 22.5 14.2188C22.5 16.0327 21.0907 17.4865 19.2383 18.4424C17.3473 19.4182 14.7869 20.0001 12 20.0001C9.21308 20.0001 6.65274 19.4182 4.76172 18.4424C2.90929 17.4865 1.5 16.0327 1.5 14.2188C1.50023 12.4413 2.85484 11.0086 4.64746 10.0548C5.01295 9.86038 5.46743 9.99905 5.66211 10.3643C5.85662 10.7299 5.71796 11.1843 5.35254 11.379C3.74131 12.2363 3.00024 13.2741 3 14.2188C3 15.1832 3.77346 16.2446 5.44922 17.1094C7.087 17.9545 9.40214 18.5001 12 18.5001C14.5979 18.5001 16.913 17.9545 18.5508 17.1094C20.2265 16.2446 21 15.1832 21 14.2188C20.9998 13.2741 20.2587 12.2363 18.6475 11.379C18.282 11.1843 18.1434 10.7299 18.3379 10.3643Z\" fill=\"currentColor\"/><path d=\"M11.5264 4.16803C11.8209 3.92779 12.2557 3.94526 12.5303 4.21979L16.0303 7.71979C16.3231 8.01267 16.3231 8.48744 16.0303 8.78034C15.7374 9.07323 15.2626 9.07323 14.9697 8.78034L12.75 6.56061V14.2501C12.75 14.6643 12.4142 15.0001 12 15.0001C11.5858 15.0001 11.25 14.6643 11.25 14.2501V6.56061L9.03027 8.78034C8.73738 9.07323 8.26262 9.07323 7.96973 8.78034C7.67689 8.48744 7.67685 8.01267 7.96973 7.71979L11.4697 4.21979L11.5264 4.16803Z\" fill=\"currentColor\"/>",
15686
+ "iconName": "mouse-up, hover, turn-uo",
15687
+ "variant": {
15688
+ "join": "round",
15689
+ "filled": "on",
15690
+ "radius": "1",
15691
+ "stroke": "1.5"
15692
+ },
15693
+ "createdAt": "2026-03-10T09:00:56.869981+00:00",
15694
+ "packageName": "round-filled-radius-1-stroke-1.5",
15695
+ "componentName": "IconMouseUp"
15696
+ },
15669
15697
  {
15670
15698
  "category": "Things",
15671
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
@@ -1116,8 +1116,10 @@ export type CentralIconName =
1116
1116
  | "IconMouse"
1117
1117
  | "IconMouseClassic"
1118
1118
  | "IconMouseClassic2"
1119
+ | "IconMouseDown"
1119
1120
  | "IconMouseScrollDown"
1120
1121
  | "IconMouseScrollUp"
1122
+ | "IconMouseUp"
1121
1123
  | "IconMouth"
1122
1124
  | "IconMoveFolder"
1123
1125
  | "IconMultiMedia"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
3
- "version": "1.1.153",
3
+ "version": "1.1.154",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1840,
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",
@@ -3159,8 +3161,10 @@
3159
3161
  "IconMouse": "mouse",
3160
3162
  "IconMouseClassic": "mouse-classic, click",
3161
3163
  "IconMouseClassic2": "mouse-classic-2, click",
3164
+ "IconMouseDown": "mouse-down, press, depth, deep-dive",
3162
3165
  "IconMouseScrollDown": "mouse-scroll-down",
3163
3166
  "IconMouseScrollUp": "mouse-scroll-up",
3167
+ "IconMouseUp": "mouse-up, hover, turn-uo",
3164
3168
  "IconMouth": "mouth, kiss",
3165
3169
  "IconMoveFolder": "move-folder",
3166
3170
  "IconMultiMedia": "multi-media, media, image-video",
package/index.d.ts CHANGED
@@ -1115,8 +1115,10 @@ export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMou
1115
1115
  export { IconMouse, default as IconMouseDefault } from "./IconMouse";
1116
1116
  export { IconMouseClassic, default as IconMouseClassicDefault, } from "./IconMouseClassic";
1117
1117
  export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconMouseClassic2";
1118
+ export { IconMouseDown, default as IconMouseDownDefault, } from "./IconMouseDown";
1118
1119
  export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
1119
1120
  export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
1121
+ export { IconMouseUp, default as IconMouseUpDefault } from "./IconMouseUp";
1120
1122
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
1121
1123
  export { IconMoveFolder, default as IconMoveFolderDefault, } from "./IconMoveFolder";
1122
1124
  export { IconMultiMedia, default as IconMultiMediaDefault, } from "./IconMultiMedia";