@central-icons-react-native/round-filled-radius-3-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.
- package/IconCommits/index.d.ts +4 -0
- package/IconCommits/index.js +2 -0
- package/IconCommits/index.js.map +1 -0
- package/IconCommits/index.mjs +2 -0
- package/IconCommits/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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconCommits:()=>i,default:()=>h});module.exports=v(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.Svg,{...t,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,{d:"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z",fill:"currentColor"})),h=i;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 { Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,KAAK,eACP,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 e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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=>e.createElement(t,{...o},e.createElement(a,{d:"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z",fill:"currentColor"})),P=m;export{m as IconCommits,P 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 { Path } from \"react-native-svg\";\n\nexport const IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -6958,6 +6958,20 @@
|
|
|
6958
6958
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
6959
6959
|
"componentName": "IconColumnWideRemove"
|
|
6960
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"category": "Code",
|
|
6963
|
+
"svg": "<path d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\" fill=\"currentColor\"/>",
|
|
6964
|
+
"iconName": "commits",
|
|
6965
|
+
"variant": {
|
|
6966
|
+
"join": "round",
|
|
6967
|
+
"filled": "on",
|
|
6968
|
+
"radius": "3",
|
|
6969
|
+
"stroke": "2"
|
|
6970
|
+
},
|
|
6971
|
+
"createdAt": "2025-12-15T09:02:14.753327+00:00",
|
|
6972
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
6973
|
+
"componentName": "IconCommits"
|
|
6974
|
+
},
|
|
6961
6975
|
{
|
|
6962
6976
|
"category": "Interface General",
|
|
6963
6977
|
"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 12ZM14.5237 8.24728C15.2702 8.04369 15.9552 8.72866 15.7516 9.47516L14.6322 13.5797C14.4924 14.0921 14.0921 14.4924 13.5797 14.6322L9.47516 15.7516C8.72866 15.9552 8.04369 15.2702 8.24728 14.5237L9.3667 10.4192C9.50645 9.90675 9.90675 9.50645 10.4192 9.3667L14.5237 8.24728Z\" 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-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.67",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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":
|
|
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":
|
|
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";
|