@central-icons-react-native/round-filled-radius-2-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.
- package/IconTrending6/index.d.ts +4 -0
- package/IconTrending6/index.js +2 -0
- package/IconTrending6/index.js.map +1 -0
- package/IconTrending6/index.mjs +2 -0
- package/IconTrending6/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +6 -4
- 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 +8 -1
|
@@ -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})},l=(r,o,e,p)=>{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:!(p=d(o,n))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(t({},"__esModule",{value:!0}),r);var L={};v(L,{IconTrending6:()=>i,default:()=>P});module.exports=x(L);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 17.5C16 17.7761 16.2239 18 16.5 18H21.5C21.7761 18 22 17.7761 22 17.5V12.5C22 12.2239 21.7761 12 21.5 12C21.2239 12 21 12.2239 21 12.5V16.2716L14.7673 10.0562C13.7906 9.08224 12.2096 9.08334 11.2342 10.0587L10.0607 11.2322C9.47487 11.818 8.52513 11.818 7.93934 11.2322L2.85355 6.14645C2.65829 5.95118 2.34171 5.95118 2.14645 6.14645C1.95118 6.34171 1.95118 6.65829 2.14645 6.85355L7.23223 11.9393C8.20854 12.9157 9.79145 12.9157 10.7678 11.9393L11.9413 10.7658C12.5265 10.1806 13.4751 10.1799 14.0612 10.7643L20.3143 17H16.5C16.2239 17 16 17.2239 16 17.5Z",fill:"currentColor"})),P=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 17.5C16 17.7761 16.2239 18 16.5 18H21.5C21.7761 18 22 17.7761 22 17.5V12.5C22 12.2239 21.7761 12 21.5 12C21.2239 12 21 12.2239 21 12.5V16.2716L14.7673 10.0562C13.7906 9.08224 12.2096 9.08334 11.2342 10.0587L10.0607 11.2322C9.47487 11.818 8.52513 11.818 7.93934 11.2322L2.85355 6.14645C2.65829 5.95118 2.34171 5.95118 2.14645 6.14645C1.95118 6.34171 1.95118 6.65829 2.14645 6.85355L7.23223 11.9393C8.20854 12.9157 9.79145 12.9157 10.7678 11.9393L11.9413 10.7658C12.5265 10.1806 13.4751 10.1799 14.0612 10.7643L20.3143 17H16.5C16.2239 17 16 17.2239 16 17.5Z\"\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,kjBACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...t})=>C.createElement(p,{...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 l}from"react-native-svg";var a=o=>n.createElement(e,{...o},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 17.5C16 17.7761 16.2239 18 16.5 18H21.5C21.7761 18 22 17.7761 22 17.5V12.5C22 12.2239 21.7761 12 21.5 12C21.2239 12 21 12.2239 21 12.5V16.2716L14.7673 10.0562C13.7906 9.08224 12.2096 9.08334 11.2342 10.0587L10.0607 11.2322C9.47487 11.818 8.52513 11.818 7.93934 11.2322L2.85355 6.14645C2.65829 5.95118 2.34171 5.95118 2.14645 6.14645C1.95118 6.34171 1.95118 6.65829 2.14645 6.85355L7.23223 11.9393C8.20854 12.9157 9.79145 12.9157 10.7678 11.9393L11.9413 10.7658C12.5265 10.1806 13.4751 10.1799 14.0612 10.7643L20.3143 17H16.5C16.2239 17 16 17.2239 16 17.5Z",fill:"currentColor"})),g=a;export{a 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 17.5C16 17.7761 16.2239 18 16.5 18H21.5C21.7761 18 22 17.7761 22 17.5V12.5C22 12.2239 21.7761 12 21.5 12C21.2239 12 21 12.2239 21 12.5V16.2716L14.7673 10.0562C13.7906 9.08224 12.2096 9.08334 11.2342 10.0587L10.0607 11.2322C9.47487 11.818 8.52513 11.818 7.93934 11.2322L2.85355 6.14645C2.65829 5.95118 2.34171 5.95118 2.14645 6.14645C1.95118 6.34171 1.95118 6.65829 2.14645 6.85355L7.23223 11.9393C8.20854 12.9157 9.79145 12.9157 10.7678 11.9393L11.9413 10.7658C12.5265 10.1806 13.4751 10.1799 14.0612 10.7643L20.3143 17H16.5C16.2239 17 16 17.2239 16 17.5Z\"\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,kjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrending6","props","React","CentralIconBase","IconTrending6_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -7913,7 +7913,7 @@
|
|
|
7913
7913
|
{
|
|
7914
7914
|
"category": "Sound & Music",
|
|
7915
7915
|
"svg": "<path d=\"M20.5717 2.00501C20.8447 2.04413 21.0352 2.2974 20.9965 2.57044L20.1 8.83998C20.8228 8.86458 21.5161 9.30817 21.7475 10.0792C21.9467 10.7441 21.7219 11.4638 21.1801 11.8976L17.5639 14.7902C17.2084 15.0747 17.0016 15.5057 17.0014 15.9611V20.5001C17.0014 20.7762 16.7774 21 16.5014 21.0001H7.5014C7.22526 21.0001 7.0014 20.7763 7.0014 20.5001V15.9611C7.00124 15.5057 6.79436 15.0747 6.4389 14.7902L2.82269 11.8976C2.28067 11.4638 2.05602 10.7442 2.2553 10.0792C2.60572 8.91186 4.0145 8.49019 4.98187 9.14662C5.84109 9.72997 7.00571 10.4486 8.26019 11.0197C9.52212 11.5941 10.8348 12.0001 12.0014 12.0001C13.168 12.0001 14.4807 11.5941 15.7426 11.0197C16.997 10.4486 18.1618 9.72993 19.0209 9.14662C19.0299 9.14052 19.0392 9.13495 19.0483 9.12904L20.0063 2.42982C20.0454 2.15673 20.2986 1.96622 20.5717 2.00501Z\" fill=\"currentColor\"/><path d=\"M12.0014 2.95033C13.9342 2.95046 15.5013 4.51751 15.5014 6.45033C15.5014 8.38324 13.9343 9.9502 12.0014 9.95033C10.0684 9.95033 8.5014 8.38332 8.5014 6.45033C8.50152 4.51744 10.0685 2.95033 12.0014 2.95033Z\" fill=\"currentColor\"/>",
|
|
7916
|
-
"iconName": "conductor,
|
|
7916
|
+
"iconName": "conductor, ochestrator, vibe",
|
|
7917
7917
|
"variant": {
|
|
7918
7918
|
"join": "round",
|
|
7919
7919
|
"filled": "on",
|
|
@@ -25102,6 +25102,20 @@
|
|
|
25102
25102
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
25103
25103
|
"componentName": "IconTrending5"
|
|
25104
25104
|
},
|
|
25105
|
+
{
|
|
25106
|
+
"category": "Statistics & Charts",
|
|
25107
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 17.5C16 17.7761 16.2239 18 16.5 18H21.5C21.7761 18 22 17.7761 22 17.5V12.5C22 12.2239 21.7761 12 21.5 12C21.2239 12 21 12.2239 21 12.5V16.2716L14.7673 10.0562C13.7906 9.08224 12.2096 9.08334 11.2342 10.0587L10.0607 11.2322C9.47487 11.818 8.52513 11.818 7.93934 11.2322L2.85355 6.14645C2.65829 5.95118 2.34171 5.95118 2.14645 6.14645C1.95118 6.34171 1.95118 6.65829 2.14645 6.85355L7.23223 11.9393C8.20854 12.9157 9.79145 12.9157 10.7678 11.9393L11.9413 10.7658C12.5265 10.1806 13.4751 10.1799 14.0612 10.7643L20.3143 17H16.5C16.2239 17 16 17.2239 16 17.5Z\" fill=\"currentColor\"/>",
|
|
25108
|
+
"iconName": "trending-6, trends, downward",
|
|
25109
|
+
"variant": {
|
|
25110
|
+
"join": "round",
|
|
25111
|
+
"filled": "on",
|
|
25112
|
+
"radius": "2",
|
|
25113
|
+
"stroke": "1"
|
|
25114
|
+
},
|
|
25115
|
+
"createdAt": "2026-04-13T17:01:52.146519+00:00",
|
|
25116
|
+
"packageName": "round-filled-radius-2-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 9.5C13 9.22386 13.2239 9 13.5 9H16.5C16.7761 9 17 9.22386 17 9.5V12.5C17 12.7761 16.7761 13 16.5 13C16.2239 13 16 12.7761 16 12.5V10.7071L13.3536 13.3536C12.606 14.1011 11.394 14.1011 10.6464 13.3536C10.2894 12.9965 9.71058 12.9965 9.35355 13.3536L7.60355 15.1036C7.40829 15.2988 7.09171 15.2988 6.89645 15.1036C6.70118 14.9083 6.70118 14.5917 6.89645 14.3964L8.64645 12.6464C9.39399 11.8989 10.606 11.8989 11.3536 12.6464C11.7106 13.0035 12.2894 13.0035 12.6464 12.6464L15.2929 10H13.5C13.2239 10 13 9.77614 13 9.5Z\" 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/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.186",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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":
|
|
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":
|
|
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,
|
|
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";
|