@central-icons-react-native/square-filled-radius-0-stroke-1 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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var P={};v(P,{IconTrending6:()=>i,default:()=>L});module.exports=x(P);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z",fill:"currentColor"})),L=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gKACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 a}from"react-native-svg";var m=o=>n.createElement(e,{...o},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z",fill:"currentColor"})),g=m;export{m 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,gKACF,KAAK,eACP,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=\"M21.4916 2.09766L20.142 8.8418C20.8494 8.88189 21.5205 9.32292 21.7474 10.0791C21.9467 10.7441 21.7221 11.4637 21.18 11.8975L17.0013 15.2402V21H7.00133V15.2402L2.82262 11.8975C2.28082 11.4637 2.05604 10.744 2.25524 10.0791C2.60548 8.91164 4.01437 8.49029 4.9818 9.14648C5.84095 9.72979 7.00575 10.4485 8.26012 11.0195C9.52193 11.5939 10.8348 11.9999 12.0013 12C13.1679 12 14.4807 11.5939 15.7425 11.0195C16.9969 10.4486 18.1617 9.72981 19.0209 9.14648C19.036 9.1362 19.0524 9.12792 19.0677 9.11816L20.5111 1.90234L21.4916 2.09766Z\" fill=\"currentColor\"/><path d=\"M12.0013 2.9502C13.9343 2.9502 15.5013 4.5172 15.5013 6.4502C15.5013 8.38319 13.9343 9.9502 12.0013 9.9502C10.0685 9.94997 8.50133 8.38305 8.50133 6.4502C8.50133 4.51734 10.0685 2.95042 12.0013 2.9502Z\" fill=\"currentColor\"/>",
7916
- "iconName": "conductor, ochestra",
7916
+ "iconName": "conductor, ochestrator, vibe",
7917
7917
  "variant": {
7918
7918
  "join": "square",
7919
7919
  "filled": "on",
@@ -25102,6 +25102,20 @@
25102
25102
  "packageName": "square-filled-radius-0-stroke-1",
25103
25103
  "componentName": "IconTrending5"
25104
25104
  },
25105
+ {
25106
+ "category": "Statistics & Charts",
25107
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.0001 18H22.0001V12H21.0001V16.2715L12.9996 8.29334L9.00008 12.2928L2.50008 5.79285L1.79297 6.49995L9.00008 13.7071L13.0006 9.70657L20.3143 17H16.0001V18Z\" fill=\"currentColor\"/>",
25108
+ "iconName": "trending-6, trends, downward",
25109
+ "variant": {
25110
+ "join": "square",
25111
+ "filled": "on",
25112
+ "radius": "0",
25113
+ "stroke": "1"
25114
+ },
25115
+ "createdAt": "2026-04-13T17:01:52.146519+00:00",
25116
+ "packageName": "square-filled-radius-0-stroke-1",
25117
+ "componentName": "IconTrending6"
25118
+ },
25105
25119
  {
25106
25120
  "category": "Statistics & Charts",
25107
25121
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM13 9H17V13H16V10.7071L12 14.7071L10 12.7071L7.25 15.4571L6.54289 14.75L10 11.2929L12 13.2929L15.2929 10H13V9Z\" fill=\"currentColor\"/>",
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/square-filled-radius-0-stroke-1",
3
- "version": "1.1.185",
3
+ "version": "1.1.186",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-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": 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";