@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.68 → 1.1.69

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 IconVibeCoding2: FC<CentralIconBaseProps>;
4
+ export default IconVibeCoding2;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},C=(r,o,n,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(L=u(o,t))||L.enumerable});return r};var a=(r,o,n)=>(n=r!=null?c(I(r)):{},C(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconVibeCoding2:()=>i,default:()=>d});module.exports=P(v);var e=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...n})=>m.default.createElement(f.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"),i=r=>e.default.createElement(s,{...r},e.default.createElement(l.Path,{d:"M10.1934 5.2207L3.41406 11.7461L10.2197 18.8057L8.78027 20.1943L0.585938 11.6934L8.80664 3.7793L10.1934 5.2207Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M22.7197 12.415L15.2197 20.1943L13.7803 18.8066L21.2803 11.0264L22.7197 12.415Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M18.4004 5.59961L21 6.59961V7.40039L18.4004 8.40039L17.4004 11H16.5996L15.5996 8.40039L13 7.40039V6.59961L15.5996 5.59961L16.5996 3H17.4004L18.4004 5.59961Z",fill:"currentColor"})),d=i;0&&(module.exports={IconVibeCoding2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.1934 5.2207L3.41406 11.7461L10.2197 18.8057L8.78027 20.1943L0.585938 11.6934L8.80664 3.7793L10.1934 5.2207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.7197 12.415L15.2197 20.1943L13.7803 18.8066L21.2803 11.0264L22.7197 12.415Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4004 5.59961L21 6.59961V7.40039L18.4004 8.40039L17.4004 11H16.5996L15.5996 8.40039L13 7.40039V6.59961L15.5996 5.59961L16.5996 3H17.4004L18.4004 5.59961Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCoding2_exports","__export","IconVibeCoding2","IconVibeCoding2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as L}from"react-native-svg";var e=({children:n,size:r=24,...p})=>l.createElement(L,{...p,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 t}from"react-native-svg";var C=n=>o.createElement(e,{...n},o.createElement(t,{d:"M10.1934 5.2207L3.41406 11.7461L10.2197 18.8057L8.78027 20.1943L0.585938 11.6934L8.80664 3.7793L10.1934 5.2207Z",fill:"currentColor"}),o.createElement(t,{d:"M22.7197 12.415L15.2197 20.1943L13.7803 18.8066L21.2803 11.0264L22.7197 12.415Z",fill:"currentColor"}),o.createElement(t,{d:"M18.4004 5.59961L21 6.59961V7.40039L18.4004 8.40039L17.4004 11H16.5996L15.5996 8.40039L13 7.40039V6.59961L15.5996 5.59961L16.5996 3H17.4004L18.4004 5.59961Z",fill:"currentColor"})),g=C;export{C as IconVibeCoding2,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVibeCoding2/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 IconVibeCoding2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.1934 5.2207L3.41406 11.7461L10.2197 18.8057L8.78027 20.1943L0.585938 11.6934L8.80664 3.7793L10.1934 5.2207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.7197 12.415L15.2197 20.1943L13.7803 18.8066L21.2803 11.0264L22.7197 12.415Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4004 5.59961L21 6.59961V7.40039L18.4004 8.40039L17.4004 11H16.5996L15.5996 8.40039L13 7.40039V6.59961L15.5996 5.59961L16.5996 3H17.4004L18.4004 5.59961Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCoding2;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCoding2","props","React","CentralIconBase","IconVibeCoding2_default"]}
package/README.md CHANGED
@@ -450,6 +450,7 @@ Below is a complete list of available icons:
450
450
  - IconShip
451
451
  - IconTestflight
452
452
  - IconVibeCoding
453
+ - IconVibeCoding2
453
454
  - IconWebsite
454
455
 
455
456
  ### Communication
@@ -21882,6 +21882,20 @@
21882
21882
  "packageName": "square-filled-radius-0-stroke-2",
