@central-icons-react-native/round-filled-radius-3-stroke-2 0.0.58 → 0.0.60
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/Icon3dBoxTop/index.d.ts +4 -0
- package/Icon3dBoxTop/index.js +2 -0
- package/Icon3dBoxTop/index.js.map +1 -0
- package/Icon3dBoxTop/index.mjs +2 -0
- package/Icon3dBoxTop/index.mjs.map +1 -0
- package/IconCursor/index.js +1 -1
- package/IconCursor/index.js.map +1 -1
- package/IconCursor/index.mjs +1 -1
- package/IconCursor/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/license-check.js +4 -0
- package/package.json +1 -1
- package/tsx-icons.json +9 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!L.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{Icon3dBoxTop:()=>i,default:()=>g});module.exports=d(v);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.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 p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z",fill:"currentColor"})),g=i;0&&(module.exports={Icon3dBoxTop});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dBoxTop_exports","__export","Icon3dBoxTop","Icon3dBoxTop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.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 n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z",fill:"currentColor"}),o.createElement(n,{d:"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z",fill:"currentColor"}),o.createElement(n,{d:"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z",fill:"currentColor"})),L=a;export{a as Icon3dBoxTop,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxTop/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 Icon3dBoxTop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
|
package/IconCursor/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},u=(o,r,e,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of v(r))!B.call(o,l)&&l!==e&&t(o,l,{get:()=>r[l],enumerable:!(d=s(r,l))||d.enumerable});return o};var f=(o,r,e)=>(e=o!=null?m(L(o)):{},u(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>u(t({},"__esModule",{value:!0}),o);var g={};I(g,{IconCursor:()=>c,default:()=>P});module.exports=x(g);var n=f(require("react"));var i=f(require("react")),C=require("react-native-svg"),a=({children:o,size:r=24,...e})=>i.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),c=o=>n.default.createElement(a,{...o},n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),n.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),P=c;0&&(module.exports={IconCursor});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconCursor/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport {
|
|
1
|
+
{"version":3,"sources":["../src/IconCursor/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 IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursor_exports","__export","IconCursor","IconCursor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
|
package/IconCursor/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import p from"react";import{Svg as
|
|
1
|
+
import r from"react";import p from"react";import{Svg as d}from"react-native-svg";var n=({children:e,size:o=24,...t})=>p.createElement(d,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as l}from"react-native-svg";var u=e=>r.createElement(n,{...e},r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z",fill:"currentColor"}),r.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z",fill:"currentColor"})),B=u;export{u as IconCursor,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconCursor/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCursor/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport {
|
|
1
|
+
{"version":3,"sources":["../src/IconCursor/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 IconCursor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursor;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursor","props","React","CentralIconBase","IconCursor_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"category": "Augmented Reality",
|
|
5
|
+
"svg": "<path d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\" fill=\"currentColor\"/><path d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\" fill=\"currentColor\"/><path d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\" fill=\"currentColor\"/>",
|
|
6
|
+
"iconName": "3d-box-top, shaders, model, cube, ar",
|
|
7
|
+
"variant": {
|
|
8
|
+
"join": "round",
|
|
9
|
+
"filled": "on",
|
|
10
|
+
"radius": "3",
|
|
11
|
+
"stroke": "2"
|
|
12
|
+
},
|
|
13
|
+
"createdAt": "2025-08-28T10:30:32.636072+00:00",
|
|
14
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
15
|
+
"componentName": "Icon3dBoxTop"
|
|
16
|
+
},
|
|
3
17
|
{
|
|
4
18
|
"category": "Augmented Reality",
|
|
5
19
|
"svg": "<path d=\"M9.99995 12C9.99995 9.02506 10.3299 6.36771 10.8434 4.48495C11.1021 3.53641 11.3923 2.84109 11.6726 2.40636C11.8732 2.09533 11.9998 2.01683 12.0326 2.00006C17.5295 2.01761 21.9823 6.47041 21.9999 11.9674C21.9831 12.0001 21.9046 12.1268 21.5936 12.3273C21.1589 12.6076 20.4635 12.8979 19.515 13.1566C17.6323 13.67 14.9749 14 11.9999 14C11.3316 14 10.6793 13.9834 10.0482 13.9517C10.0166 13.3206 9.99995 12.6683 9.99995 12Z\" fill=\"currentColor\"/><path d=\"M8.03867 13.7939C6.68364 13.6467 5.47677 13.4271 4.48489 13.1566C3.53635 12.8979 2.84103 12.6076 2.40629 12.3273C2.09527 12.1268 2.01677 12.0001 2 11.9674C2.0148 7.33262 5.18262 3.44015 9.47087 2.32258C9.26073 2.81339 9.07563 3.36556 8.91386 3.95872C8.34156 6.05718 7.99995 8.89983 7.99995 12C7.99995 12.6091 8.01314 13.2083 8.03867 13.7939Z\" fill=\"currentColor\"/><path d=\"M8.18077 15.8192C8.33654 17.4082 8.58775 18.8456 8.91386 20.0413C9.07563 20.6345 9.26073 21.1866 9.47087 21.6774C5.98036 20.7678 3.23219 18.0196 2.32252 14.5291C2.81333 14.7392 3.3655 14.9243 3.95866 15.0861C5.1544 15.4122 6.59179 15.6634 8.18077 15.8192Z\" fill=\"currentColor\"/><path d=\"M12.0326 22C16.6673 21.9852 20.5598 18.8173 21.6774 14.5291C21.1866 14.7392 20.6344 14.9243 20.0412 15.0861C17.9428 15.6584 15.1001 16 11.9999 16C11.3908 16 10.7916 15.9868 10.2061 15.9613C10.3533 17.3163 10.5729 18.5232 10.8434 19.5151C11.1021 20.4636 11.3923 21.1589 11.6726 21.5937C11.8732 21.9047 11.9998 21.9832 12.0326 22Z\" fill=\"currentColor\"/>",
|
|
@@ -7114,7 +7128,7 @@
|
|
|
7114
7128
|
},
|
|
7115
7129
|
{
|
|
7116
7130
|
"category": "Social Media & Brands",
|
|
7117
|
-
"svg": "<path
|
|
7131
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
|
|
7118
7132
|
"iconName": "cursor",
|
|
7119
7133
|
"variant": {
|
|
7120
7134
|
"join": "round",
|
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-3-stroke-2",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.60",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 1513,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -178,8 +178,9 @@
|
|
|
178
178
|
]
|
|
179
179
|
},
|
|
180
180
|
"Augmented Reality": {
|
|
181
|
-
"count":
|
|
181
|
+
"count": 16,
|
|
182
182
|
"icons": [
|
|
183
|
+
"Icon3dBoxTop",
|
|
183
184
|
"Icon3dSphere",
|
|
184
185
|
"IconAr",
|
|
185
186
|
"IconArCube1",
|
|
@@ -1702,6 +1703,7 @@
|
|
|
1702
1703
|
}
|
|
1703
1704
|
},
|
|
1704
1705
|
"iconAliases": {
|
|
1706
|
+
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1705
1707
|
"Icon3dSphere": "3d-sphere",
|
|
1706
1708
|
"Icon4k": "4k",
|
|
1707
1709
|
"IconAddKeyframe": "add-keyframe, rhombus",
|
package/license-check.js
CHANGED
|
@@ -16,6 +16,10 @@ const licenseCheck = async () => {
|
|
|
16
16
|
headers: {
|
|
17
17
|
Authorization: `Bearer ${licenseKey}`,
|
|
18
18
|
},
|
|
19
|
+
body: JSON.stringify({
|
|
20
|
+
package: "central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
21
|
+
version: "0.0.60",
|
|
22
|
+
}),
|
|
19
23
|
signal: controller.signal,
|
|
20
24
|
});
|
|
21
25
|
|
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"svg": "<Path d=\"M10.5 12.2885C10.8094 12.4671 11 12.7972 11 13.1545V20.8443C11 21.614 10.1667 22.0952 9.50007 21.7103L4.34012 18.7318C3.10236 18.0173 2.33984 16.6967 2.33984 15.2675V9.30921C2.33984 8.5394 3.17318 8.05828 3.83985 8.44318L10.5 12.2885Z\" fill=\"currentColor\"/><Path d=\"M21.6602 15.2675C21.6602 16.6967 20.8976 18.0173 19.6599 18.7318L14.4999 21.7103C13.8333 22.0952 13 21.614 13 20.8443V13.1545C13 12.7972 13.1906 12.4671 13.5 12.2885L20.1602 8.44318C20.8268 8.05828 21.6602 8.5394 21.6602 9.30921V15.2675Z\" fill=\"currentColor\"/><Path d=\"M19.1592 4.97877C19.8259 5.36364 19.8259 6.32588 19.1593 6.71081L12.5 10.556C12.1906 10.7347 11.8094 10.7347 11.5 10.556L4.83997 6.71083C4.17328 6.32591 4.17332 5.36361 4.84004 4.97874L10.0002 2.00009C11.2377 1.28574 12.7623 1.28578 13.9998 2.00019L19.1592 4.97877Z\" fill=\"currentColor\"/>",
|
|
5
|
+
"tags": "Path",
|
|
6
|
+
"componentName": "Icon3dBoxTop",
|
|
7
|
+
"iconName": "3d-box-top, shaders, model, cube, ar",
|
|
8
|
+
"pathname": "src/Icon3dBoxTop"
|
|
9
|
+
},
|
|
3
10
|
{
|
|
4
11
|
"svg": "<Path d=\"M9.99995 12C9.99995 9.02506 10.3299 6.36771 10.8434 4.48495C11.1021 3.53641 11.3923 2.84109 11.6726 2.40636C11.8732 2.09533 11.9998 2.01683 12.0326 2.00006C17.5295 2.01761 21.9823 6.47041 21.9999 11.9674C21.9831 12.0001 21.9046 12.1268 21.5936 12.3273C21.1589 12.6076 20.4635 12.8979 19.515 13.1566C17.6323 13.67 14.9749 14 11.9999 14C11.3316 14 10.6793 13.9834 10.0482 13.9517C10.0166 13.3206 9.99995 12.6683 9.99995 12Z\" fill=\"currentColor\"/><Path d=\"M8.03867 13.7939C6.68364 13.6467 5.47677 13.4271 4.48489 13.1566C3.53635 12.8979 2.84103 12.6076 2.40629 12.3273C2.09527 12.1268 2.01677 12.0001 2 11.9674C2.0148 7.33262 5.18262 3.44015 9.47087 2.32258C9.26073 2.81339 9.07563 3.36556 8.91386 3.95872C8.34156 6.05718 7.99995 8.89983 7.99995 12C7.99995 12.6091 8.01314 13.2083 8.03867 13.7939Z\" fill=\"currentColor\"/><Path d=\"M8.18077 15.8192C8.33654 17.4082 8.58775 18.8456 8.91386 20.0413C9.07563 20.6345 9.26073 21.1866 9.47087 21.6774C5.98036 20.7678 3.23219 18.0196 2.32252 14.5291C2.81333 14.7392 3.3655 14.9243 3.95866 15.0861C5.1544 15.4122 6.59179 15.6634 8.18077 15.8192Z\" fill=\"currentColor\"/><Path d=\"M12.0326 22C16.6673 21.9852 20.5598 18.8173 21.6774 14.5291C21.1866 14.7392 20.6344 14.9243 20.0412 15.0861C17.9428 15.6584 15.1001 16 11.9999 16C11.3908 16 10.7916 15.9868 10.2061 15.9613C10.3533 17.3163 10.5729 18.5232 10.8434 19.5151C11.1021 20.4636 11.3923 21.1589 11.6726 21.5937C11.8732 21.9047 11.9998 21.9832 12.0326 22Z\" fill=\"currentColor\"/>",
|
|
5
12
|
"tags": "Path",
|
|
@@ -3557,8 +3564,8 @@
|
|
|
3557
3564
|
"pathname": "src/IconCurrencyYen"
|
|
3558
3565
|
},
|
|
3559
3566
|
{
|
|
3560
|
-
"svg": "<Path
|
|
3561
|
-
"tags": "
|
|
3567
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 22.5L3.10938 17.25V6.75L11.9976 12V22.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9976 6.75H3.10938L11.9976 1.5L20.885 6.74907L11.9976 6.75Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.8869 17.25L11.9976 22.5L16.4432 14.625L20.885 6.74907L20.8869 17.25Z\" fill=\"currentColor\"/>",
|
|
3568
|
+
"tags": "Path",
|
|
3562
3569
|
"componentName": "IconCursor",
|
|
3563
3570
|
"iconName": "cursor",
|
|
3564
3571
|
"pathname": "src/IconCursor"
|