@central-icons-react-native/square-filled-radius-0-stroke-2 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 c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},f=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!I.call(r,C)&&C!==e&&l(r,C,{get:()=>o[C],enumerable:!(p=d(o,C))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(H(r)):{},f(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>f(l({},"__esModule",{value:!0}),r);var g={};v(g,{IconTape2:()=>u,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...e})=>m.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),u=r=>n.default.createElement(s,{...r},n.default.createElement(t.Path,{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z",fill:"currentColor"})),P=u;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 } from \"react-native-svg\";\n\nexport const IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z\"\n fill=\"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,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gOACF,KAAK,eACP,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 l from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var f=n=>o.createElement(C,{...n},o.createElement(e,{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),o.createElement(e,{d:"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z",fill:"currentColor"}),o.createElement(e,{d:"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z",fill:"currentColor"})),I=f;export{f 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 } from \"react-native-svg\";\n\nexport const IconTape2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z\"\n fill=\"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,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTape2","props","React","CentralIconBase","IconTape2_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -20356,6 +20356,20 @@
|
|
|
20356
20356
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
20357
20357
|
"componentName": "IconTape"
|
|
20358
20358
|
},
|
|
20359
|
+
{
|
|
20360
|
+
"category": "Devices & Signals",
|
|
20361
|
+
"svg": "<path d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5C8.5 11.0523 8.05228 11.5 7.5 11.5C6.94772 11.5 6.5 11.0523 6.5 10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\" fill=\"currentColor\"/><path d=\"M13.6738 9.5C13.5631 9.81306 13.5 10.149 13.5 10.5C13.5 10.851 13.5631 11.1869 13.6738 11.5H10.3262C10.4369 11.1869 10.5 10.851 10.5 10.5C10.5 10.149 10.4369 9.81306 10.3262 9.5H13.6738Z\" fill=\"currentColor\"/><path d=\"M16.5 9.5C17.0523 9.5 17.5 9.94772 17.5 10.5C17.5 11.0523 17.0523 11.5 16.5 11.5C15.9477 11.5 15.5 11.0523 15.5 10.5C15.5 9.94772 15.9477 9.5 16.5 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 4V20H2V4H22ZM6.38184 18H17.6182L16.6182 16H7.38184L6.38184 18ZM7.5 7.5C5.84315 7.5 4.5 8.84315 4.5 10.5C4.5 12.1569 5.84315 13.5 7.5 13.5H16.5C18.1569 13.5 19.5 12.1569 19.5 10.5C19.5 8.84315 18.1569 7.5 16.5 7.5H7.5Z\" fill=\"currentColor\"/>",
|
|
20362
|
+
"iconName": "tape-2, cassette, record, music",
|
|
20363
|
+
"variant": {
|
|
20364
|
+
"join": "square",
|
|
20365
|
+
"filled": "on",
|
|
20366
|
+
"radius": "0",
|
|
20367
|
+
"stroke": "2"
|
|
20368
|
+
},
|
|
20369
|
+
"createdAt": "2025-12-12T09:01:58.254722+00:00",
|
|
20370
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
20371
|
+
"componentName": "IconTape2"
|
|
20372
|
+
},
|
|
20359
20373
|
{
|
|
20360
20374
|
"category": "Interface General",
|
|
20361
20375
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7ZM12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z\" 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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
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";
|