@central-icons-react-native/square-outlined-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.
@@ -1,2 +1,2 @@
1
- "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=I(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconCursorAi:()=>u,default:()=>L});module.exports=v(d);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.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 C=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844",stroke:"currentColor"}),p.default.createElement(C.Path,{d:"M17 6C14.5 5.44444 13.5556 4.5 13 2C12.4444 4.5 11.5 5.44444 9 6C11.5 6.55556 12.4444 7.5 13 10C13.5556 7.5 14.5 6.55556 17 6Z",stroke:"currentColor"})),L=u;0&&(module.exports={IconCursorAi});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var i=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})},s=(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=i(o,e))||l.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var d={};P(d,{IconCursorAi:()=>f,default:()=>v});module.exports=g(d);var p=C(require("react"));var m=C(require("react")),L=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(L.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(a.Path,{d:"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844",stroke:"currentColor"}),p.default.createElement(a.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"})),v=f;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=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 6C14.5 5.44444 13.5556 4.5 13 2C12.4444 4.5 11.5 5.44444 9 6C11.5 6.55556 12.4444 7.5 13 10C13.5556 7.5 14.5 6.55556 17 6Z\"\n stroke=\"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,2EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iIACF,OAAO,eACT,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"]}
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=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\"\n stroke=\"currentColor\"\n />\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 </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,2EACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,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"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...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:"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844",stroke:"currentColor"}),t.createElement(n,{d:"M17 6C14.5 5.44444 13.5556 4.5 13 2C12.4444 4.5 11.5 5.44444 9 6C11.5 6.55556 12.4444 7.5 13 10C13.5556 7.5 14.5 6.55556 17 6Z",stroke:"currentColor"})),P=a;export{a as IconCursorAi,P as default};
1
+ import t from"react";import a from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>a.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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844",stroke:"currentColor"}),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"})),x=s;export{s 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=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M17 6C14.5 5.44444 13.5556 4.5 13 2C12.4444 4.5 11.5 5.44444 9 6C11.5 6.55556 12.4444 7.5 13 10C13.5556 7.5 14.5 6.55556 17 6Z\"\n stroke=\"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,2EACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iIACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
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=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\"\n stroke=\"currentColor\"\n />\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 </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,2EACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCursorAi","props","React","CentralIconBase","IconCursorAi_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSettingsGear4: FC<CentralIconBaseProps>;
4
+ export default IconSettingsGear4;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(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 x(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(L=u(o,e))||L.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconSettingsGear4:()=>f,default:()=>v});module.exports=P(y);var C=s(require("react"));var c=s(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>c.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>C.default.createElement(m,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M5.49491 4.7858L6.47639 7.09246C5.81763 7.83336 5.30569 8.7077 4.98619 9.66984L2.5 9.97292V14.0263L4.98581 14.3293C5.30526 15.2918 5.81728 16.1665 6.47621 16.9076L5.49493 19.2138L9.00524 21.2405L10.5108 19.2389C10.9919 19.3373 11.49 19.389 12.0001 19.389C12.5103 19.389 13.0084 19.3373 13.4894 19.2389L14.9949 21.2403L18.5052 19.2136L17.524 16.9076C18.1829 16.1665 18.695 15.2918 19.0144 14.3293L21.5 14.0263V9.97292L19.014 9.66987C18.9342 9.42933 18.8422 9.19428 18.739 8.96543C18.4293 8.27886 18.0178 7.64809 17.5237 7.09241L18.5051 4.78595L14.9948 2.75928L13.4889 4.76126C13.008 4.66286 12.5101 4.61125 12.0001 4.61125C11.4901 4.61125 10.9922 4.66292 10.5113 4.76131L9.00522 2.75913L5.49491 4.7858Z",stroke:"currentColor"})),v=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconSettingsGear4: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" />\n <Path\n d=\"M5.49491 4.7858L6.47639 7.09246C5.81763 7.83336 5.30569 8.7077 4.98619 9.66984L2.5 9.97292V14.0263L4.98581 14.3293C5.30526 15.2918 5.81728 16.1665 6.47621 16.9076L5.49493 19.2138L9.00524 21.2405L10.5108 19.2389C10.9919 19.3373 11.49 19.389 12.0001 19.389C12.5103 19.389 13.0084 19.3373 13.4894 19.2389L14.9949 21.2403L18.5052 19.2136L17.524 16.9076C18.1829 16.1665 18.695 15.2918 19.0144 14.3293L21.5 14.0263V9.97292L19.014 9.66987C18.9342 9.42933 18.8422 9.19428 18.739 8.96543C18.4293 8.27886 18.0178 7.64809 17.5237 7.09241L18.5051 4.78595L14.9948 2.75928L13.4889 4.76126C13.008 4.66286 12.5101 4.61125 12.0001 4.61125C11.4901 4.61125 10.9922 4.66292 10.5113 4.76131L9.00522 2.75913L5.49491 4.7858Z\"\n stroke=\"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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,gsBACF,OAAO,eACT,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as L,Path as a}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(L,{cx:"12",cy:"12",r:"3",stroke:"currentColor"}),t.createElement(a,{d:"M5.49491 4.7858L6.47639 7.09246C5.81763 7.83336 5.30569 8.7077 4.98619 9.66984L2.5 9.97292V14.0263L4.98581 14.3293C5.30526 15.2918 5.81728 16.1665 6.47621 16.9076L5.49493 19.2138L9.00524 21.2405L10.5108 19.2389C10.9919 19.3373 11.49 19.389 12.0001 19.389C12.5103 19.389 13.0084 19.3373 13.4894 19.2389L14.9949 21.2403L18.5052 19.2136L17.524 16.9076C18.1829 16.1665 18.695 15.2918 19.0144 14.3293L21.5 14.0263V9.97292L19.014 9.66987C18.9342 9.42933 18.8422 9.19428 18.739 8.96543C18.4293 8.27886 18.0178 7.64809 17.5237 7.09241L18.5051 4.78595L14.9948 2.75928L13.4889 4.76126C13.008 4.66286 12.5101 4.61125 12.0001 4.61125C11.4901 4.61125 10.9922 4.66292 10.5113 4.76131L9.00522 2.75913L5.49491 4.7858Z",stroke:"currentColor"})),g=s;export{s as IconSettingsGear4,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconSettingsGear4: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" />\n <Path\n d=\"M5.49491 4.7858L6.47639 7.09246C5.81763 7.83336 5.30569 8.7077 4.98619 9.66984L2.5 9.97292V14.0263L4.98581 14.3293C5.30526 15.2918 5.81728 16.1665 6.47621 16.9076L5.49493 19.2138L9.00524 21.2405L10.5108 19.2389C10.9919 19.3373 11.49 19.389 12.0001 19.389C12.5103 19.389 13.0084 19.3373 13.4894 19.2389L14.9949 21.2403L18.5052 19.2136L17.524 16.9076C18.1829 16.1665 18.695 15.2918 19.0144 14.3293L21.5 14.0263V9.97292L19.014 9.66987C18.9342 9.42933 18.8422 9.19428 18.739 8.96543C18.4293 8.27886 18.0178 7.64809 17.5237 7.09241L18.5051 4.78595L14.9948 2.75928L13.4889 4.76126C13.008 4.66286 12.5101 4.61125 12.0001 4.61125C11.4901 4.61125 10.9922 4.66292 10.5113 4.76131L9.00522 2.75913L5.49491 4.7858Z\"\n stroke=\"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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpDI,EAAA,cAACH,EAAA,CACC,EAAE,gsBACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconSettingsGear4","props","React","CentralIconBase","IconSettingsGear4_default"]}
package/README.md CHANGED
@@ -811,6 +811,7 @@ Below is a complete list of available icons:
811
811
  - IconSettingsGear1
812
812
  - IconSettingsGear2
813
813
  - IconSettingsGear3
814
+ - IconSettingsGear4
814
815
  - IconSettingsKnob
815
816
  - IconSettingsSliderHor
816
817
  - IconSettingsSliderThree
@@ -8822,7 +8822,7 @@
8822
8822
  },
