@central-icons-react-native/round-outlined-radius-3-stroke-1 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.
- package/IconStudioDisplay1/index.d.ts +4 -0
- package/IconStudioDisplay1/index.js +2 -0
- package/IconStudioDisplay1/index.js.map +1 -0
- package/IconStudioDisplay1/index.mjs +2 -0
- package/IconStudioDisplay1/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!x.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(a=f(r,n))||a.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>C(t({},"__esModule",{value:!0}),o);var v={};P(v,{IconStudioDisplay1:()=>c,default:()=>k});module.exports=g(v);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:o,size:r=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>p.default.createElement(u,{...o},p.default.createElement(s.Path,{d:"M19.5 3.5H4.5C3.39543 3.5 2.5 4.39543 2.5 5.5V13.5C2.5 14.6046 3.39543 15.5 4.5 15.5H19.5C20.6046 15.5 21.5 14.6046 21.5 13.5V5.5C21.5 4.39543 20.6046 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M9.5 15.5V20.5H14.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=c;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\n d=\"M19.5 3.5H4.5C3.39543 3.5 2.5 4.39543 2.5 5.5V13.5C2.5 14.6046 3.39543 15.5 4.5 15.5H19.5C20.6046 15.5 21.5 14.6046 21.5 13.5V5.5C21.5 4.39543 20.6046 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5V20.5H14.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,QACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,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 e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as t}from"react-native-svg";var C=r=>e.createElement(n,{...r},e.createElement(t,{d:"M19.5 3.5H4.5C3.39543 3.5 2.5 4.39543 2.5 5.5V13.5C2.5 14.6046 3.39543 15.5 4.5 15.5H19.5C20.6046 15.5 21.5 14.6046 21.5 13.5V5.5C21.5 4.39543 20.6046 3.5 19.5 3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M9.5 15.5V20.5H14.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=C;export{C 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\n d=\"M19.5 3.5H4.5C3.39543 3.5 2.5 4.39543 2.5 5.5V13.5C2.5 14.6046 3.39543 15.5 4.5 15.5H19.5C20.6046 15.5 21.5 14.6046 21.5 13.5V5.5C21.5 4.39543 20.6046 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5V20.5H14.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,CACC,EAAE,uKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -23268,6 +23268,20 @@
|
|
|
23268
23268
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
23269
23269
|
"componentName": "IconStudioDisplay"
|
|
23270
23270
|
},
|
|
23271
|
+
{
|
|
23272
|
+
"category": "Devices & Signals",
|
|
23273
|
+
"svg": "<path d=\"M19.5 3.5H4.5C3.39543 3.5 2.5 4.39543 2.5 5.5V13.5C2.5 14.6046 3.39543 15.5 4.5 15.5H19.5C20.6046 15.5 21.5 14.6046 21.5 13.5V5.5C21.5 4.39543 20.6046 3.5 19.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 15.5V20.5H14.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23274
|
+
"iconName": "studio-display, xdr, imac",
|
|
23275
|
+
"variant": {
|
|
23276
|
+
"join": "round",
|
|
23277
|
+
"filled": "off",
|
|
23278
|
+
"radius": "3",
|
|
23279
|
+
"stroke": "1"
|
|
23280
|
+
},
|
|
23281
|
+
"createdAt": "2026-03-20T12:00:42.750372+00:00",
|
|
23282
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
23283
|
+
"componentName": "IconStudioDisplay1"
|
|
23284
|
+
},
|
|
23271
23285
|
{
|
|
23272
23286
|
"category": "Typography",
|
|
23273
23287
|
"svg": "<path d=\"M21.5 20.5H16.5C16.5 17.8333 21.5 17.4975 21.5 14.8423C21.5 13.4309 20.3872 12.5 19.0065 12.5C17.5269 12.5 16.6258 13.561 16.5175 14.7855\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 5.5L13.5 18.5M13.5 5.5L2.5 18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.173",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/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":
|
|
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":
|
|
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";
|