@central-icons-react-native/square-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 C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},l=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==n&&C(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>l(C({},"__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,...n})=>s.default.createElement(f.Svg,{...n,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:"M6.94948 7.96777C7.07043 10.0793 7.59587 11.6424 8.35377 12.75C9.10764 13.8514 10.1237 14.5518 11.3255 14.8994C13.7707 15.6065 17.1066 14.8733 20.4856 12.7012L21.1194 12.2939L22.4495 13.582V13.9844C22.4494 16.0928 20.8688 18.2934 18.6467 19.7178C16.3713 21.1762 13.2442 21.9542 9.83131 21.0869C6.40541 20.216 3.89207 17.8831 2.59303 15.2666C1.36052 12.7838 1.15528 9.87538 2.54909 7.70312V3.71875L6.94948 2.8418V7.96777Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M20.4495 8.66309V9.2666C20.4494 9.27544 20.4487 9.28754 20.4485 9.30273C20.4481 9.33341 20.4472 9.37713 20.4456 9.43164C20.4423 9.54058 20.4367 9.69515 20.4241 9.88379C20.4037 10.1897 20.3648 10.5905 20.2971 11.0381L19.6741 11.4395C16.486 13.4888 13.6078 13.9974 11.7424 13.458C10.863 13.2036 10.1416 12.7067 9.59108 11.9023C9.25449 11.4104 8.95374 10.7587 8.74147 9.91016C11.7001 11.803 15.5436 11.1118 18.3274 8.32812L18.8118 7.84375L20.4495 8.66309Z",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=\"M6.94948 7.96777C7.07043 10.0793 7.59587 11.6424 8.35377 12.75C9.10764 13.8514 10.1237 14.5518 11.3255 14.8994C13.7707 15.6065 17.1066 14.8733 20.4856 12.7012L21.1194 12.2939L22.4495 13.582V13.9844C22.4494 16.0928 20.8688 18.2934 18.6467 19.7178C16.3713 21.1762 13.2442 21.9542 9.83131 21.0869C6.40541 20.216 3.89207 17.8831 2.59303 15.2666C1.36052 12.7838 1.15528 9.87538 2.54909 7.70312V3.71875L6.94948 2.8418V7.96777Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4495 8.66309V9.2666C20.4494 9.27544 20.4487 9.28754 20.4485 9.30273C20.4481 9.33341 20.4472 9.37713 20.4456 9.43164C20.4423 9.54058 20.4367 9.69515 20.4241 9.88379C20.4037 10.1897 20.3648 10.5905 20.2971 11.0381L19.6741 11.4395C16.486 13.4888 13.6078 13.9974 11.7424 13.458C10.863 13.2036 10.1416 12.7067 9.59108 11.9023C9.25449 11.4104 8.95374 10.7587 8.74147 9.91016C11.7001 11.803 15.5436 11.1118 18.3274 8.32812L18.8118 7.84375L20.4495 8.66309Z\"\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,uaACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ucACF,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 n from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({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 C}from"react-native-svg";var l=o=>n.createElement(t,{...o},n.createElement(C,{d:"M6.94948 7.96777C7.07043 10.0793 7.59587 11.6424 8.35377 12.75C9.10764 13.8514 10.1237 14.5518 11.3255 14.8994C13.7707 15.6065 17.1066 14.8733 20.4856 12.7012L21.1194 12.2939L22.4495 13.582V13.9844C22.4494 16.0928 20.8688 18.2934 18.6467 19.7178C16.3713 21.1762 13.2442 21.9542 9.83131 21.0869C6.40541 20.216 3.89207 17.8831 2.59303 15.2666C1.36052 12.7838 1.15528 9.87538 2.54909 7.70312V3.71875L6.94948 2.8418V7.96777Z",fill:"currentColor"}),n.createElement(C,{d:"M20.4495 8.66309V9.2666C20.4494 9.27544 20.4487 9.28754 20.4485 9.30273C20.4481 9.33341 20.4472 9.37713 20.4456 9.43164C20.4423 9.54058 20.4367 9.69515 20.4241 9.88379C20.4037 10.1897 20.3648 10.5905 20.2971 11.0381L19.6741 11.4395C16.486 13.4888 13.6078 13.9974 11.7424 13.458C10.863 13.2036 10.1416 12.7067 9.59108 11.9023C9.25449 11.4104 8.95374 10.7587 8.74147 9.91016C11.7001 11.803 15.5436 11.1118 18.3274 8.32812L18.8118 7.84375L20.4495 8.66309Z",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=\"M6.94948 7.96777C7.07043 10.0793 7.59587 11.6424 8.35377 12.75C9.10764 13.8514 10.1237 14.5518 11.3255 14.8994C13.7707 15.6065 17.1066 14.8733 20.4856 12.7012L21.1194 12.2939L22.4495 13.582V13.9844C22.4494 16.0928 20.8688 18.2934 18.6467 19.7178C16.3713 21.1762 13.2442 21.9542 9.83131 21.0869C6.40541 20.216 3.89207 17.8831 2.59303 15.2666C1.36052 12.7838 1.15528 9.87538 2.54909 7.70312V3.71875L6.94948 2.8418V7.96777Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4495 8.66309V9.2666C20.4494 9.27544 20.4487 9.28754 20.4485 9.30273C20.4481 9.33341 20.4472 9.37713 20.4456 9.43164C20.4423 9.54058 20.4367 9.69515 20.4241 9.88379C20.4037 10.1897 20.3648 10.5905 20.2971 11.0381L19.6741 11.4395C16.486 13.4888 13.6078 13.9974 11.7424 13.458C10.863 13.2036 10.1416 12.7067 9.59108 11.9023C9.25449 11.4104 8.95374 10.7587 8.74147 9.91016C11.7001 11.803 15.5436 11.1118 18.3274 8.32812L18.8118 7.84375L20.4495 8.66309Z\"\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,uaACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ucACF,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": "square-filled-radius-0-stroke-2",
|
|
2633
2633
|
"componentName": "IconBanana"
|
|
2634
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"category": "Food",
|
|
2637
|
+
"svg": "<path d=\"M6.94948 7.96777C7.07043 10.0793 7.59587 11.6424 8.35377 12.75C9.10764 13.8514 10.1237 14.5518 11.3255 14.8994C13.7707 15.6065 17.1066 14.8733 20.4856 12.7012L21.1194 12.2939L22.4495 13.582V13.9844C22.4494 16.0928 20.8688 18.2934 18.6467 19.7178C16.3713 21.1762 13.2442 21.9542 9.83131 21.0869C6.40541 20.216 3.89207 17.8831 2.59303 15.2666C1.36052 12.7838 1.15528 9.87538 2.54909 7.70312V3.71875L6.94948 2.8418V7.96777Z\" fill=\"currentColor\"/><path d=\"M20.4495 8.66309V9.2666C20.4494 9.27544 20.4487 9.28754 20.4485 9.30273C20.4481 9.33341 20.4472 9.37713 20.4456 9.43164C20.4423 9.54058 20.4367 9.69515 20.4241 9.88379C20.4037 10.1897 20.3648 10.5905 20.2971 11.0381L19.6741 11.4395C16.486 13.4888 13.6078 13.9974 11.7424 13.458C10.863 13.2036 10.1416 12.7067 9.59108 11.9023C9.25449 11.4104 8.95374 10.7587 8.74147 9.91016C11.7001 11.803 15.5436 11.1118 18.3274 8.32812L18.8118 7.84375L20.4495 8.66309Z\" fill=\"currentColor\"/>",
|
|
2638
|
+
"iconName": "bananas, fruits",
|
|
2639
|
+
"variant": {
|
|
2640
|
+
"join": "square",
|
|
2641
|
+
"filled": "on",
|
|
2642
|
+
"radius": "0",
|
|
2643
|
+
"stroke": "2"
|
|
2644
|
+
},
|
|
2645
|
+
"createdAt": "2026-02-26T11:00:43.869424+00:00",
|
|
2646
|
+
"packageName": "square-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 1.38184L2 6.38184V9.99987H4V16H3.27995L1.61328 21H22.3881L20.7215 16H20V9.99987H22V6.38184L12 1.38184ZM18 9.99987H16V16H18V9.99987ZM14 16V9.99987H10V16H14ZM8 16V9.99987H6V16H8Z\" 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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.148",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-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";
|