@central-icons-react-native/round-filled-radius-2-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBananas: FC<CentralIconBaseProps>;
4
+ export default IconBananas;
@@ -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)),v=r=>l(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconBananas:()=>B,default:()=>d});module.exports=v(h);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:"M4.75103 2.99951C5.71728 2.99962 6.50075 3.78333 6.50103 4.74951V7.46729C6.67722 9.5306 7.24983 11.0635 8.05669 12.1626C8.86359 13.2614 9.93494 13.967 11.1778 14.3345C13.6926 15.0777 16.963 14.4408 20.0528 12.689L20.1768 12.6265C20.7667 12.3615 21.4822 12.5038 21.9112 13.0171L21.9991 13.1333L22.0557 13.2231C22.1818 13.4408 22.2612 13.7074 22.2422 13.9985C22.113 15.9728 20.5787 18.0418 18.3956 19.3911C16.1756 20.7631 13.165 21.4771 9.88286 20.6431C6.59931 19.8085 4.16954 17.6061 2.86919 15.1138C1.58073 12.6439 1.34551 9.75908 2.68364 7.61475C2.7355 7.53155 2.75103 7.46316 2.75103 7.41846V4.74951C2.75129 3.78336 3.53489 2.99972 4.50103 2.99951H4.75103Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.63482 8.45068C7.86087 8.50549 8.07722 8.59938 8.26665 8.73389C11.1658 10.7927 14.7344 10.0314 17.8536 8.61279C18.2661 8.42515 18.748 8.42533 19.1641 8.6333C19.7759 8.93917 20.1194 9.62799 19.9678 10.3101C19.8763 10.7217 19.7411 11.2579 19.5293 11.8364C16.6936 13.4375 13.804 13.9851 11.6573 13.4312C10.5505 13.1455 9.62495 12.5687 8.92583 11.6558C8.35479 10.9099 7.88339 9.87088 7.63482 8.45068Z",fill:"currentColor"})),d=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=\"M4.75103 2.99951C5.71728 2.99962 6.50075 3.78333 6.50103 4.74951V7.46729C6.67722 9.5306 7.24983 11.0635 8.05669 12.1626C8.86359 13.2614 9.93494 13.967 11.1778 14.3345C13.6926 15.0777 16.963 14.4408 20.0528 12.689L20.1768 12.6265C20.7667 12.3615 21.4822 12.5038 21.9112 13.0171L21.9991 13.1333L22.0557 13.2231C22.1818 13.4408 22.2612 13.7074 22.2422 13.9985C22.113 15.9728 20.5787 18.0418 18.3956 19.3911C16.1756 20.7631 13.165 21.4771 9.88286 20.6431C6.59931 19.8085 4.16954 17.6061 2.86919 15.1138C1.58073 12.6439 1.34551 9.75908 2.68364 7.61475C2.7355 7.53155 2.75103 7.46316 2.75103 7.41846V4.74951C2.75129 3.78336 3.53489 2.99972 4.50103 2.99951H4.75103Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.63482 8.45068C7.86087 8.50549 8.07722 8.59938 8.26665 8.73389C11.1658 10.7927 14.7344 10.0314 17.8536 8.61279C18.2661 8.42515 18.748 8.42533 19.1641 8.6333C19.7759 8.93917 20.1194 9.62799 19.9678 10.3101C19.8763 10.7217 19.7411 11.2579 19.5293 11.8364C16.6936 13.4375 13.804 13.9851 11.6573 13.4312C10.5505 13.1455 9.62495 12.5687 8.92583 11.6558C8.35479 10.9099 7.88339 9.87088 7.63482 8.45068Z\"\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,qpBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iZACF,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:"M4.75103 2.99951C5.71728 2.99962 6.50075 3.78333 6.50103 4.74951V7.46729C6.67722 9.5306 7.24983 11.0635 8.05669 12.1626C8.86359 13.2614 9.93494 13.967 11.1778 14.3345C13.6926 15.0777 16.963 14.4408 20.0528 12.689L20.1768 12.6265C20.7667 12.3615 21.4822 12.5038 21.9112 13.0171L21.9991 13.1333L22.0557 13.2231C22.1818 13.4408 22.2612 13.7074 22.2422 13.9985C22.113 15.9728 20.5787 18.0418 18.3956 19.3911C16.1756 20.7631 13.165 21.4771 9.88286 20.6431C6.59931 19.8085 4.16954 17.6061 2.86919 15.1138C1.58073 12.6439 1.34551 9.75908 2.68364 7.61475C2.7355 7.53155 2.75103 7.46316 2.75103 7.41846V4.74951C2.75129 3.78336 3.53489 2.99972 4.50103 2.99951H4.75103Z",fill:"currentColor"}),C.createElement(t,{d:"M7.63482 8.45068C7.86087 8.50549 8.07722 8.59938 8.26665 8.73389C11.1658 10.7927 14.7344 10.0314 17.8536 8.61279C18.2661 8.42515 18.748 8.42533 19.1641 8.6333C19.7759 8.93917 20.1194 9.62799 19.9678 10.3101C19.8763 10.7217 19.7411 11.2579 19.5293 11.8364C16.6936 13.4375 13.804 13.9851 11.6573 13.4312C10.5505 13.1455 9.62495 12.5687 8.92583 11.6558C8.35479 10.9099 7.88339 9.87088 7.63482 8.45068Z",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=\"M4.75103 2.99951C5.71728 2.99962 6.50075 3.78333 6.50103 4.74951V7.46729C6.67722 9.5306 7.24983 11.0635 8.05669 12.1626C8.86359 13.2614 9.93494 13.967 11.1778 14.3345C13.6926 15.0777 16.963 14.4408 20.0528 12.689L20.1768 12.6265C20.7667 12.3615 21.4822 12.5038 21.9112 13.0171L21.9991 13.1333L22.0557 13.2231C22.1818 13.4408 22.2612 13.7074 22.2422 13.9985C22.113 15.9728 20.5787 18.0418 18.3956 19.3911C16.1756 20.7631 13.165 21.4771 9.88286 20.6431C6.59931 19.8085 4.16954 17.6061 2.86919 15.1138C1.58073 12.6439 1.34551 9.75908 2.68364 7.61475C2.7355 7.53155 2.75103 7.46316 2.75103 7.41846V4.74951C2.75129 3.78336 3.53489 2.99972 4.50103 2.99951H4.75103Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.63482 8.45068C7.86087 8.50549 8.07722 8.59938 8.26665 8.73389C11.1658 10.7927 14.7344 10.0314 17.8536 8.61279C18.2661 8.42515 18.748 8.42533 19.1641 8.6333C19.7759 8.93917 20.1194 9.62799 19.9678 10.3101C19.8763 10.7217 19.7411 11.2579 19.5293 11.8364C16.6936 13.4375 13.804 13.9851 11.6573 13.4312C10.5505 13.1455 9.62495 12.5687 8.92583 11.6558C8.35479 10.9099 7.88339 9.87088 7.63482 8.45068Z\"\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,qpBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iZACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
package/README.md CHANGED
@@ -856,6 +856,7 @@ Below is a complete list of available icons:
856
856
  - IconApples
