@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.66 → 1.1.67

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 IconCommits: FC<CentralIconBaseProps>;
4
+ export default IconCommits;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=k(o,t))||i.enumerable});return r};var c=(r,o,e)=>(e=r!=null?d(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconCommits:()=>l,default:()=>P});module.exports=h(g);var n=c(require("react"));var C=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>C.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"),l=r=>n.default.createElement(u,{...r},n.default.createElement(s.Circle,{cx:"12",cy:"12",r:"5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M6.5 12H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M22 12H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;0&&(module.exports={IconCommits});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,iBAAAE,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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCommits_exports","__export","IconCommits","IconCommits_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(a,{cx:"12",cy:"12",r:"5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M6.5 12H2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M22 12H17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=c;export{c as IconCommits,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCommits/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12H2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22 12H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
package/README.md CHANGED
@@ -432,6 +432,7 @@ Below is a complete list of available icons:
432
432
  - IconCodeInsert
433
433
  - IconCodeLarge
434
434
  - IconCodeLines
435
+ - IconCommits
435
436
  - IconConsole
436
437
  - IconConsoleSimple
437
438
  - IconConsoleSimple1
@@ -6958,6 +6958,20 @@
6958
6958
  "packageName": "round-outlined-radius-0-stroke-2",
6959
6959
  "componentName": "IconColumnWideRemove"
6960
6960
  },
6961
+ {
6962
+ "category": "Code",
6963
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 12H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 12H17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6964
+ "iconName": "commits",
6965
+ "variant": {
6966
+ "join": "round",
6967
+ "filled": "off",
6968
+ "radius": "0",
6969
+ "stroke": "2"
6970
+ },
6971
+ "createdAt": "2025-12-15T09:02:14.753327+00:00",
6972
+ "packageName": "round-outlined-radius-0-stroke-2",
6973
+ "componentName": "IconCommits"
6974
+ },
6961
6975
  {
6962
6976
  "category": "Interface General",
6963
6977
  "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M15.5 8.5L10 10L8.5 15.5L14 14L15.5 8.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -496,6 +496,7 @@ export type CentralIconName =
496
496
  | "IconColumnWideHalfAdd"
497
497
  | "IconColumnWideHalfRemove"
498
498
  | "IconColumnWideRemove"
499
+ | "IconCommits"
499
500
  | "IconCompassRound"
500
501
  | "IconCompassSquare"
501
502
  | "IconComponents"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1638,
14
+ "totalIcons": 1639,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 43,
289
+ "count": 44,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -314,6 +314,7 @@
314
314
  "IconCodeInsert",
315
315
  "IconCodeLarge",
316
316
  "IconCodeLines",
317
+ "IconCommits",
317
318
  "IconConsole",
318
319
  "IconConsoleSimple",
319
320
  "IconConsoleSimple1",
@@ -2325,6 +2326,7 @@
2325
2326
  "IconColumnWideHalfAdd": "column-wide-half-add",
2326
2327
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2327
2328
  "IconColumnWideRemove": "column-wide-remove",
2329
+ "IconCommits": "commits",
2328
2330
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2329
2331
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2330
2332
  "IconComponents": "components, figma",
package/index.d.ts CHANGED
@@ -495,6 +495,7 @@ export { IconColumnWideHalf, default as IconColumnWideHalfDefault, } from "./Ico
495
495
  export { IconColumnWideHalfAdd, default as IconColumnWideHalfAddDefault, } from "./IconColumnWideHalfAdd";
496
496
  export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, } from "./IconColumnWideHalfRemove";
497
497
  export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
498
+ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
498
499
  export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
499
500
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
500
501
  export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";