@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.127 → 1.1.128
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/IconTrial/index.d.ts +4 -0
- package/IconTrial/index.js +2 -0
- package/IconTrial/index.js.map +1 -0
- package/IconTrial/index.mjs +2 -0
- package/IconTrial/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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconTrial:()=>u,default:()=>k});module.exports=g(v);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(m.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 s=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M7.99969 18C-3.70018 9.5 6.01559 -0.627847 11.9419 5.37552C18.416 -1.18281 29.4653 10.7972 12.5 20.6813",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M4.5 18.5H8.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconTrial});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrial/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 IconTrial: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.99969 18C-3.70018 9.5 6.01559 -0.627847 11.9419 5.37552C18.416 -1.18281 29.4653 10.7972 12.5 20.6813\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 18.5H8.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrial;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTrial_exports","__export","IconTrial","IconTrial_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrial","props","React","CentralIconBase","IconTrial_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>s.createElement(a,{...p,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 t}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(t,{d:"M7.99969 18C-3.70018 9.5 6.01559 -0.627847 11.9419 5.37552C18.416 -1.18281 29.4653 10.7972 12.5 20.6813",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M4.5 18.5H8.5V14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=C;export{C as IconTrial,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTrial/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 IconTrial: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.99969 18C-3.70018 9.5 6.01559 -0.627847 11.9419 5.37552C18.416 -1.18281 29.4653 10.7972 12.5 20.6813\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 18.5H8.5V14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrial;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrial","props","React","CentralIconBase","IconTrial_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -23142,6 +23142,20 @@
|
|
|
23142
23142
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
23143
23143
|
"componentName": "IconTrendingCircle"
|
|
23144
23144
|
},
|
|
23145
|
+
{
|
|
23146
|
+
"category": "Interface General",
|
|
23147
|
+
"svg": "<path d=\"M7.99969 18C-3.70018 9.5 6.01559 -0.627847 11.9419 5.37552C18.416 -1.18281 29.4653 10.7972 12.5 20.6813\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 18.5H8.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23148
|
+
"iconName": "trial, try, money-back, test-phase",
|
|
23149
|
+
"variant": {
|
|
23150
|
+
"join": "round",
|
|
23151
|
+
"filled": "off",
|
|
23152
|
+
"radius": "2",
|
|
23153
|
+
"stroke": "1"
|
|
23154
|
+
},
|
|
23155
|
+
"createdAt": "2026-02-16T07:00:22.986651+00:00",
|
|
23156
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
23157
|
+
"componentName": "IconTrial"
|
|
23158
|
+
},
|
|
23145
23159
|
{
|
|
23146
23160
|
"category": "Things",
|
|
23147
23161
|
"svg": "<path d=\"M12.0039 17.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V7.5C21.5 9.15685 20.1569 10.5 18.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 4.5C5.5 3.39543 6.39543 2.5 7.5 2.5H16.5C17.6046 2.5 18.5 3.39543 18.5 4.5V9.5C18.5 12.8137 15.8137 15.5 12.5 15.5H11.5C8.18629 15.5 5.5 12.8137 5.5 9.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 19.5C6.5 18.3954 7.39543 17.5 8.5 17.5H15.5C16.6046 17.5 17.5 18.3954 17.5 19.5C17.5 20.6046 16.6046 21.5 15.5 21.5H8.5C7.39543 21.5 6.5 20.6046 6.5 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 4.5H4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V7.5C2.5 9.15685 3.84315 10.5 5.5 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\" 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-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.128",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 1783,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
]
|
|
886
886
|
},
|
|
887
887
|
"Interface General": {
|
|
888
|
-
"count":
|
|
888
|
+
"count": 183,
|
|
889
889
|
"icons": [
|
|
890
890
|
"IconAnchor1",
|
|
891
891
|
"IconAnchor2",
|
|
@@ -1060,6 +1060,7 @@
|
|
|
1060
1060
|
"IconTrashPaper",
|
|
1061
1061
|
"IconTrashPermanently",
|
|
1062
1062
|
"IconTrashRounded",
|
|
1063
|
+
"IconTrial",
|
|
1063
1064
|
"IconUnarchiv",
|
|
1064
1065
|
"IconUnpin",
|
|
1065
1066
|
"IconUntrash",
|
|
@@ -3637,6 +3638,7 @@
|
|
|
3637
3638
|
"IconTrending4": "trending-4, chart",
|
|
3638
3639
|
"IconTrending5": "trending-5, chart, analytics",
|
|
3639
3640
|
"IconTrendingCircle": "trending-circle",
|
|
3641
|
+
"IconTrial": "trial, try, money-back, test-phase",
|
|
3640
3642
|
"IconTrophy": "trophy, win, champion",
|
|
3641
3643
|
"IconTruck": "truck, delivery",
|
|
3642
3644
|
"IconTumblr": "tumblr",
|
package/index.d.ts
CHANGED
|
@@ -1651,6 +1651,7 @@ export { IconTrending3, default as IconTrending3Default, } from "./IconTrending3
|
|
|
1651
1651
|
export { IconTrending4, default as IconTrending4Default, } from "./IconTrending4";
|
|
1652
1652
|
export { IconTrending5, default as IconTrending5Default, } from "./IconTrending5";
|
|
1653
1653
|
export { IconTrendingCircle, default as IconTrendingCircleDefault, } from "./IconTrendingCircle";
|
|
1654
|
+
export { IconTrial, default as IconTrialDefault } from "./IconTrial";
|
|
1654
1655
|
export { IconTrophy, default as IconTrophyDefault } from "./IconTrophy";
|
|
1655
1656
|
export { IconTruck, default as IconTruckDefault } from "./IconTruck";
|
|
1656
1657
|
export { IconTumblr, default as IconTumblrDefault } from "./IconTumblr";
|