@central-icons-react-native/round-filled-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTrial: FC<CentralIconBaseProps>;
4
+ export default IconTrial;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var y={};g(y,{IconTrial:()=>i,default:()=>h});module.exports=v(y);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M11.9404 4.68652C13.5949 3.20271 15.516 2.75501 17.249 3.12109C19.0951 3.51127 20.6834 4.81651 21.4706 6.66699C23.0697 10.4263 21.3207 16.1209 12.7519 21.1133C12.5133 21.2523 12.2073 21.1712 12.0683 20.9326C11.9294 20.6941 12.0095 20.388 12.248 20.249C20.6437 15.3576 21.8531 10.1207 20.5507 7.05859C19.887 5.49848 18.559 4.42014 17.0429 4.09961C15.5388 3.78173 13.8043 4.2005 12.2978 5.72656C12.204 5.8216 12.0758 5.87583 11.9423 5.87597C11.8086 5.87598 11.6798 5.82171 11.5859 5.72656C10.2096 4.33252 8.64882 3.90189 7.25579 4.11426C5.85061 4.32851 4.57174 5.20388 3.78997 6.50586C3.01206 7.80173 2.72265 9.5293 3.32317 11.4482C3.90399 13.3041 5.32897 15.3643 7.99993 17.375V14.5C7.99993 14.2239 8.22378 14 8.49993 14C8.77603 14 8.99992 14.2239 8.99993 14.5V18.5C8.99993 18.7761 8.77603 19 8.49993 19H4.49993C4.22378 19 3.99993 18.7761 3.99993 18.5C3.99993 18.2239 4.22378 18 4.49993 18H7.16594C4.51549 15.9489 3.00878 13.7909 2.36907 11.7471C1.6859 9.56402 2.00319 7.53938 2.93254 5.99121C3.85808 4.44973 5.38809 3.38782 7.10539 3.12598C8.70728 2.88185 10.4335 3.34074 11.9404 4.68652Z",fill:"currentColor"})),h=i;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=\"M11.9404 4.68652C13.5949 3.20271 15.516 2.75501 17.249 3.12109C19.0951 3.51127 20.6834 4.81651 21.4706 6.66699C23.0697 10.4263 21.3207 16.1209 12.7519 21.1133C12.5133 21.2523 12.2073 21.1712 12.0683 20.9326C11.9294 20.6941 12.0095 20.388 12.248 20.249C20.6437 15.3576 21.8531 10.1207 20.5507 7.05859C19.887 5.49848 18.559 4.42014 17.0429 4.09961C15.5388 3.78173 13.8043 4.2005 12.2978 5.72656C12.204 5.8216 12.0758 5.87583 11.9423 5.87597C11.8086 5.87598 11.6798 5.82171 11.5859 5.72656C10.2096 4.33252 8.64882 3.90189 7.25579 4.11426C5.85061 4.32851 4.57174 5.20388 3.78997 6.50586C3.01206 7.80173 2.72265 9.5293 3.32317 11.4482C3.90399 13.3041 5.32897 15.3643 7.99993 17.375V14.5C7.99993 14.2239 8.22378 14 8.49993 14C8.77603 14 8.99992 14.2239 8.99993 14.5V18.5C8.99993 18.7761 8.77603 19 8.49993 19H4.49993C4.22378 19 3.99993 18.7761 3.99993 18.5C3.99993 18.2239 4.22378 18 4.49993 18H7.16594C4.51549 15.9489 3.00878 13.7909 2.36907 11.7471C1.6859 9.56402 2.00319 7.53938 2.93254 5.99121C3.85808 4.44973 5.38809 3.38782 7.10539 3.12598C8.70728 2.88185 10.4335 3.34074 11.9404 4.68652Z\"\n fill=\"currentColor\"\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,mkCACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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 l=o=>t.createElement(C,{...o},t.createElement(a,{d:"M11.9404 4.68652C13.5949 3.20271 15.516 2.75501 17.249 3.12109C19.0951 3.51127 20.6834 4.81651 21.4706 6.66699C23.0697 10.4263 21.3207 16.1209 12.7519 21.1133C12.5133 21.2523 12.2073 21.1712 12.0683 20.9326C11.9294 20.6941 12.0095 20.388 12.248 20.249C20.6437 15.3576 21.8531 10.1207 20.5507 7.05859C19.887 5.49848 18.559 4.42014 17.0429 4.09961C15.5388 3.78173 13.8043 4.2005 12.2978 5.72656C12.204 5.8216 12.0758 5.87583 11.9423 5.87597C11.8086 5.87598 11.6798 5.82171 11.5859 5.72656C10.2096 4.33252 8.64882 3.90189 7.25579 4.11426C5.85061 4.32851 4.57174 5.20388 3.78997 6.50586C3.01206 7.80173 2.72265 9.5293 3.32317 11.4482C3.90399 13.3041 5.32897 15.3643 7.99993 17.375V14.5C7.99993 14.2239 8.22378 14 8.49993 14C8.77603 14 8.99992 14.2239 8.99993 14.5V18.5C8.99993 18.7761 8.77603 19 8.49993 19H4.49993C4.22378 19 3.99993 18.7761 3.99993 18.5C3.99993 18.2239 4.22378 18 4.49993 18H7.16594C4.51549 15.9489 3.00878 13.7909 2.36907 11.7471C1.6859 9.56402 2.00319 7.53938 2.93254 5.99121C3.85808 4.44973 5.38809 3.38782 7.10539 3.12598C8.70728 2.88185 10.4335 3.34074 11.9404 4.68652Z",fill:"currentColor"})),P=l;export{l as IconTrial,P 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=\"M11.9404 4.68652C13.5949 3.20271 15.516 2.75501 17.249 3.12109C19.0951 3.51127 20.6834 4.81651 21.4706 6.66699C23.0697 10.4263 21.3207 16.1209 12.7519 21.1133C12.5133 21.2523 12.2073 21.1712 12.0683 20.9326C11.9294 20.6941 12.0095 20.388 12.248 20.249C20.6437 15.3576 21.8531 10.1207 20.5507 7.05859C19.887 5.49848 18.559 4.42014 17.0429 4.09961C15.5388 3.78173 13.8043 4.2005 12.2978 5.72656C12.204 5.8216 12.0758 5.87583 11.9423 5.87597C11.8086 5.87598 11.6798 5.82171 11.5859 5.72656C10.2096 4.33252 8.64882 3.90189 7.25579 4.11426C5.85061 4.32851 4.57174 5.20388 3.78997 6.50586C3.01206 7.80173 2.72265 9.5293 3.32317 11.4482C3.90399 13.3041 5.32897 15.3643 7.99993 17.375V14.5C7.99993 14.2239 8.22378 14 8.49993 14C8.77603 14 8.99992 14.2239 8.99993 14.5V18.5C8.99993 18.7761 8.77603 19 8.49993 19H4.49993C4.22378 19 3.99993 18.7761 3.99993 18.5C3.99993 18.2239 4.22378 18 4.49993 18H7.16594C4.51549 15.9489 3.00878 13.7909 2.36907 11.7471C1.6859 9.56402 2.00319 7.53938 2.93254 5.99121C3.85808 4.44973 5.38809 3.38782 7.10539 3.12598C8.70728 2.88185 10.4335 3.34074 11.9404 4.68652Z\"\n fill=\"currentColor\"\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,mkCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrial","props","React","CentralIconBase","IconTrial_default"]}
package/README.md CHANGED
@@ -1152,6 +1152,7 @@ Below is a complete list of available icons:
1152
1152
  - IconTrashPaper
