@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.65 → 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/IconCodeLarge/index.d.ts +4 -0
- package/IconCodeLarge/index.js +2 -0
- package/IconCodeLarge/index.js.map +1 -0
- package/IconCodeLarge/index.mjs +2 -0
- package/IconCodeLarge/index.mjs.map +1 -0
- 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/IconVibeCoding/index.d.ts +4 -0
- package/IconVibeCoding/index.js +2 -0
- package/IconVibeCoding/index.js.map +1 -0
- package/IconVibeCoding/index.mjs +2 -0
- package/IconVibeCoding/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=u(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconCodeLarge:()=>c,default:()=>d});module.exports=P(v);var p=m(require("react"));var L=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...e})=>L.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 l=require("react-native-svg"),c=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M9.41406 6L3.41406 12L9.41406 18L8 19.4141L0.585938 12L8 4.58594L9.41406 6Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M23.4141 12L16 19.4141L14.5859 18L20.5859 12L14.5859 6L16 4.58594L23.4141 12Z",fill:"currentColor"})),d=c;0&&(module.exports={IconCodeLarge});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeLarge/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 IconCodeLarge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.41406 6L3.41406 12L9.41406 18L8 19.4141L0.585938 12L8 4.58594L9.41406 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.4141 12L16 19.4141L14.5859 18L20.5859 12L14.5859 6L16 4.58594L23.4141 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\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,EAAE,8EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gFACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCodeLarge_exports","__export","IconCodeLarge","IconCodeLarge_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import l from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M9.41406 6L3.41406 12L9.41406 18L8 19.4141L0.585938 12L8 4.58594L9.41406 6Z",fill:"currentColor"}),e.createElement(n,{d:"M23.4141 12L16 19.4141L14.5859 18L20.5859 12L14.5859 6L16 4.58594L23.4141 12Z",fill:"currentColor"})),g=C;export{C as IconCodeLarge,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeLarge/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 IconCodeLarge: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.41406 6L3.41406 12L9.41406 18L8 19.4141L0.585938 12L8 4.58594L9.41406 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.4141 12L16 19.4141L14.5859 18L20.5859 12L14.5859 6L16 4.58594L23.4141 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeLarge;\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,EAAE,8EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
|
|
@@ -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 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.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 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.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,6KACF,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 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.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 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.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,6KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var l=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==n&&l(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var f=(r,o,n)=>(n=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>C(l({},"__esModule",{value:!0}),r);var v={};g(v,{IconVibeCoding:()=>s,default:()=>P});module.exports=x(v);var t=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var L=require("react-native-svg"),s=r=>t.default.createElement(i,{...r},t.default.createElement(L.Path,{d:"M7.40527 6.84375L3.28125 12L7.40527 17.1562L5.84375 18.4053L0.719727 12L5.84375 5.59473L7.40527 6.84375Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M23.2803 12L18.1562 18.4053L16.5947 17.1562L20.7188 12L16.5947 6.84375L18.1562 5.59473L23.2803 12Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z",fill:"currentColor"}),t.default.createElement(L.Path,{d:"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z",fill:"currentColor"})),P=s;0&&(module.exports={IconVibeCoding});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCoding/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 IconVibeCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.40527 6.84375L3.28125 12L7.40527 17.1562L5.84375 18.4053L0.719727 12L5.84375 5.59473L7.40527 6.84375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.2803 12L18.1562 18.4053L16.5947 17.1562L20.7188 12L16.5947 6.84375L18.1562 5.59473L23.2803 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCoding_exports","__export","IconVibeCoding","IconVibeCoding_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding","props","React","CentralIconBase","IconVibeCoding_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...L})=>l.createElement(p,{...L,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M7.40527 6.84375L3.28125 12L7.40527 17.1562L5.84375 18.4053L0.719727 12L5.84375 5.59473L7.40527 6.84375Z",fill:"currentColor"}),o.createElement(n,{d:"M23.2803 12L18.1562 18.4053L16.5947 17.1562L20.7188 12L16.5947 6.84375L18.1562 5.59473L23.2803 12Z",fill:"currentColor"}),o.createElement(n,{d:"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z",fill:"currentColor"}),o.createElement(n,{d:"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z",fill:"currentColor"})),d=C;export{C as IconVibeCoding,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCoding/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 IconVibeCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.40527 6.84375L3.28125 12L7.40527 17.1562L5.84375 18.4053L0.719727 12L5.84375 5.59473L7.40527 6.84375Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M23.2803 12L18.1562 18.4053L16.5947 17.1562L20.7188 12L16.5947 6.84375L18.1562 5.59473L23.2803 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4HACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding","props","React","CentralIconBase","IconVibeCoding_default"]}
|
package/README.md
CHANGED
|
@@ -430,7 +430,9 @@ Below is a complete list of available icons:
|
|
|
430
430
|
- IconCodeAssistant
|
|
431
431
|
- IconCodeBrackets
|
|
432
432
|
- IconCodeInsert
|
|
433
|
+
- IconCodeLarge
|
|
433
434
|
- IconCodeLines
|
|
435
|
+
- IconCommits
|
|
434
436
|
- IconConsole
|
|
435
437
|
- IconConsoleSimple
|
|
436
438
|
- IconConsoleSimple1
|
|
@@ -446,6 +448,7 @@ Below is a complete list of available icons:
|
|
|
446
448
|
- IconSandbox
|
|
447
449
|
- IconShip
|
|
448
450
|
- IconTestflight
|
|
451
|
+
- IconVibeCoding
|
|
449
452
|
- IconWebsite
|
|
450
453
|
|
|
451
454
|
### Communication
|
package/filtered-icons.json
CHANGED
|
@@ -6636,6 +6636,20 @@
|
|
|
6636
6636
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
6637
6637
|
"componentName": "IconCodeInsert"
|
|
6638
6638
|
},
|
|
6639
|
+
{
|
|
6640
|
+
"category": "Code",
|
|
6641
|
+
"svg": "<path d=\"M9.41406 6L3.41406 12L9.41406 18L8 19.4141L0.585938 12L8 4.58594L9.41406 6Z\" fill=\"currentColor\"/><path d=\"M23.4141 12L16 19.4141L14.5859 18L20.5859 12L14.5859 6L16 4.58594L23.4141 12Z\" fill=\"currentColor\"/>",
|
|
6642
|
+
"iconName": "code-large, syntax, brackets",
|
|
6643
|
+
"variant": {
|
|
6644
|
+
"join": "square",
|
|
6645
|
+
"filled": "on",
|
|
6646
|
+
"radius": "0",
|
|
6647
|
+
"stroke": "2"
|
|
6648
|
+
},
|
|
6649
|
+
"createdAt": "2025-12-15T07:01:52.172+00:00",
|
|
6650
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
6651
|
+
"componentName": "IconCodeLarge"
|
|
6652
|
+
},
|
|
6639
6653
|
{
|
|
6640
6654
|
"category": "Code",
|
|
6641
6655
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H14V6H2V4ZM17 4H22V6H17V4ZM2 11H9V13H2V11ZM12 11H22V13H12V11ZM2 18H11V20H2V18ZM14 18H22V20H14V18Z\" fill=\"currentColor\"/>",
|
|
@@ -6944,6 +6958,20 @@
|
|
|
6944
6958
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
6945
6959
|
"componentName": "IconColumnWideRemove"
|
|
6946
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"category": "Code",
|
|
6963
|
+
"svg": "<path d=\"M12 6C14.9729 6 17.4388 8.16245 17.915 11H23V13H17.915C17.4388 15.8376 14.9729 18 12 18C9.02712 18 6.56117 15.8376 6.08496 13H1V11H6.08496C6.56117 8.16245 9.02712 6 12 6Z\" fill=\"currentColor\"/>",
|
|
6964
|
+
"iconName": "commits",
|
|
6965
|
+
"variant": {
|
|
6966
|
+
"join": "square",
|
|
6967
|
+
"filled": "on",
|
|
6968
|
+
"radius": "0",
|
|
6969
|
+
"stroke": "2"
|
|
6970
|
+
},
|
|
6971
|
+
"createdAt": "2025-12-15T09:02:14.753327+00:00",
|
|
6972
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
6973
|
+
"componentName": "IconCommits"
|
|
6974
|
+
},
|
|
6947
6975
|
{
|
|
6948
6976
|
"category": "Interface General",
|
|
6949
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 12ZM15.4412 8.55859L14.4334 14.4324L8.55957 15.4402L9.56735 9.56639L15.4412 8.55859Z\" fill=\"currentColor\"/>",
|
|
@@ -21812,6 +21840,20 @@
|
|
|
21812
21840
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
21813
21841
|
"componentName": "IconVerticalAlignmentRight"
|
|
21814
21842
|
},
|
|
21843
|
+
{
|
|
21844
|
+
"category": "Code",
|
|
21845
|
+
"svg": "<path d=\"M7.40527 6.84375L3.28125 12L7.40527 17.1562L5.84375 18.4053L0.719727 12L5.84375 5.59473L7.40527 6.84375Z\" fill=\"currentColor\"/><path d=\"M23.2803 12L18.1562 18.4053L16.5947 17.1562L20.7188 12L16.5947 6.84375L18.1562 5.59473L23.2803 12Z\" fill=\"currentColor\"/><path d=\"M11.7246 12.2754L14 13.1504V13.8496L11.7246 14.7246L10.8496 17H10.1504L9.27539 14.7246L7 13.8496V13.1504L9.27539 12.2754L10.1504 10H10.8496L11.7246 12.2754Z\" fill=\"currentColor\"/><path d=\"M14.375 7.625L16 8.25V8.75L14.375 9.375L13.75 11H13.25L12.625 9.375L11 8.75V8.25L12.625 7.625L13.25 6H13.75L14.375 7.625Z\" fill=\"currentColor\"/>",
|
|
21846
|
+
"iconName": "vibe-coding, ai, ide, syntax",
|
|
21847
|
+
"variant": {
|
|
21848
|
+
"join": "square",
|
|
21849
|
+
"filled": "on",
|
|
21850
|
+
"radius": "0",
|
|
21851
|
+
"stroke": "2"
|
|
21852
|
+
},
|
|
21853
|
+
"createdAt": "2025-12-15T07:01:52.172+00:00",
|
|
21854
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
21855
|
+
"componentName": "IconVibeCoding"
|
|
21856
|
+
},
|
|
21815
21857
|
{
|
|
21816
21858
|
"category": "People",
|
|
21817
21859
|
"svg": "<path d=\"M3.5 14.3389C4.8985 13.2384 6.67997 12.8216 8.3623 13.0693L8.69727 13.1279L9.67773 13.3252L9.28223 15.2861L8.30273 15.0879L8.06934 15.0479C6.90022 14.8759 5.67862 15.1695 4.7373 15.9102C3.7542 16.6838 3 18.0066 3 20V21H1V20C1 17.4571 1.9874 15.5293 3.5 14.3389Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.7539 21H6V19H10.2451L12.2461 12H23.3262L20.7539 21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.2568 2.01367C10.4872 2.37251 10.7099 2.49515 10.8447 2.52539C10.9522 2.54939 11.1403 2.5474 11.4209 2.31152L12.0527 1.78027L12.6367 2.36328C13.3689 3.09553 13.7273 3.91967 13.6699 4.81055C13.6228 5.5412 13.3005 6.20521 12.9004 6.78809V7C12.9004 9.70617 10.7062 11.9003 8 11.9004C5.37842 11.9003 3.23758 9.84097 3.10645 7.25195L3.09961 7C3.09956 6.17646 3.23339 5.13068 3.70996 4.25684C4.21815 3.32519 5.1226 2.5997 6.5 2.59961C6.8887 2.59958 7.49495 2.4152 8.09277 2.16797C8.37213 2.05242 8.61947 1.93603 8.79688 1.84863C8.88516 1.80514 8.9558 1.76967 9.00293 1.74512C9.02632 1.73293 9.04435 1.72284 9.05566 1.7168C9.06088 1.71401 9.06504 1.71218 9.06738 1.71094L9.06934 1.70898L9.80469 1.30859L10.2568 2.01367ZM8 8.5H5.28809C5.81655 9.45361 6.83237 10.0995 8 10.0996C9.16761 10.0996 10.1834 9.45355 10.7119 8.5H9V7.5H8V8.5ZM8.78027 3.83203C8.1693 4.0847 7.27509 4.40037 6.5 4.40039C5.87782 4.40046 5.53181 4.67509 5.29004 5.11816C5.15249 5.37036 5.05557 5.67432 4.99219 6H11.25L11.2803 5.95996C11.6785 5.42896 11.8522 5.01858 11.873 4.69434C11.8827 4.54466 11.8615 4.37446 11.7666 4.17676C11.3482 4.33831 10.9018 4.38302 10.4512 4.28223C9.99126 4.17921 9.59301 3.9396 9.26074 3.62109C9.11637 3.68756 8.9541 3.76014 8.78027 3.83203Z\" fill=\"currentColor\"/><path d=\"M17.792 4.38965L17.9902 4.65918C18.1981 4.95539 18.3773 5.26143 18.5322 5.58105C18.913 5.40795 19.3063 5.26148 19.7178 5.14062L20.6777 4.8584L21.2412 6.77734L20.2822 7.05957L20.0498 7.13184C19.5139 7.30898 19.0171 7.54429 18.5293 7.84863L17.3877 8.56055L17.0352 7.26172C16.8891 6.72355 16.6688 6.25626 16.3506 5.80371L16.208 5.61035L15.5977 4.81836L17.1816 3.59766L17.792 4.38965Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -473,6 +473,7 @@ export type CentralIconName =
|
|
|
473
473
|
| "IconCodeAssistant"
|
|
474
474
|
| "IconCodeBrackets"
|
|
475
475
|
| "IconCodeInsert"
|
|
476
|
+
| "IconCodeLarge"
|
|
476
477
|
| "IconCodeLines"
|
|
477
478
|
| "IconCodepen"
|
|
478
479
|
| "IconCoin1"
|
|
@@ -495,6 +496,7 @@ export type CentralIconName =
|
|
|
495
496
|
| "IconColumnWideHalfAdd"
|
|
496
497
|
| "IconColumnWideHalfRemove"
|
|
497
498
|
| "IconColumnWideRemove"
|
|
499
|
+
| "IconCommits"
|
|
498
500
|
| "IconCompassRound"
|
|
499
501
|
| "IconCompassSquare"
|
|
500
502
|
| "IconComponents"
|
|
@@ -1557,6 +1559,7 @@ export type CentralIconName =
|
|
|
1557
1559
|
| "IconVerticalAlignmentCenter"
|
|
1558
1560
|
| "IconVerticalAlignmentLeft"
|
|
1559
1561
|
| "IconVerticalAlignmentRight"
|
|
1562
|
+
| "IconVibeCoding"
|
|
1560
1563
|
| "IconVibeCodingBird"
|
|
1561
1564
|
| "IconVibeCodingStar"
|
|
1562
1565
|
| "IconVideo"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.67",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
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",
|
|
@@ -312,7 +312,9 @@
|
|
|
312
312
|
"IconCodeAssistant",
|
|
313
313
|
"IconCodeBrackets",
|
|
314
314
|
"IconCodeInsert",
|
|
315
|
+
"IconCodeLarge",
|
|
315
316
|
"IconCodeLines",
|
|
317
|
+
"IconCommits",
|
|
316
318
|
"IconConsole",
|
|
317
319
|
"IconConsoleSimple",
|
|
318
320
|
"IconConsoleSimple1",
|
|
@@ -328,6 +330,7 @@
|
|
|
328
330
|
"IconSandbox",
|
|
329
331
|
"IconShip",
|
|
330
332
|
"IconTestflight",
|
|
333
|
+
"IconVibeCoding",
|
|
331
334
|
"IconWebsite"
|
|
332
335
|
]
|
|
333
336
|
},
|
|
@@ -2300,6 +2303,7 @@
|
|
|
2300
2303
|
"IconCodeAssistant": "code-assistant, vibe-coding",
|
|
2301
2304
|
"IconCodeBrackets": "code-brackets",
|
|
2302
2305
|
"IconCodeInsert": "code-insert",
|
|
2306
|
+
"IconCodeLarge": "code-large, syntax, brackets",
|
|
2303
2307
|
"IconCodeLines": "code-lines",
|
|
2304
2308
|
"IconCodepen": "codepen",
|
|
2305
2309
|
"IconCoin1": "coin-1, credits, money",
|
|
@@ -2322,6 +2326,7 @@
|
|
|
2322
2326
|
"IconColumnWideHalfAdd": "column-wide-half-add",
|
|
2323
2327
|
"IconColumnWideHalfRemove": "column-wide-half-remove",
|
|
2324
2328
|
"IconColumnWideRemove": "column-wide-remove",
|
|
2329
|
+
"IconCommits": "commits",
|
|
2325
2330
|
"IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
|
|
2326
2331
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2327
2332
|
"IconComponents": "components, figma",
|
|
@@ -3384,6 +3389,7 @@
|
|
|
3384
3389
|
"IconVerticalAlignmentCenter": "vertical-alignment-center",
|
|
3385
3390
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
|
3386
3391
|
"IconVerticalAlignmentRight": "vertical-alignment-right",
|
|
3392
|
+
"IconVibeCoding": "vibe-coding, ai, ide, syntax",
|
|
3387
3393
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
3388
3394
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
3389
3395
|
"IconVideo": "video, camera, movie, play",
|
package/index.d.ts
CHANGED
|
@@ -472,6 +472,7 @@ export { IconCodeAnalyze, default as IconCodeAnalyzeDefault, } from "./IconCodeA
|
|
|
472
472
|
export { IconCodeAssistant, default as IconCodeAssistantDefault, } from "./IconCodeAssistant";
|
|
473
473
|
export { IconCodeBrackets, default as IconCodeBracketsDefault, } from "./IconCodeBrackets";
|
|
474
474
|
export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeInsert";
|
|
475
|
+
export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
|
|
475
476
|
export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
|
|
476
477
|
export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
|
|
477
478
|
export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
|
|
@@ -494,6 +495,7 @@ export { IconColumnWideHalf, default as IconColumnWideHalfDefault, } from "./Ico
|
|
|
494
495
|
export { IconColumnWideHalfAdd, default as IconColumnWideHalfAddDefault, } from "./IconColumnWideHalfAdd";
|
|
495
496
|
export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, } from "./IconColumnWideHalfRemove";
|
|
496
497
|
export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
|
|
498
|
+
export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
|
|
497
499
|
export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
|
|
498
500
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
499
501
|
export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
|
|
@@ -1556,6 +1558,7 @@ export { IconVersusCircle, default as IconVersusCircleDefault, } from "./IconVer
|
|
|
1556
1558
|
export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefault, } from "./IconVerticalAlignmentCenter";
|
|
1557
1559
|
export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
|
|
1558
1560
|
export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
|
|
1561
|
+
export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
|
|
1559
1562
|
export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
|
|
1560
1563
|
export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
|
|
1561
1564
|
export { IconVideo, default as IconVideoDefault } from "./IconVideo";
|