@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.20 → 1.1.21
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/IconCrossMedium/index.d.ts +4 -0
- package/IconCrossMedium/index.js +2 -0
- package/IconCrossMedium/index.js.map +1 -0
- package/IconCrossMedium/index.mjs +2 -0
- package/IconCrossMedium/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 B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconCrossMedium:()=>i,default:()=>v});module.exports=g(d);var p=m(require("react"));var s=m(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(l.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M17.2197 5.71967C17.5126 5.42678 17.9874 5.42678 18.2803 5.71967C18.5732 6.01256 18.5732 6.48732 18.2803 6.78022L13.0606 11.9999L18.2803 17.2197C18.5732 17.5126 18.5732 17.9873 18.2803 18.2802C17.9874 18.5731 17.5126 18.5731 17.2197 18.2802L12 13.0605L6.78028 18.2802C6.48738 18.5731 6.01262 18.5731 5.71973 18.2802C5.42684 17.9873 5.42684 17.5126 5.71973 17.2197L10.9395 11.9999L5.71973 6.78022C5.42684 6.48732 5.42684 6.01256 5.71973 5.71967C6.01262 5.42678 6.48738 5.42678 6.78028 5.71967L12 10.9394L17.2197 5.71967Z",fill:"currentColor"})),v=i;0&&(module.exports={IconCrossMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCrossMedium/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 IconCrossMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.2197 5.71967C17.5126 5.42678 17.9874 5.42678 18.2803 5.71967C18.5732 6.01256 18.5732 6.48732 18.2803 6.78022L13.0606 11.9999L18.2803 17.2197C18.5732 17.5126 18.5732 17.9873 18.2803 18.2802C17.9874 18.5731 17.5126 18.5731 17.2197 18.2802L12 13.0605L6.78028 18.2802C6.48738 18.5731 6.01262 18.5731 5.71973 18.2802C5.42684 17.9873 5.42684 17.5126 5.71973 17.2197L10.9395 11.9999L5.71973 6.78022C5.42684 6.48732 5.42684 6.01256 5.71973 5.71967C6.01262 5.42678 6.48738 5.42678 6.78028 5.71967L12 10.9394L17.2197 5.71967Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCrossMedium;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0gBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCrossMedium_exports","__export","IconCrossMedium","IconCrossMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCrossMedium","props","React","CentralIconBase","IconCrossMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M17.2197 5.71967C17.5126 5.42678 17.9874 5.42678 18.2803 5.71967C18.5732 6.01256 18.5732 6.48732 18.2803 6.78022L13.0606 11.9999L18.2803 17.2197C18.5732 17.5126 18.5732 17.9873 18.2803 18.2802C17.9874 18.5731 17.5126 18.5731 17.2197 18.2802L12 13.0605L6.78028 18.2802C6.48738 18.5731 6.01262 18.5731 5.71973 18.2802C5.42684 17.9873 5.42684 17.5126 5.71973 17.2197L10.9395 11.9999L5.71973 6.78022C5.42684 6.48732 5.42684 6.01256 5.71973 5.71967C6.01262 5.42678 6.48738 5.42678 6.78028 5.71967L12 10.9394L17.2197 5.71967Z",fill:"currentColor"})),x=m;export{m as IconCrossMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCrossMedium/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 IconCrossMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.2197 5.71967C17.5126 5.42678 17.9874 5.42678 18.2803 5.71967C18.5732 6.01256 18.5732 6.48732 18.2803 6.78022L13.0606 11.9999L18.2803 17.2197C18.5732 17.5126 18.5732 17.9873 18.2803 18.2802C17.9874 18.5731 17.5126 18.5731 17.2197 18.2802L12 13.0605L6.78028 18.2802C6.48738 18.5731 6.01262 18.5731 5.71973 18.2802C5.42684 17.9873 5.42684 17.5126 5.71973 17.2197L10.9395 11.9999L5.71973 6.78022C5.42684 6.48732 5.42684 6.01256 5.71973 5.71967C6.01262 5.42678 6.48738 5.42678 6.78028 5.71967L12 10.9394L17.2197 5.71967Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCrossMedium;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0gBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCrossMedium","props","React","CentralIconBase","IconCrossMedium_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -7042,6 +7042,20 @@
|
|
|
7042
7042
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
7043
7043
|
"componentName": "IconCrossLarge"
|
|
7044
7044
|
},
|
|
7045
|
+
{
|
|
7046
|
+
"category": "Interface General",
|
|
7047
|
+
"svg": "<path d=\"M17.2197 5.71967C17.5126 5.42678 17.9874 5.42678 18.2803 5.71967C18.5732 6.01256 18.5732 6.48732 18.2803 6.78022L13.0606 11.9999L18.2803 17.2197C18.5732 17.5126 18.5732 17.9873 18.2803 18.2802C17.9874 18.5731 17.5126 18.5731 17.2197 18.2802L12 13.0605L6.78028 18.2802C6.48738 18.5731 6.01262 18.5731 5.71973 18.2802C5.42684 17.9873 5.42684 17.5126 5.71973 17.2197L10.9395 11.9999L5.71973 6.78022C5.42684 6.48732 5.42684 6.01256 5.71973 5.71967C6.01262 5.42678 6.48738 5.42678 6.78028 5.71967L12 10.9394L17.2197 5.71967Z\" fill=\"currentColor\"/>",
|
|
7048
|
+
"iconName": "cross-medium, crossed medium, close",
|
|
7049
|
+
"variant": {
|
|
7050
|
+
"join": "round",
|
|
7051
|
+
"filled": "on",
|
|
7052
|
+
"radius": "1",
|
|
7053
|
+
"stroke": "1.5"
|
|
7054
|
+
},
|
|
7055
|
+
"createdAt": "2025-10-27T09:30:57.840262+00:00",
|
|
7056
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
7057
|
+
"componentName": "IconCrossMedium"
|
|
7058
|
+
},
|
|
7045
7059
|
{
|
|
7046
7060
|
"category": "Interface General",
|
|
7047
7061
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.11612 7.11612C7.60427 6.62796 8.39573 6.62796 8.88388 7.11612L12 10.2322L15.1161 7.11612C15.6043 6.62796 16.3957 6.62796 16.8839 7.11612C17.372 7.60427 17.372 8.39573 16.8839 8.88388L13.7678 12L16.8839 15.1161C17.372 15.6043 17.372 16.3957 16.8839 16.8839C16.3957 17.372 15.6043 17.372 15.1161 16.8839L12 13.7678L8.88388 16.8839C8.39573 17.372 7.60427 17.372 7.11612 16.8839C6.62796 16.3957 6.62796 15.6043 7.11612 15.1161L10.2322 12L7.11612 8.88388C6.62796 8.39573 6.62796 7.60427 7.11612 7.11612Z\" 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.21",
|
|
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": 1556,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
]
|
|
752
752
|
},
|
|
753
753
|
"Interface General": {
|
|
754
|
-
"count":
|
|
754
|
+
"count": 161,
|
|
755
755
|
"icons": [
|
|
756
756
|
"IconAnchor1",
|
|
757
757
|
"IconAnchor2",
|
|
@@ -815,6 +815,7 @@
|
|
|
815
815
|
"IconCompassRound",
|
|
816
816
|
"IconCompassSquare",
|
|
817
817
|
"IconCrossLarge",
|
|
818
|
+
"IconCrossMedium",
|
|
818
819
|
"IconCrossSmall",
|
|
819
820
|
"IconDeepSearch",
|
|
820
821
|
"IconDotGrid1x3Horizontal",
|
|
@@ -2248,6 +2249,7 @@
|
|
|
2248
2249
|
"IconCreditCardAdd": "credit-card-add, card, payment",
|
|
2249
2250
|
"IconCrop": "crop",
|
|
2250
2251
|
"IconCrossLarge": "cross-large, crossed large, close",
|
|
2252
|
+
"IconCrossMedium": "cross-medium, crossed medium, close",
|
|
2251
2253
|
"IconCrossSmall": "cross-small, crossed small, delete, remove",
|
|
2252
2254
|
"IconCrown": "crown, vip",
|
|
2253
2255
|
"IconCrypto": "crypto",
|
package/index.d.ts
CHANGED
|
@@ -501,6 +501,7 @@ export { IconCreditCard2, default as IconCreditCard2Default, } from "./IconCredi
|
|
|
501
501
|
export { IconCreditCardAdd, default as IconCreditCardAddDefault, } from "./IconCreditCardAdd";
|
|
502
502
|
export { IconCrop, default as IconCropDefault } from "./IconCrop";
|
|
503
503
|
export { IconCrossLarge, default as IconCrossLargeDefault, } from "./IconCrossLarge";
|
|
504
|
+
export { IconCrossMedium, default as IconCrossMediumDefault, } from "./IconCrossMedium";
|
|
504
505
|
export { IconCrossSmall, default as IconCrossSmallDefault, } from "./IconCrossSmall";
|
|
505
506
|
export { IconCrown, default as IconCrownDefault } from "./IconCrown";
|
|
506
507
|
export { IconCrypto, default as IconCryptoDefault } from "./IconCrypto";
|