@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.229 → 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/IconSettingsGear4/index.js +1 -1
- package/IconSettingsGear4/index.js.map +1 -1
- package/IconSettingsGear4/index.mjs +1 -1
- package/IconSettingsGear4/index.mjs.map +1 -1
- package/filtered-icons.json +2 -2
- package/icons-index.json +1 -1
- 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 +1 -1
- package/tsx-icons.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var f=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})},L=(r,o,t,s)=>{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:!(s=u(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},L(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>L(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconSettingsGear4:()=>i,default:()=>h});module.exports=P(d);var C=a(require("react"));var c=a(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"),i=r=>C.default.createElement(m,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M5.83728 5.
|
|
1
|
+
"use strict";var f=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})},L=(r,o,t,s)=>{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:!(s=u(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},L(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>L(n({},"__esModule",{value:!0}),r);var d={};g(d,{IconSettingsGear4:()=>i,default:()=>h});module.exports=P(d);var C=a(require("react"));var c=a(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"),i=r=>C.default.createElement(m,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M5.83728 5.16537L6.7671 7.35062C6.14302 8.05253 5.65803 8.88085 5.35534 9.79235L3 10.0795V13.9195L5.35498 14.2066C5.65762 15.1184 6.14269 15.9471 6.76694 16.6492L5.8373 18.834L9.16286 20.754L10.5892 18.8578C11.0449 18.951 11.5168 19 12.0001 19C12.4834 19 12.9553 18.951 13.4111 18.8577L14.8373 20.7538L18.1628 18.8338L17.2333 16.6492C17.8575 15.947 18.3426 15.1184 18.6452 14.2066L21 13.9195V10.0795L18.6449 9.79238C18.5692 9.5645 18.4821 9.34182 18.3843 9.12501C18.0909 8.47459 17.7011 7.87701 17.233 7.35058L18.1627 5.16551L14.8372 3.24551L13.4106 5.14212C12.9549 5.0489 12.4833 5.00001 12.0001 5.00001C11.5169 5.00001 11.0452 5.04896 10.5896 5.14217L9.16284 3.24536L5.83728 5.16537Z",stroke:"currentColor",strokeWidth:"2"})),h=i;0&&(module.exports={IconSettingsGear4});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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\" strokeWidth=\"2\" />\n <Path\n d=\"M5.83728 5.
|
|
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\" strokeWidth=\"2\" />\n <Path\n d=\"M5.83728 5.16537L6.7671 7.35062C6.14302 8.05253 5.65803 8.88085 5.35534 9.79235L3 10.0795V13.9195L5.35498 14.2066C5.65762 15.1184 6.14269 15.9471 6.76694 16.6492L5.8373 18.834L9.16286 20.754L10.5892 18.8578C11.0449 18.951 11.5168 19 12.0001 19C12.4834 19 12.9553 18.951 13.4111 18.8577L14.8373 20.7538L18.1628 18.8338L17.2333 16.6492C17.8575 15.947 18.3426 15.1184 18.6452 14.2066L21 13.9195V10.0795L18.6449 9.79238C18.5692 9.5645 18.4821 9.34182 18.3843 9.12501C18.0909 8.47459 17.7011 7.87701 17.233 7.35058L18.1627 5.16551L14.8372 3.24551L13.4106 5.14212C12.9549 5.0489 12.4833 5.00001 12.0001 5.00001C11.5169 5.00001 11.0452 5.04896 10.5896 5.14217L9.16284 3.24536L5.83728 5.16537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,grBACF,OAAO,eACP,YAAY,IACd,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"]}
|
|
@@ -1,2 +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 s,Path as L}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(s,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),t.createElement(L,{d:"M5.83728 5.
|
|
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 s,Path as L}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(s,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),t.createElement(L,{d:"M5.83728 5.16537L6.7671 7.35062C6.14302 8.05253 5.65803 8.88085 5.35534 9.79235L3 10.0795V13.9195L5.35498 14.2066C5.65762 15.1184 6.14269 15.9471 6.76694 16.6492L5.8373 18.834L9.16286 20.754L10.5892 18.8578C11.0449 18.951 11.5168 19 12.0001 19C12.4834 19 12.9553 18.951 13.4111 18.8577L14.8373 20.7538L18.1628 18.8338L17.2333 16.6492C17.8575 15.947 18.3426 15.1184 18.6452 14.2066L21 13.9195V10.0795L18.6449 9.79238C18.5692 9.5645 18.4821 9.34182 18.3843 9.12501C18.0909 8.47459 17.7011 7.87701 17.233 7.35058L18.1627 5.16551L14.8372 3.24551L13.4106 5.14212C12.9549 5.0489 12.4833 5.00001 12.0001 5.00001C11.5169 5.00001 11.0452 5.04896 10.5896 5.14217L9.16284 3.24536L5.83728 5.16537Z",stroke:"currentColor",strokeWidth:"2"})),g=a;export{a as IconSettingsGear4,g as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +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\" strokeWidth=\"2\" />\n <Path\n d=\"M5.83728 5.
|
|
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\" strokeWidth=\"2\" />\n <Path\n d=\"M5.83728 5.16537L6.7671 7.35062C6.14302 8.05253 5.65803 8.88085 5.35534 9.79235L3 10.0795V13.9195L5.35498 14.2066C5.65762 15.1184 6.14269 15.9471 6.76694 16.6492L5.8373 18.834L9.16286 20.754L10.5892 18.8578C11.0449 18.951 11.5168 19 12.0001 19C12.4834 19 12.9553 18.951 13.4111 18.8577L14.8373 20.7538L18.1628 18.8338L17.2333 16.6492C17.8575 15.947 18.3426 15.1184 18.6452 14.2066L21 13.9195V10.0795L18.6449 9.79238C18.5692 9.5645 18.4821 9.34182 18.3843 9.12501C18.0909 8.47459 17.7011 7.87701 17.233 7.35058L18.1627 5.16551L14.8372 3.24551L13.4106 5.14212C12.9549 5.0489 12.4833 5.00001 12.0001 5.00001C11.5169 5.00001 11.0452 5.04896 10.5896 5.14217L9.16284 3.24536L5.83728 5.16537Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,grBACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconSettingsGear4","props","React","CentralIconBase","IconSettingsGear4_default"]}
|
package/filtered-icons.json
CHANGED
|
@@ -21716,7 +21716,7 @@
|
|
|
21716
21716
|
},
|
|
21717
21717
|
{
|
|
21718
21718
|
"category": "Filter & Settings",
|
|
21719
|
-
"svg": "<circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5.83728 5.
|
|
21719
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5.83728 5.16537L6.7671 7.35062C6.14302 8.05253 5.65803 8.88085 5.35534 9.79235L3 10.0795V13.9195L5.35498 14.2066C5.65762 15.1184 6.14269 15.9471 6.76694 16.6492L5.8373 18.834L9.16286 20.754L10.5892 18.8578C11.0449 18.951 11.5168 19 12.0001 19C12.4834 19 12.9553 18.951 13.4111 18.8577L14.8373 20.7538L18.1628 18.8338L17.2333 16.6492C17.8575 15.947 18.3426 15.1184 18.6452 14.2066L21 13.9195V10.0795L18.6449 9.79238C18.5692 9.5645 18.4821 9.34182 18.3843 9.12501C18.0909 8.47459 17.7011 7.87701 17.233 7.35058L18.1627 5.16551L14.8372 3.24551L13.4106 5.14212C12.9549 5.0489 12.4833 5.00001 12.0001 5.00001C11.5169 5.00001 11.0452 5.04896 10.5896 5.14217L9.16284 3.24536L5.83728 5.16537Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
21720
21720
|
"iconName": "settings-gear-4, preferences",
|
|
21721
21721
|
"variant": {
|
|
21722
21722
|
"join": "square",
|
|
@@ -21724,7 +21724,7 @@
|
|
|
21724
21724
|
"radius": "0",
|
|
21725
21725
|
"stroke": "2"
|
|
21726
21726
|
},
|
|
21727
|
-
"createdAt": "2026-05-
|
|
21727
|
+
"createdAt": "2026-05-08T17:31:23.386327+00:00",
|
|
21728
21728
|
"packageName": "square-outlined-radius-0-stroke-2",
|
|
21729
21729
|
"componentName": "IconSettingsGear4"
|
|
21730
21730
|
},
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.232",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|