@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.172 → 1.1.173

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 IconStudioDisplay1: FC<CentralIconBaseProps>;
4
+ export default IconStudioDisplay1;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(d(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconStudioDisplay1:()=>f,default:()=>h});module.exports=g(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>C.default.createElement(c.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"),f=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M21 4H3V15H21V4Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M9.5 16V20H14.5V16",stroke:"currentColor",strokeWidth:"2"})),h=f;0&&(module.exports={IconStudioDisplay1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/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 IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 4H3V15H21V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9.5 16V20H14.5V16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAI,CACrE,EAIGE,EAAQJ","names":["IconStudioDisplay1_exports","__export","IconStudioDisplay1","IconStudioDisplay1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.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 l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21 4H3V15H21V4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M9.5 16V20H14.5V16",stroke:"currentColor",strokeWidth:"2"})),x=l;export{l as IconStudioDisplay1,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStudioDisplay1/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 IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 4H3V15H21V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M9.5 16V20H14.5V16\" stroke=\"currentColor\" strokeWidth=\"2\" />\n </CentralIconBase>\n );\n};\n\nexport default IconStudioDisplay1;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,IAAI,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_default"]}
package/README.md CHANGED
@@ -635,6 +635,7 @@ Below is a complete list of available icons:
635
635
  - IconSpeaker
636
636
  - IconStorage
637
637
  - IconStudioDisplay
638
+ - IconStudioDisplay1
638
639
  - IconTablet
639
640
  - IconTape
640
641
  - IconTape2
@@ -23268,6 +23268,20 @@
23268
23268
  "packageName": "square-outlined-radius-0-stroke-2",
23269
23269
  "componentName": "IconStudioDisplay"
23270
23270
  },
23271
+ {
23272
+ "category": "Devices & Signals",
23273
+ "svg": "<path d=\"M21 4H3V15H21V4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.5 16V20H14.5V16\" stroke=\"currentColor\" stroke-width=\"2\"/>",
23274
+ "iconName": "studio-display, xdr, imac",
23275
+ "variant": {
23276
+ "join": "square",
23277
+ "filled": "off",
23278
+ "radius": "0",
23279
+ "stroke": "2"
23280
+ },
23281
+ "createdAt": "2026-03-20T12:00:42.750372+00:00",
23282
+ "packageName": "square-outlined-radius-0-stroke-2",
23283
+ "componentName": "IconStudioDisplay1"
23284
+ },
23271
23285
  {
23272
23286
  "category": "Typography",
23273
23287
  "svg": "<path d=\"M17 20.0006H16V21.0006H17V20.0006ZM21 21.0006H22V19.0006H21V21.0006ZM17 21.0006H21V19.0006H17V21.0006ZM19.0052 14C19.5643 14 20 14.3737 20 15.0497H22C22 13.2555 20.6552 12 19.0052 12V14ZM20 15.0497C20 15.2967 19.9103 15.5006 19.6654 15.7473C19.3862 16.0284 18.9949 16.2776 18.4641 16.6145C17.5669 17.1839 16 18.117 16 20.0006H18C18 19.3836 18.4331 19.003 19.5359 18.303C20.0051 18.0052 20.6138 17.6307 21.0846 17.1564C21.5897 16.6477 22 15.9645 22 15.0497H20ZM18.0108 15.0806C18.0674 14.3802 18.4791 14 19.0052 14V12C17.164 12 16.134 13.4767 16.0173 14.9194L18.0108 15.0806Z\" fill=\"currentColor\"/><path d=\"M3 6L13 18M13 6L3 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -1661,6 +1661,7 @@ export type CentralIconName =
1661
1661
  | "IconStreaming"
1662
1662
  | "IconStrikeThrough"
1663
1663
  | "IconStudioDisplay"
1664
+ | "IconStudioDisplay1"
1664
1665
  | "IconSubscript"
1665
1666
  | "IconSubscriptionStar"
1666
1667
  | "IconSubscriptionTick1"
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.172",
3
+ "version": "1.1.173",
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": 1904,
14
+ "totalIcons": 1905,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 74,
@@ -456,7 +456,7 @@
456
456
  ]
457
457
  },
458
458
  "Devices & Signals": {
459
- "count": 77,
459
+ "count": 78,
460
460
  "icons": [
461
461
  "IconAgentNetwork",
462
462
  "IconAirdrop",
@@ -523,6 +523,7 @@
523
523
  "IconSpeaker",
524
524
  "IconStorage",
525
525
  "IconStudioDisplay",
526
+ "IconStudioDisplay1",
526
527
  "IconTablet",
527
528
  "IconTape",
528
529
  "IconTape2",
@@ -3768,6 +3769,7 @@
3768
3769
  "IconStreaming": "streaming, live, stream",
3769
3770
  "IconStrikeThrough": "strike-through",
3770
3771
  "IconStudioDisplay": "studio-display, thunderbolt",
3772
+ "IconStudioDisplay1": "studio-display, xdr, imac",
3771
3773
  "IconSubscript": "subscript",
3772
3774
  "IconSubscriptionStar": "subscription-star, verify",
3773
3775
  "IconSubscriptionTick1": "subscription-tick-1, verify",
package/index.d.ts CHANGED
@@ -1660,6 +1660,7 @@ export { IconStrawberry, default as IconStrawberryDefault, } from "./IconStrawbe
1660
1660
  export { IconStreaming, default as IconStreamingDefault, } from "./IconStreaming";
1661
1661
  export { IconStrikeThrough, default as IconStrikeThroughDefault, } from "./IconStrikeThrough";
1662
1662
  export { IconStudioDisplay, default as IconStudioDisplayDefault, } from "./IconStudioDisplay";
1663
+ export { IconStudioDisplay1, default as IconStudioDisplay1Default, } from "./IconStudioDisplay1";
1663
1664
  export { IconSubscript, default as IconSubscriptDefault, } from "./IconSubscript";
1664
1665
  export { IconSubscriptionStar, default as IconSubscriptionStarDefault, } from "./IconSubscriptionStar";
1665
1666
  export { IconSubscriptionTick1, default as IconSubscriptionTick1Default, } from "./IconSubscriptionTick1";