@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.65 → 1.1.66

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 IconCodeLarge: FC<CentralIconBaseProps>;
4
+ export default IconCodeLarge;
@@ -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.20703 5.5L2.70703 12L9.20703 18.5L8.5 19.207L1.29297 12L8.5 4.79297L9.20703 5.5Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M22.707 12L15.5 19.207L14.793 18.5L21.293 12L14.793 5.5L15.5 4.79297L22.707 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.20703 5.5L2.70703 12L9.20703 18.5L8.5 19.207L1.29297 12L8.5 4.79297L9.20703 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.707 12L15.5 19.207L14.793 18.5L21.293 12L14.793 5.5L15.5 4.79297L22.707 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,sFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,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.20703 5.5L2.70703 12L9.20703 18.5L8.5 19.207L1.29297 12L8.5 4.79297L9.20703 5.5Z",fill:"currentColor"}),e.createElement(n,{d:"M22.707 12L15.5 19.207L14.793 18.5L21.293 12L14.793 5.5L15.5 4.79297L22.707 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.20703 5.5L2.70703 12L9.20703 18.5L8.5 19.207L1.29297 12L8.5 4.79297L9.20703 5.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.707 12L15.5 19.207L14.793 18.5L21.293 12L14.793 5.5L15.5 4.79297L22.707 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,sFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeLarge","props","React","CentralIconBase","IconCodeLarge_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVibeCoding: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding;
@@ -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 L in o)l(r,L,{get:o[L],enumerable:!0})},C=(r,o,L,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==L&&l(r,t,{get:()=>o[t],enumerable:!(p=u(o,t))||p.enumerable});return r};var f=(r,o,L)=>(L=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?l(L,"default",{value:r,enumerable:!0}):L,r)),x=r=>C(l({},"__esModule",{value:!0}),r);var v={};g(v,{IconVibeCoding:()=>s,default:()=>P});module.exports=x(v);var n=f(require("react"));var m=f(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...L})=>m.default.createElement(a.Svg,{...L,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),s=r=>n.default.createElement(i,{...r},n.default.createElement(e.Path,{d:"M7.20312 6.42969L2.64551 12L7.20312 17.5703L6.42969 18.2031L1.61328 12.3164L1.35352 12L1.61328 11.6836L6.42969 5.79688L7.20312 6.42969Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M22.3867 11.6836L22.6465 12L22.3867 12.3164L17.5703 18.2031L16.7969 17.5703L21.3535 12L16.7969 6.42969L17.5703 5.79688L22.3867 11.6836Z",fill:"currentColor"}),n.default.createElement(e.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"}),n.default.createElement(e.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.20312 6.42969L2.64551 12L7.20312 17.5703L6.42969 18.2031L1.61328 12.3164L1.35352 12L1.61328 11.6836L6.42969 5.79688L7.20312 6.42969Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.3867 11.6836L22.6465 12L22.3867 12.3164L17.5703 18.2031L16.7969 17.5703L21.3535 12L16.7969 6.42969L17.5703 5.79688L22.3867 11.6836Z\"\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,0IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0IACF,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 t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as L}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(L,{d:"M7.20312 6.42969L2.64551 12L7.20312 17.5703L6.42969 18.2031L1.61328 12.3164L1.35352 12L1.61328 11.6836L6.42969 5.79688L7.20312 6.42969Z",fill:"currentColor"}),o.createElement(L,{d:"M22.3867 11.6836L22.6465 12L22.3867 12.3164L17.5703 18.2031L16.7969 17.5703L21.3535 12L16.7969 6.42969L17.5703 5.79688L22.3867 11.6836Z",fill:"currentColor"}),o.createElement(L,{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(L,{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.20312 6.42969L2.64551 12L7.20312 17.5703L6.42969 18.2031L1.61328 12.3164L1.35352 12L1.61328 11.6836L6.42969 5.79688L7.20312 6.42969Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.3867 11.6836L22.6465 12L22.3867 12.3164L17.5703 18.2031L16.7969 17.5703L21.3535 12L16.7969 6.42969L17.5703 5.79688L22.3867 11.6836Z\"\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,0IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0IACF,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,6 +430,7 @@ Below is a complete list of available icons:
430
430
  - IconCodeAssistant
431
431
  - IconCodeBrackets
432
432
  - IconCodeInsert
433
+ - IconCodeLarge
433
434
  - IconCodeLines
434
435
  - IconConsole
435
436
  - IconConsoleSimple
@@ -446,6 +447,7 @@ Below is a complete list of available icons:
446
447
  - IconSandbox
447
448
  - IconShip
448
449
  - IconTestflight
450
+ - IconVibeCoding
449
451
  - IconWebsite
450
452
 
451
453
  ### Communication
@@ -6636,6 +6636,20 @@
6636
6636
  "packageName": "square-filled-radius-0-stroke-1",
6637
6637
  "componentName": "IconCodeInsert"
6638
6638
  },
6639
+ {
6640
+ "category": "Code",
6641
+ "svg": "<path d=\"M9.20703 5.5L2.70703 12L9.20703 18.5L8.5 19.207L1.29297 12L8.5 4.79297L9.20703 5.5Z\" fill=\"currentColor\"/><path d=\"M22.707 12L15.5 19.207L14.793 18.5L21.293 12L14.793 5.5L15.5 4.79297L22.707 12Z\" fill=\"currentColor\"/>",
6642
+ "iconName": "code-large, syntax, brackets",
6643
+ "variant": {
6644
+ "join": "square",
6645
+ "filled": "on",
6646
+ "radius": "0",
6647
+ "stroke": "1"
6648
+ },
6649
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
6650
+ "packageName": "square-filled-radius-0-stroke-1",
6651
+ "componentName": "IconCodeLarge"
6652
+ },
6639
6653
  {
6640
6654
  "category": "Code",
6641
6655
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4H14V5H2V4ZM17 4H22V5H17V4ZM2 11.5L9 11.5V12.5L2 12.5L2 11.5ZM22 12.5L12 12.5V11.5L22 11.5V12.5ZM2 19L11 19V20L2 20L2 19ZM14 20V19L22 19V20L14 20Z\" fill=\"currentColor\"/>",
@@ -21812,6 +21826,20 @@
21812
21826
  "packageName": "square-filled-radius-0-stroke-1",
21813
21827
  "componentName": "IconVerticalAlignmentRight"
21814
21828
  },
21829
+ {
21830
+ "category": "Code",
21831
+ "svg": "<path d=\"M7.20312 6.42969L2.64551 12L7.20312 17.5703L6.42969 18.2031L1.61328 12.3164L1.35352 12L1.61328 11.6836L6.42969 5.79688L7.20312 6.42969Z\" fill=\"currentColor\"/><path d=\"M22.3867 11.6836L22.6465 12L22.3867 12.3164L17.5703 18.2031L16.7969 17.5703L21.3535 12L16.7969 6.42969L17.5703 5.79688L22.3867 11.6836Z\" 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\"/>",
21832
+ "iconName": "vibe-coding, ai, ide, syntax",
21833
+ "variant": {
21834
+ "join": "square",
21835
+ "filled": "on",
21836
+ "radius": "0",
21837
+ "stroke": "1"
21838
+ },
21839
+ "createdAt": "2025-12-15T07:01:52.172+00:00",
21840
+ "packageName": "square-filled-radius-0-stroke-1",
21841
+ "componentName": "IconVibeCoding"
21842
+ },
21815
21843
  {
21816
21844
  "category": "People",
21817
21845
  "svg": "<path d=\"M3.63379 14.4209C5.09805 13.2559 6.97114 12.8091 8.74609 13.0732L9.09961 13.1357L9.58984 13.2363L9.38965 14.2158L8.90039 14.1162L8.59863 14.0625C7.08329 13.8369 5.49152 14.22 4.25586 15.2031C2.94789 16.2438 2 17.9891 2 20.5V21H1V20.5C1 17.7183 2.06191 15.6715 3.63379 14.4209Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8906 21H6V20H10.1094L12.1094 12H23.1406L20.8906 21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.79688 1.73145C10.0815 2.1778 10.4023 2.40282 10.6904 2.46777C10.9629 2.52914 11.2973 2.46772 11.6768 2.14648L12.0293 1.84863L12.3545 2.17578C13.0524 2.87844 13.3598 3.62793 13.3096 4.41309C13.2646 5.11631 12.9351 5.7767 12.5 6.38867V6.75684C12.5 9.36515 10.3987 11.4854 7.7998 11.4854C5.28221 11.4851 3.23204 9.49567 3.10645 7L3.10059 6.75684C3.10056 5.9235 3.23593 4.90409 3.68555 4.07422C4.15252 3.21237 4.96414 2.55762 6.22559 2.55762C6.72858 2.5575 7.43544 2.33012 8.06641 2.06738C8.37116 1.94048 8.64031 1.81237 8.83301 1.7168C8.92893 1.66922 9.00559 1.62984 9.05762 1.60254L9.13086 1.56348L9.13379 1.56152L9.54492 1.33691L9.79688 1.73145ZM4.10938 7C4.23373 8.9485 5.84057 10.4851 7.7998 10.4854C9.2165 10.4854 10.4488 9.6815 11.0703 8.5H9V7H8V8.5H5V7H4.10938ZM9.22656 2.6377C9.02418 2.73705 8.75421 2.86364 8.4502 2.99023C7.8121 3.25591 6.94453 3.55751 6.22559 3.55762C5.38708 3.55762 4.88502 3.9591 4.56445 4.55078C4.33773 4.96934 4.20647 5.4812 4.14453 6H11.5469L11.5996 5.92969C12.0379 5.3412 12.2812 4.82202 12.3115 4.34961C12.3343 3.99297 12.2363 3.61305 11.918 3.19531C11.4563 3.46215 10.9611 3.5538 10.4707 3.44336C9.98691 3.33435 9.56781 3.04155 9.22656 2.6377Z\" fill=\"currentColor\"/><path d=\"M17.499 4.49805L17.7178 4.76074C18.0831 5.22111 18.3713 5.70368 18.5908 6.23047C19.2166 5.91583 19.8831 5.64603 20.6084 5.49902L21.0986 5.39941L21.2969 6.37988L20.8066 6.47949C20.0249 6.63797 19.297 6.9704 18.5586 7.37793L18.0195 7.67578L17.8389 7.08691C17.6464 6.45984 17.3539 5.91011 16.9336 5.38086L16.7451 5.1543L16.417 4.77832L17.1699 4.12109L17.499 4.49805Z\" 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"
@@ -1557,6 +1558,7 @@ export type CentralIconName =
1557
1558
  | "IconVerticalAlignmentCenter"
1558
1559
  | "IconVerticalAlignmentLeft"
1559
1560
  | "IconVerticalAlignmentRight"
1561
+ | "IconVibeCoding"
1560
1562
  | "IconVibeCodingBird"
1561
1563
  | "IconVibeCodingStar"
1562
1564
  | "IconVideo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1636,
14
+ "totalIcons": 1638,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 41,
289
+ "count": 43,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -312,6 +312,7 @@
312
312
  "IconCodeAssistant",
313
313
  "IconCodeBrackets",
314
314
  "IconCodeInsert",
315
+ "IconCodeLarge",
315
316
  "IconCodeLines",
316
317
  "IconConsole",
317
318
  "IconConsoleSimple",
@@ -328,6 +329,7 @@
328
329
  "IconSandbox",
329
330
  "IconShip",
330
331
  "IconTestflight",
332
+ "IconVibeCoding",
331
333
  "IconWebsite"
332
334
  ]
333
335
  },
@@ -2300,6 +2302,7 @@
2300
2302
  "IconCodeAssistant": "code-assistant, vibe-coding",
2301
2303
  "IconCodeBrackets": "code-brackets",
2302
2304
  "IconCodeInsert": "code-insert",
2305
+ "IconCodeLarge": "code-large, syntax, brackets",
2303
2306
  "IconCodeLines": "code-lines",
2304
2307
  "IconCodepen": "codepen",
2305
2308
  "IconCoin1": "coin-1, credits, money",
@@ -3384,6 +3387,7 @@
3384
3387
  "IconVerticalAlignmentCenter": "vertical-alignment-center",
3385
3388
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3386
3389
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3390
+ "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3387
3391
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3388
3392
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3389
3393
  "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";
@@ -1556,6 +1557,7 @@ export { IconVersusCircle, default as IconVersusCircleDefault, } from "./IconVer
1556
1557
  export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefault, } from "./IconVerticalAlignmentCenter";
1557
1558
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1558
1559
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1560
+ export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1559
1561
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1560
1562
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1561
1563
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";