@central-icons-react-native/round-filled-radius-0-stroke-1 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 d={};g(d,{IconBananas:()=>B,default:()=>L});module.exports=v(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.37852 3.0146C5.52761 2.9774 5.686 3.01102 5.80723 3.10542C5.92859 3.20017 5.99961 3.34598 5.99961 3.49995V7.74311C5.99961 9.67771 6.50351 11.1908 7.32676 12.3124C8.14995 13.4339 9.31582 14.1955 10.693 14.5917C13.4597 15.3876 17.08 14.7003 20.3072 12.455L20.3834 12.4111C20.5669 12.3266 20.7878 12.3603 20.9381 12.5039L21.8453 13.373C21.9438 13.4673 21.9996 13.598 21.9996 13.7343C21.9996 15.6307 20.5536 17.7095 18.3981 19.0888C16.2141 20.486 13.2092 21.235 9.92247 20.4013C6.62828 19.5655 4.21993 17.3253 2.98008 14.8154C1.77581 12.3772 1.63855 9.59243 2.99961 7.58588V3.99995C2.99961 3.77065 3.15615 3.57038 3.37852 3.5146L5.37852 3.0146Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M6.99961 7.69624C8.54031 9.37194 10.0018 10.2604 11.3092 10.6718C12.6236 11.0852 13.8155 11.0265 14.8248 10.7656C15.8385 10.5033 16.6723 10.0351 17.2545 9.62885C17.5443 9.42658 17.7697 9.24124 17.9205 9.10835C17.9956 9.04217 18.0527 8.98854 18.0895 8.95307C18.1074 8.93571 18.1212 8.92231 18.1295 8.91401C18.1333 8.91015 18.1367 8.90685 18.1383 8.90522L18.1393 8.90327C18.3141 8.72097 18.5982 8.6981 18.8004 8.84956L19.8004 9.59956C19.9578 9.71782 20.0313 9.91824 19.9879 10.1103C19.9141 10.4356 19.7945 11.0484 19.527 11.7744C16.5452 13.7725 13.3291 14.3096 10.9693 13.6308C9.78017 13.2886 8.81129 12.6441 8.1334 11.7206C7.45544 10.7969 6.99961 9.50008 6.99961 7.74311V7.69624Z",fill:"currentColor"})),L=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.37852 3.0146C5.52761 2.9774 5.686 3.01102 5.80723 3.10542C5.92859 3.20017 5.99961 3.34598 5.99961 3.49995V7.74311C5.99961 9.67771 6.50351 11.1908 7.32676 12.3124C8.14995 13.4339 9.31582 14.1955 10.693 14.5917C13.4597 15.3876 17.08 14.7003 20.3072 12.455L20.3834 12.4111C20.5669 12.3266 20.7878 12.3603 20.9381 12.5039L21.8453 13.373C21.9438 13.4673 21.9996 13.598 21.9996 13.7343C21.9996 15.6307 20.5536 17.7095 18.3981 19.0888C16.2141 20.486 13.2092 21.235 9.92247 20.4013C6.62828 19.5655 4.21993 17.3253 2.98008 14.8154C1.77581 12.3772 1.63855 9.59243 2.99961 7.58588V3.99995C2.99961 3.77065 3.15615 3.57038 3.37852 3.5146L5.37852 3.0146Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.99961 7.69624C8.54031 9.37194 10.0018 10.2604 11.3092 10.6718C12.6236 11.0852 13.8155 11.0265 14.8248 10.7656C15.8385 10.5033 16.6723 10.0351 17.2545 9.62885C17.5443 9.42658 17.7697 9.24124 17.9205 9.10835C17.9956 9.04217 18.0527 8.98854 18.0895 8.95307C18.1074 8.93571 18.1212 8.92231 18.1295 8.91401C18.1333 8.91015 18.1367 8.90685 18.1383 8.90522L18.1393 8.90327C18.3141 8.72097 18.5982 8.6981 18.8004 8.84956L19.8004 9.59956C19.9578 9.71782 20.0313 9.91824 19.9879 10.1103C19.9141 10.4356 19.7945 11.0484 19.527 11.7744C16.5452 13.7725 13.3291 14.3096 10.9693 13.6308C9.78017 13.2886 8.81129 12.6441 8.1334 11.7206C7.45544 10.7969 6.99961 9.50008 6.99961 7.74311V7.69624Z\"\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,soBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yqBACF,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.37852 3.0146C5.52761 2.9774 5.686 3.01102 5.80723 3.10542C5.92859 3.20017 5.99961 3.34598 5.99961 3.49995V7.74311C5.99961 9.67771 6.50351 11.1908 7.32676 12.3124C8.14995 13.4339 9.31582 14.1955 10.693 14.5917C13.4597 15.3876 17.08 14.7003 20.3072 12.455L20.3834 12.4111C20.5669 12.3266 20.7878 12.3603 20.9381 12.5039L21.8453 13.373C21.9438 13.4673 21.9996 13.598 21.9996 13.7343C21.9996 15.6307 20.5536 17.7095 18.3981 19.0888C16.2141 20.486 13.2092 21.235 9.92247 20.4013C6.62828 19.5655 4.21993 17.3253 2.98008 14.8154C1.77581 12.3772 1.63855 9.59243 2.99961 7.58588V3.99995C2.99961 3.77065 3.15615 3.57038 3.37852 3.5146L5.37852 3.0146Z",fill:"currentColor"}),C.createElement(t,{d:"M6.99961 7.69624C8.54031 9.37194 10.0018 10.2604 11.3092 10.6718C12.6236 11.0852 13.8155 11.0265 14.8248 10.7656C15.8385 10.5033 16.6723 10.0351 17.2545 9.62885C17.5443 9.42658 17.7697 9.24124 17.9205 9.10835C17.9956 9.04217 18.0527 8.98854 18.0895 8.95307C18.1074 8.93571 18.1212 8.92231 18.1295 8.91401C18.1333 8.91015 18.1367 8.90685 18.1383 8.90522L18.1393 8.90327C18.3141 8.72097 18.5982 8.6981 18.8004 8.84956L19.8004 9.59956C19.9578 9.71782 20.0313 9.91824 19.9879 10.1103C19.9141 10.4356 19.7945 11.0484 19.527 11.7744C16.5452 13.7725 13.3291 14.3096 10.9693 13.6308C9.78017 13.2886 8.81129 12.6441 8.1334 11.7206C7.45544 10.7969 6.99961 9.50008 6.99961 7.74311V7.69624Z",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.37852 3.0146C5.52761 2.9774 5.686 3.01102 5.80723 3.10542C5.92859 3.20017 5.99961 3.34598 5.99961 3.49995V7.74311C5.99961 9.67771 6.50351 11.1908 7.32676 12.3124C8.14995 13.4339 9.31582 14.1955 10.693 14.5917C13.4597 15.3876 17.08 14.7003 20.3072 12.455L20.3834 12.4111C20.5669 12.3266 20.7878 12.3603 20.9381 12.5039L21.8453 13.373C21.9438 13.4673 21.9996 13.598 21.9996 13.7343C21.9996 15.6307 20.5536 17.7095 18.3981 19.0888C16.2141 20.486 13.2092 21.235 9.92247 20.4013C6.62828 19.5655 4.21993 17.3253 2.98008 14.8154C1.77581 12.3772 1.63855 9.59243 2.99961 7.58588V3.99995C2.99961 3.77065 3.15615 3.57038 3.37852 3.5146L5.37852 3.0146Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.99961 7.69624C8.54031 9.37194 10.0018 10.2604 11.3092 10.6718C12.6236 11.0852 13.8155 11.0265 14.8248 10.7656C15.8385 10.5033 16.6723 10.0351 17.2545 9.62885C17.5443 9.42658 17.7697 9.24124 17.9205 9.10835C17.9956 9.04217 18.0527 8.98854 18.0895 8.95307C18.1074 8.93571 18.1212 8.92231 18.1295 8.91401C18.1333 8.91015 18.1367 8.90685 18.1383 8.90522L18.1393 8.90327C18.3141 8.72097 18.5982 8.6981 18.8004 8.84956L19.8004 9.59956C19.9578 9.71782 20.0313 9.91824 19.9879 10.1103C19.9141 10.4356 19.7945 11.0484 19.527 11.7744C16.5452 13.7725 13.3291 14.3096 10.9693 13.6308C9.78017 13.2886 8.81129 12.6441 8.1334 11.7206C7.45544 10.7969 6.99961 9.50008 6.99961 7.74311V7.69624Z\"\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,soBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yqBACF,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-0-stroke-1",
2633
2633
  "componentName": "IconBanana"
2634
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M5.37852 3.0146C5.52761 2.9774 5.686 3.01102 5.80723 3.10542C5.92859 3.20017 5.99961 3.34598 5.99961 3.49995V7.74311C5.99961 9.67771 6.50351 11.1908 7.32676 12.3124C8.14995 13.4339 9.31582 14.1955 10.693 14.5917C13.4597 15.3876 17.08 14.7003 20.3072 12.455L20.3834 12.4111C20.5669 12.3266 20.7878 12.3603 20.9381 12.5039L21.8453 13.373C21.9438 13.4673 21.9996 13.598 21.9996 13.7343C21.9996 15.6307 20.5536 17.7095 18.3981 19.0888C16.2141 20.486 13.2092 21.235 9.92247 20.4013C6.62828 19.5655 4.21993 17.3253 2.98008 14.8154C1.77581 12.3772 1.63855 9.59243 2.99961 7.58588V3.99995C2.99961 3.77065 3.15615 3.57038 3.37852 3.5146L5.37852 3.0146Z\" fill=\"currentColor\"/><path d=\"M6.99961 7.69624C8.54031 9.37194 10.0018 10.2604 11.3092 10.6718C12.6236 11.0852 13.8155 11.0265 14.8248 10.7656C15.8385 10.5033 16.6723 10.0351 17.2545 9.62885C17.5443 9.42658 17.7697 9.24124 17.9205 9.10835C17.9956 9.04217 18.0527 8.98854 18.0895 8.95307C18.1074 8.93571 18.1212 8.92231 18.1295 8.91401C18.1333 8.91015 18.1367 8.90685 18.1383 8.90522L18.1393 8.90327C18.3141 8.72097 18.5982 8.6981 18.8004 8.84956L19.8004 9.59956C19.9578 9.71782 20.0313 9.91824 19.9879 10.1103C19.9141 10.4356 19.7945 11.0484 19.527 11.7744C16.5452 13.7725 13.3291 14.3096 10.9693 13.6308C9.78017 13.2886 8.81129 12.6441 8.1334 11.7206C7.45544 10.7969 6.99961 9.50008 6.99961 7.74311V7.69624Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "0",
2643
+ "stroke": "1"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-0-stroke-1",
2647
+ "componentName": "IconBananas"
2648
+ },
2635
2649
  {
2636
2650
  "category": "Building",
2637
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2505 1.56729C12.0956 1.47757 11.9044 1.47757 11.7495 1.56729L2.24949 7.06729C2.09508 7.15668 2 7.32158 2 7.5V9.5C2 9.77614 2.22386 10 2.5 10H4V17H3.5C3.28479 17 3.09372 17.1377 3.02566 17.3419L2.02566 20.3419C1.97484 20.4944 2.00041 20.662 2.09438 20.7924C2.18836 20.9227 2.33928 21 2.5 21H21.5C21.6607 21 21.8116 20.9227 21.9056 20.7924C21.9996 20.662 22.0252 20.4944 21.9743 20.3419L20.9743 17.3419C20.9063 17.1377 20.7152 17 20.5 17H20V10H21.5C21.7761 10 22 9.77614 22 9.5V7.5C22 7.32158 21.9049 7.15668 21.7505 7.06729L12.2505 1.56729ZM16 10H19V17H16V10ZM8 17H5V10H8V17ZM9 17V10H15V17H9Z\" 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-0-stroke-1",
3
- "version": "1.1.147",
3
+ "version": "1.1.148",
4
4
  "style": "round-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 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";