@central-icons-react-native/round-filled-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 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 C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!I.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=d(o,n))||p.enumerable});return r};var a=(r,o,C)=>(C=r!=null?c(H(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>f(l({},"__esModule",{value:!0}),r);var g={};v(g,{IconTape2:()=>u,default:()=>P});module.exports=x(g);var e=a(require("react"));var m=a(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(i.Svg,{...C,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=>e.default.createElement(s,{...r},e.default.createElement(t.Path,{d:"M13.8691 8C13.3363 8.5014 13.001 9.21067 13.001 10C13.001 10.7893 13.3363 11.4986 13.8691 12H10.1309C10.6635 11.4989 10.9987 10.7899 10.999 10.001C10.999 9.2116 10.6638 8.50143 10.1309 8H13.8691Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M8.25098 8.25195C9.21622 8.25248 9.99902 9.03561 9.99902 10.001C9.9985 10.9659 9.21589 11.7485 8.25098 11.749C7.28561 11.749 6.50248 10.9662 6.50195 10.001C6.50195 9.03529 7.28529 8.25195 8.25098 8.25195Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15.75 8.25098C16.7157 8.25111 17.499 9.03426 17.499 10C17.4989 10.9656 16.7156 11.7489 15.75 11.749C14.7844 11.7489 14.0011 10.9656 14.001 10C14.001 9.03426 14.7843 8.25111 15.75 8.25098Z",fill:"currentColor"}),e.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L5.88184 19H18.1182L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.5 7C6.84315 7 5.5 8.34315 5.5 10C5.5 11.6569 6.84315 13 8.5 13H15.501C17.1575 12.9996 18.501 11.6566 18.501 10C18.501 8.39514 17.2401 7.08458 15.6553 7.00391L15.501 7H8.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=\"M13.8691 8C13.3363 8.5014 13.001 9.21067 13.001 10C13.001 10.7893 13.3363 11.4986 13.8691 12H10.1309C10.6635 11.4989 10.9987 10.7899 10.999 10.001C10.999 9.2116 10.6638 8.50143 10.1309 8H13.8691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25098 8.25195C9.21622 8.25248 9.99902 9.03561 9.99902 10.001C9.9985 10.9659 9.21589 11.7485 8.25098 11.749C7.28561 11.749 6.50248 10.9662 6.50195 10.001C6.50195 9.03529 7.28529 8.25195 8.25098 8.25195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.75 8.25098C16.7157 8.25111 17.499 9.03426 17.499 10C17.4989 10.9656 16.7156 11.7489 15.75 11.749C14.7844 11.7489 14.0011 10.9656 14.001 10C14.001 9.03426 14.7843 8.25111 15.75 8.25098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L5.88184 19H18.1182L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.5 7C6.84315 7 5.5 8.34315 5.5 10C5.5 11.6569 6.84315 13 8.5 13H15.501C17.1575 12.9996 18.501 11.6566 18.501 10C18.501 8.39514 17.2401 7.08458 15.6553 7.00391L15.501 7H8.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,sMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,udACF,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 n=({children:e,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"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M13.8691 8C13.3363 8.5014 13.001 9.21067 13.001 10C13.001 10.7893 13.3363 11.4986 13.8691 12H10.1309C10.6635 11.4989 10.9987 10.7899 10.999 10.001C10.999 9.2116 10.6638 8.50143 10.1309 8H13.8691Z",fill:"currentColor"}),o.createElement(C,{d:"M8.25098 8.25195C9.21622 8.25248 9.99902 9.03561 9.99902 10.001C9.9985 10.9659 9.21589 11.7485 8.25098 11.749C7.28561 11.749 6.50248 10.9662 6.50195 10.001C6.50195 9.03529 7.28529 8.25195 8.25098 8.25195Z",fill:"currentColor"}),o.createElement(C,{d:"M15.75 8.25098C16.7157 8.25111 17.499 9.03426 17.499 10C17.4989 10.9656 16.7156 11.7489 15.75 11.749C14.7844 11.7489 14.0011 10.9656 14.001 10C14.001 9.03426 14.7843 8.25111 15.75 8.25098Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L5.88184 19H18.1182L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.5 7C6.84315 7 5.5 8.34315 5.5 10C5.5 11.6569 6.84315 13 8.5 13H15.501C17.1575 12.9996 18.501 11.6566 18.501 10C18.501 8.39514 17.2401 7.08458 15.6553 7.00391L15.501 7H8.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=\"M13.8691 8C13.3363 8.5014 13.001 9.21067 13.001 10C13.001 10.7893 13.3363 11.4986 13.8691 12H10.1309C10.6635 11.4989 10.9987 10.7899 10.999 10.001C10.999 9.2116 10.6638 8.50143 10.1309 8H13.8691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25098 8.25195C9.21622 8.25248 9.99902 9.03561 9.99902 10.001C9.9985 10.9659 9.21589 11.7485 8.25098 11.749C7.28561 11.749 6.50248 10.9662 6.50195 10.001C6.50195 9.03529 7.28529 8.25195 8.25098 8.25195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.75 8.25098C16.7157 8.25111 17.499 9.03426 17.499 10C17.4989 10.9656 16.7156 11.7489 15.75 11.749C14.7844 11.7489 14.0011 10.9656 14.001 10C14.001 9.03426 14.7843 8.25111 15.75 8.25098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L5.88184 19H18.1182L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.5 7C6.84315 7 5.5 8.34315 5.5 10C5.5 11.6569 6.84315 13 8.5 13H15.501C17.1575 12.9996 18.501 11.6566 18.501 10C18.501 8.39514 17.2401 7.08458 15.6553 7.00391L15.501 7H8.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,sMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,udACF,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": "round-filled-radius-0-stroke-1",
|
|
20357
20357
|
"componentName": "IconTape"
|
|
20358
20358
|
},
|
|
20359
|
+
{
|
|
20360
|
+
"category": "Devices & Signals",
|
|
20361
|
+
"svg": "<path d=\"M13.8691 8C13.3363 8.5014 13.001 9.21067 13.001 10C13.001 10.7893 13.3363 11.4986 13.8691 12H10.1309C10.6635 11.4989 10.9987 10.7899 10.999 10.001C10.999 9.2116 10.6638 8.50143 10.1309 8H13.8691Z\" fill=\"currentColor\"/><path d=\"M8.25098 8.25195C9.21622 8.25248 9.99902 9.03561 9.99902 10.001C9.9985 10.9659 9.21589 11.7485 8.25098 11.749C7.28561 11.749 6.50248 10.9662 6.50195 10.001C6.50195 9.03529 7.28529 8.25195 8.25098 8.25195Z\" fill=\"currentColor\"/><path d=\"M15.75 8.25098C16.7157 8.25111 17.499 9.03426 17.499 10C17.4989 10.9656 16.7156 11.7489 15.75 11.749C14.7844 11.7489 14.0011 10.9656 14.001 10C14.001 9.03426 14.7843 8.25111 15.75 8.25098Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5 4C21.7761 4 22 4.22386 22 4.5V19.5C22 19.7761 21.7761 20 21.5 20H2.5C2.22386 20 2 19.7761 2 19.5V4.5C2 4.22386 2.22386 4 2.5 4H21.5ZM8 16C7.66854 16 7.36169 16.1637 7.17676 16.4316L7.10547 16.5527L5.88184 19H18.1182L16.8945 16.5527C16.7464 16.2564 16.4628 16.0555 16.1406 16.0098L16 16H8ZM8.5 7C6.84315 7 5.5 8.34315 5.5 10C5.5 11.6569 6.84315 13 8.5 13H15.501C17.1575 12.9996 18.501 11.6566 18.501 10C18.501 8.39514 17.2401 7.08458 15.6553 7.00391L15.501 7H8.5Z\" fill=\"currentColor\"/>",
|
|
20362
|
+
"iconName": "tape-2, cassette, record, music",
|
|
20363
|
+
"variant": {
|
|
20364
|
+
"join": "round",
|
|
20365
|
+
"filled": "on",
|
|
20366
|
+
"radius": "0",
|
|
20367
|
+
"stroke": "1"
|
|
20368
|
+
},
|
|
20369
|
+
"createdAt": "2025-12-12T09:01:58.254722+00:00",
|
|
20370
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
20371
|
+
"componentName": "IconTape2"
|
|
20372
|
+
},
|
|
20359
20373
|
{
|
|
20360
20374
|
"category": "Interface General",
|
|
20361
20375
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5ZM12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z\" 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.5 12C5.5 8.41015 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.41015 18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.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/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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";
|