@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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 f=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconVibeCoding2:()=>c,default:()=>P});module.exports=x(h);var n=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),L=({children:r,size:o=24,...t})=>m.default.createElement(i.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 s=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(s.Path,{d:"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z",fill:"currentColor"}),n.default.createElement(s.Path,{d:"M9.5 4.5L2 12L9.5 19.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(s.Path,{d:"M22 12L14.5 19.5",stroke:"currentColor",strokeWidth:"1.5"})),P=c;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=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 12L9.5 19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M22 12L14.5 19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,8FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,CACrE,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 s from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(l,{...p,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 e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z",fill:"currentColor"}),o.createElement(e,{d:"M9.5 4.5L2 12L9.5 19.5",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M22 12L14.5 19.5",stroke:"currentColor",strokeWidth:"1.5"})),I=C;export{C as IconVibeCoding2,I 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=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 4.5L2 12L9.5 19.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M22 12L14.5 19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,8FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,MAAM,CACrE,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-outlined-radius-0-stroke-1.5",
21883
21883
  "componentName": "IconVibeCoding"
21884
21884
  },
21885
+ {
21886
+ "category": "Code",
21887
+ "svg": "<path d=\"M17.4 3H16.6L15.6 5.6L13 6.6V7.4L15.6 8.4L16.6 11H17.4L18.4 8.4L21 7.4V6.6L18.4 5.6L17.4 3Z\" fill=\"currentColor\"/><path d=\"M9.5 4.5L2 12L9.5 19.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M22 12L14.5 19.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
21888
+ "iconName": "vibe-coding-2, ai, ide, syntax",
21889
+ "variant": {
21890
+ "join": "square",
21891
+ "filled": "off",
21892
+ "radius": "0",
21893
+ "stroke": "1.5"
21894
+ },
21895
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21896
+ "packageName": "square-outlined-radius-0-stroke-1.5",
21897
+ "componentName": "IconVibeCoding2"
21898
+ },
21885
21899
  {
21886
21900
  "category": "People",
21887
21901
  "svg": "<path d=\"M1.75 20.25C1.75 15.5839 5.32074 13.5638 8.4125 14.1897\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M6.75 20.2498H10.7M10.7 20.2498H20.2L22.25 13.0498H12.75L10.7 20.2498Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M17 5C17.5516 5.63061 17.9302 6.28903 18.1667 7.05714C18.9047 6.65121 19.6656 6.3 20.5 6.13143\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M7.90201 10.9929C5.63764 10.9929 3.80201 9.15083 3.80201 6.87857C3.8019 5.33571 4.31451 3.27857 6.36451 3.27857C7.55762 3.27857 9.4394 2.25 9.4394 2.25C10.0869 3.26228 11.0764 3.54532 12.002 2.76429C13.2097 3.97619 12.9029 5.15889 12.002 6.36429V6.87857C12.002 9.15083 10.1664 10.9929 7.90201 10.9929Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><rect width=\"4\" height=\"2.5\" transform=\"matrix(-1 0 0 1 8 6)\" fill=\"currentColor\"/><rect width=\"3\" height=\"2.5\" transform=\"matrix(-1 0 0 1 12 6)\" fill=\"currentColor\"/><path d=\"M9.4375 6.75H7.3875\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/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";