@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.147 → 1.1.148
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/IconBananas/index.d.ts +4 -0
- package/IconBananas/index.js +2 -0
- package/IconBananas/index.js.map +1 -0
- package/IconBananas/index.mjs +2 -0
- package/IconBananas/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 i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&t(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),L=r=>l(t({},"__esModule",{value:!0}),r);var d={};g(d,{IconBananas:()=>B,default:()=>v});module.exports=L(d);var e=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"),B=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M5.81382 3.06829C6.09268 3.01286 6.38208 3.08523 6.60191 3.26555C6.8217 3.446 6.94956 3.71554 6.94956 3.99993V7.9677C7.07052 10.0794 7.5959 11.6424 8.35386 12.7499C9.10778 13.8514 10.1237 14.5518 11.3255 14.8993C13.7708 15.6063 17.1067 14.8733 20.4857 12.7011L20.6293 12.6249C20.9754 12.4785 21.3832 12.5487 21.6605 12.8173L22.1605 13.3017C22.3451 13.4806 22.4496 13.7272 22.4496 13.9843C22.4495 16.0926 20.8688 18.2934 18.6468 19.7177C16.3714 21.1762 13.2443 21.9541 9.8314 21.0868C6.40539 20.216 3.89222 17.8831 2.59312 15.2665C1.36052 12.7837 1.15523 9.87536 2.54917 7.70305V4.49797C2.54939 4.04511 2.86965 3.6549 3.31382 3.56633L5.81382 3.06829Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M18.4427 8.2304C18.726 8.0255 19.1042 7.99031 19.4242 8.15032L19.9242 8.40032C20.2459 8.5613 20.4496 8.8902 20.4496 9.24993V9.26653C20.4495 9.27536 20.4488 9.28747 20.4486 9.30266C20.4482 9.33334 20.4473 9.37706 20.4457 9.43157C20.4424 9.5405 20.4367 9.69508 20.4242 9.88372C20.4038 10.1896 20.3649 10.5904 20.2972 11.038L19.6742 11.4394C16.4862 13.4887 13.6079 13.9972 11.7425 13.4579C10.863 13.2036 10.1417 12.7067 9.59116 11.9023C9.25454 11.4103 8.95385 10.7587 8.74156 9.91008C11.7002 11.8028 15.5438 11.1117 18.3275 8.32805L18.4427 8.2304Z",fill:"currentColor"})),v=B;0&&(module.exports={IconBananas});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.81382 3.06829C6.09268 3.01286 6.38208 3.08523 6.60191 3.26555C6.8217 3.446 6.94956 3.71554 6.94956 3.99993V7.9677C7.07052 10.0794 7.5959 11.6424 8.35386 12.7499C9.10778 13.8514 10.1237 14.5518 11.3255 14.8993C13.7708 15.6063 17.1067 14.8733 20.4857 12.7011L20.6293 12.6249C20.9754 12.4785 21.3832 12.5487 21.6605 12.8173L22.1605 13.3017C22.3451 13.4806 22.4496 13.7272 22.4496 13.9843C22.4495 16.0926 20.8688 18.2934 18.6468 19.7177C16.3714 21.1762 13.2443 21.9541 9.8314 21.0868C6.40539 20.216 3.89222 17.8831 2.59312 15.2665C1.36052 12.7837 1.15523 9.87536 2.54917 7.70305V4.49797C2.54939 4.04511 2.86965 3.6549 3.31382 3.56633L5.81382 3.06829Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4427 8.2304C18.726 8.0255 19.1042 7.99031 19.4242 8.15032L19.9242 8.40032C20.2459 8.5613 20.4496 8.8902 20.4496 9.24993V9.26653C20.4495 9.27536 20.4488 9.28747 20.4486 9.30266C20.4482 9.33334 20.4473 9.37706 20.4457 9.43157C20.4424 9.5405 20.4367 9.69508 20.4242 9.88372C20.4038 10.1896 20.3649 10.5904 20.2972 11.038L19.6742 11.4394C16.4862 13.4887 13.6079 13.9972 11.7425 13.4579C10.863 13.2036 10.1417 12.7067 9.59116 11.9023C9.25454 11.4103 8.95385 10.7587 8.74156 9.91008C11.7002 11.8028 15.5438 11.1117 18.3275 8.32805L18.4427 8.2304Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\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,4oBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBananas_exports","__export","IconBananas","IconBananas_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...e})=>p.createElement(a,{...e,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 t}from"react-native-svg";var l=o=>C.createElement(n,{...o},C.createElement(t,{d:"M5.81382 3.06829C6.09268 3.01286 6.38208 3.08523 6.60191 3.26555C6.8217 3.446 6.94956 3.71554 6.94956 3.99993V7.9677C7.07052 10.0794 7.5959 11.6424 8.35386 12.7499C9.10778 13.8514 10.1237 14.5518 11.3255 14.8993C13.7708 15.6063 17.1067 14.8733 20.4857 12.7011L20.6293 12.6249C20.9754 12.4785 21.3832 12.5487 21.6605 12.8173L22.1605 13.3017C22.3451 13.4806 22.4496 13.7272 22.4496 13.9843C22.4495 16.0926 20.8688 18.2934 18.6468 19.7177C16.3714 21.1762 13.2443 21.9541 9.8314 21.0868C6.40539 20.216 3.89222 17.8831 2.59312 15.2665C1.36052 12.7837 1.15523 9.87536 2.54917 7.70305V4.49797C2.54939 4.04511 2.86965 3.6549 3.31382 3.56633L5.81382 3.06829Z",fill:"currentColor"}),C.createElement(t,{d:"M18.4427 8.2304C18.726 8.0255 19.1042 7.99031 19.4242 8.15032L19.9242 8.40032C20.2459 8.5613 20.4496 8.8902 20.4496 9.24993V9.26653C20.4495 9.27536 20.4488 9.28747 20.4486 9.30266C20.4482 9.33334 20.4473 9.37706 20.4457 9.43157C20.4424 9.5405 20.4367 9.69508 20.4242 9.88372C20.4038 10.1896 20.3649 10.5904 20.2972 11.038L19.6742 11.4394C16.4862 13.4887 13.6079 13.9972 11.7425 13.4579C10.863 13.2036 10.1417 12.7067 9.59116 11.9023C9.25454 11.4103 8.95385 10.7587 8.74156 9.91008C11.7002 11.8028 15.5438 11.1117 18.3275 8.32805L18.4427 8.2304Z",fill:"currentColor"})),P=l;export{l as IconBananas,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.81382 3.06829C6.09268 3.01286 6.38208 3.08523 6.60191 3.26555C6.8217 3.446 6.94956 3.71554 6.94956 3.99993V7.9677C7.07052 10.0794 7.5959 11.6424 8.35386 12.7499C9.10778 13.8514 10.1237 14.5518 11.3255 14.8993C13.7708 15.6063 17.1067 14.8733 20.4857 12.7011L20.6293 12.6249C20.9754 12.4785 21.3832 12.5487 21.6605 12.8173L22.1605 13.3017C22.3451 13.4806 22.4496 13.7272 22.4496 13.9843C22.4495 16.0926 20.8688 18.2934 18.6468 19.7177C16.3714 21.1762 13.2443 21.9541 9.8314 21.0868C6.40539 20.216 3.89222 17.8831 2.59312 15.2665C1.36052 12.7837 1.15523 9.87536 2.54917 7.70305V4.49797C2.54939 4.04511 2.86965 3.6549 3.31382 3.56633L5.81382 3.06829Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4427 8.2304C18.726 8.0255 19.1042 7.99031 19.4242 8.15032L19.9242 8.40032C20.2459 8.5613 20.4496 8.8902 20.4496 9.24993V9.26653C20.4495 9.27536 20.4488 9.28747 20.4486 9.30266C20.4482 9.33334 20.4473 9.37706 20.4457 9.43157C20.4424 9.5405 20.4367 9.69508 20.4242 9.88372C20.4038 10.1896 20.3649 10.5904 20.2972 11.038L19.6742 11.4394C16.4862 13.4887 13.6079 13.9972 11.7425 13.4579C10.863 13.2036 10.1417 12.7067 9.59116 11.9023C9.25454 11.4103 8.95385 10.7587 8.74156 9.91008C11.7002 11.8028 15.5438 11.1117 18.3275 8.32805L18.4427 8.2304Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\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,4oBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,miBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -2632,6 +2632,20 @@
|
|
|
2632
2632
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
2633
2633
|
"componentName": "IconBanana"
|
|
2634
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"category": "Food",
|
|
2637
|
+
"svg": "<path d=\"M5.81382 3.06829C6.09268 3.01286 6.38208 3.08523 6.60191 3.26555C6.8217 3.446 6.94956 3.71554 6.94956 3.99993V7.9677C7.07052 10.0794 7.5959 11.6424 8.35386 12.7499C9.10778 13.8514 10.1237 14.5518 11.3255 14.8993C13.7708 15.6063 17.1067 14.8733 20.4857 12.7011L20.6293 12.6249C20.9754 12.4785 21.3832 12.5487 21.6605 12.8173L22.1605 13.3017C22.3451 13.4806 22.4496 13.7272 22.4496 13.9843C22.4495 16.0926 20.8688 18.2934 18.6468 19.7177C16.3714 21.1762 13.2443 21.9541 9.8314 21.0868C6.40539 20.216 3.89222 17.8831 2.59312 15.2665C1.36052 12.7837 1.15523 9.87536 2.54917 7.70305V4.49797C2.54939 4.04511 2.86965 3.6549 3.31382 3.56633L5.81382 3.06829Z\" fill=\"currentColor\"/><path d=\"M18.4427 8.2304C18.726 8.0255 19.1042 7.99031 19.4242 8.15032L19.9242 8.40032C20.2459 8.5613 20.4496 8.8902 20.4496 9.24993V9.26653C20.4495 9.27536 20.4488 9.28747 20.4486 9.30266C20.4482 9.33334 20.4473 9.37706 20.4457 9.43157C20.4424 9.5405 20.4367 9.69508 20.4242 9.88372C20.4038 10.1896 20.3649 10.5904 20.2972 11.038L19.6742 11.4394C16.4862 13.4887 13.6079 13.9972 11.7425 13.4579C10.863 13.2036 10.1417 12.7067 9.59116 11.9023C9.25454 11.4103 8.95385 10.7587 8.74156 9.91008C11.7002 11.8028 15.5438 11.1117 18.3275 8.32805L18.4427 8.2304Z\" fill=\"currentColor\"/>",
|
|
2638
|
+
"iconName": "bananas, fruits",
|
|
2639
|
+
"variant": {
|
|
2640
|
+
"join": "round",
|
|
2641
|
+
"filled": "on",
|
|
2642
|
+
"radius": "0",
|
|
2643
|
+
"stroke": "2"
|
|
2644
|
+
},
|
|
2645
|
+
"createdAt": "2026-02-26T11:00:43.869424+00:00",
|
|
2646
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
2647
|
+
"componentName": "IconBananas"
|
|
2648
|
+
},
|
|
2635
2649
|
{
|
|
2636
2650
|
"category": "Building",
|
|
2637
2651
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4472 1.60557C12.1657 1.46481 11.8343 1.46481 11.5528 1.60557L2.55279 6.10557C2.214 6.27496 2 6.62123 2 7V9C2 9.55228 2.44772 10 3 10H4L4.00001 16C3.56958 16 3.18744 16.2754 3.05132 16.6838L2.05132 19.6838C1.94967 19.9887 2.00081 20.3239 2.18877 20.5847C2.37672 20.8455 2.67856 21 3.00001 21H21C21.3215 21 21.6233 20.8455 21.8113 20.5847C21.9992 20.3239 22.0503 19.9887 21.9487 19.6838L20.9487 16.6838C20.8126 16.2754 20.4304 16 20 16L20 10H21C21.5523 10 22 9.55228 22 9V7C22 6.62123 21.786 6.27496 21.4472 6.10557L12.4472 1.60557ZM18 10H16V16H18V10ZM14 16V10H10V16H14ZM8 16V10H6V16H8Z\" 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/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.148",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 1831,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -748,12 +748,13 @@
|
|
|
748
748
|
]
|
|
749
749
|
},
|
|
750
750
|
"Food": {
|
|
751
|
-
"count":
|
|
751
|
+
"count": 44,
|
|
752
752
|
"icons": [
|
|
753
753
|
"IconAppleNewton",
|
|
754
754
|
"IconApples",
|
|
755
755
|
"IconAvocado",
|
|
756
756
|
"IconBanana",
|
|
757
|
+
"IconBananas",
|
|
757
758
|
"IconBirthdayCake",
|
|
758
759
|
"IconBottle",
|
|
759
760
|
"IconBreakfast",
|
|
@@ -2220,6 +2221,7 @@
|
|
|
2220
2221
|
"IconBag3": "bag-3, luggage, suitcase, work",
|
|
2221
2222
|
"IconBalloon": "balloon, birthday",
|
|
2222
2223
|
"IconBanana": "banana, fruit",
|
|
2224
|
+
"IconBananas": "bananas, fruits",
|
|
2223
2225
|
"IconBank": "bank",
|
|
2224
2226
|
"IconBank2": "bank-2, library, gov",
|
|
2225
2227
|
"IconBanknote1": "banknote-1, money, bill",
|
package/index.d.ts
CHANGED
|
@@ -186,6 +186,7 @@ export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2S
|
|
|
186
186
|
export { IconBag3, default as IconBag3Default } from "./IconBag3";
|
|
187
187
|
export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
|
|
188
188
|
export { IconBanana, default as IconBananaDefault } from "./IconBanana";
|
|
189
|
+
export { IconBananas, default as IconBananasDefault } from "./IconBananas";
|
|
189
190
|
export { IconBank, default as IconBankDefault } from "./IconBank";
|
|
190
191
|
export { IconBank2, default as IconBank2Default } from "./IconBank2";
|
|
191
192
|
export { IconBanknote1, default as IconBanknote1Default, } from "./IconBanknote1";
|