@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.227 → 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 u=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(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 B(o))!d.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var L=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconCursorAi:()=>c,default:()=>g});module.exports=P(h);var C=L(require("react"));var l=L(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...t})=>l.default.createElement(m.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"),c=r=>C.default.createElement(i,{...r},C.default.createElement(p.Path,{d:"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4571 9.85158 13.5436 9.62666L14.2405 7.81482C14.342 7.55073 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z",fill:"currentColor"})),g=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=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4571 9.85158 13.5436 9.62666L14.2405 7.81482C14.342 7.55073 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z\"\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,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,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 p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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:"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,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:"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4571 9.85158 13.5436 9.62666L14.2405 7.81482C14.342 7.55073 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z",fill:"currentColor"})),d=a;export{a as IconCursorAi,d 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=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4571 9.85158 13.5436 9.62666L14.2405 7.81482C14.342 7.55073 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z\"\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,gSACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},L=(C,r,o,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!x.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(s=d(r,e))||s.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(k(C)):{},L(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),I=C=>L(t({},"__esModule",{value:!0}),C);var P={};B(P,{IconSettingsGear4:()=>m,default:()=>g});module.exports=I(P);var n=a(require("react"));var i=a(require("react")),c=require("react-native-svg"),l=({children:C,size:r=24,...o})=>i.default.createElement(c.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),m=C=>n.default.createElement(l,{...C},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.06426 4.45707C6.62997 4.70781 6.41283 4.83318 6.28585 5.01396C6.17397 5.17322 6.11101 5.36167 6.10467 5.5562C6.09748 5.777 6.19566 6.00772 6.392 6.46916L6.7671 7.35072C6.14302 8.05263 5.65803 8.88095 5.35534 9.79245L4.40639 9.90814C3.90859 9.96882 3.6597 9.99916 3.47208 10.1158C3.30678 10.2185 3.17506 10.3673 3.09307 10.5438C3 10.7442 3 10.9949 3 11.4964V12.5028C3 13.0043 3 13.255 3.09307 13.4554C3.17506 13.6319 3.30678 13.7806 3.47208 13.8834C3.6597 14 3.90859 14.0304 4.40638 14.091L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.39202 17.5304C6.19567 17.9919 6.0975 18.2226 6.10469 18.4434C6.11103 18.6379 6.17399 18.8264 6.28587 18.9856C6.41285 19.1664 6.62999 19.2918 7.06428 19.5425L7.93587 20.0457C8.37016 20.2965 8.58731 20.4218 8.80736 20.4414C9.00122 20.4587 9.19591 20.419 9.36754 20.3272C9.56235 20.223 9.71308 20.0227 10.0145 19.6219L10.5892 18.8579C11.0449 18.9511 11.5168 19.0001 12.0001 19.0001C12.4834 19.0001 12.9553 18.9511 13.4111 18.8579L13.9856 19.6217C14.2871 20.0224 14.4378 20.2228 14.6326 20.327C14.8042 20.4188 14.9989 20.4585 15.1928 20.4412C15.4128 20.4216 15.63 20.2963 16.0643 20.0455L16.9359 19.5423C17.3701 19.2916 17.5873 19.1662 17.7143 18.9854C17.8261 18.8262 17.8891 18.6377 17.8954 18.4432C17.9026 18.2224 17.8045 17.9917 17.6081 17.5302L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.5936 14.091C20.0914 14.0304 20.3403 14 20.5279 13.8834C20.6932 13.7806 20.8249 13.6319 20.9069 13.4554C21 13.255 21 13.0043 21 12.5028V11.4964C21 10.9949 21 10.7442 20.9069 10.5438C20.8249 10.3673 20.6932 10.2185 20.5279 10.1158C20.3403 9.99916 20.0914 9.96882 19.5936 9.90814L18.6449 9.79248C18.5692 9.5646 18.4821 9.34192 18.3843 9.12511C18.0909 8.47469 17.7011 7.87711 17.233 7.35068L17.608 6.4693C17.8044 6.00786 17.9025 5.77714 17.8953 5.55634C17.889 5.36182 17.826 5.17336 17.7142 5.0141C17.5872 4.83332 17.37 4.70795 16.9358 4.45722L16.0642 3.954C15.6299 3.70327 15.4127 3.5779 15.1927 3.55832C14.9988 3.54106 14.8041 3.58076 14.6325 3.67254C14.4377 3.77671 14.287 3.97709 13.9855 4.37785L13.4106 5.14222C12.9549 5.049 12.4833 5.00011 12.0001 5.00011C11.5169 5.00011 11.0452 5.04906 10.5896 5.14227L10.0145 4.3777C9.71306 3.97695 9.56233 3.77657 9.36752 3.67239C9.19589 3.58062 9.0012 3.54092 8.80734 3.55817C8.58729 3.57775 8.37014 3.70312 7.93585 3.95386L7.06426 4.45707Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;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\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.06426 4.45707C6.62997 4.70781 6.41283 4.83318 6.28585 5.01396C6.17397 5.17322 6.11101 5.36167 6.10467 5.5562C6.09748 5.777 6.19566 6.00772 6.392 6.46916L6.7671 7.35072C6.14302 8.05263 5.65803 8.88095 5.35534 9.79245L4.40639 9.90814C3.90859 9.96882 3.6597 9.99916 3.47208 10.1158C3.30678 10.2185 3.17506 10.3673 3.09307 10.5438C3 10.7442 3 10.9949 3 11.4964V12.5028C3 13.0043 3 13.255 3.09307 13.4554C3.17506 13.6319 3.30678 13.7806 3.47208 13.8834C3.6597 14 3.90859 14.0304 4.40638 14.091L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.39202 17.5304C6.19567 17.9919 6.0975 18.2226 6.10469 18.4434C6.11103 18.6379 6.17399 18.8264 6.28587 18.9856C6.41285 19.1664 6.62999 19.2918 7.06428 19.5425L7.93587 20.0457C8.37016 20.2965 8.58731 20.4218 8.80736 20.4414C9.00122 20.4587 9.19591 20.419 9.36754 20.3272C9.56235 20.223 9.71308 20.0227 10.0145 19.6219L10.5892 18.8579C11.0449 18.9511 11.5168 19.0001 12.0001 19.0001C12.4834 19.0001 12.9553 18.9511 13.4111 18.8579L13.9856 19.6217C14.2871 20.0224 14.4378 20.2228 14.6326 20.327C14.8042 20.4188 14.9989 20.4585 15.1928 20.4412C15.4128 20.4216 15.63 20.2963 16.0643 20.0455L16.9359 19.5423C17.3701 19.2916 17.5873 19.1662 17.7143 18.9854C17.8261 18.8262 17.8891 18.6377 17.8954 18.4432C17.9026 18.2224 17.8045 17.9917 17.6081 17.5302L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.5936 14.091C20.0914 14.0304 20.3403 14 20.5279 13.8834C20.6932 13.7806 20.8249 13.6319 20.9069 13.4554C21 13.255 21 13.0043 21 12.5028V11.4964C21 10.9949 21 10.7442 20.9069 10.5438C20.8249 10.3673 20.6932 10.2185 20.5279 10.1158C20.3403 9.99916 20.0914 9.96882 19.5936 9.90814L18.6449 9.79248C18.5692 9.5646 18.4821 9.34192 18.3843 9.12511C18.0909 8.47469 17.7011 7.87711 17.233 7.35068L17.608 6.4693C17.8044 6.00786 17.9025 5.77714 17.8953 5.55634C17.889 5.36182 17.826 5.17336 17.7142 5.0141C17.5872 4.83332 17.37 4.70795 16.9358 4.45722L16.0642 3.954C15.6299 3.70327 15.4127 3.5779 15.1927 3.55832C14.9988 3.54106 14.8041 3.58076 14.6325 3.67254C14.4377 3.77671 14.287 3.97709 13.9855 4.37785L13.4106 5.14222C12.9549 5.049 12.4833 5.00011 12.0001 5.00011C11.5169 5.00011 11.0452 5.04906 10.5896 5.14227L10.0145 4.3777C9.71306 3.97695 9.56233 3.77657 9.36752 3.67239C9.19589 3.58062 9.0012 3.54092 8.80734 3.55817C8.58729 3.57775 8.37014 3.70312 7.93585 3.95386L7.06426 4.45707Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gzEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Circle as s,Path as L}from"react-native-svg";var a=r=>o.createElement(e,{...r},o.createElement(s,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(L,{d:"M7.06426 4.45707C6.62997 4.70781 6.41283 4.83318 6.28585 5.01396C6.17397 5.17322 6.11101 5.36167 6.10467 5.5562C6.09748 5.777 6.19566 6.00772 6.392 6.46916L6.7671 7.35072C6.14302 8.05263 5.65803 8.88095 5.35534 9.79245L4.40639 9.90814C3.90859 9.96882 3.6597 9.99916 3.47208 10.1158C3.30678 10.2185 3.17506 10.3673 3.09307 10.5438C3 10.7442 3 10.9949 3 11.4964V12.5028C3 13.0043 3 13.255 3.09307 13.4554C3.17506 13.6319 3.30678 13.7806 3.47208 13.8834C3.6597 14 3.90859 14.0304 4.40638 14.091L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.39202 17.5304C6.19567 17.9919 6.0975 18.2226 6.10469 18.4434C6.11103 18.6379 6.17399 18.8264 6.28587 18.9856C6.41285 19.1664 6.62999 19.2918 7.06428 19.5425L7.93587 20.0457C8.37016 20.2965 8.58731 20.4218 8.80736 20.4414C9.00122 20.4587 9.19591 20.419 9.36754 20.3272C9.56235 20.223 9.71308 20.0227 10.0145 19.6219L10.5892 18.8579C11.0449 18.9511 11.5168 19.0001 12.0001 19.0001C12.4834 19.0001 12.9553 18.9511 13.4111 18.8579L13.9856 19.6217C14.2871 20.0224 14.4378 20.2228 14.6326 20.327C14.8042 20.4188 14.9989 20.4585 15.1928 20.4412C15.4128 20.4216 15.63 20.2963 16.0643 20.0455L16.9359 19.5423C17.3701 19.2916 17.5873 19.1662 17.7143 18.9854C17.8261 18.8262 17.8891 18.6377 17.8954 18.4432C17.9026 18.2224 17.8045 17.9917 17.6081 17.5302L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.5936 14.091C20.0914 14.0304 20.3403 14 20.5279 13.8834C20.6932 13.7806 20.8249 13.6319 20.9069 13.4554C21 13.255 21 13.0043 21 12.5028V11.4964C21 10.9949 21 10.7442 20.9069 10.5438C20.8249 10.3673 20.6932 10.2185 20.5279 10.1158C20.3403 9.99916 20.0914 9.96882 19.5936 9.90814L18.6449 9.79248C18.5692 9.5646 18.4821 9.34192 18.3843 9.12511C18.0909 8.47469 17.7011 7.87711 17.233 7.35068L17.608 6.4693C17.8044 6.00786 17.9025 5.77714 17.8953 5.55634C17.889 5.36182 17.826 5.17336 17.7142 5.0141C17.5872 4.83332 17.37 4.70795 16.9358 4.45722L16.0642 3.954C15.6299 3.70327 15.4127 3.5779 15.1927 3.55832C14.9988 3.54106 14.8041 3.58076 14.6325 3.67254C14.4377 3.77671 14.287 3.97709 13.9855 4.37785L13.4106 5.14222C12.9549 5.049 12.4833 5.00011 12.0001 5.00011C11.5169 5.00011 11.0452 5.04906 10.5896 5.14227L10.0145 4.3777C9.71306 3.97695 9.56233 3.77657 9.36752 3.67239C9.19589 3.58062 9.0012 3.54092 8.80734 3.55817C8.58729 3.57775 8.37014 3.70312 7.93585 3.95386L7.06426 4.45707Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconSettingsGear4,B 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\n cx=\"12\"\n cy=\"12\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.06426 4.45707C6.62997 4.70781 6.41283 4.83318 6.28585 5.01396C6.17397 5.17322 6.11101 5.36167 6.10467 5.5562C6.09748 5.777 6.19566 6.00772 6.392 6.46916L6.7671 7.35072C6.14302 8.05263 5.65803 8.88095 5.35534 9.79245L4.40639 9.90814C3.90859 9.96882 3.6597 9.99916 3.47208 10.1158C3.30678 10.2185 3.17506 10.3673 3.09307 10.5438C3 10.7442 3 10.9949 3 11.4964V12.5028C3 13.0043 3 13.255 3.09307 13.4554C3.17506 13.6319 3.30678 13.7806 3.47208 13.8834C3.6597 14 3.90859 14.0304 4.40638 14.091L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.39202 17.5304C6.19567 17.9919 6.0975 18.2226 6.10469 18.4434C6.11103 18.6379 6.17399 18.8264 6.28587 18.9856C6.41285 19.1664 6.62999 19.2918 7.06428 19.5425L7.93587 20.0457C8.37016 20.2965 8.58731 20.4218 8.80736 20.4414C9.00122 20.4587 9.19591 20.419 9.36754 20.3272C9.56235 20.223 9.71308 20.0227 10.0145 19.6219L10.5892 18.8579C11.0449 18.9511 11.5168 19.0001 12.0001 19.0001C12.4834 19.0001 12.9553 18.9511 13.4111 18.8579L13.9856 19.6217C14.2871 20.0224 14.4378 20.2228 14.6326 20.327C14.8042 20.4188 14.9989 20.4585 15.1928 20.4412C15.4128 20.4216 15.63 20.2963 16.0643 20.0455L16.9359 19.5423C17.3701 19.2916 17.5873 19.1662 17.7143 18.9854C17.8261 18.8262 17.8891 18.6377 17.8954 18.4432C17.9026 18.2224 17.8045 17.9917 17.6081 17.5302L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.5936 14.091C20.0914 14.0304 20.3403 14 20.5279 13.8834C20.6932 13.7806 20.8249 13.6319 20.9069 13.4554C21 13.255 21 13.0043 21 12.5028V11.4964C21 10.9949 21 10.7442 20.9069 10.5438C20.8249 10.3673 20.6932 10.2185 20.5279 10.1158C20.3403 9.99916 20.0914 9.96882 19.5936 9.90814L18.6449 9.79248C18.5692 9.5646 18.4821 9.34192 18.3843 9.12511C18.0909 8.47469 17.7011 7.87711 17.233 7.35068L17.608 6.4693C17.8044 6.00786 17.9025 5.77714 17.8953 5.55634C17.889 5.36182 17.826 5.17336 17.7142 5.0141C17.5872 4.83332 17.37 4.70795 16.9358 4.45722L16.0642 3.954C15.6299 3.70327 15.4127 3.5779 15.1927 3.55832C14.9988 3.54106 14.8041 3.58076 14.6325 3.67254C14.4377 3.77671 14.287 3.97709 13.9855 4.37785L13.4106 5.14222C12.9549 5.049 12.4833 5.00011 12.0001 5.00011C11.5169 5.00011 11.0452 5.04906 10.5896 5.14227L10.0145 4.3777C9.71306 3.97695 9.56233 3.77657 9.36752 3.67239C9.19589 3.58062 9.0012 3.54092 8.80734 3.55817C8.58729 3.57775 8.37014 3.70312 7.93585 3.95386L7.06426 4.45707Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gzEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"
|
|
8825
|
+
"svg": "<path d=\"M5.99981 4.19988L5.04149 3.81655C4.2445 3.49776 3.44267 4.26519 3.72624 5.07538L9.16656 20.6192C9.46575 21.474 10.6564 21.5226 11.0242 20.6949L13.8436 14.3513C13.9442 14.1251 14.125 13.9442 14.3513 13.8437L20.6681 11.0362C21.4992 10.6668 21.4457 9.46965 20.5849 9.17596L18.9212 8.60837\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.2405 4.18518L13.5436 2.37334C13.4571 2.14842 13.241 2 13 2C12.759 2 12.5429 2.14842 12.4564 2.37334L11.7595 4.18518C11.658 4.44927 11.4493 4.65797 11.1852 4.75955L9.37334 5.45641C9.14842 5.54292 9 5.75901 9 6C9 6.24099 9.14842 6.45708 9.37334 6.54359L11.1852 7.24045C11.4493 7.34203 11.658 7.55073 11.7595 7.81482L12.4564 9.62666C12.5429 9.85158 12.759 10 13 10C13.241 10 13.4571 9.85158 13.5436 9.62666L14.2405 7.81482C14.342 7.55073 14.5507 7.34203 14.8148 7.24045L16.6267 6.54359C16.8516 6.45708 17 6.24099 17 6C17 5.75901 16.8516 5.54292 16.6267 5.45641L14.8148 4.75955C14.5507 4.65797 14.342 4.44927 14.2405 4.18518Z\" fill=\"currentColor\"/>",
|
|
8826
8826
|
"iconName": "cursor-ai, agent, magic",
|
|
8827
8827
|
"variant": {
|
|
8828
8828
|
"join": "round",
|
|
@@ -21714,6 +21714,20 @@
|
|
|
21714
21714
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
21715
21715
|
"componentName": "IconSettingsGear3"
|
|
21716
21716
|
},
|
|
21717
|
+
{
|
|
21718
|
+
"category": "Filter & Settings",
|
|
21719
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.06426 4.45707C6.62997 4.70781 6.41283 4.83318 6.28585 5.01396C6.17397 5.17322 6.11101 5.36167 6.10467 5.5562C6.09748 5.777 6.19566 6.00772 6.392 6.46916L6.7671 7.35072C6.14302 8.05263 5.65803 8.88095 5.35534 9.79245L4.40639 9.90814C3.90859 9.96882 3.6597 9.99916 3.47208 10.1158C3.30678 10.2185 3.17506 10.3673 3.09307 10.5438C3 10.7442 3 10.9949 3 11.4964V12.5028C3 13.0043 3 13.255 3.09307 13.4554C3.17506 13.6319 3.30678 13.7806 3.47208 13.8834C3.6597 14 3.90859 14.0304 4.40638 14.091L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.39202 17.5304C6.19567 17.9919 6.0975 18.2226 6.10469 18.4434C6.11103 18.6379 6.17399 18.8264 6.28587 18.9856C6.41285 19.1664 6.62999 19.2918 7.06428 19.5425L7.93587 20.0457C8.37016 20.2965 8.58731 20.4218 8.80736 20.4414C9.00122 20.4587 9.19591 20.419 9.36754 20.3272C9.56235 20.223 9.71308 20.0227 10.0145 19.6219L10.5892 18.8579C11.0449 18.9511 11.5168 19.0001 12.0001 19.0001C12.4834 19.0001 12.9553 18.9511 13.4111 18.8579L13.9856 19.6217C14.2871 20.0224 14.4378 20.2228 14.6326 20.327C14.8042 20.4188 14.9989 20.4585 15.1928 20.4412C15.4128 20.4216 15.63 20.2963 16.0643 20.0455L16.9359 19.5423C17.3701 19.2916 17.5873 19.1662 17.7143 18.9854C17.8261 18.8262 17.8891 18.6377 17.8954 18.4432C17.9026 18.2224 17.8045 17.9917 17.6081 17.5302L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.5936 14.091C20.0914 14.0304 20.3403 14 20.5279 13.8834C20.6932 13.7806 20.8249 13.6319 20.9069 13.4554C21 13.255 21 13.0043 21 12.5028V11.4964C21 10.9949 21 10.7442 20.9069 10.5438C20.8249 10.3673 20.6932 10.2185 20.5279 10.1158C20.3403 9.99916 20.0914 9.96882 19.5936 9.90814L18.6449 9.79248C18.5692 9.5646 18.4821 9.34192 18.3843 9.12511C18.0909 8.47469 17.7011 7.87711 17.233 7.35068L17.608 6.4693C17.8044 6.00786 17.9025 5.77714 17.8953 5.55634C17.889 5.36182 17.826 5.17336 17.7142 5.0141C17.5872 4.83332 17.37 4.70795 16.9358 4.45722L16.0642 3.954C15.6299 3.70327 15.4127 3.5779 15.1927 3.55832C14.9988 3.54106 14.8041 3.58076 14.6325 3.67254C14.4377 3.77671 14.287 3.97709 13.9855 4.37785L13.4106 5.14222C12.9549 5.049 12.4833 5.00011 12.0001 5.00011C11.5169 5.00011 11.0452 5.04906 10.5896 5.14227L10.0145 4.3777C9.71306 3.97695 9.56233 3.77657 9.36752 3.67239C9.19589 3.58062 9.0012 3.54092 8.80734 3.55817C8.58729 3.57775 8.37014 3.70312 7.93585 3.95386L7.06426 4.45707Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
21720
|
+
"iconName": "settings-gear-4, preferences",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "round",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "1",
|
|
21725
|
+
"stroke": "2"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-05-08T06:02:14.652539+00:00",
|
|
21728
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
21729
|
+
"componentName": "IconSettingsGear4"
|
|
21730
|
+
},
|
|
21717
21731
|
{
|
|
21718
21732
|
"category": "Filter & Settings",
|
|
21719
21733
|
"svg": "<path d=\"M15.5355 15.5316C17.4882 13.5723 17.4882 10.3976 15.5355 8.4383C13.6227 6.52057 10.3744 6.52057 8.46454 8.4383C6.51182 10.3976 6.51182 13.5723 8.46454 15.5316C10.4158 17.4895 13.5827 17.4895 15.5355 15.5316ZM15.5355 15.5316L14.8569 14.8571L12.7142 12.7143\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 18.4V5.6C20 5.03995 20 4.75992 19.891 4.54601C19.7951 4.35785 19.6422 4.20487 19.454 4.10899C19.2401 4 18.9601 4 18.4 4H5.6C5.03995 4 4.75992 4 4.54601 4.10899C4.35785 4.20487 4.20487 4.35785 4.10899 4.54601C4 4.75992 4 5.03995 4 5.6V18.4C4 18.96 4 19.2401 4.10899 19.454C4.20487 19.6421 4.35785 19.7951 4.54601 19.891C4.75992 20 5.03995 20 5.6 20H18.4C18.9601 20 19.2401 20 19.454 19.891C19.6422 19.7951 19.7951 19.6421 19.891 19.454C20 19.2401 20 18.96 20 18.4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.229",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-2/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";
|