21883
21883
  "componentName": "IconVibeCoding"
21884
21884
  },
21885
+ {
21886
+ "category": "Code",
21887
+ "svg": "<path d=\"M10.1934 5.2207L3.41406 11.7461L10.2197 18.8057L8.78027 20.1943L0.585938 11.6934L8.80664 3.7793L10.1934 5.2207Z\" fill=\"currentColor\"/><path d=\"M22.7197 12.415L15.2197 20.1943L13.7803 18.8066L21.2803 11.0264L22.7197 12.415Z\" fill=\"currentColor\"/><path d=\"M18.4004 5.59961L21 6.59961V7.40039L18.4004 8.40039L17.4004 11H16.5996L15.5996 8.40039L13 7.40039V6.59961L15.5996 5.59961L16.5996 3H17.4004L18.4004 5.59961Z\" fill=\"currentColor\"/>",
21888
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21889
+ "variant": {
21890
+ "join": "square",
21891
+ "filled": "on",
21892
+ "radius": "0",
21893
+ "stroke": "2"
21894
+ },
21895
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21896
+ "packageName": "square-filled-radius-0-stroke-2",
21897
+ "componentName": "IconVibeCoding2"
21898
+ },
21885
21899
  {
21886
21900
  "category": "People",
21887
21901
  "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
@@ -1562,6 +1562,7 @@ export type CentralIconName =
1562
1562
  | "IconVerticalAlignmentLeft"
1563
1563
  | "IconVerticalAlignmentRight"
1564
1564
  | "IconVibeCoding"
1565
+ | "IconVibeCoding2"
1565
1566
  | "IconVibeCodingBird"
1566
1567
  | "IconVibeCodingStar"
1567
1568
  | "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.68",
3
+ "version": "1.1.69",
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": 1641,
14
+ "totalIcons": 1642,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "Code": {
289
- "count": 45,
289
+ "count": 46,
290
290
  "icons": [
291
291
  "IconAnchor",
292
292
  "IconAnimation",
@@ -332,6 +332,7 @@
332
332
  "IconShip",
333
333
  "IconTestflight",
334
334
  "IconVibeCoding",
335
+ "IconVibeCoding2",
335
336
  "IconWebsite"
336
337
  ]
337
338
  },
@@ -3394,6 +3395,7 @@
3394
3395
  "IconVerticalAlignmentLeft": "vertical-alignment-left",
3395
3396
  "IconVerticalAlignmentRight": "vertical-alignment-right",
3396
3397
  "IconVibeCoding": "vibe-coding, ai, ide, syntax",
3398
+ "IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
3397
3399
  "IconVibeCodingBird": "vibe-coding-bird, laptop, work",
3398
3400
  "IconVibeCodingStar": "vibe-coding-star, working, home-office",
3399
3401
  "IconVideo": "video, camera, movie, play",
package/index.d.ts CHANGED
@@ -1561,6 +1561,7 @@ export { IconVerticalAlignmentCenter, default as IconVerticalAlignmentCenterDefa
1561
1561
  export { IconVerticalAlignmentLeft, default as IconVerticalAlignmentLeftDefault, } from "./IconVerticalAlignmentLeft";
1562
1562
  export { IconVerticalAlignmentRight, default as IconVerticalAlignmentRightDefault, } from "./IconVerticalAlignmentRight";
1563
1563
  export { IconVibeCoding, default as IconVibeCodingDefault, } from "./IconVibeCoding";
1564
+ export { IconVibeCoding2, default as IconVibeCoding2Default, } from "./IconVibeCoding2";
1564
1565
  export { IconVibeCodingBird, default as IconVibeCodingBirdDefault, } from "./IconVibeCodingBird";
1565
1566
  export { IconVibeCodingStar, default as IconVibeCodingStarDefault, } from "./IconVibeCodingStar";
1566
1567
  export { IconVideo, default as IconVideoDefault } from "./IconVideo";