@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.201 → 1.1.202
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.js +1 -1
- package/IconTestTube2/index.js.map +1 -1
- package/IconTestTube2/index.mjs +1 -1
- package/IconTestTube2/index.mjs.map +1 -1
- package/filtered-icons.json +1 -1
- package/icons-index.json +1 -1
- 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/skills/central-icons-react-native/SKILL.md +1 -1
- package/tsx-icons.json +1 -1
package/IconTestTube2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var t=Object.defineProperty;var
|
|
1
|
+
"use strict";var i=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!L.call(r,C)&&C!==e&&t(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};v(g,{IconTestTube2:()=>c,default:()=>P});module.exports=x(g);var n=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 l=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H4.5C4.22386 3.99996 4 4.22382 4 4.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V4.49996C3 3.67154 3.67157 2.99996 4.5 2.99996H9.5Z",fill:"currentColor"})),P=c;0&&(module.exports={IconTestTube2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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\n d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.
|
|
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\n d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H4.5C4.22386 3.99996 4 4.22382 4 4.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V4.49996C3 3.67154 3.67157 2.99996 4.5 2.99996H9.5Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qQACF,KAAK,eACP,CACF,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"]}
|
package/IconTestTube2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,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 C}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(C,{d:"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z",fill:"currentColor"}),o.createElement(C,{d:"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H4.5C4.22386 3.99996 4 4.22382 4 4.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V4.49996C3 3.67154 3.67157 2.99996 4.5 2.99996H9.5Z",fill:"currentColor"})),L=a;export{a as IconTestTube2,L as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +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\n d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.
|
|
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\n d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H4.5C4.22386 3.99996 4 4.22382 4 4.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V4.49996C3 3.67154 3.67157 2.99996 4.5 2.99996H9.5Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2eACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -24656,7 +24656,7 @@
|
|
|
24656
24656
|
},
|
|
24657
24657
|
{
|
|
24658
24658
|
"category": "Things",
|
|
24659
|
-
"svg": "<path d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.
|
|
24659
|
+
"svg": "<path d=\"M20.5 14C20.7761 14 21 14.2238 21 14.5V19.5C21 20.3284 20.3284 21 19.5 21H13.5C13.2239 21 13 20.7761 13 20.5C13 20.2238 13.2239 20 13.5 20H19.5C19.7761 20 20 19.7761 20 19.5V14.5C20 14.2238 20.2239 14 20.5 14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.3965 2.89645C13.5917 2.70118 13.9083 2.70118 14.1035 2.89645L21.1035 9.89645C21.2987 10.0917 21.2988 10.4082 21.1035 10.6035C20.9083 10.7987 20.5917 10.7987 20.3965 10.6035L19.25 9.45699L9.60352 19.1035C8.30376 20.4031 6.19629 20.403 4.89648 19.1035C3.59685 17.8037 3.59685 15.6962 4.89648 14.3964L14.543 4.74996L13.3965 3.60348C13.2012 3.40822 13.2012 3.09171 13.3965 2.89645ZM9.45703 11.25H16C16.0131 11.25 16.0262 11.2519 16.0391 11.2529L18.543 8.74996L15.25 5.45699L9.45703 11.25Z\" fill=\"currentColor\"/><path d=\"M9.5 2.99996C9.77614 2.99996 10 3.22382 10 3.49996C9.99998 3.77609 9.77613 3.99996 9.5 3.99996H4.5C4.22386 3.99996 4 4.22382 4 4.49996V10.5C3.99998 10.7761 3.77613 11 3.5 11C3.22387 11 3.00002 10.7761 3 10.5V4.49996C3 3.67154 3.67157 2.99996 4.5 2.99996H9.5Z\" fill=\"currentColor\"/>",
|
|
24660
24660
|
"iconName": "test-tube 2, test, lab, filter",
|
|
24661
24661
|
"variant": {
|
|
24662
24662
|
"join": "round",
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.202",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
|