@central-icons-react-native/round-outlined-radius-1-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.
- 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 f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of d(o))!k.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconBananas:()=>u,default:()=>g});module.exports=P(h);var C=i(require("react"));var m=i(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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 p=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M17.5 14C18.6629 12.8371 19.1271 11.5034 19.3527 10.6291C19.451 10.2483 19.2974 9.84806 18.9828 9.61207C18.686 9.38948 18.2913 9.352 17.9517 9.50117C14.4275 11.0489 10.0753 11.6695 6.75 8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M6.50091 4.72996C6.50089 4.11222 5.94637 3.64225 5.33699 3.74351L4.33696 3.90968C3.85455 3.98984 3.50088 4.40713 3.50088 4.89616V7.41927C3.50088 7.62995 3.43135 7.83373 3.31981 8.01247C1.01349 11.7083 3.94803 18.3614 10.0674 19.9165C16.0745 21.4431 21.0647 17.4186 21.4738 14.1588C21.5077 13.8886 21.3898 13.6278 21.1932 13.4392L21.1116 13.3609C20.8029 13.0647 20.3409 13.0004 19.9533 13.1814C14.2113 15.8622 7.3101 15.301 6.50098 7.50011L6.50091 4.72996Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),g=u;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=\"M17.5 14C18.6629 12.8371 19.1271 11.5034 19.3527 10.6291C19.451 10.2483 19.2974 9.84806 18.9828 9.61207C18.686 9.38948 18.2913 9.352 17.9517 9.50117C14.4275 11.0489 10.0753 11.6695 6.75 8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.50091 4.72996C6.50089 4.11222 5.94637 3.64225 5.33699 3.74351L4.33696 3.90968C3.85455 3.98984 3.50088 4.40713 3.50088 4.89616V7.41927C3.50088 7.62995 3.43135 7.83373 3.31981 8.01247C1.01349 11.7083 3.94803 18.3614 10.0674 19.9165C16.0745 21.4431 21.0647 17.4186 21.4738 14.1588C21.5077 13.8886 21.3898 13.6278 21.1932 13.4392L21.1116 13.3609C20.8029 13.0647 20.3409 13.0004 19.9533 13.1814C14.2113 15.8622 7.3101 15.301 6.50098 7.50011L6.50091 4.72996Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,iMACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0cACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,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 e from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M17.5 14C18.6629 12.8371 19.1271 11.5034 19.3527 10.6291C19.451 10.2483 19.2974 9.84806 18.9828 9.61207C18.686 9.38948 18.2913 9.352 17.9517 9.50117C14.4275 11.0489 10.0753 11.6695 6.75 8.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),e.createElement(n,{d:"M6.50091 4.72996C6.50089 4.11222 5.94637 3.64225 5.33699 3.74351L4.33696 3.90968C3.85455 3.98984 3.50088 4.40713 3.50088 4.89616V7.41927C3.50088 7.62995 3.43135 7.83373 3.31981 8.01247C1.01349 11.7083 3.94803 18.3614 10.0674 19.9165C16.0745 21.4431 21.0647 17.4186 21.4738 14.1588C21.5077 13.8886 21.3898 13.6278 21.1932 13.4392L21.1116 13.3609C20.8029 13.0647 20.3409 13.0004 19.9533 13.1814C14.2113 15.8622 7.3101 15.301 6.50098 7.50011L6.50091 4.72996Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"})),k=a;export{a as IconBananas,k 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=\"M17.5 14C18.6629 12.8371 19.1271 11.5034 19.3527 10.6291C19.451 10.2483 19.2974 9.84806 18.9828 9.61207C18.686 9.38948 18.2913 9.352 17.9517 9.50117C14.4275 11.0489 10.0753 11.6695 6.75 8.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.50091 4.72996C6.50089 4.11222 5.94637 3.64225 5.33699 3.74351L4.33696 3.90968C3.85455 3.98984 3.50088 4.40713 3.50088 4.89616V7.41927C3.50088 7.62995 3.43135 7.83373 3.31981 8.01247C1.01349 11.7083 3.94803 18.3614 10.0674 19.9165C16.0745 21.4431 21.0647 17.4186 21.4738 14.1588C21.5077 13.8886 21.3898 13.6278 21.1932 13.4392L21.1116 13.3609C20.8029 13.0647 20.3409 13.0004 19.9533 13.1814C14.2113 15.8622 7.3101 15.301 6.50098 7.50011L6.50091 4.72996Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,iMACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0cACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,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-outlined-radius-1-stroke-1.5",
|
|
2633
2633
|
"componentName": "IconBanana"
|
|
2634
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"category": "Food",
|
|
2637
|
+
"svg": "<path d=\"M17.5 14C18.6629 12.8371 19.1271 11.5034 19.3527 10.6291C19.451 10.2483 19.2974 9.84806 18.9828 9.61207C18.686 9.38948 18.2913 9.352 17.9517 9.50117C14.4275 11.0489 10.0753 11.6695 6.75 8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M6.50091 4.72996C6.50089 4.11222 5.94637 3.64225 5.33699 3.74351L4.33696 3.90968C3.85455 3.98984 3.50088 4.40713 3.50088 4.89616V7.41927C3.50088 7.62995 3.43135 7.83373 3.31981 8.01247C1.01349 11.7083 3.94803 18.3614 10.0674 19.9165C16.0745 21.4431 21.0647 17.4186 21.4738 14.1588C21.5077 13.8886 21.3898 13.6278 21.1932 13.4392L21.1116 13.3609C20.8029 13.0647 20.3409 13.0004 19.9533 13.1814C14.2113 15.8622 7.3101 15.301 6.50098 7.50011L6.50091 4.72996Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
2638
|
+
"iconName": "bananas, fruits",
|
|
2639
|
+
"variant": {
|
|
2640
|
+
"join": "round",
|
|
2641
|
+
"filled": "off",
|
|
2642
|
+
"radius": "1",
|
|
2643
|
+
"stroke": "1.5"
|
|
2644
|
+
},
|
|
2645
|
+
"createdAt": "2026-02-26T11:00:43.869424+00:00",
|
|
2646
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
2647
|
+
"componentName": "IconBananas"
|
|
2648
|
+
},
|
|
2635
2649
|
{
|
|
2636
2650
|
"category": "Building",
|
|
2637
2651
|
"svg": "<path d=\"M12.4509 2.7278C12.1674 2.58456 11.8326 2.58456 11.5491 2.7278L3.29908 6.89568C2.96233 7.06581 2.75 7.41097 2.75 7.78825V8.25C2.75 8.80228 3.19772 9.25 3.75 9.25H20.25C20.8023 9.25 21.25 8.80228 21.25 8.25V7.78825C21.25 7.41097 21.0377 7.06581 20.7009 6.89568L12.4509 2.7278Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M20.8113 18.9338C21.0271 19.5813 20.5451 20.25 19.8626 20.25H4.13743C3.45487 20.25 2.9729 19.5813 3.18874 18.9338L3.52208 17.9338C3.65819 17.5254 4.04033 17.25 4.47076 17.25H19.5292C19.9597 17.25 20.3418 17.5254 20.4779 17.9338L20.8113 18.9338Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M19.25 9.25V17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.25 17.25V9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M4.75 9.25V17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M8.75 17.25V9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.148",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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":
|
|
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";
|