@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.37 → 1.1.38
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/IconArrowCornerUpLeft/index.js +1 -1
- package/IconArrowCornerUpLeft/index.js.map +1 -1
- package/IconArrowCornerUpLeft/index.mjs +1 -1
- package/IconArrowCornerUpLeft/index.mjs.map +1 -1
- package/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/index.mjs.map +1 -0
- 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/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 +8 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconArrowCornerUpLeft:()=>i,default:()=>P});module.exports=L(g);var p=m(require("react"));var C=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>C.default.createElement(f.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 c=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconArrowCornerUpLeft:()=>i,default:()=>P});module.exports=L(g);var p=m(require("react"));var C=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>C.default.createElement(f.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 c=require("react-native-svg"),i=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2071 20.2071V9.70711H4.91422L8.91421 13.7071L8.20711 14.4142L3 9.20711L8.20711 4L8.91421 4.70711L4.91422 8.70711H21.2071V20.2071H20.2071Z",fill:"currentColor"})),P=i;0&&(module.exports={IconArrowCornerUpLeft});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.2071 20.2071V9.70711H4.91422L8.91421 13.7071L8.20711 14.4142L3 9.20711L8.20711 4L8.91421 4.70711L4.91422 8.70711H21.2071V20.2071H20.2071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowCornerUpLeft;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowCornerUpLeft_exports","__export","IconArrowCornerUpLeft","IconArrowCornerUpLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowCornerUpLeft","props","React","CentralIconBase","IconArrowCornerUpLeft_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...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=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...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=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.2071 20.2071V9.70711H4.91422L8.91421 13.7071L8.20711 14.4142L3 9.20711L8.20711 4L8.91421 4.70711L4.91422 8.70711H21.2071V20.2071H20.2071Z",fill:"currentColor"})),v=m;export{m as IconArrowCornerUpLeft,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowCornerUpLeft/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 IconArrowCornerUpLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.2071 20.2071V9.70711H4.91422L8.91421 13.7071L8.20711 14.4142L3 9.20711L8.20711 4L8.91421 4.70711L4.91422 8.70711H21.2071V20.2071H20.2071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowCornerUpLeft;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowCornerUpLeft","props","React","CentralIconBase","IconArrowCornerUpLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!a.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(L=c(o,e))||L.enumerable});return r};var f=(r,o,n)=>(n=r!=null?d(Z(r)):{},p(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>p(C({},"__esModule",{value:!0}),r);var P={};B(P,{IconAura:()=>s,default:()=>x});module.exports=I(P);var l=f(require("react"));var u=f(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...n})=>u.default.createElement(i.Svg,{...n,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"),s=r=>l.default.createElement(m,{...r},l.default.createElement(t.Path,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.62207 14.1836L4.02344 15.6836L3.52344 14.8174L6.12207 13.3174L6.62207 14.1836Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M20.4785 14.8174L19.9785 15.6836L17.3799 14.1836L17.8799 13.3174L20.4785 14.8174Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M5.68652 8.87891L5.5127 9.86328L2.55859 9.34277L2.73242 8.3584L5.68652 8.87891Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.4434 9.34277L18.4893 9.86328L18.3154 8.87891L21.2695 8.3584L21.4434 9.34277Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M8.20605 5.19922L7.44043 5.8418L5.51172 3.54395L6.27734 2.90137L8.20605 5.19922Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.4902 3.54395L16.5625 5.8418L16.1797 5.52051L15.7959 5.19922L17.7246 2.90137L18.4902 3.54395Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.501 4H11.501V1H12.501V4Z",fill:"currentColor"})),x=s;0&&(module.exports={IconAura});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62207 14.1836L4.02344 15.6836L3.52344 14.8174L6.12207 13.3174L6.62207 14.1836Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4785 14.8174L19.9785 15.6836L17.3799 14.1836L17.8799 13.3174L20.4785 14.8174Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.68652 8.87891L5.5127 9.86328L2.55859 9.34277L2.73242 8.3584L5.68652 8.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4434 9.34277L18.4893 9.86328L18.3154 8.87891L21.2695 8.3584L21.4434 9.34277Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.20605 5.19922L7.44043 5.8418L5.51172 3.54395L6.27734 2.90137L8.20605 5.19922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4902 3.54395L16.5625 5.8418L16.1797 5.52051L15.7959 5.19922L17.7246 2.90137L18.4902 3.54395Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.501 4H11.501V1H12.501V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconAura_exports","__export","IconAura","IconAura_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as L}from"react-native-svg";var t=({children:n,size:l=24,...e})=>C.createElement(L,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(o,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),r.createElement(o,{d:"M6.62207 14.1836L4.02344 15.6836L3.52344 14.8174L6.12207 13.3174L6.62207 14.1836Z",fill:"currentColor"}),r.createElement(o,{d:"M20.4785 14.8174L19.9785 15.6836L17.3799 14.1836L17.8799 13.3174L20.4785 14.8174Z",fill:"currentColor"}),r.createElement(o,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),r.createElement(o,{d:"M5.68652 8.87891L5.5127 9.86328L2.55859 9.34277L2.73242 8.3584L5.68652 8.87891Z",fill:"currentColor"}),r.createElement(o,{d:"M21.4434 9.34277L18.4893 9.86328L18.3154 8.87891L21.2695 8.3584L21.4434 9.34277Z",fill:"currentColor"}),r.createElement(o,{d:"M8.20605 5.19922L7.44043 5.8418L5.51172 3.54395L6.27734 2.90137L8.20605 5.19922Z",fill:"currentColor"}),r.createElement(o,{d:"M18.4902 3.54395L16.5625 5.8418L16.1797 5.52051L15.7959 5.19922L17.7246 2.90137L18.4902 3.54395Z",fill:"currentColor"}),r.createElement(o,{d:"M12.501 4H11.501V1H12.501V4Z",fill:"currentColor"})),a=p;export{p as IconAura,a as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.62207 14.1836L4.02344 15.6836L3.52344 14.8174L6.12207 13.3174L6.62207 14.1836Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.4785 14.8174L19.9785 15.6836L17.3799 14.1836L17.8799 13.3174L20.4785 14.8174Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.68652 8.87891L5.5127 9.86328L2.55859 9.34277L2.73242 8.3584L5.68652 8.87891Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4434 9.34277L18.4893 9.86328L18.3154 8.87891L21.2695 8.3584L21.4434 9.34277Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.20605 5.19922L7.44043 5.8418L5.51172 3.54395L6.27734 2.90137L8.20605 5.19922Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.4902 3.54395L16.5625 5.8418L16.1797 5.52051L15.7959 5.19922L17.7246 2.90137L18.4902 3.54395Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.501 4H11.501V1H12.501V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
},
|
|
1081
1081
|
{
|
|
1082
1082
|
"category": "Arrows",
|
|
1083
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.
|
|
1083
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.2071 20.2071V9.70711H4.91422L8.91421 13.7071L8.20711 14.4142L3 9.20711L8.20711 4L8.91421 4.70711L4.91422 8.70711H21.2071V20.2071H20.2071Z\" fill=\"currentColor\"/>",
|
|
1084
1084
|
"iconName": "arrow-corner-up-left",
|
|
1085
1085
|
"variant": {
|
|
1086
1086
|
"join": "square",
|
|
@@ -2114,6 +2114,20 @@
|
|
|
2114
2114
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
2115
2115
|
"componentName": "IconAudio"
|
|
2116
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"category": "People",
|
|
2119
|
+
"svg": "<path d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\" fill=\"currentColor\"/><path d=\"M6.62207 14.1836L4.02344 15.6836L3.52344 14.8174L6.12207 13.3174L6.62207 14.1836Z\" fill=\"currentColor\"/><path d=\"M20.4785 14.8174L19.9785 15.6836L17.3799 14.1836L17.8799 13.3174L20.4785 14.8174Z\" fill=\"currentColor\"/><path d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\" fill=\"currentColor\"/><path d=\"M5.68652 8.87891L5.5127 9.86328L2.55859 9.34277L2.73242 8.3584L5.68652 8.87891Z\" fill=\"currentColor\"/><path d=\"M21.4434 9.34277L18.4893 9.86328L18.3154 8.87891L21.2695 8.3584L21.4434 9.34277Z\" fill=\"currentColor\"/><path d=\"M8.20605 5.19922L7.44043 5.8418L5.51172 3.54395L6.27734 2.90137L8.20605 5.19922Z\" fill=\"currentColor\"/><path d=\"M18.4902 3.54395L16.5625 5.8418L16.1797 5.52051L15.7959 5.19922L17.7246 2.90137L18.4902 3.54395Z\" fill=\"currentColor\"/><path d=\"M12.501 4H11.501V1H12.501V4Z\" fill=\"currentColor\"/>",
|
|
2120
|
+
"iconName": "aura, enlighten",
|
|
2121
|
+
"variant": {
|
|
2122
|
+
"join": "square",
|
|
2123
|
+
"filled": "on",
|
|
2124
|
+
"radius": "0",
|
|
2125
|
+
"stroke": "1"
|
|
2126
|
+
},
|
|
2127
|
+
"createdAt": "2025-11-20T11:01:52.774352+00:00",
|
|
2128
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
2129
|
+
"componentName": "IconAura"
|
|
2130
|
+
},
|
|
2117
2131
|
{
|
|
2118
2132
|
"category": "Typography",
|
|
2119
2133
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.5874 1.77393L16.5772 15.1877H5.69287L3.24904 20.6606L2.33594 20.2529L10.5874 1.77393ZM6.1394 14.1877H15.0355L10.5874 4.22651L6.1394 14.1877ZM22.6897 13.8615L16.7407 22.785L13.2892 19.3336L13.9964 18.6264L16.5853 21.2154L21.8577 13.3068L22.6897 13.8615Z\" 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-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.38",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-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": 1582,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 45,
|
|
@@ -1029,8 +1029,9 @@
|
|
|
1029
1029
|
]
|
|
1030
1030
|
},
|
|
1031
1031
|
"People": {
|
|
1032
|
-
"count":
|
|
1032
|
+
"count": 31,
|
|
1033
1033
|
"icons": [
|
|
1034
|
+
"IconAura",
|
|
1034
1035
|
"IconBathMan1",
|
|
1035
1036
|
"IconBathWoman1",
|
|
1036
1037
|
"IconContacts",
|
|
@@ -1925,6 +1926,7 @@
|
|
|
1925
1926
|
"IconAt": "at, handle, @",
|
|
1926
1927
|
"IconAtom": "atom",
|
|
1927
1928
|
"IconAudio": "audio, music, playlist, musical-note",
|
|
1929
|
+
"IconAura": "aura, enlighten",
|
|
1928
1930
|
"IconAutoCorrect": "auto-correct, autocheck, text-correction",
|
|
1929
1931
|
"IconAutoFlash": "auto-flash",
|
|
1930
1932
|
"IconAutoSize": "auto-size, automatic-size, page",
|
package/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
|
|
|
149
149
|
export { IconAt, default as IconAtDefault } from "./IconAt";
|
|
150
150
|
export { IconAtom, default as IconAtomDefault } from "./IconAtom";
|
|
151
151
|
export { IconAudio, default as IconAudioDefault } from "./IconAudio";
|
|
152
|
+
export { IconAura, default as IconAuraDefault } from "./IconAura";
|
|
152
153
|
export { IconAutoCorrect, default as IconAutoCorrectDefault, } from "./IconAutoCorrect";
|
|
153
154
|
export { IconAutoFlash, default as IconAutoFlashDefault, } from "./IconAutoFlash";
|
|
154
155
|
export { IconAutoSize, default as IconAutoSizeDefault } from "./IconAutoSize";
|