@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.64 → 1.1.65
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/IconTape2/index.d.ts +4 -0
- package/IconTape2/index.js +2 -0
- package/IconTape2/index.js.map +1 -0
- package/IconTape2/index.mjs +2 -0
- package/IconTape2/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 h=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!B.call(r,p)&&p!==t&&C(r,p,{get:()=>o[p],enumerable:!(s=i(o,p))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(g(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(C({},"__esModule",{value:!0}),r);var y={};I(y,{IconTape2:()=>x,default:()=>P});module.exports=d(y);var e=m(require("react"));var a=m(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.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 n=require("react-native-svg"),x=r=>e.default.createElement(u,{...r},e.default.createElement(n.Path,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M8 15.5H16L17.5 19.5H6.5L8 15.5Z",stroke:"currentColor"}),e.default.createElement(n.Rect,{x:"6.00195",y:"7.75146",width:"4.49707",height:"4.49707",rx:"2.24854",stroke:"currentColor"}),e.default.createElement(n.Rect,{x:"13.502",y:"7.75098",width:"4.49756",height:"4.49756",rx:"2.24878",stroke:"currentColor"})),P=x;0&&(module.exports={IconTape2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTape2/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 IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M8 15.5H16L17.5 19.5H6.5L8 15.5Z\" stroke=\"currentColor\" />\n <Rect\n x=\"6.00195\"\n y=\"7.75146\"\n width=\"4.49707\"\n height=\"4.49707\"\n rx=\"2.24854\"\n stroke=\"currentColor\"\n />\n <Rect\n x=\"13.502\"\n y=\"7.75098\"\n width=\"4.49756\"\n height=\"4.49756\"\n rx=\"2.24878\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5D,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,mCAAmC,OAAO,eAAe,EACjE,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,SACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconTape2_exports","__export","IconTape2","IconTape2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTape2","props","React","CentralIconBase","IconTape2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>s.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e,Rect as p}from"react-native-svg";var m=t=>o.createElement(n,{...t},o.createElement(e,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),o.createElement(e,{d:"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z",stroke:"currentColor"}),o.createElement(e,{d:"M8 15.5H16L17.5 19.5H6.5L8 15.5Z",stroke:"currentColor"}),o.createElement(p,{x:"6.00195",y:"7.75146",width:"4.49707",height:"4.49707",rx:"2.24854",stroke:"currentColor"}),o.createElement(p,{x:"13.502",y:"7.75098",width:"4.49756",height:"4.49756",rx:"2.24878",stroke:"currentColor"})),I=m;export{m as IconTape2,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTape2/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 IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M8 15.5H16L17.5 19.5H6.5L8 15.5Z\" stroke=\"currentColor\" />\n <Rect\n x=\"6.00195\"\n y=\"7.75146\"\n width=\"4.49707\"\n height=\"4.49707\"\n rx=\"2.24854\"\n stroke=\"currentColor\"\n />\n <Rect\n x=\"13.502\"\n y=\"7.75098\"\n width=\"4.49756\"\n height=\"4.49756\"\n rx=\"2.24878\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTape2;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAK,EAAE,8BAA8B,OAAO,eAAe,EAC5DI,EAAA,cAACJ,EAAA,CACC,EAAE,gKACF,OAAO,eACT,EACAI,EAAA,cAACJ,EAAA,CAAK,EAAE,mCAAmC,OAAO,eAAe,EACjEI,EAAA,cAACH,EAAA,CACC,EAAE,UACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,SACF,EAAE,UACF,MAAM,UACN,OAAO,UACP,GAAG,UACH,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconTape2","props","React","CentralIconBase","IconTape2_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -20356,6 +20356,20 @@
|
|
|
20356
20356
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
20357
20357
|
"componentName": "IconTape"
|
|
20358
20358
|
},
|
|
20359
|
+
{
|
|
20360
|
+
"category": "Devices & Signals",
|
|
20361
|
+
"svg": "<path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><path d=\"M6 10C6 8.61929 7.11929 7.5 8.5 7.5H15.5007C16.8814 7.5 18.0007 8.61929 18.0007 10C18.0007 11.3807 16.8814 12.5 15.5007 12.5H8.5C7.11929 12.5 6 11.3807 6 10Z\" stroke=\"currentColor\"/><path d=\"M8 15.5H16L17.5 19.5H6.5L8 15.5Z\" stroke=\"currentColor\"/><rect x=\"6.00195\" y=\"7.75146\" width=\"4.49707\" height=\"4.49707\" rx=\"2.24854\" stroke=\"currentColor\"/><rect x=\"13.502\" y=\"7.75098\" width=\"4.49756\" height=\"4.49756\" rx=\"2.24878\" stroke=\"currentColor\"/>",
|
|
20362
|
+
"iconName": "tape-2, cassette, record, music",
|
|
20363
|
+
"variant": {
|
|
20364
|
+
"join": "square",
|
|
20365
|
+
"filled": "off",
|
|
20366
|
+
"radius": "0",
|
|
20367
|
+
"stroke": "1"
|
|
20368
|
+
},
|
|
20369
|
+
"createdAt": "2025-12-12T09:01:58.254722+00:00",
|
|
20370
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
20371
|
+
"componentName": "IconTape2"
|
|
20372
|
+
},
|
|
20359
20373
|
{
|
|
20360
20374
|
"category": "Interface General",
|
|
20361
20375
|
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\"/><path d=\"M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z\" stroke=\"currentColor\"/><path d=\"M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z\" stroke=\"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/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 1636,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
]
|
|
409
409
|
},
|
|
410
410
|
"Devices & Signals": {
|
|
411
|
-
"count":
|
|
411
|
+
"count": 67,
|
|
412
412
|
"icons": [
|
|
413
413
|
"IconAirdrop",
|
|
414
414
|
"IconAirplay",
|
|
@@ -467,6 +467,7 @@
|
|
|
467
467
|
"IconStudioDisplay",
|
|
468
468
|
"IconTablet",
|
|
469
469
|
"IconTape",
|
|
470
|
+
"IconTape2",
|
|
470
471
|
"IconTelevision",
|
|
471
472
|
"IconTelevisionOld",
|
|
472
473
|
"IconUsb",
|
|
@@ -3279,6 +3280,7 @@
|
|
|
3279
3280
|
"IconTag": "tag, sale",
|
|
3280
3281
|
"IconTapas": "tapas, canabes",
|
|
3281
3282
|
"IconTape": "tape",
|
|
3283
|
+
"IconTape2": "tape-2, cassette, record, music",
|
|
3282
3284
|
"IconTarget": "target, focus, do-not-disdurb",
|
|
3283
3285
|
"IconTarget1": "target-1, zoom, crosshair",
|
|
3284
3286
|
"IconTarget2": "target-2, zoom, crosshair",
|
package/index.d.ts
CHANGED
|
@@ -1452,6 +1452,7 @@ export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
|
|
|
1452
1452
|
export { IconTag, default as IconTagDefault } from "./IconTag";
|
|
1453
1453
|
export { IconTapas, default as IconTapasDefault } from "./IconTapas";
|
|
1454
1454
|
export { IconTape, default as IconTapeDefault } from "./IconTape";
|
|
1455
|
+
export { IconTape2, default as IconTape2Default } from "./IconTape2";
|
|
1455
1456
|
export { IconTarget, default as IconTargetDefault } from "./IconTarget";
|
|
1456
1457
|
export { IconTarget1, default as IconTarget1Default } from "./IconTarget1";
|
|
1457
1458
|
export { IconTarget2, default as IconTarget2Default } from "./IconTarget2";
|