@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.200 → 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/README.md +15 -0
- 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 +2171 -0
- package/tsx-icons.json +1 -1
package/IconTestTube2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var
|
|
1
|
+
"use strict";var i=Object.create;var C=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)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!L.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(C({},"__esModule",{value:!0}),r);var g={};v(g,{IconTestTube2:()=>c,default:()=>P});module.exports=x(g);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 l=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(l.Path,{d:"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.54289ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C9.99996 4.55217 9.55226 4.99992 9 4.99992H5V9.99992C4.99996 10.5522 4.55226 10.9999 4 10.9999C3.44774 10.9999 3.00004 10.5522 3 9.99992V4.99992C3 3.89536 3.89543 2.99992 5 2.99992H9Z",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 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 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 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.54289ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C9.99996 4.55217 9.55226 4.99992 9 4.99992H5V9.99992C4.99996 10.5522 4.55226 10.9999 4 10.9999C3.44774 10.9999 3.00004 10.5522 3 9.99992V4.99992C3 3.89536 3.89543 2.99992 5 2.99992H9Z\"\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,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6bACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0OACF,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
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>l.createElement(p,{...C,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:"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.54289ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z",fill:"currentColor"}),o.createElement(n,{d:"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C9.99996 4.55217 9.55226 4.99992 9 4.99992H5V9.99992C4.99996 10.5522 4.55226 10.9999 4 10.9999C3.44774 10.9999 3.00004 10.5522 3 9.99992V4.99992C3 3.89536 3.89543 2.99992 5 2.99992H9Z",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 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 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 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.54289ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C9.99996 4.55217 9.55226 4.99992 9 4.99992H5V9.99992C4.99996 10.5522 4.55226 10.9999 4 10.9999C3.44774 10.9999 3.00004 10.5522 3 9.99992V4.99992C3 3.89536 3.89543 2.99992 5 2.99992H9Z\"\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,mOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6bACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTestTube2","props","React","CentralIconBase","IconTestTube2_default"]}
|
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ A collection of round filled React icons with 1px radius and 2px stroke width, d
|
|
|
12
12
|
- [Accessibility](#accessibility)
|
|
13
13
|
- [Available Packages](#available-packages)
|
|
14
14
|
- [Icons List](#icons)
|
|
15
|
+
- [AI Assistant Support](#ai-assistant-support)
|
|
15
16
|
- [License](#license)
|
|
16
17
|
- [Troubleshooting](#troubleshooting)
|
|
17
18
|
|
|
@@ -2217,6 +2218,20 @@ Below is a complete list of available icons:
|
|
|
2217
2218
|
- IconThunder
|
|
2218
2219
|
- IconWind
|
|
2219
2220
|
|
|
2221
|
+
## AI Assistant Support
|
|
2222
|
+
|
|
2223
|
+
This package ships a skill for AI coding assistants (Claude Code, Cursor, GitHub Copilot, and 40+ others) that teaches the assistant how to find icons by name, alias, or category and insert them with correct imports and React Native-specific props.
|
|
2224
|
+
|
|
2225
|
+
After installing the package, add the skill with the [Vercel `skills` CLI](https://github.com/vercel-labs/skills):
|
|
2226
|
+
|
|
2227
|
+
```bash
|
|
2228
|
+
npx skills add ./node_modules/@central-icons-react-native/round-filled-radius-1-stroke-2
|
|
2229
|
+
```
|
|
2230
|
+
|
|
2231
|
+
The CLI auto-detects which AI assistant you use and installs the skill at the right path (for Claude Code, this is `.claude/skills/central-icons-react-native/`).
|
|
2232
|
+
|
|
2233
|
+
Rerun `npx skills add` whenever you upgrade this package to keep the skill in sync.
|
|
2234
|
+
|
|
2220
2235
|
## License
|
|
2221
2236
|
|
|
2222
2237
|
This is a private package with all rights reserved. Unauthorized copying or distribution is prohibited.
|
package/filtered-icons.json
CHANGED
|
@@ -24656,7 +24656,7 @@
|
|
|
24656
24656
|
},
|
|
24657
24657
|
{
|
|
24658
24658
|
"category": "Things",
|
|
24659
|
-
"svg": "<path d=\"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.
|
|
24659
|
+
"svg": "<path d=\"M20 13.9999C20.5523 13.9999 21 14.4476 21 14.9999V18.9999C21 20.1045 20.1045 20.9999 19 20.9999H14C13.4477 20.9999 13 20.5522 13 19.9999C13 19.4476 13.4477 18.9999 14 18.9999H19V14.9999C19 14.4476 19.4477 13.9999 20 13.9999Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.043 2.54289C13.4335 2.15237 14.0665 2.15237 14.457 2.54289L21.457 9.54289C21.8475 9.93342 21.8475 10.5664 21.457 10.957C21.0665 11.3474 20.4335 11.3474 20.043 10.957L19.25 10.164L9.95703 19.457C8.46201 20.9518 6.03803 20.9517 4.54297 19.457C3.04808 17.9619 3.04808 15.5379 4.54297 14.0429L13.8359 4.74992L13.043 3.95696C12.6525 3.56646 12.6525 2.93343 13.043 2.54289ZM10.6641 10.7499H15.8359L17.8359 8.74992L15.25 6.16399L10.6641 10.7499Z\" fill=\"currentColor\"/><path d=\"M9 2.99992C9.55228 2.99992 10 3.44764 10 3.99992C9.99996 4.55217 9.55226 4.99992 9 4.99992H5V9.99992C4.99996 10.5522 4.55226 10.9999 4 10.9999C3.44774 10.9999 3.00004 10.5522 3 9.99992V4.99992C3 3.89536 3.89543 2.99992 5 2.99992H9Z\" 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-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.202",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-2/IconHome';",
|