@central-icons-react-native/round-filled-radius-2-stroke-1.5 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:"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z",fill:"currentColor"}),e.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.25 4C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75C2 5.23122 3.23122 4 4.75 4H19.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.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=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.25 4C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75C2 5.23122 3.23122 4 4.75 4H19.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.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,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yiBACF,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:"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z",fill:"currentColor"}),o.createElement(C,{d:"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z",fill:"currentColor"}),o.createElement(C,{d:"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z",fill:"currentColor"}),o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.25 4C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75C2 5.23122 3.23122 4 4.75 4H19.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.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=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.25 4C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75C2 5.23122 3.23122 4 4.75 4H19.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.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,yMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yiBACF,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-2-stroke-1.5",
|
|
20357
20357
|
"componentName": "IconTape"
|
|
20358
20358
|
},
|
|
20359
|
+
{
|
|
20360
|
+
"category": "Devices & Signals",
|
|
20361
|
+
"svg": "<path d=\"M12.9062 9C12.6503 9.44158 12.501 9.95294 12.501 10.5C12.501 11.047 12.6503 11.5584 12.9062 12H11.0938C11.3495 11.5587 11.4988 11.0477 11.499 10.501C11.499 9.95382 11.3497 9.44166 11.0938 9H12.9062Z\" fill=\"currentColor\"/><path d=\"M8.50098 9.00195C9.32815 9.00248 9.99902 9.67368 9.99902 10.501C9.9985 11.3278 9.32782 11.9985 8.50098 11.999C7.67368 11.999 7.00248 11.3281 7.00195 10.501C7.00195 9.67336 7.67336 9.00195 8.50098 9.00195Z\" fill=\"currentColor\"/><path d=\"M15.5 9.00098C16.3276 9.00111 16.999 9.67233 16.999 10.5C16.9989 11.3276 16.3276 11.9989 15.5 11.999C14.6724 11.9989 14.0011 11.3276 14.001 10.5C14.001 9.67233 14.6724 9.00111 15.5 9.00098Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.25 4C20.7688 4 22 5.23122 22 6.75V17.25C22 18.7688 20.7688 20 19.25 20H4.75C3.23122 20 2 18.7688 2 17.25V6.75C2 5.23122 3.23122 4 4.75 4H19.25ZM8.61816 16C7.86064 16 7.1679 16.4279 6.8291 17.1055L6.3291 18.1055C6.26418 18.2353 6.21533 18.3674 6.18066 18.5H17.8193C17.7847 18.3674 17.7358 18.2353 17.6709 18.1055L17.1709 17.1055C16.8321 16.4279 16.1394 16 15.3818 16H8.61816ZM8.5 7.5C6.84315 7.5 5.5 8.84315 5.5 10.5C5.5 12.1569 6.84315 13.5 8.5 13.5H15.501C17.1576 13.4997 18.501 12.1567 18.501 10.5C18.501 8.84335 17.1575 7.50033 15.501 7.5H8.5Z\" fill=\"currentColor\"/>",
|
|
20362
|
+
"iconName": "tape-2, cassette, record, music",
|
|
20363
|
+
"variant": {
|
|
20364
|
+
"join": "round",
|
|
20365
|
+
"filled": "on",
|
|
20366
|
+
"radius": "2",
|
|
20367
|
+
"stroke": "1.5"
|
|
20368
|
+
},
|
|
20369
|
+
"createdAt": "2025-12-12T09:01:58.254722+00:00",
|
|
20370
|
+
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
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 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/round-filled-radius-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 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";
|