@central-icons-react-native/round-filled-radius-1-stroke-1.5 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 u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=x(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var d={};h(d,{IconStudioDisplay1:()=>f,default:()=>y});module.exports=P(d);var p=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.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 l=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z",fill:"currentColor"}),p.default.createElement(l.Rect,{x:"2",y:"3",width:"20",height:"13",rx:"1.75",fill:"currentColor"})),y=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, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" fill=\"currentColor\" />\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,EAA2B,4BAEdC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,OAAO,KAAK,eAAe,CACzE,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 p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 a,Rect as C}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{d:"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z",fill:"currentColor"}),t.createElement(C,{x:"2",y:"3",width:"20",height:"13",rx:"1.75",fill:"currentColor"})),h=m;export{m as IconStudioDisplay1,h 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, Rect } from \"react-native-svg\";\n\nexport const IconStudioDisplay1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\"\n fill=\"currentColor\"\n />\n <Rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" fill=\"currentColor\" />\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,sFACF,KAAK,eACP,EACAI,EAAA,cAACH,EAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,OAAO,KAAK,eAAe,CACzE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconStudioDisplay1","props","React","CentralIconBase","IconStudioDisplay1_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -23268,6 +23268,20 @@
|
|
|
23268
23268
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
23269
23269
|
"componentName": "IconStudioDisplay"
|
|
23270
23270
|
},
|
|
23271
|
+
{
|
|
23272
|
+
"category": "Devices & Signals",
|
|
23273
|
+
"svg": "<path d=\"M9 17H15V20.25C15 20.6642 14.6642 21 14.25 21H9.75C9.33579 21 9 20.6642 9 20.25V17Z\" fill=\"currentColor\"/><rect x=\"2\" y=\"3\" width=\"20\" height=\"13\" rx=\"1.75\" fill=\"currentColor\"/>",
|
|
23274
|
+
"iconName": "studio-display, xdr, imac",
|
|
23275
|
+
"variant": {
|
|
23276
|
+
"join": "round",
|
|
23277
|
+
"filled": "on",
|
|
23278
|
+
"radius": "1",
|
|
23279
|
+
"stroke": "1.5"
|
|
23280
|
+
},
|
|
23281
|
+
"createdAt": "2026-03-20T12:00:42.750372+00:00",
|
|
23282
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
23283
|
+
"componentName": "IconStudioDisplay1"
|
|
23284
|
+
},
|
|
23271
23285
|
{
|
|
23272
23286
|
"category": "Typography",
|
|
23273
23287
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.26762 5.17574C2.58479 4.90932 3.05788 4.95046 3.3243 5.26762L8.00002 10.834L12.6757 5.26762C12.9422 4.95046 13.4152 4.90932 13.7324 5.17574C14.0496 5.44216 14.0907 5.91525 13.8243 6.23241L8.97951 12L13.8243 17.7676C14.0907 18.0848 14.0496 18.5579 13.7324 18.8243C13.4152 19.0907 12.9422 19.0496 12.6757 18.7324L8.00002 13.1661L3.3243 18.7324C3.05788 19.0496 2.58479 19.0907 2.26762 18.8243C1.95046 18.5579 1.90932 18.0848 2.17574 17.7676L7.02053 12L2.17574 6.23241C1.90932 5.91525 1.95046 5.44216 2.26762 5.17574ZM19.0058 13.5C18.2869 13.5 17.8139 13.9094 17.6108 14.4924C17.4744 14.8835 17.0469 15.0901 16.6557 14.9538C16.2646 14.8175 16.058 14.3899 16.1943 13.9988C16.584 12.8805 17.5803 12 19.0058 12C20.6225 12 22 13.1694 22 14.9459C22 15.8285 21.5895 16.4953 21.0752 17.0056C20.5938 17.4833 19.972 17.8714 19.4366 18.2056L19.3972 18.2301C18.8168 18.5925 18.3326 18.8994 17.9823 19.2481C17.8971 19.333 17.8237 19.4165 17.7617 19.5H21.25C21.6642 19.5 22 19.8358 22 20.25C22 20.6642 21.6642 21 21.25 21H16.75C16.3358 21 16 20.6642 16 20.25C16 19.366 16.4094 18.6973 16.924 18.1851C17.4073 17.704 18.032 17.314 18.5692 16.9787L18.6028 16.9577C19.1837 16.5951 19.668 16.2888 20.0186 15.9409C20.348 15.614 20.5 15.308 20.5 14.9459C20.5 14.076 19.8745 13.5 19.0058 13.5Z\" fill=\"currentColor\"/>",
|
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-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.173",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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":
|
|
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";
|