@central-icons-react-native/square-filled-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 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.0303 5.03027L3.06055 12L10.0303 18.9697L8.96973 20.0303L0.939453 12L8.96973 3.96973L10.0303 5.03027Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M22.5303 12.5303L15.0303 20.0303L13.9697 18.9697L21.4697 11.4697L22.5303 12.5303Z",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.0303 5.03027L3.06055 12L10.0303 18.9697L8.96973 20.0303L0.939453 12L8.96973 3.96973L10.0303 5.03027Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.5303 12.5303L15.0303 20.0303L13.9697 18.9697L21.4697 11.4697L22.5303 12.5303Z\"\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,2GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,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.0303 5.03027L3.06055 12L10.0303 18.9697L8.96973 20.0303L0.939453 12L8.96973 3.96973L10.0303 5.03027Z",fill:"currentColor"}),o.createElement(t,{d:"M22.5303 12.5303L15.0303 20.0303L13.9697 18.9697L21.4697 11.4697L22.5303 12.5303Z",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.0303 5.03027L3.06055 12L10.0303 18.9697L8.96973 20.0303L0.939453 12L8.96973 3.96973L10.0303 5.03027Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22.5303 12.5303L15.0303 20.0303L13.9697 18.9697L21.4697 11.4697L22.5303 12.5303Z\"\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,2GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,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-1.5",
21883
21883
  "componentName": "IconVibeCoding"
21884
21884
  },
21885
+ {
21886
+ "category": "Code",
21887
+ "svg": "<path d=\"M10.0303 5.03027L3.06055 12L10.0303 18.9697L8.96973 20.0303L0.939453 12L8.96973 3.96973L10.0303 5.03027Z\" fill=\"currentColor\"/><path d=\"M22.5303 12.5303L15.0303 20.0303L13.9697 18.9697L21.4697 11.4697L22.5303 12.5303Z\" 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": "1.5"
21894
+ },
21895
+ "createdAt": "2025-12-16T19:02:16.049338+00:00",
21896
+ "packageName": "square-filled-radius-0-stroke-1.5",
21897
+ "componentName": "IconVibeCoding2"
21898
+ },
21885
21899
  {
21886
21900
  "category": "People",
21887
21901
  "svg": "<path d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.1009 8.56152 13.4551L9.29688 13.6035L8.99902 15.0742L8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30609 16.6776 2.5 18.1232 2.5 20.251V21.001H1V20.251C1 17.713 1.97967 15.8142 3.45703 14.6475Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9209 20.4551L20.7666 21H6V19.5H10.1338L12.1836 12.2998H23.2432L20.9209 20.4551Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0693 1.8457C10.3222 2.24104 10.5837 2.40444 10.7783 2.44824C10.9284 2.48192 11.1353 2.46666 11.3994 2.28125L11.5166 2.19141L12.0439 1.74609L12.5312 2.23535C13.254 2.96067 13.5937 3.75964 13.5391 4.61426C13.4925 5.34 13.1653 6.00748 12.75 6.60449V6.87891C12.7498 9.56265 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69684 3.05664 7.12891L3.0498 6.87891C3.04974 6.0464 3.18464 5.00381 3.65332 4.1416C4.14807 3.23147 5.02152 2.52841 6.3623 2.52832C6.79721 2.52832 7.44544 2.32616 8.05957 2.07129C8.35035 1.95061 8.60762 1.82942 8.79199 1.73828C8.88388 1.69286 8.95751 1.65567 9.00684 1.62988C9.03148 1.617 9.05045 1.60704 9.0625 1.60059C9.06833 1.59747 9.07258 1.59516 9.0752 1.59375L9.07812 1.5918L9.69238 1.25586L10.0693 1.8457ZM8 8.5H4.96484C5.5356 9.53953 6.637 10.2432 7.90039 10.2432C9.16361 10.243 10.2644 9.5394 10.835 8.5H9V7.5H8V8.5ZM9.23047 3.19043C9.05865 3.27159 8.85632 3.36508 8.63477 3.45703C8.0098 3.7164 7.12041 4.02832 6.3623 4.02832C5.65342 4.0284 5.24565 4.35439 4.97168 4.8584C4.79443 5.1845 4.68069 5.58254 4.61621 6H11.3359L11.3994 5.91504C11.8155 5.35829 12.0173 4.90292 12.042 4.51855C12.0566 4.29091 12.0106 4.0389 11.835 3.75098C11.3947 3.95288 10.9241 4.0175 10.4502 3.91113C9.97605 3.80469 9.56864 3.54172 9.23047 3.19043Z\" fill=\"currentColor\"/><path d=\"M17.5645 4.50586L17.7871 4.77246C18.0986 5.16378 18.3541 5.5733 18.5615 6.01172C19.116 5.74977 19.7094 5.52622 20.3516 5.39648L21.0869 5.24805L21.3838 6.71777L20.6484 6.86621C19.9233 7.0127 19.24 7.32245 18.5283 7.71387L17.7207 8.1582L17.4502 7.27734C17.2727 6.70099 17.0028 6.19526 16.6113 5.7041L16.4355 5.49414L15.9414 4.92969L17.0703 3.94141L17.5645 4.50586Z\" 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-1.5",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-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";