1153
1153
  - IconTrashPermanently
1154
1154
  - IconTrashRounded
1155
+ - IconTrial
1155
1156
  - IconUnarchiv
1156
1157
  - IconUnpin
1157
1158
  - IconUntrash
@@ -23142,6 +23142,20 @@
23142
23142
  "packageName": "round-filled-radius-2-stroke-1",
23143
23143
  "componentName": "IconTrendingCircle"
23144
23144
  },
23145
+ {
23146
+ "category": "Interface General",
23147
+ "svg": "<path d=\"M11.9404 4.68652C13.5949 3.20271 15.516 2.75501 17.249 3.12109C19.0951 3.51127 20.6834 4.81651 21.4706 6.66699C23.0697 10.4263 21.3207 16.1209 12.7519 21.1133C12.5133 21.2523 12.2073 21.1712 12.0683 20.9326C11.9294 20.6941 12.0095 20.388 12.248 20.249C20.6437 15.3576 21.8531 10.1207 20.5507 7.05859C19.887 5.49848 18.559 4.42014 17.0429 4.09961C15.5388 3.78173 13.8043 4.2005 12.2978 5.72656C12.204 5.8216 12.0758 5.87583 11.9423 5.87597C11.8086 5.87598 11.6798 5.82171 11.5859 5.72656C10.2096 4.33252 8.64882 3.90189 7.25579 4.11426C5.85061 4.32851 4.57174 5.20388 3.78997 6.50586C3.01206 7.80173 2.72265 9.5293 3.32317 11.4482C3.90399 13.3041 5.32897 15.3643 7.99993 17.375V14.5C7.99993 14.2239 8.22378 14 8.49993 14C8.77603 14 8.99992 14.2239 8.99993 14.5V18.5C8.99993 18.7761 8.77603 19 8.49993 19H4.49993C4.22378 19 3.99993 18.7761 3.99993 18.5C3.99993 18.2239 4.22378 18 4.49993 18H7.16594C4.51549 15.9489 3.00878 13.7909 2.36907 11.7471C1.6859 9.56402 2.00319 7.53938 2.93254 5.99121C3.85808 4.44973 5.38809 3.38782 7.10539 3.12598C8.70728 2.88185 10.4335 3.34074 11.9404 4.68652Z\" fill=\"currentColor\"/>",
23148
+ "iconName": "trial, try, money-back, test-phase",
23149
+ "variant": {
23150
+ "join": "round",
23151
+ "filled": "on",
23152
+ "radius": "2",
23153
+ "stroke": "1"
23154
+ },
23155
+ "createdAt": "2026-02-16T07:00:22.986651+00:00",
23156
+ "packageName": "round-filled-radius-2-stroke-1",
23157
+ "componentName": "IconTrial"
23158
+ },
23145
23159
  {
23146
23160
  "category": "Things",
23147
23161
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.5 2C6.29052 2 5.28164 2.85888 5.05001 4H4.5C3.11929 4 2 5.11929 2 6.5V7.5C2 9.32182 3.39194 10.8185 5.17033 10.9847C5.84192 13.8591 8.42094 16 11.5 16H11.5039V17H8.5C7.11929 17 6 18.1193 6 19.5C6 20.8807 7.11929 22 8.5 22H15.5C16.8807 22 18 20.8807 18 19.5C18 18.1193 16.8807 17 15.5 17H12.5039V16C15.5812 15.9982 18.1584 13.8579 18.8297 10.9847C20.6081 10.8185 22 9.32182 22 7.5V6.5C22 5.11929 20.8807 4 19.5 4H18.95C18.7184 2.85888 17.7095 2 16.5 2H7.5ZM4.5 5H5V9.5C5 9.65231 5.00524 9.8034 5.01555 9.95309C3.86669 9.7275 3 8.71496 3 7.5V6.5C3 5.67157 3.67157 5 4.5 5ZM19 9.5V5H19.5C20.3284 5 21 5.67157 21 6.5V7.5C21 8.71497 20.1333 9.72751 18.9845 9.9531C18.9948 9.8034 19 9.65231 19 9.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1652,6 +1652,7 @@ export type CentralIconName =
1652
1652
  | "IconTrending4"
1653
1653
  | "IconTrending5"
1654
1654
  | "IconTrendingCircle"
1655
+ | "IconTrial"
1655
1656
  | "IconTrophy"
1656
1657
  | "IconTruck"
1657
1658
  | "IconTumblr"
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.127",
3
+ "version": "1.1.128",
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": 1782,
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": 182,
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";