@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.228 → 1.1.232
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 e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(L=u(o,t))||L.enumerable});return r};var a=(r,o,C)=>(C=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>l(e({},"__esModule",{value:!0}),r);var d={};P(d,{IconCursorAi:()=>c,default:()=>v});module.exports=g(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.default.createElement(s.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 p=require("react-native-svg"),c=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M14.2406 4.18518L13.5437 2.37334C13.4572 2.14842 13.2411 2 13.0001 2C12.7591 2 12.543 2.14842 12.4565 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1853 4.75955L9.37345 5.45641C9.14853 5.54292 9.00012 5.75901 9.00012 6C9.00012 6.24099 9.14853 6.45708 9.37345 6.54359L11.1853 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4565 9.62666C12.543 9.85158 12.7591 10 13.0001 10C13.2411 10 13.4572 9.85158 13.5437 9.62666L14.2406 7.81482C14.3421 7.55073 14.5508 7.34203 14.8149 7.24045L16.6268 6.54359C16.8517 6.45708 17.0001 6.24099 17.0001 6C17.0001 5.75901 16.8517 5.54292 16.6268 5.45641L14.8149 4.75955C14.5508 4.65797 14.3421 4.44927 14.2406 4.18518Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M3.40391 3.38985C3.54651 3.25315 3.75719 3.21258 3.94004 3.28731L8.34727 5.01192C8.12762 5.28643 8.00059 5.63265 8.00059 6.0002C8.00067 6.65488 8.40419 7.24174 9.01524 7.47676L10.8268 8.17403L11.524 9.98555C11.7592 10.5965 12.346 11.0002 13.0006 11.0002C13.6552 11 14.2422 10.5965 14.4772 9.98555L15.1744 8.17403L15.8053 7.93086L21.1578 10.0256C21.349 10.0891 21.4843 10.2612 21.4996 10.4621C21.5148 10.6631 21.4066 10.8539 21.2272 10.9455L14.4029 14.4221L10.4332 21.2512C10.3357 21.4188 10.1488 21.5154 9.95567 21.4982C9.76256 21.4807 9.59699 21.3524 9.53087 21.1701L3.28087 3.92012C3.21373 3.73452 3.26178 3.52674 3.40391 3.38985Z",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=\"
|
|
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=\"M14.2406 4.18518L13.5437 2.37334C13.4572 2.14842 13.2411 2 13.0001 2C12.7591 2 12.543 2.14842 12.4565 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1853 4.75955L9.37345 5.45641C9.14853 5.54292 9.00012 5.75901 9.00012 6C9.00012 6.24099 9.14853 6.45708 9.37345 6.54359L11.1853 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4565 9.62666C12.543 9.85158 12.7591 10 13.0001 10C13.2411 10 13.4572 9.85158 13.5437 9.62666L14.2406 7.81482C14.3421 7.55073 14.5508 7.34203 14.8149 7.24045L16.6268 6.54359C16.8517 6.45708 17.0001 6.24099 17.0001 6C17.0001 5.75901 16.8517 5.54292 16.6268 5.45641L14.8149 4.75955C14.5508 4.65797 14.3421 4.44927 14.2406 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.40391 3.38985C3.54651 3.25315 3.75719 3.21258 3.94004 3.28731L8.34727 5.01192C8.12762 5.28643 8.00059 5.63265 8.00059 6.0002C8.00067 6.65488 8.40419 7.24174 9.01524 7.47676L10.8268 8.17403L11.524 9.98555C11.7592 10.5965 12.346 11.0002 13.0006 11.0002C13.6552 11 14.2422 10.5965 14.4772 9.98555L15.1744 8.17403L15.8053 7.93086L21.1578 10.0256C21.349 10.0891 21.4843 10.2612 21.4996 10.4621C21.5148 10.6631 21.4066 10.8539 21.2272 10.9455L14.4029 14.4221L10.4332 21.2512C10.3357 21.4188 10.1488 21.5154 9.95567 21.4982C9.76256 21.4807 9.59699 21.3524 9.53087 21.1701L3.28087 3.92012C3.21373 3.73452 3.26178 3.52674 3.40391 3.38985Z\"\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,qqBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2nBACF,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
|
|
1
|
+
import C from"react";import p from"react";import{Svg as L}from"react-native-svg";var t=({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 e}from"react-native-svg";var l=o=>C.createElement(t,{...o},C.createElement(e,{d:"M14.2406 4.18518L13.5437 2.37334C13.4572 2.14842 13.2411 2 13.0001 2C12.7591 2 12.543 2.14842 12.4565 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1853 4.75955L9.37345 5.45641C9.14853 5.54292 9.00012 5.75901 9.00012 6C9.00012 6.24099 9.14853 6.45708 9.37345 6.54359L11.1853 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4565 9.62666C12.543 9.85158 12.7591 10 13.0001 10C13.2411 10 13.4572 9.85158 13.5437 9.62666L14.2406 7.81482C14.3421 7.55073 14.5508 7.34203 14.8149 7.24045L16.6268 6.54359C16.8517 6.45708 17.0001 6.24099 17.0001 6C17.0001 5.75901 16.8517 5.54292 16.6268 5.45641L14.8149 4.75955C14.5508 4.65797 14.3421 4.44927 14.2406 4.18518Z",fill:"currentColor"}),C.createElement(e,{d:"M3.40391 3.38985C3.54651 3.25315 3.75719 3.21258 3.94004 3.28731L8.34727 5.01192C8.12762 5.28643 8.00059 5.63265 8.00059 6.0002C8.00067 6.65488 8.40419 7.24174 9.01524 7.47676L10.8268 8.17403L11.524 9.98555C11.7592 10.5965 12.346 11.0002 13.0006 11.0002C13.6552 11 14.2422 10.5965 14.4772 9.98555L15.1744 8.17403L15.8053 7.93086L21.1578 10.0256C21.349 10.0891 21.4843 10.2612 21.4996 10.4621C21.5148 10.6631 21.4066 10.8539 21.2272 10.9455L14.4029 14.4221L10.4332 21.2512C10.3357 21.4188 10.1488 21.5154 9.95567 21.4982C9.76256 21.4807 9.59699 21.3524 9.53087 21.1701L3.28087 3.92012C3.21373 3.73452 3.26178 3.52674 3.40391 3.38985Z",fill:"currentColor"})),x=l;export{l 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=\"
|
|
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=\"M14.2406 4.18518L13.5437 2.37334C13.4572 2.14842 13.2411 2 13.0001 2C12.7591 2 12.543 2.14842 12.4565 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1853 4.75955L9.37345 5.45641C9.14853 5.54292 9.00012 5.75901 9.00012 6C9.00012 6.24099 9.14853 6.45708 9.37345 6.54359L11.1853 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4565 9.62666C12.543 9.85158 12.7591 10 13.0001 10C13.2411 10 13.4572 9.85158 13.5437 9.62666L14.2406 7.81482C14.3421 7.55073 14.5508 7.34203 14.8149 7.24045L16.6268 6.54359C16.8517 6.45708 17.0001 6.24099 17.0001 6C17.0001 5.75901 16.8517 5.54292 16.6268 5.45641L14.8149 4.75955C14.5508 4.65797 14.3421 4.44927 14.2406 4.18518Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.40391 3.38985C3.54651 3.25315 3.75719 3.21258 3.94004 3.28731L8.34727 5.01192C8.12762 5.28643 8.00059 5.63265 8.00059 6.0002C8.00067 6.65488 8.40419 7.24174 9.01524 7.47676L10.8268 8.17403L11.524 9.98555C11.7592 10.5965 12.346 11.0002 13.0006 11.0002C13.6552 11 14.2422 10.5965 14.4772 9.98555L15.1744 8.17403L15.8053 7.93086L21.1578 10.0256C21.349 10.0891 21.4843 10.2612 21.4996 10.4621C21.5148 10.6631 21.4066 10.8539 21.2272 10.9455L14.4029 14.4221L10.4332 21.2512C10.3357 21.4188 10.1488 21.5154 9.95567 21.4982C9.76256 21.4807 9.59699 21.3524 9.53087 21.1701L3.28087 3.92012C3.21373 3.73452 3.26178 3.52674 3.40391 3.38985Z\"\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,qqBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2nBACF,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 t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var L=(r,o,C)=>(C=r!=null?i(I(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>l(t({},"__esModule",{value:!0}),r);var P={};g(P,{IconSettingsGear4:()=>f,default:()=>x});module.exports=v(P);var n=L(require("react"));var a=L(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...C})=>a.default.createElement(m.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 c=require("react-native-svg"),f=r=>n.default.createElement(s,{...r},n.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.83984 2.28757C9.04192 2.21654 9.27233 2.28173 9.40527 2.45847L10.7256 4.21433C11.1407 4.14685 11.5664 4.11082 12 4.11081C12.4333 4.11081 12.8586 4.14697 13.2734 4.21433L14.5957 2.45847L14.6582 2.39011C14.8163 2.24571 15.0536 2.21608 15.2451 2.32663L18.7549 4.353C18.9737 4.4794 19.0638 4.74938 18.9648 4.98191L18.1045 7.00241C18.5404 7.53433 18.9079 8.12517 19.1943 8.76023C19.2608 8.90766 19.3214 9.05832 19.3789 9.21042L21.5605 9.47702C21.8114 9.50766 22 9.72042 22 9.97312V14.0259C21.9999 14.2785 21.8113 14.4923 21.5605 14.5229L19.3799 14.7876C19.0747 15.5951 18.6415 16.3389 18.1045 16.9946L18.9648 19.018C19.0636 19.2505 18.9737 19.5206 18.7549 19.6469L15.2451 21.6733C15.0263 21.7996 14.7476 21.7423 14.5957 21.5405L13.2744 19.7846C12.8593 19.8521 12.4336 19.8891 12 19.8891C11.566 19.8891 11.1401 19.8522 10.7246 19.7846L9.40527 21.5415C9.25333 21.7432 8.97366 21.7995 8.75488 21.6733L5.24512 19.6469C5.02631 19.5206 4.93636 19.2506 5.03516 19.018L5.89551 16.9946C5.35843 16.3389 4.92432 15.5952 4.61914 14.7876L2.43945 14.5229C2.18866 14.4923 2.00013 14.2785 2 14.0259V9.97312C2 9.72042 2.18863 9.50766 2.43945 9.47702L4.62012 9.21042C4.92535 8.40333 5.35865 7.65969 5.89551 7.00437L5.03516 4.98191C4.93622 4.74938 5.02632 4.4794 5.24512 4.353L8.75488 2.32566L8.83984 2.28757ZM12 8.99948C10.3433 8.99948 9.00022 10.3428 9 11.9995C9.0001 13.6563 10.3432 14.9995 12 14.9995C13.6568 14.9995 14.9999 13.6563 15 11.9995C14.9998 10.3428 13.6567 8.99948 12 8.99948Z",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=\"M8.83984 2.28757C9.04192 2.21654 9.27233 2.28173 9.40527 2.45847L10.7256 4.21433C11.1407 4.14685 11.5664 4.11082 12 4.11081C12.4333 4.11081 12.8586 4.14697 13.2734 4.21433L14.5957 2.45847L14.6582 2.39011C14.8163 2.24571 15.0536 2.21608 15.2451 2.32663L18.7549 4.353C18.9737 4.4794 19.0638 4.74938 18.9648 4.98191L18.1045 7.00241C18.5404 7.53433 18.9079 8.12517 19.1943 8.76023C19.2608 8.90766 19.3214 9.05832 19.3789 9.21042L21.5605 9.47702C21.8114 9.50766 22 9.72042 22 9.97312V14.0259C21.9999 14.2785 21.8113 14.4923 21.5605 14.5229L19.3799 14.7876C19.0747 15.5951 18.6415 16.3389 18.1045 16.9946L18.9648 19.018C19.0636 19.2505 18.9737 19.5206 18.7549 19.6469L15.2451 21.6733C15.0263 21.7996 14.7476 21.7423 14.5957 21.5405L13.2744 19.7846C12.8593 19.8521 12.4336 19.8891 12 19.8891C11.566 19.8891 11.1401 19.8522 10.7246 19.7846L9.40527 21.5415C9.25333 21.7432 8.97366 21.7995 8.75488 21.6733L5.24512 19.6469C5.02631 19.5206 4.93636 19.2506 5.03516 19.018L5.89551 16.9946C5.35843 16.3389 4.92432 15.5952 4.61914 14.7876L2.43945 14.5229C2.18866 14.4923 2.00013 14.2785 2 14.0259V9.97312C2 9.72042 2.18863 9.50766 2.43945 9.47702L4.62012 9.21042C4.92535 8.40333 5.35865 7.65969 5.89551 7.00437L5.03516 4.98191C4.93622 4.74938 5.02632 4.4794 5.24512 4.353L8.75488 2.32566L8.83984 2.28757ZM12 8.99948C10.3433 8.99948 9.00022 10.3428 9 11.9995C9.0001 13.6563 10.3432 14.9995 12 14.9995C13.6568 14.9995 14.9999 13.6563 15 11.9995C14.9998 10.3428 13.6567 8.99948 12 8.99948Z\"\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,i8CACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,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 l}from"react-native-svg";var L=o=>e.createElement(C,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.83984 2.28757C9.04192 2.21654 9.27233 2.28173 9.40527 2.45847L10.7256 4.21433C11.1407 4.14685 11.5664 4.11082 12 4.11081C12.4333 4.11081 12.8586 4.14697 13.2734 4.21433L14.5957 2.45847L14.6582 2.39011C14.8163 2.24571 15.0536 2.21608 15.2451 2.32663L18.7549 4.353C18.9737 4.4794 19.0638 4.74938 18.9648 4.98191L18.1045 7.00241C18.5404 7.53433 18.9079 8.12517 19.1943 8.76023C19.2608 8.90766 19.3214 9.05832 19.3789 9.21042L21.5605 9.47702C21.8114 9.50766 22 9.72042 22 9.97312V14.0259C21.9999 14.2785 21.8113 14.4923 21.5605 14.5229L19.3799 14.7876C19.0747 15.5951 18.6415 16.3389 18.1045 16.9946L18.9648 19.018C19.0636 19.2505 18.9737 19.5206 18.7549 19.6469L15.2451 21.6733C15.0263 21.7996 14.7476 21.7423 14.5957 21.5405L13.2744 19.7846C12.8593 19.8521 12.4336 19.8891 12 19.8891C11.566 19.8891 11.1401 19.8522 10.7246 19.7846L9.40527 21.5415C9.25333 21.7432 8.97366 21.7995 8.75488 21.6733L5.24512 19.6469C5.02631 19.5206 4.93636 19.2506 5.03516 19.018L5.89551 16.9946C5.35843 16.3389 4.92432 15.5952 4.61914 14.7876L2.43945 14.5229C2.18866 14.4923 2.00013 14.2785 2 14.0259V9.97312C2 9.72042 2.18863 9.50766 2.43945 9.47702L4.62012 9.21042C4.92535 8.40333 5.35865 7.65969 5.89551 7.00437L5.03516 4.98191C4.93622 4.74938 5.02632 4.4794 5.24512 4.353L8.75488 2.32566L8.83984 2.28757ZM12 8.99948C10.3433 8.99948 9.00022 10.3428 9 11.9995C9.0001 13.6563 10.3432 14.9995 12 14.9995C13.6568 14.9995 14.9999 13.6563 15 11.9995C14.9998 10.3428 13.6567 8.99948 12 8.99948Z",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=\"M8.83984 2.28757C9.04192 2.21654 9.27233 2.28173 9.40527 2.45847L10.7256 4.21433C11.1407 4.14685 11.5664 4.11082 12 4.11081C12.4333 4.11081 12.8586 4.14697 13.2734 4.21433L14.5957 2.45847L14.6582 2.39011C14.8163 2.24571 15.0536 2.21608 15.2451 2.32663L18.7549 4.353C18.9737 4.4794 19.0638 4.74938 18.9648 4.98191L18.1045 7.00241C18.5404 7.53433 18.9079 8.12517 19.1943 8.76023C19.2608 8.90766 19.3214 9.05832 19.3789 9.21042L21.5605 9.47702C21.8114 9.50766 22 9.72042 22 9.97312V14.0259C21.9999 14.2785 21.8113 14.4923 21.5605 14.5229L19.3799 14.7876C19.0747 15.5951 18.6415 16.3389 18.1045 16.9946L18.9648 19.018C19.0636 19.2505 18.9737 19.5206 18.7549 19.6469L15.2451 21.6733C15.0263 21.7996 14.7476 21.7423 14.5957 21.5405L13.2744 19.7846C12.8593 19.8521 12.4336 19.8891 12 19.8891C11.566 19.8891 11.1401 19.8522 10.7246 19.7846L9.40527 21.5415C9.25333 21.7432 8.97366 21.7995 8.75488 21.6733L5.24512 19.6469C5.02631 19.5206 4.93636 19.2506 5.03516 19.018L5.89551 16.9946C5.35843 16.3389 4.92432 15.5952 4.61914 14.7876L2.43945 14.5229C2.18866 14.4923 2.00013 14.2785 2 14.0259V9.97312C2 9.72042 2.18863 9.50766 2.43945 9.47702L4.62012 9.21042C4.92535 8.40333 5.35865 7.65969 5.89551 7.00437L5.03516 4.98191C4.93622 4.74938 5.02632 4.4794 5.24512 4.353L8.75488 2.32566L8.83984 2.28757ZM12 8.99948C10.3433 8.99948 9.00022 10.3428 9 11.9995C9.0001 13.6563 10.3432 14.9995 12 14.9995C13.6568 14.9995 14.9999 13.6563 15 11.9995C14.9998 10.3428 13.6567 8.99948 12 8.99948Z\"\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,i8CACF,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=\"
|
|
8825
|
+
"svg": "<path d=\"M14.2406 4.18518L13.5437 2.37334C13.4572 2.14842 13.2411 2 13.0001 2C12.7591 2 12.543 2.14842 12.4565 2.37334L11.7597 4.18518C11.6581 4.44927 11.4494 4.65797 11.1853 4.75955L9.37345 5.45641C9.14853 5.54292 9.00012 5.75901 9.00012 6C9.00012 6.24099 9.14853 6.45708 9.37345 6.54359L11.1853 7.24045C11.4494 7.34203 11.6581 7.55073 11.7597 7.81482L12.4565 9.62666C12.543 9.85158 12.7591 10 13.0001 10C13.2411 10 13.4572 9.85158 13.5437 9.62666L14.2406 7.81482C14.3421 7.55073 14.5508 7.34203 14.8149 7.24045L16.6268 6.54359C16.8517 6.45708 17.0001 6.24099 17.0001 6C17.0001 5.75901 16.8517 5.54292 16.6268 5.45641L14.8149 4.75955C14.5508 4.65797 14.3421 4.44927 14.2406 4.18518Z\" fill=\"currentColor\"/><path d=\"M3.40391 3.38985C3.54651 3.25315 3.75719 3.21258 3.94004 3.28731L8.34727 5.01192C8.12762 5.28643 8.00059 5.63265 8.00059 6.0002C8.00067 6.65488 8.40419 7.24174 9.01524 7.47676L10.8268 8.17403L11.524 9.98555C11.7592 10.5965 12.346 11.0002 13.0006 11.0002C13.6552 11 14.2422 10.5965 14.4772 9.98555L15.1744 8.17403L15.8053 7.93086L21.1578 10.0256C21.349 10.0891 21.4843 10.2612 21.4996 10.4621C21.5148 10.6631 21.4066 10.8539 21.2272 10.9455L14.4029 14.4221L10.4332 21.2512C10.3357 21.4188 10.1488 21.5154 9.95567 21.4982C9.76256 21.4807 9.59699 21.3524 9.53087 21.1701L3.28087 3.92012C3.21373 3.73452 3.26178 3.52674 3.40391 3.38985Z\" fill=\"currentColor\"/>",
|
|
8826
8826
|
"iconName": "cursor-ai, agent, magic",
|
|
8827
8827
|
"variant": {
|
|
8828
8828
|
"join": "round",
|
|
@@ -21714,6 +21714,20 @@
|
|
|
21714
21714
|
"packageName": "round-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=\"M8.83984 2.28757C9.04192 2.21654 9.27233 2.28173 9.40527 2.45847L10.7256 4.21433C11.1407 4.14685 11.5664 4.11082 12 4.11081C12.4333 4.11081 12.8586 4.14697 13.2734 4.21433L14.5957 2.45847L14.6582 2.39011C14.8163 2.24571 15.0536 2.21608 15.2451 2.32663L18.7549 4.353C18.9737 4.4794 19.0638 4.74938 18.9648 4.98191L18.1045 7.00241C18.5404 7.53433 18.9079 8.12517 19.1943 8.76023C19.2608 8.90766 19.3214 9.05832 19.3789 9.21042L21.5605 9.47702C21.8114 9.50766 22 9.72042 22 9.97312V14.0259C21.9999 14.2785 21.8113 14.4923 21.5605 14.5229L19.3799 14.7876C19.0747 15.5951 18.6415 16.3389 18.1045 16.9946L18.9648 19.018C19.0636 19.2505 18.9737 19.5206 18.7549 19.6469L15.2451 21.6733C15.0263 21.7996 14.7476 21.7423 14.5957 21.5405L13.2744 19.7846C12.8593 19.8521 12.4336 19.8891 12 19.8891C11.566 19.8891 11.1401 19.8522 10.7246 19.7846L9.40527 21.5415C9.25333 21.7432 8.97366 21.7995 8.75488 21.6733L5.24512 19.6469C5.02631 19.5206 4.93636 19.2506 5.03516 19.018L5.89551 16.9946C5.35843 16.3389 4.92432 15.5952 4.61914 14.7876L2.43945 14.5229C2.18866 14.4923 2.00013 14.2785 2 14.0259V9.97312C2 9.72042 2.18863 9.50766 2.43945 9.47702L4.62012 9.21042C4.92535 8.40333 5.35865 7.65969 5.89551 7.00437L5.03516 4.98191C4.93622 4.74938 5.02632 4.4794 5.24512 4.353L8.75488 2.32566L8.83984 2.28757ZM12 8.99948C10.3433 8.99948 9.00022 10.3428 9 11.9995C9.0001 13.6563 10.3432 14.9995 12 14.9995C13.6568 14.9995 14.9999 13.6563 15 11.9995C14.9998 10.3428 13.6567 8.99948 12 8.99948Z\" fill=\"currentColor\"/>",
|
|
21720
|
+
"iconName": "settings-gear-4, preferences",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "round",
|
|
21723
|
+
"filled": "on",
|
|
21724
|
+
"radius": "0",
|
|
21725
|
+
"stroke": "1"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-05-08T17:31:23.386327+00:00",
|
|
21728
|
+
"packageName": "round-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.5 3C3.22386 3 3 3.22386 3 3.5V20.5C3 20.7761 3.22386 21 3.5 21H20.5C20.7761 21 21 20.7761 21 20.5V3.5C21 3.22386 20.7761 3 20.5 3H3.5ZM15.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.8536 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/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.232",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-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";
|