@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.187 → 1.1.188
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/IconTestTube2/index.d.ts +4 -0
- package/IconTestTube2/index.js +2 -0
- package/IconTestTube2/index.js.map +1 -0
- package/IconTestTube2/index.mjs +2 -0
- package/IconTestTube2/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var l=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!H.call(r,n)&&n!==e&&l(r,n,{get:()=>o[n],enumerable:!(C=i(o,n))||C.enumerable});return r};var f=(r,o,e)=>(e=r!=null?c(B(r)):{},a(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(l({},"__esModule",{value:!0}),r);var x={};I(x,{IconTestTube2:()=>L,default:()=>v});module.exports=V(x);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(s.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 p=require("react-native-svg"),L=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M21 21H12.75V20H20V14H21V21Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.1035 9.89648L20.3965 10.6035L19.25 9.45703L9.60352 19.1035C8.30373 20.4031 6.19628 20.4031 4.89648 19.1035C3.59685 17.8037 3.59685 15.6963 4.89648 14.3965L14.543 4.75L13.3965 3.60352L14.1035 2.89648L21.1035 9.89648ZM5.60352 15.1035C4.69441 16.0128 4.69441 17.4872 5.60352 18.3965C6.51279 19.3056 7.98723 19.3056 8.89648 18.3965L15.043 12.25H8.5V12.207L5.60352 15.1035ZM9.45703 11.25H16V11.293L18.543 8.75L15.25 5.45703L9.45703 11.25Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M10 4H4V11H3V3H10V4Z",fill:"currentColor"})),v=L;0&&(module.exports={IconTestTube2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H12.75V20H20V14H21V21Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.1035 9.89648L20.3965 10.6035L19.25 9.45703L9.60352 19.1035C8.30373 20.4031 6.19628 20.4031 4.89648 19.1035C3.59685 17.8037 3.59685 15.6963 4.89648 14.3965L14.543 4.75L13.3965 3.60352L14.1035 2.89648L21.1035 9.89648ZM5.60352 15.1035C4.69441 16.0128 4.69441 17.4872 5.60352 18.3965C6.51279 19.3056 7.98723 19.3056 8.89648 18.3965L15.043 12.25H8.5V12.207L5.60352 15.1035ZM9.45703 11.25H16V11.293L18.543 8.75L15.25 5.45703L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M10 4H4V11H3V3H10V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,QAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wbACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,EAIGE,EAAQJ","names":["IconTestTube2_exports","__export","IconTestTube2","IconTestTube2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M21 21H12.75V20H20V14H21V21Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.1035 9.89648L20.3965 10.6035L19.25 9.45703L9.60352 19.1035C8.30373 20.4031 6.19628 20.4031 4.89648 19.1035C3.59685 17.8037 3.59685 15.6963 4.89648 14.3965L14.543 4.75L13.3965 3.60352L14.1035 2.89648L21.1035 9.89648ZM5.60352 15.1035C4.69441 16.0128 4.69441 17.4872 5.60352 18.3965C6.51279 19.3056 7.98723 19.3056 8.89648 18.3965L15.043 12.25H8.5V12.207L5.60352 15.1035ZM9.45703 11.25H16V11.293L18.543 8.75L15.25 5.45703L9.45703 11.25Z",fill:"currentColor"}),o.createElement(n,{d:"M10 4H4V11H3V3H10V4Z",fill:"currentColor"})),H=a;export{a as IconTestTube2,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTestTube2/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 IconTestTube2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H12.75V20H20V14H21V21Z\" fill=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.1035 9.89648L20.3965 10.6035L19.25 9.45703L9.60352 19.1035C8.30373 20.4031 6.19628 20.4031 4.89648 19.1035C3.59685 17.8037 3.59685 15.6963 4.89648 14.3965L14.543 4.75L13.3965 3.60352L14.1035 2.89648L21.1035 9.89648ZM5.60352 15.1035C4.69441 16.0128 4.69441 17.4872 5.60352 18.3965C6.51279 19.3056 7.98723 19.3056 8.89648 18.3965L15.043 12.25H8.5V12.207L5.60352 15.1035ZM9.45703 11.25H16V11.293L18.543 8.75L15.25 5.45703L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M10 4H4V11H3V3H10V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconTestTube2;\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,CAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3DG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wbACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -24318,6 +24318,20 @@
|
|
|
24318
24318
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
24319
24319
|
"componentName": "IconTestTube"
|
|
24320
24320
|
},
|
|
24321
|
+
{
|
|
24322
|
+
"category": "Things",
|
|
24323
|
+
"svg": "<path d=\"M21 21H12.75V20H20V14H21V21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.1035 9.89648L20.3965 10.6035L19.25 9.45703L9.60352 19.1035C8.30373 20.4031 6.19628 20.4031 4.89648 19.1035C3.59685 17.8037 3.59685 15.6963 4.89648 14.3965L14.543 4.75L13.3965 3.60352L14.1035 2.89648L21.1035 9.89648ZM5.60352 15.1035C4.69441 16.0128 4.69441 17.4872 5.60352 18.3965C6.51279 19.3056 7.98723 19.3056 8.89648 18.3965L15.043 12.25H8.5V12.207L5.60352 15.1035ZM9.45703 11.25H16V11.293L18.543 8.75L15.25 5.45703L9.45703 11.25Z\" fill=\"currentColor\"/><path d=\"M10 4H4V11H3V3H10V4Z\" fill=\"currentColor\"/>",
|
|
24324
|
+
"iconName": "test-tube 2, test, lab, filter",
|
|
24325
|
+
"variant": {
|
|
24326
|
+
"join": "square",
|
|
24327
|
+
"filled": "on",
|
|
24328
|
+
"radius": "0",
|
|
24329
|
+
"stroke": "1"
|
|
24330
|
+
},
|
|
24331
|
+
"createdAt": "2026-04-14T14:02:05.42191+00:00",
|
|
24332
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
24333
|
+
"componentName": "IconTestTube2"
|
|
24334
|
+
},
|
|
24321
24335
|
{
|
|
24322
24336
|
"category": "Typography",
|
|
24323
24337
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H21V6H20V4H12.5V20H15V21H9V20H11.5V4H4V6H3V3Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.188",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1934,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
]
|
|
1792
1792
|
},
|
|
1793
1793
|
"Things": {
|
|
1794
|
-
"count":
|
|
1794
|
+
"count": 136,
|
|
1795
1795
|
"icons": [
|
|
1796
1796
|
"IconAnvil",
|
|
1797
1797
|
"IconApps",
|
|
@@ -1914,6 +1914,7 @@
|
|
|
1914
1914
|
"IconTeddyBear",
|
|
1915
1915
|
"IconTelescope",
|
|
1916
1916
|
"IconTestTube",
|
|
1917
|
+
"IconTestTube2",
|
|
1917
1918
|
"IconThinkingBubble",
|
|
1918
1919
|
"IconThinkingBubble1",
|
|
1919
1920
|
"IconThread",
|
|
@@ -3872,6 +3873,7 @@
|
|
|
3872
3873
|
"IconTennis": "tennis",
|
|
3873
3874
|
"IconTestflight": "testflight, beta",
|
|
3874
3875
|
"IconTestTube": "test-tube",
|
|
3876
|
+
"IconTestTube2": "test-tube 2, test, lab, filter",
|
|
3875
3877
|
"IconText1": "text-1",
|
|
3876
3878
|
"IconText2": "text-2",
|
|
3877
3879
|
"IconTextareaDrag": "textarea-drag",
|
package/index.d.ts
CHANGED
|
@@ -1734,6 +1734,7 @@ export { IconTelevision, default as IconTelevisionDefault, } from "./IconTelevis
|
|
|
1734
1734
|
export { IconTelevisionOld, default as IconTelevisionOldDefault, } from "./IconTelevisionOld";
|
|
1735
1735
|
export { IconTennis, default as IconTennisDefault } from "./IconTennis";
|
|
1736
1736
|
export { IconTestTube, default as IconTestTubeDefault } from "./IconTestTube";
|
|
1737
|
+
export { IconTestTube2, default as IconTestTube2Default, } from "./IconTestTube2";
|
|
1737
1738
|
export { IconTestflight, default as IconTestflightDefault, } from "./IconTestflight";
|
|
1738
1739
|
export { IconText1, default as IconText1Default } from "./IconText1";
|
|
1739
1740
|
export { IconText2, default as IconText2Default } from "./IconText2";
|