@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.228 → 1.1.229
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/IconCursorAi/index.js +1 -1
- package/IconCursorAi/index.js.map +1 -1
- package/IconCursorAi/index.mjs +1 -1
- package/IconCursorAi/index.mjs.map +1 -1
- package/IconSettingsGear4/index.d.ts +4 -0
- package/IconSettingsGear4/index.js +2 -0
- package/IconSettingsGear4/index.js.map +1 -0
- package/IconSettingsGear4/index.mjs +2 -0
- package/IconSettingsGear4/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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +8 -1
package/IconCursorAi/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var C=(r,o,t)=>(t=r!=null?i(I(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,{IconCursorAi:()=>c,default:()=>v});module.exports=g(d);var p=C(require("react"));var m=C(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 L=require("react-native-svg"),c=r=>p.default.createElement(f,{...r},p.default.createElement(L.Path,{d:"M13.4 2H12.6L11.6 4.6L9 5.6V6.4L11.6 7.4L12.6 10H13.4L14.4 7.4L17 6.4V5.6L14.4 4.6L13.4 2Z",fill:"currentColor"}),p.default.createElement(L.Path,{d:"M8.08984 4.87793L8 4.91309V7.08691L10.8262 8.17285L11.9131 11H14.0869L15.1729 8.17285L15.8711 7.9043L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.08984 4.87793Z",fill:"currentColor"})),v=c;0&&(module.exports={IconCursorAi});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCursorAi/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 IconCursorAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.
|
|
1
|
+
{"version":3,"sources":["../src/IconCursorAi/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 IconCursorAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.4 2H12.6L11.6 4.6L9 5.6V6.4L11.6 7.4L12.6 10H13.4L14.4 7.4L17 6.4V5.6L14.4 4.6L13.4 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.08984 4.87793L8 4.91309V7.08691L10.8262 8.17285L11.9131 11H14.0869L15.1729 8.17285L15.8711 7.9043L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.08984 4.87793Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,6FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCursorAi_exports","__export","IconCursorAi","IconCursorAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
|
package/IconCursorAi/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import
|
|
1
|
+
import t from"react";import L from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>L.createElement(l,{...p,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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M13.4 2H12.6L11.6 4.6L9 5.6V6.4L11.6 7.4L12.6 10H13.4L14.4 7.4L17 6.4V5.6L14.4 4.6L13.4 2Z",fill:"currentColor"}),t.createElement(n,{d:"M8.08984 4.87793L8 4.91309V7.08691L10.8262 8.17285L11.9131 11H14.0869L15.1729 8.17285L15.8711 7.9043L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.08984 4.87793Z",fill:"currentColor"})),x=a;export{a as IconCursorAi,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCursorAi/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 IconCursorAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.
|
|
1
|
+
{"version":3,"sources":["../src/IconCursorAi/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 IconCursorAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.4 2H12.6L11.6 4.6L9 5.6V6.4L11.6 7.4L12.6 10H13.4L14.4 7.4L17 6.4V5.6L14.4 4.6L13.4 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.08984 4.87793L8 4.91309V7.08691L10.8262 8.17285L11.9131 11H14.0869L15.1729 8.17285L15.8711 7.9043L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.08984 4.87793Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCursorAi;\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,6FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=u(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(I(r)):{},p(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>p(n({},"__esModule",{value:!0}),r);var P={};g(P,{IconSettingsGear4:()=>f,default:()=>x});module.exports=v(P);var L=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...e})=>a.default.createElement(m.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"),f=r=>L.default.createElement(s,{...r},L.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1387 4.57471L18.1045 7.00244C18.5405 7.5344 18.9079 8.12513 19.1943 8.76025C19.2609 8.90776 19.3213 9.05827 19.3789 9.21045L21.5605 9.47705L22 9.52979V14.4692L19.3799 14.7876C19.0747 15.5952 18.6416 16.3389 18.1045 16.9946L18.9648 19.0181L19.1387 19.4253L14.8613 21.895L14.5957 21.5405L13.2744 19.7847C12.8592 19.8521 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L9.40527 21.5415L9.13867 21.895L4.86133 19.4253L5.03516 19.0181L5.89551 16.9946C5.35837 16.3388 4.92433 15.5953 4.61914 14.7876L2 14.4692V9.52979L2.43945 9.47705L4.62012 9.21045C4.92538 8.4033 5.35859 7.65976 5.89551 7.00439L4.86133 4.57373L5.24512 4.35303L8.75488 2.32568L9.13867 2.10498L9.40527 2.4585L10.7256 4.21436C11.1407 4.14688 11.5664 4.11085 12 4.11084C12.4333 4.11084 12.8586 4.147 13.2734 4.21436L14.5957 2.4585L14.8613 2.10498L19.1387 4.57471ZM12 9.00049C10.3431 9.00049 9 10.3436 9 12.0005C9.00026 13.6571 10.3433 15.0005 12 15.0005C13.6567 15.0005 14.9997 13.6571 15 12.0005C15 10.3436 13.6569 9.00049 12 9.00049Z",fill:"currentColor"})),x=f;0&&(module.exports={IconSettingsGear4});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSettingsGear4/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 IconSettingsGear4: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1387 4.57471L18.1045 7.00244C18.5405 7.5344 18.9079 8.12513 19.1943 8.76025C19.2609 8.90776 19.3213 9.05827 19.3789 9.21045L21.5605 9.47705L22 9.52979V14.4692L19.3799 14.7876C19.0747 15.5952 18.6416 16.3389 18.1045 16.9946L18.9648 19.0181L19.1387 19.4253L14.8613 21.895L14.5957 21.5405L13.2744 19.7847C12.8592 19.8521 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L9.40527 21.5415L9.13867 21.895L4.86133 19.4253L5.03516 19.0181L5.89551 16.9946C5.35837 16.3388 4.92433 15.5953 4.61914 14.7876L2 14.4692V9.52979L2.43945 9.47705L4.62012 9.21045C4.92538 8.4033 5.35859 7.65976 5.89551 7.00439L4.86133 4.57373L5.24512 4.35303L8.75488 2.32568L9.13867 2.10498L9.40527 2.4585L10.7256 4.21436C11.1407 4.14688 11.5664 4.11085 12 4.11084C12.4333 4.11084 12.8586 4.147 13.2734 4.21436L14.5957 2.4585L14.8613 2.10498L19.1387 4.57471ZM12 9.00049C10.3431 9.00049 9 10.3436 9 12.0005C9.00026 13.6571 10.3433 15.0005 12 15.0005C13.6567 15.0005 14.9997 13.6571 15 12.0005C15 10.3436 13.6569 9.00049 12 9.00049Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSettingsGear4;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kgCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSettingsGear4_exports","__export","IconSettingsGear4","IconSettingsGear4_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSettingsGear4","props","React","CentralIconBase","IconSettingsGear4_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import L from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>L.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 p}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(p,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1387 4.57471L18.1045 7.00244C18.5405 7.5344 18.9079 8.12513 19.1943 8.76025C19.2609 8.90776 19.3213 9.05827 19.3789 9.21045L21.5605 9.47705L22 9.52979V14.4692L19.3799 14.7876C19.0747 15.5952 18.6416 16.3389 18.1045 16.9946L18.9648 19.0181L19.1387 19.4253L14.8613 21.895L14.5957 21.5405L13.2744 19.7847C12.8592 19.8521 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L9.40527 21.5415L9.13867 21.895L4.86133 19.4253L5.03516 19.0181L5.89551 16.9946C5.35837 16.3388 4.92433 15.5953 4.61914 14.7876L2 14.4692V9.52979L2.43945 9.47705L4.62012 9.21045C4.92538 8.4033 5.35859 7.65976 5.89551 7.00439L4.86133 4.57373L5.24512 4.35303L8.75488 2.32568L9.13867 2.10498L9.40527 2.4585L10.7256 4.21436C11.1407 4.14688 11.5664 4.11085 12 4.11084C12.4333 4.11084 12.8586 4.147 13.2734 4.21436L14.5957 2.4585L14.8613 2.10498L19.1387 4.57471ZM12 9.00049C10.3431 9.00049 9 10.3436 9 12.0005C9.00026 13.6571 10.3433 15.0005 12 15.0005C13.6567 15.0005 14.9997 13.6571 15 12.0005C15 10.3436 13.6569 9.00049 12 9.00049Z",fill:"currentColor"})),d=l;export{l as IconSettingsGear4,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSettingsGear4/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 IconSettingsGear4: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.1387 4.57471L18.1045 7.00244C18.5405 7.5344 18.9079 8.12513 19.1943 8.76025C19.2609 8.90776 19.3213 9.05827 19.3789 9.21045L21.5605 9.47705L22 9.52979V14.4692L19.3799 14.7876C19.0747 15.5952 18.6416 16.3389 18.1045 16.9946L18.9648 19.0181L19.1387 19.4253L14.8613 21.895L14.5957 21.5405L13.2744 19.7847C12.8592 19.8521 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L9.40527 21.5415L9.13867 21.895L4.86133 19.4253L5.03516 19.0181L5.89551 16.9946C5.35837 16.3388 4.92433 15.5953 4.61914 14.7876L2 14.4692V9.52979L2.43945 9.47705L4.62012 9.21045C4.92538 8.4033 5.35859 7.65976 5.89551 7.00439L4.86133 4.57373L5.24512 4.35303L8.75488 2.32568L9.13867 2.10498L9.40527 2.4585L10.7256 4.21436C11.1407 4.14688 11.5664 4.11085 12 4.11084C12.4333 4.11084 12.8586 4.147 13.2734 4.21436L14.5957 2.4585L14.8613 2.10498L19.1387 4.57471ZM12 9.00049C10.3431 9.00049 9 10.3436 9 12.0005C9.00026 13.6571 10.3433 15.0005 12 15.0005C13.6567 15.0005 14.9997 13.6571 15 12.0005C15 10.3436 13.6569 9.00049 12 9.00049Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSettingsGear4;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kgCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSettingsGear4","props","React","CentralIconBase","IconSettingsGear4_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -8822,7 +8822,7 @@
|
|
|
8822
8822
|
},
|
|
8823
8823
|
{
|
|
8824
8824
|
"category": "AI & Magic",
|
|
8825
|
-
"svg": "<path d=\"M13.
|
|
8825
|
+
"svg": "<path d=\"M13.4 2H12.6L11.6 4.6L9 5.6V6.4L11.6 7.4L12.6 10H13.4L14.4 7.4L17 6.4V5.6L14.4 4.6L13.4 2Z\" fill=\"currentColor\"/><path d=\"M8.08984 4.87793L8 4.91309V7.08691L10.8262 8.17285L11.9131 11H14.0869L15.1729 8.17285L15.8711 7.9043L22.2939 10.4023L14.4023 14.4219L9.89453 22.1768L2.89453 2.85742L8.08984 4.87793Z\" fill=\"currentColor\"/>",
|
|
8826
8826
|
"iconName": "cursor-ai, agent, magic",
|
|
8827
8827
|
"variant": {
|
|
8828
8828
|
"join": "square",
|
|
@@ -21714,6 +21714,20 @@
|
|
|
21714
21714
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21715
21715
|
"componentName": "IconSettingsGear3"
|
|
21716
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Filter & Settings",
|
|
21719
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.1387 4.57471L18.1045 7.00244C18.5405 7.5344 18.9079 8.12513 19.1943 8.76025C19.2609 8.90776 19.3213 9.05827 19.3789 9.21045L21.5605 9.47705L22 9.52979V14.4692L19.3799 14.7876C19.0747 15.5952 18.6416 16.3389 18.1045 16.9946L18.9648 19.0181L19.1387 19.4253L14.8613 21.895L14.5957 21.5405L13.2744 19.7847C12.8592 19.8521 12.4336 19.8892 12 19.8892C11.566 19.8892 11.1401 19.8523 10.7246 19.7847L9.40527 21.5415L9.13867 21.895L4.86133 19.4253L5.03516 19.0181L5.89551 16.9946C5.35837 16.3388 4.92433 15.5953 4.61914 14.7876L2 14.4692V9.52979L2.43945 9.47705L4.62012 9.21045C4.92538 8.4033 5.35859 7.65976 5.89551 7.00439L4.86133 4.57373L5.24512 4.35303L8.75488 2.32568L9.13867 2.10498L9.40527 2.4585L10.7256 4.21436C11.1407 4.14688 11.5664 4.11085 12 4.11084C12.4333 4.11084 12.8586 4.147 13.2734 4.21436L14.5957 2.4585L14.8613 2.10498L19.1387 4.57471ZM12 9.00049C10.3431 9.00049 9 10.3436 9 12.0005C9.00026 13.6571 10.3433 15.0005 12 15.0005C13.6567 15.0005 14.9997 13.6571 15 12.0005C15 10.3436 13.6569 9.00049 12 9.00049Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "settings-gear-4, preferences",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "square",
|
|
21723
|
+
"filled": "on",
|
|
21724
|
+
"radius": "0",
|
|
21725
|
+
"stroke": "1"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-05-08T06:02:14.652539+00:00",
|
|
21728
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21729
|
+
"componentName": "IconSettingsGear4"
|
|
21730
|
+
},
|
|
21717
21731
|
{
|
|
21718
21732
|
"category": "Filter & Settings",
|
|
21719
21733
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 21V3H21V21H3ZM15.5357 8.44007C13.6207 6.52001 10.3767 6.51976 8.46411 8.44015C6.51192 10.399 6.51187 13.5727 8.46411 15.5315C10.2958 17.3694 13.1987 17.4821 15.163 15.87L12.1464 12.8536C11.9512 12.6583 11.9512 12.3417 12.1464 12.1464C12.3417 11.9512 12.6583 11.9512 12.8535 12.1464L15.8694 15.1623C17.4808 13.1922 17.3696 10.2801 15.5357 8.44007Z\" 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.229",
|
|
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": 1989,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
]
|
|
687
687
|
},
|
|
688
688
|
"Filter & Settings": {
|
|
689
|
-
"count":
|
|
689
|
+
"count": 25,
|
|
690
690
|
"icons": [
|
|
691
691
|
"IconBlockSortAscending",
|
|
692
692
|
"IconBlockSortDescending",
|
|
@@ -704,6 +704,7 @@
|
|
|
704
704
|
"IconSettingsGear1",
|
|
705
705
|
"IconSettingsGear2",
|
|
706
706
|
"IconSettingsGear3",
|
|
707
|
+
"IconSettingsGear4",
|
|
707
708
|
"IconSettingsKnob",
|
|
708
709
|
"IconSettingsSliderHor",
|
|
709
710
|
"IconSettingsSliderThree",
|
|
@@ -3740,6 +3741,7 @@
|
|
|
3740
3741
|
"IconSettingsGear1": "settings-gear-1, preferences",
|
|
3741
3742
|
"IconSettingsGear2": "settings-gear-2, preferences",
|
|
3742
3743
|
"IconSettingsGear3": "settings-gear-3, preferences",
|
|
3744
|
+
"IconSettingsGear4": "settings-gear-4, preferences",
|
|
3743
3745
|
"IconSettingsKnob": "settings-knob",
|
|
3744
3746
|
"IconSettingsSliderHor": "settings-slider-hor",
|
|
3745
3747
|
"IconSettingsSliderThree": "settings-slider-three",
|
package/index.d.ts
CHANGED
|
@@ -1549,6 +1549,7 @@ export { IconServer2, default as IconServer2Default } from "./IconServer2";
|
|
|
1549
1549
|
export { IconSettingsGear1, default as IconSettingsGear1Default, } from "./IconSettingsGear1";
|
|
1550
1550
|
export { IconSettingsGear2, default as IconSettingsGear2Default, } from "./IconSettingsGear2";
|
|
1551
1551
|
export { IconSettingsGear3, default as IconSettingsGear3Default, } from "./IconSettingsGear3";
|
|
1552
|
+
export { IconSettingsGear4, default as IconSettingsGear4Default, } from "./IconSettingsGear4";
|
|
1552
1553
|
export { IconSettingsKnob, default as IconSettingsKnobDefault, } from "./IconSettingsKnob";
|
|
1553
1554
|
export { IconSettingsSliderHor, default as IconSettingsSliderHorDefault, } from "./IconSettingsSliderHor";
|
|
1554
1555
|
export { IconSettingsSliderThree, default as IconSettingsSliderThreeDefault, } from "./IconSettingsSliderThree";
|