8823
8823
  {
8824
8824
  "category": "AI & Magic",
8825
- "svg": "<path d=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\" stroke=\"currentColor\"/><path d=\"M17 6C14.5 5.44444 13.5556 4.5 13 2C12.4444 4.5 11.5 5.44444 9 6C11.5 6.55556 12.4444 7.5 13 10C13.5556 7.5 14.5 6.55556 17 6Z\" stroke=\"currentColor\"/>",
8825
+ "svg": "<path d=\"M6.83824 5.02163L3.75 3.75L10 21L14.0441 14.0441L21 10.5L16.6176 9.04844\" stroke=\"currentColor\"/><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\"/>",
8826
8826
  "iconName": "cursor-ai, agent, magic",
8827
8827
  "variant": {
8828
8828
  "join": "square",
@@ -21714,6 +21714,20 @@
21714
21714
  "packageName": "square-outlined-radius-0-stroke-1",
21715
21715
  "componentName": "IconSettingsGear3"
21716
21716
  },
21717
+ {
21718
+ "category": "Filter & Settings",
21719
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\"/><path d=\"M5.49491 4.7858L6.47639 7.09246C5.81763 7.83336 5.30569 8.7077 4.98619 9.66984L2.5 9.97292V14.0263L4.98581 14.3293C5.30526 15.2918 5.81728 16.1665 6.47621 16.9076L5.49493 19.2138L9.00524 21.2405L10.5108 19.2389C10.9919 19.3373 11.49 19.389 12.0001 19.389C12.5103 19.389 13.0084 19.3373 13.4894 19.2389L14.9949 21.2403L18.5052 19.2136L17.524 16.9076C18.1829 16.1665 18.695 15.2918 19.0144 14.3293L21.5 14.0263V9.97292L19.014 9.66987C18.9342 9.42933 18.8422 9.19428 18.739 8.96543C18.4293 8.27886 18.0178 7.64809 17.5237 7.09241L18.5051 4.78595L14.9948 2.75928L13.4889 4.76126C13.008 4.66286 12.5101 4.61125 12.0001 4.61125C11.4901 4.61125 10.9922 4.66292 10.5113 4.76131L9.00522 2.75913L5.49491 4.7858Z\" stroke=\"currentColor\"/>",
21720
+ "iconName": "settings-gear-4, preferences",
21721
+ "variant": {
21722
+ "join": "square",
21723
+ "filled": "off",
21724
+ "radius": "0",
21725
+ "stroke": "1"
21726
+ },
21727
+ "createdAt": "2026-05-08T06:02:14.652539+00:00",
21728
+ "packageName": "square-outlined-radius-0-stroke-1",
21729
+ "componentName": "IconSettingsGear4"
21730
+ },
21717
21731
  {
21718
21732
  "category": "Filter & Settings",
21719
21733
  "svg": "<path d=\"M20.5 20.5V3.5H3.5V20.5H20.5Z\" stroke=\"currentColor\" stroke-width=\"1.1\" stroke-linecap=\"square\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.11099 15.8848C5.963 13.7295 5.963 10.2374 8.11099 8.08213C10.2118 5.97262 13.785 5.97262 15.889 8.08213C18.037 10.2374 18.037 13.7295 15.889 15.8848C13.741 18.0384 10.2574 18.0384 8.11099 15.8848Z\" stroke=\"currentColor\" stroke-width=\"1.1\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M15.5158 15.5138L12.6875 12.6875\" stroke=\"currentColor\" stroke-width=\"1.1\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1550,6 +1550,7 @@ export type CentralIconName =
1550
1550
  | "IconSettingsGear1"
1551
1551
  | "IconSettingsGear2"
1552
1552
  | "IconSettingsGear3"
1553
+ | "IconSettingsGear4"
1553
1554
  | "IconSettingsKnob"
1554
1555
  | "IconSettingsSliderHor"
1555
1556
  | "IconSettingsSliderThree"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.228",
3
+ "version": "1.1.229",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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": 1988,
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": 24,
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";