@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.214 → 1.1.215

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 IconCard: FC<CentralIconBaseProps>;
4
+ export default IconCard;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of h(o))!x.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=f(o,p))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(k(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconCard:()=>d,default:()=>P});module.exports=I(g);var e=a(require("react"));var c=a(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>c.default.createElement(m.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 n=require("react-native-svg"),d=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M5 3H19V21H5V3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"12",cy:"9",r:"2",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M8 17H16",stroke:"currentColor",strokeWidth:"2"})),P=d;0&&(module.exports={IconCard});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCard/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 14H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,cAAAE,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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChE,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACnE,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,CAC3D,EAIGE,EAAQJ","names":["IconCard_exports","__export","IconCard","IconCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCard","props","React","CentralIconBase","IconCard_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M5 3H19V21H5V3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(l,{cx:"12",cy:"9",r:"2",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 17H16",stroke:"currentColor",strokeWidth:"2"})),B=a;export{a as IconCard,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCard/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 14H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M8 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAI,EAChEG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACnEI,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,CAC3D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCard","props","React","CentralIconBase","IconCard_default"]}
package/README.md CHANGED
@@ -1085,6 +1085,7 @@ Below is a complete list of available icons:
1085
1085
  - IconBrokenHeart
1086
1086
  - IconBrowserTabs
1087
1087
  - IconBucket
1088
+ - IconCard
1088
1089
  - IconChainLink1
1089
1090
  - IconChainLink2
1090
1091
  - IconChainLink3
@@ -5768,6 +5768,20 @@
5768
5768
  "packageName": "square-outlined-radius-0-stroke-2",
5769
5769
  "componentName": "IconCar9Ev"
5770
5770
  },
5771
+ {
5772
+ "category": "Interface General",
5773
+ "svg": "<path d=\"M5 3H19V21H5V3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 14H16\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 17H16\" stroke=\"currentColor\" stroke-width=\"2\"/>",
5774
+ "iconName": "card, profile, avatar, account",
5775
+ "variant": {
5776
+ "join": "square",
5777
+ "filled": "off",
5778
+ "radius": "0",
5779
+ "stroke": "2"
5780
+ },
5781
+ "createdAt": "2026-04-27T10:02:27.997505+00:00",
5782
+ "packageName": "square-outlined-radius-0-stroke-2",
5783
+ "componentName": "IconCard"
5784
+ },
5771
5785
  {
5772
5786
  "category": "Vehicles & Aircrafts",
5773
5787
  "svg": "<path d=\"M3 19V11L7 5H17L21 11V19H17V17H7V19H3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M1 10H3.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.5 10H23\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5 13H8\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M16 13H19\" stroke=\"currentColor\" stroke-width=\"2\"/>",
package/icons/index.d.ts CHANGED
@@ -411,6 +411,7 @@ export type CentralIconName =
411
411
  | "IconCar8Ev"
412
412
  | "IconCar9"
413
413
  | "IconCar9Ev"
414
+ | "IconCard"
414
415
  | "IconCarFrontView"
415
416
  | "IconCarTaxi"
416
417
  | "IconCarussel"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.214",
3
+ "version": "1.1.215",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1976,
14
+ "totalIcons": 1977,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 85,
@@ -951,7 +951,7 @@
951
951
  ]
952
952
  },
953
953
  "Interface General": {
954
- "count": 198,
954
+ "count": 199,
955
955
  "icons": [
956
956
  "IconAnchor1",
957
957
  "IconAnchor2",
@@ -992,6 +992,7 @@
992
992
  "IconBrokenHeart",
993
993
  "IconBrowserTabs",
994
994
  "IconBucket",
995
+ "IconCard",
995
996
  "IconChainLink1",
996
997
  "IconChainLink2",
997
998
  "IconChainLink3",
@@ -2589,6 +2590,7 @@
2589
2590
  "IconCar8Ev": "car-8-ev, mini-van",
2590
2591
  "IconCar9": "car-9, van",
2591
2592
  "IconCar9Ev": "car-9-ev, van",
2593
+ "IconCard": "card, profile, avatar, account",
2592
2594
  "IconCarFrontView": "car-front-view",
2593
2595
  "IconCarTaxi": "car-taxi, uber",
2594
2596
  "IconCarussel": "carussel, slides",
package/index.d.ts CHANGED
@@ -412,6 +412,7 @@ export { IconCar9, default as IconCar9Default } from "./IconCar9";
412
412
  export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
413
413
  export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
414
414
  export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
415
+ export { IconCard, default as IconCardDefault } from "./IconCard";
415
416
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
416
417
  export { IconCash, default as IconCashDefault } from "./IconCash";
417
418
  export { IconCat, default as IconCatDefault } from "./IconCat";