@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.185 → 1.1.186

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 IconTrending6: FC<CentralIconBaseProps>;
4
+ export default IconTrending6;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(d(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconTrending6:()=>f,default:()=>h});module.exports=P(v);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.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 l=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(l.Path,{d:"M16 17H21V12M20.5 16.5L14.4142 10.4142C13.6332 9.63317 12.3668 9.63317 11.5858 10.4142L10.4142 11.5858C9.63316 12.3668 8.36684 12.3668 7.58579 11.5858L3 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconTrending6});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 17H21V12M20.5 16.5L14.4142 10.4142C13.6332 9.63317 12.3668 9.63317 11.5858 10.4142L10.4142 11.5858C9.63316 12.3668 8.36684 12.3668 7.58579 11.5858L3 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTrending6_exports","__export","IconTrending6","IconTrending6_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 s}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(s,{d:"M16 17H21V12M20.5 16.5L14.4142 10.4142C13.6332 9.63317 12.3668 9.63317 11.5858 10.4142L10.4142 11.5858C9.63316 12.3668 8.36684 12.3668 7.58579 11.5858L3 7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=C;export{C as IconTrending6,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTrending6/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 IconTrending6: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16 17H21V12M20.5 16.5L14.4142 10.4142C13.6332 9.63317 12.3668 9.63317 11.5858 10.4142L10.4142 11.5858C9.63316 12.3668 8.36684 12.3668 7.58579 11.5858L3 7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrending6;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
package/README.md CHANGED
@@ -1850,6 +1850,7 @@ Below is a complete list of available icons:
1850
1850
  - IconTrending3
1851
1851
  - IconTrending4
1852
1852
  - IconTrending5
1853
+ - IconTrending6
1853
1854
  - IconTrendingCircle
1854
1855
  - IconWhiteboard1
1855
1856
  - IconWhiteboard2
@@ -7913,7 +7913,7 @@
7913
7913
  {
7914
7914
  "category": "Sound & Music",
7915
7915
  "svg": "<path d=\"M16 20V16.9612C16 16.3537 16.2762 15.7791 16.7506 15.3995L20.3412 12.5271C20.7494 12.2005 20.9546 11.6823 20.8807 11.1648C20.7158 10.0107 19.3094 9.45562 18.3335 10.0933C16.6267 11.2086 14.1798 12.5 12 12.5C9.82021 12.5 7.37328 11.2086 5.66654 10.0933C4.69064 9.45562 3.28419 10.0107 3.11932 11.1648C3.04538 11.6823 3.25057 12.2005 3.65884 12.5271L7.24939 15.3995C7.72382 15.7791 8 16.3537 8 16.9612V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><circle cx=\"12\" cy=\"6.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M19.5 9.5L20.5 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
7916
- "iconName": "conductor, ochestra",
7916
+ "iconName": "conductor, ochestrator, vibe",
7917
7917
  "variant": {
7918
7918
  "join": "round",
7919
7919
  "filled": "off",
@@ -25102,6 +25102,20 @@
25102
25102
  "packageName": "round-outlined-radius-2-stroke-2",
25103
25103
  "componentName": "IconTrending5"
25104
25104
  },
25105
+ {
25106
+ "category": "Statistics & Charts",
25107
+ "svg": "<path d=\"M16 17H21V12M20.5 16.5L14.4142 10.4142C13.6332 9.63317 12.3668 9.63317 11.5858 10.4142L10.4142 11.5858C9.63316 12.3668 8.36684 12.3668 7.58579 11.5858L3 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
25108
+ "iconName": "trending-6, trends, downward",
25109
+ "variant": {
25110
+ "join": "round",
25111
+ "filled": "off",
25112
+ "radius": "2",
25113
+ "stroke": "2"
25114
+ },
25115
+ "createdAt": "2026-04-13T17:01:52.146519+00:00",
25116
+ "packageName": "round-outlined-radius-2-stroke-2",
25117
+ "componentName": "IconTrending6"
25118
+ },
25105
25119
  {
25106
25120
  "category": "Statistics & Charts",
25107
25121
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.75 14.25L9 13C9.55229 12.4477 10.4477 12.4477 11 13V13C11.5523 13.5523 12.4477 13.5523 13 13L15.5 10.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 10H16V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1792,6 +1792,7 @@ export type CentralIconName =
1792
1792
  | "IconTrending3"
1793
1793
  | "IconTrending4"
1794
1794
  | "IconTrending5"
1795
+ | "IconTrending6"
1795
1796
  | "IconTrendingCircle"
1796
1797
  | "IconTrial"
1797
1798
  | "IconTrophy"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.185",
3
+ "version": "1.1.186",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1930,
14
+ "totalIcons": 1931,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 76,
@@ -1742,7 +1742,7 @@
1742
1742
  ]
1743
1743
  },
1744
1744
  "Statistics & Charts": {
1745
- "count": 41,
1745
+ "count": 42,
1746
1746
  "icons": [
1747
1747
  "IconAnalytics",
1748
1748
  "IconChart1",
@@ -1782,6 +1782,7 @@
1782
1782
  "IconTrending3",
1783
1783
  "IconTrending4",
1784
1784
  "IconTrending5",
1785
+ "IconTrending6",
1785
1786
  "IconTrendingCircle",
1786
1787
  "IconWhiteboard1",
1787
1788
  "IconWhiteboard2"
@@ -2697,7 +2698,7 @@
2697
2698
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2698
2699
  "IconComponents": "components, figma",
2699
2700
  "IconConcise": "concise, text-shorten, squeeze",
2700
- "IconConductor": "conductor, ochestra",
2701
+ "IconConductor": "conductor, ochestrator, vibe",
2701
2702
  "IconConnectors1": "connectors-1, connection, apps",
2702
2703
  "IconConnectors2": "connectors-2, connection, apps",
2703
2704
  "IconConsole": "console, terminal",
@@ -3925,6 +3926,7 @@
3925
3926
  "IconTrending3": "trending-3, trends",
3926
3927
  "IconTrending4": "trending-4, chart",
3927
3928
  "IconTrending5": "trending-5, chart, analytics",
3929
+ "IconTrending6": "trending-6, trends, downward",
3928
3930
  "IconTrendingCircle": "trending-circle",
3929
3931
  "IconTrial": "trial, try, money-back, test-phase",
3930
3932
  "IconTrophy": "trophy, win, champion",
package/index.d.ts CHANGED
@@ -1791,6 +1791,7 @@ export { IconTrending2, default as IconTrending2Default, } from "./IconTrending2
1791
1791
  export { IconTrending3, default as IconTrending3Default, } from "./IconTrending3";
1792
1792
  export { IconTrending4, default as IconTrending4Default, } from "./IconTrending4";
1793
1793
  export { IconTrending5, default as IconTrending5Default, } from "./IconTrending5";
1794
+ export { IconTrending6, default as IconTrending6Default, } from "./IconTrending6";
1794
1795
  export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./IconTrendingCircle";
1795
1796
  export { IconTrial, default as IconTrialDefault } from "./IconTrial";
1796
1797
  export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";