857
857
  - IconAvocado
858
858
  - IconBanana
859
+ - IconBananas
859
860
  - IconBirthdayCake
860
861
  - IconBottle
861
862
  - IconBreakfast
@@ -2632,6 +2632,20 @@
2632
2632
  "packageName": "round-filled-radius-2-stroke-1.5",
2633
2633
  "componentName": "IconBanana"
2634
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M4.75103 2.99951C5.71728 2.99962 6.50075 3.78333 6.50103 4.74951V7.46729C6.67722 9.5306 7.24983 11.0635 8.05669 12.1626C8.86359 13.2614 9.93494 13.967 11.1778 14.3345C13.6926 15.0777 16.963 14.4408 20.0528 12.689L20.1768 12.6265C20.7667 12.3615 21.4822 12.5038 21.9112 13.0171L21.9991 13.1333L22.0557 13.2231C22.1818 13.4408 22.2612 13.7074 22.2422 13.9985C22.113 15.9728 20.5787 18.0418 18.3956 19.3911C16.1756 20.7631 13.165 21.4771 9.88286 20.6431C6.59931 19.8085 4.16954 17.6061 2.86919 15.1138C1.58073 12.6439 1.34551 9.75908 2.68364 7.61475C2.7355 7.53155 2.75103 7.46316 2.75103 7.41846V4.74951C2.75129 3.78336 3.53489 2.99972 4.50103 2.99951H4.75103Z\" fill=\"currentColor\"/><path d=\"M7.63482 8.45068C7.86087 8.50549 8.07722 8.59938 8.26665 8.73389C11.1658 10.7927 14.7344 10.0314 17.8536 8.61279C18.2661 8.42515 18.748 8.42533 19.1641 8.6333C19.7759 8.93917 20.1194 9.62799 19.9678 10.3101C19.8763 10.7217 19.7411 11.2579 19.5293 11.8364C16.6936 13.4375 13.804 13.9851 11.6573 13.4312C10.5505 13.1455 9.62495 12.5687 8.92583 11.6558C8.35479 10.9099 7.88339 9.87088 7.63482 8.45068Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "2",
2643
+ "stroke": "1.5"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-2-stroke-1.5",
2647
+ "componentName": "IconBananas"
2648
+ },
2635
2649
  {
2636
2650
  "category": "Building",
2637
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 7.9641C22 9.0765 21.1078 9.98053 20 9.99968V16.7714C20.6559 17.087 21.1766 17.6581 21.4174 18.3804L21.5228 18.6966C21.9005 19.8298 21.0571 21 19.8626 21H4.13743C2.94295 21 2.0995 19.8298 2.47723 18.6966L2.58264 18.3804C2.82341 17.6581 3.3441 17.087 4 16.7714V9.99968C3.15594 9.98509 2.43707 9.45683 2.1426 8.7141H2V7.9641C2 7.19601 2.43229 6.49329 3.11786 6.14694L10.76 2.28617C11.5397 1.89224 12.4603 1.89224 13.24 2.28617L20.8821 6.14694C21.5677 6.49329 22 7.19601 22 7.9641ZM16 9.99999H18.5V16.5H16V9.99999ZM8 16.5H5.5V9.99999H8V16.5ZM9.5 16.5V9.99999H14.5V16.5H9.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -187,6 +187,7 @@ export type CentralIconName =
187
187
  | "IconBag3"
188
188
  | "IconBalloon"
189
189
  | "IconBanana"
190
+ | "IconBananas"
190
191
  | "IconBank"
191
192
  | "IconBank2"
192
193
  | "IconBanknote1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "1.1.147",
3
+ "version": "1.1.148",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1830,
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": 43,
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";