@central-icons-react-native/round-outlined-radius-2-stroke-2 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 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:"M19.1275 8.1541L19.4844 8.27048C21.2921 8.85994 21.3347 11.4018 19.5479 12.0515L14.6725 13.8244C14.3945 13.9255 14.1755 14.1445 14.0744 14.4225L12.2036 19.5672C11.5647 21.3241 9.07915 21.322 8.44327 19.564L3.47165 5.81891C2.89165 4.2154 4.45568 2.66811 6.05286 3.26532L7.38283 3.76261",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=\"M19.1275 8.
|
|
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=\"M19.1275 8.1541L19.4844 8.27048C21.2921 8.85994 21.3347 11.4018 19.5479 12.0515L14.6725 13.8244C14.3945 13.9255 14.1755 14.1445 14.0744 14.4225L12.2036 19.5672C11.5647 21.3241 9.07915 21.322 8.44327 19.564L3.47165 5.81891C2.89165 4.2154 4.45568 2.66811 6.05286 3.26532L7.38283 3.76261\"\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,+RACF,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:"M19.1275 8.
|
|
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:"M19.1275 8.1541L19.4844 8.27048C21.2921 8.85994 21.3347 11.4018 19.5479 12.0515L14.6725 13.8244C14.3945 13.9255 14.1755 14.1445 14.0744 14.4225L12.2036 19.5672C11.5647 21.3241 9.07915 21.322 8.44327 19.564L3.47165 5.81891C2.89165 4.2154 4.45568 2.66811 6.05286 3.26532L7.38283 3.76261",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=\"M19.1275 8.
|
|
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=\"M19.1275 8.1541L19.4844 8.27048C21.2921 8.85994 21.3347 11.4018 19.5479 12.0515L14.6725 13.8244C14.3945 13.9255 14.1755 14.1445 14.0744 14.4225L12.2036 19.5672C11.5647 21.3241 9.07915 21.322 8.44327 19.564L3.47165 5.81891C2.89165 4.2154 4.45568 2.66811 6.05286 3.26532L7.38283 3.76261\"\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,+RACF,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 f=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)e(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of x(r))!I.call(C,t)&&t!==o&&e(C,t,{get:()=>r[t],enumerable:!(s=u(r,t))||s.enumerable});return C};var c=(C,r,o)=>(o=C!=null?f(B(C)):{},a(r||!C||!C.__esModule?e(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(e({},"__esModule",{value:!0}),C);var h={};g(h,{IconSettingsGear4:()=>i,default:()=>d});module.exports=P(h);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),L=({children:C,size:r=24,...o})=>l.default.createElement(m.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"),i=C=>n.default.createElement(L,{...C},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M7.50006 4.20548C7.37881 4.27548 7.31818 4.31048 7.26731 4.34414C6.50091 4.8513 6.17876 5.81548 6.48638 6.68148C6.50679 6.73896 6.5342 6.80338 6.58902 6.93221L6.7671 7.35073C6.14302 8.05264 5.65803 8.88096 5.35534 9.79246L4.9059 9.84725C4.76692 9.86419 4.69743 9.87267 4.63744 9.88372C3.73366 10.0503 3.05973 10.8114 3.00372 11.7287C3 11.7896 3 11.8596 3 11.9996C3 12.1396 3 12.2096 3.00372 12.2705C3.05973 13.1878 3.73366 13.9489 4.63744 14.1155C4.69743 14.1265 4.76692 14.135 4.9059 14.152L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.58904 17.0674C6.53422 17.1962 6.50681 17.2607 6.48639 17.3181C6.17878 18.1841 6.50093 19.1483 7.26733 19.6555C7.3182 19.6891 7.37883 19.7241 7.50008 19.7941C7.62133 19.8641 7.68195 19.8991 7.73654 19.9264C8.55895 20.3365 9.55503 20.1334 10.1512 19.434C10.1908 19.3876 10.2329 19.3316 10.317 19.2198L10.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.6831 19.2195C13.7673 19.3314 13.8094 19.3874 13.8489 19.4338C14.4451 20.1332 15.4412 20.3363 16.2636 19.9262C16.3182 19.8989 16.3788 19.8639 16.5001 19.7939C16.6213 19.7239 16.6819 19.6889 16.7328 19.6553C17.4992 19.1481 17.8214 18.1839 17.5137 17.3179C17.4933 17.2604 17.4659 17.196 17.4111 17.0672L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.0941 14.1519C19.2331 14.135 19.3026 14.1265 19.3626 14.1155C20.2663 13.9489 20.9403 13.1878 20.9963 12.2705C21 12.2096 21 12.1396 21 11.9996C21 11.8596 21 11.7896 20.9963 11.7287C20.9403 10.8114 20.2663 10.0503 19.3626 9.88372C19.3026 9.87267 19.2331 9.86419 19.0941 9.84725L18.6449 9.79249C18.5692 9.56461 18.4821 9.34193 18.3843 9.12512C18.0909 8.4747 17.7011 7.87712 17.233 7.35069L17.411 6.93235C17.4658 6.80352 17.4932 6.7391 17.5136 6.68162C17.8213 5.81562 17.4991 4.85144 16.7327 4.34429C16.6818 4.31063 16.6212 4.27562 16.5 4.20562C16.3787 4.13561 16.3181 4.10061 16.2635 4.07339C15.4411 3.66324 14.445 3.86634 13.8488 4.56574C13.8093 4.61217 13.7672 4.66811 13.683 4.78L13.4106 5.14223C12.9549 5.04901 12.4833 5.00012 12.0001 5.00012C11.5169 5.00012 11.0452 5.04907 10.5896 5.14228L10.317 4.77986C10.2328 4.66797 10.1908 4.61202 10.1512 4.5656C9.55501 3.8662 8.55893 3.6631 7.73652 4.07324C7.68194 4.10047 7.62131 4.13547 7.50006 4.20548Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),d=i;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\" strokeWidth=\"2\" />\n <Path\n d=\"M7.50006 4.20548C7.37881 4.27548 7.31818 4.31048 7.26731 4.34414C6.50091 4.8513 6.17876 5.81548 6.48638 6.68148C6.50679 6.73896 6.5342 6.80338 6.58902 6.93221L6.7671 7.35073C6.14302 8.05264 5.65803 8.88096 5.35534 9.79246L4.9059 9.84725C4.76692 9.86419 4.69743 9.87267 4.63744 9.88372C3.73366 10.0503 3.05973 10.8114 3.00372 11.7287C3 11.7896 3 11.8596 3 11.9996C3 12.1396 3 12.2096 3.00372 12.2705C3.05973 13.1878 3.73366 13.9489 4.63744 14.1155C4.69743 14.1265 4.76692 14.135 4.9059 14.152L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.58904 17.0674C6.53422 17.1962 6.50681 17.2607 6.48639 17.3181C6.17878 18.1841 6.50093 19.1483 7.26733 19.6555C7.3182 19.6891 7.37883 19.7241 7.50008 19.7941C7.62133 19.8641 7.68195 19.8991 7.73654 19.9264C8.55895 20.3365 9.55503 20.1334 10.1512 19.434C10.1908 19.3876 10.2329 19.3316 10.317 19.2198L10.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.6831 19.2195C13.7673 19.3314 13.8094 19.3874 13.8489 19.4338C14.4451 20.1332 15.4412 20.3363 16.2636 19.9262C16.3182 19.8989 16.3788 19.8639 16.5001 19.7939C16.6213 19.7239 16.6819 19.6889 16.7328 19.6553C17.4992 19.1481 17.8214 18.1839 17.5137 17.3179C17.4933 17.2604 17.4659 17.196 17.4111 17.0672L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.0941 14.1519C19.2331 14.135 19.3026 14.1265 19.3626 14.1155C20.2663 13.9489 20.9403 13.1878 20.9963 12.2705C21 12.2096 21 12.1396 21 11.9996C21 11.8596 21 11.7896 20.9963 11.7287C20.9403 10.8114 20.2663 10.0503 19.3626 9.88372C19.3026 9.87267 19.2331 9.86419 19.0941 9.84725L18.6449 9.79249C18.5692 9.56461 18.4821 9.34193 18.3843 9.12512C18.0909 8.4747 17.7011 7.87712 17.233 7.35069L17.411 6.93235C17.4658 6.80352 17.4932 6.7391 17.5136 6.68162C17.8213 5.81562 17.4991 4.85144 16.7327 4.34429C16.6818 4.31063 16.6212 4.27562 16.5 4.20562C16.3787 4.13561 16.3181 4.10061 16.2635 4.07339C15.4411 3.66324 14.445 3.86634 13.8488 4.56574C13.8093 4.61217 13.7672 4.66811 13.683 4.78L13.4106 5.14223C12.9549 5.04901 12.4833 5.00012 12.0001 5.00012C11.5169 5.00012 11.0452 5.04907 10.5896 5.14228L10.317 4.77986C10.2328 4.66797 10.1908 4.61202 10.1512 4.5656C9.55501 3.8662 8.55893 3.6631 7.73652 4.07324C7.68194 4.10047 7.62131 4.13547 7.50006 4.20548Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,ivEACF,OAAO,eACP,YAAY,IACZ,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 t=({children:r,size:C=24,...e})=>n.createElement(p,{...e,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 a}from"react-native-svg";var c=r=>o.createElement(t,{...r},o.createElement(s,{cx:"12",cy:"12",r:"3",stroke:"currentColor",strokeWidth:"2"}),o.createElement(a,{d:"M7.50006 4.20548C7.37881 4.27548 7.31818 4.31048 7.26731 4.34414C6.50091 4.8513 6.17876 5.81548 6.48638 6.68148C6.50679 6.73896 6.5342 6.80338 6.58902 6.93221L6.7671 7.35073C6.14302 8.05264 5.65803 8.88096 5.35534 9.79246L4.9059 9.84725C4.76692 9.86419 4.69743 9.87267 4.63744 9.88372C3.73366 10.0503 3.05973 10.8114 3.00372 11.7287C3 11.7896 3 11.8596 3 11.9996C3 12.1396 3 12.2096 3.00372 12.2705C3.05973 13.1878 3.73366 13.9489 4.63744 14.1155C4.69743 14.1265 4.76692 14.135 4.9059 14.152L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.58904 17.0674C6.53422 17.1962 6.50681 17.2607 6.48639 17.3181C6.17878 18.1841 6.50093 19.1483 7.26733 19.6555C7.3182 19.6891 7.37883 19.7241 7.50008 19.7941C7.62133 19.8641 7.68195 19.8991 7.73654 19.9264C8.55895 20.3365 9.55503 20.1334 10.1512 19.434C10.1908 19.3876 10.2329 19.3316 10.317 19.2198L10.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.6831 19.2195C13.7673 19.3314 13.8094 19.3874 13.8489 19.4338C14.4451 20.1332 15.4412 20.3363 16.2636 19.9262C16.3182 19.8989 16.3788 19.8639 16.5001 19.7939C16.6213 19.7239 16.6819 19.6889 16.7328 19.6553C17.4992 19.1481 17.8214 18.1839 17.5137 17.3179C17.4933 17.2604 17.4659 17.196 17.4111 17.0672L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.0941 14.1519C19.2331 14.135 19.3026 14.1265 19.3626 14.1155C20.2663 13.9489 20.9403 13.1878 20.9963 12.2705C21 12.2096 21 12.1396 21 11.9996C21 11.8596 21 11.7896 20.9963 11.7287C20.9403 10.8114 20.2663 10.0503 19.3626 9.88372C19.3026 9.87267 19.2331 9.86419 19.0941 9.84725L18.6449 9.79249C18.5692 9.56461 18.4821 9.34193 18.3843 9.12512C18.0909 8.4747 17.7011 7.87712 17.233 7.35069L17.411 6.93235C17.4658 6.80352 17.4932 6.7391 17.5136 6.68162C17.8213 5.81562 17.4991 4.85144 16.7327 4.34429C16.6818 4.31063 16.6212 4.27562 16.5 4.20562C16.3787 4.13561 16.3181 4.10061 16.2635 4.07339C15.4411 3.66324 14.445 3.86634 13.8488 4.56574C13.8093 4.61217 13.7672 4.66811 13.683 4.78L13.4106 5.14223C12.9549 5.04901 12.4833 5.00012 12.0001 5.00012C11.5169 5.00012 11.0452 5.04907 10.5896 5.14228L10.317 4.77986C10.2328 4.66797 10.1908 4.61202 10.1512 4.5656C9.55501 3.8662 8.55893 3.6631 7.73652 4.07324C7.68194 4.10047 7.62131 4.13547 7.50006 4.20548Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),g=c;export{c 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\" strokeWidth=\"2\" />\n <Path\n d=\"M7.50006 4.20548C7.37881 4.27548 7.31818 4.31048 7.26731 4.34414C6.50091 4.8513 6.17876 5.81548 6.48638 6.68148C6.50679 6.73896 6.5342 6.80338 6.58902 6.93221L6.7671 7.35073C6.14302 8.05264 5.65803 8.88096 5.35534 9.79246L4.9059 9.84725C4.76692 9.86419 4.69743 9.87267 4.63744 9.88372C3.73366 10.0503 3.05973 10.8114 3.00372 11.7287C3 11.7896 3 11.8596 3 11.9996C3 12.1396 3 12.2096 3.00372 12.2705C3.05973 13.1878 3.73366 13.9489 4.63744 14.1155C4.69743 14.1265 4.76692 14.135 4.9059 14.152L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.58904 17.0674C6.53422 17.1962 6.50681 17.2607 6.48639 17.3181C6.17878 18.1841 6.50093 19.1483 7.26733 19.6555C7.3182 19.6891 7.37883 19.7241 7.50008 19.7941C7.62133 19.8641 7.68195 19.8991 7.73654 19.9264C8.55895 20.3365 9.55503 20.1334 10.1512 19.434C10.1908 19.3876 10.2329 19.3316 10.317 19.2198L10.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.6831 19.2195C13.7673 19.3314 13.8094 19.3874 13.8489 19.4338C14.4451 20.1332 15.4412 20.3363 16.2636 19.9262C16.3182 19.8989 16.3788 19.8639 16.5001 19.7939C16.6213 19.7239 16.6819 19.6889 16.7328 19.6553C17.4992 19.1481 17.8214 18.1839 17.5137 17.3179C17.4933 17.2604 17.4659 17.196 17.4111 17.0672L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.0941 14.1519C19.2331 14.135 19.3026 14.1265 19.3626 14.1155C20.2663 13.9489 20.9403 13.1878 20.9963 12.2705C21 12.2096 21 12.1396 21 11.9996C21 11.8596 21 11.7896 20.9963 11.7287C20.9403 10.8114 20.2663 10.0503 19.3626 9.88372C19.3026 9.87267 19.2331 9.86419 19.0941 9.84725L18.6449 9.79249C18.5692 9.56461 18.4821 9.34193 18.3843 9.12512C18.0909 8.4747 17.7011 7.87712 17.233 7.35069L17.411 6.93235C17.4658 6.80352 17.4932 6.7391 17.5136 6.68162C17.8213 5.81562 17.4991 4.85144 16.7327 4.34429C16.6818 4.31063 16.6212 4.27562 16.5 4.20562C16.3787 4.13561 16.3181 4.10061 16.2635 4.07339C15.4411 3.66324 14.445 3.86634 13.8488 4.56574C13.8093 4.61217 13.7672 4.66811 13.683 4.78L13.4106 5.14223C12.9549 5.04901 12.4833 5.00012 12.0001 5.00012C11.5169 5.00012 11.0452 5.04907 10.5896 5.14228L10.317 4.77986C10.2328 4.66797 10.1908 4.61202 10.1512 4.5656C9.55501 3.8662 8.55893 3.6631 7.73652 4.07324C7.68194 4.10047 7.62131 4.13547 7.50006 4.20548Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,ivEACF,OAAO,eACP,YAAY,IACZ,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=\"M19.1275 8.
|
|
8825
|
+
"svg": "<path d=\"M19.1275 8.1541L19.4844 8.27048C21.2921 8.85994 21.3347 11.4018 19.5479 12.0515L14.6725 13.8244C14.3945 13.9255 14.1755 14.1445 14.0744 14.4225L12.2036 19.5672C11.5647 21.3241 9.07915 21.322 8.44327 19.564L3.47165 5.81891C2.89165 4.2154 4.45568 2.66811 6.05286 3.26532L7.38283 3.76261\" 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-2-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\"/><path d=\"M7.50006 4.20548C7.37881 4.27548 7.31818 4.31048 7.26731 4.34414C6.50091 4.8513 6.17876 5.81548 6.48638 6.68148C6.50679 6.73896 6.5342 6.80338 6.58902 6.93221L6.7671 7.35073C6.14302 8.05264 5.65803 8.88096 5.35534 9.79246L4.9059 9.84725C4.76692 9.86419 4.69743 9.87267 4.63744 9.88372C3.73366 10.0503 3.05973 10.8114 3.00372 11.7287C3 11.7896 3 11.8596 3 11.9996C3 12.1396 3 12.2096 3.00372 12.2705C3.05973 13.1878 3.73366 13.9489 4.63744 14.1155C4.69743 14.1265 4.76692 14.135 4.9059 14.152L5.35498 14.2067C5.65762 15.1185 6.14269 15.9472 6.76694 16.6493L6.58904 17.0674C6.53422 17.1962 6.50681 17.2607 6.48639 17.3181C6.17878 18.1841 6.50093 19.1483 7.26733 19.6555C7.3182 19.6891 7.37883 19.7241 7.50008 19.7941C7.62133 19.8641 7.68195 19.8991 7.73654 19.9264C8.55895 20.3365 9.55503 20.1334 10.1512 19.434C10.1908 19.3876 10.2329 19.3316 10.317 19.2198L10.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.6831 19.2195C13.7673 19.3314 13.8094 19.3874 13.8489 19.4338C14.4451 20.1332 15.4412 20.3363 16.2636 19.9262C16.3182 19.8989 16.3788 19.8639 16.5001 19.7939C16.6213 19.7239 16.6819 19.6889 16.7328 19.6553C17.4992 19.1481 17.8214 18.1839 17.5137 17.3179C17.4933 17.2604 17.4659 17.196 17.4111 17.0672L17.2333 16.6493C17.8575 15.9471 18.3426 15.1185 18.6452 14.2067L19.0941 14.1519C19.2331 14.135 19.3026 14.1265 19.3626 14.1155C20.2663 13.9489 20.9403 13.1878 20.9963 12.2705C21 12.2096 21 12.1396 21 11.9996C21 11.8596 21 11.7896 20.9963 11.7287C20.9403 10.8114 20.2663 10.0503 19.3626 9.88372C19.3026 9.87267 19.2331 9.86419 19.0941 9.84725L18.6449 9.79249C18.5692 9.56461 18.4821 9.34193 18.3843 9.12512C18.0909 8.4747 17.7011 7.87712 17.233 7.35069L17.411 6.93235C17.4658 6.80352 17.4932 6.7391 17.5136 6.68162C17.8213 5.81562 17.4991 4.85144 16.7327 4.34429C16.6818 4.31063 16.6212 4.27562 16.5 4.20562C16.3787 4.13561 16.3181 4.10061 16.2635 4.07339C15.4411 3.66324 14.445 3.86634 13.8488 4.56574C13.8093 4.61217 13.7672 4.66811 13.683 4.78L13.4106 5.14223C12.9549 5.04901 12.4833 5.00012 12.0001 5.00012C11.5169 5.00012 11.0452 5.04907 10.5896 5.14228L10.317 4.77986C10.2328 4.66797 10.1908 4.61202 10.1512 4.5656C9.55501 3.8662 8.55893 3.6631 7.73652 4.07324C7.68194 4.10047 7.62131 4.13547 7.50006 4.20548Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
21720
|
+
"iconName": "settings-gear-4, preferences",
|
|
21721
|
+
"variant": {
|
|
21722
|
+
"join": "round",
|
|
21723
|
+
"filled": "off",
|
|
21724
|
+
"radius": "2",
|
|
21725
|
+
"stroke": "2"
|
|
21726
|
+
},
|
|
21727
|
+
"createdAt": "2026-05-08T17:31:23.386327+00:00",
|
|
21728
|
+
"packageName": "round-outlined-radius-2-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 16.8V7.2C20 6.07989 20 5.51984 19.782 5.09202C19.5903 4.71569 19.2843 4.40973 18.908 4.21799C18.4802 4 17.9201 4 16.8 4H7.2C6.0799 4 5.51984 4 5.09202 4.21799C4.71569 4.40973 4.40973 4.71569 4.21799 5.09202C4 5.51984 4 6.07989 4 7.2V16.8C4 17.9201 4 18.4802 4.21799 18.908C4.40973 19.2843 4.71569 19.5903 5.09202 19.782C5.51984 20 6.0799 20 7.2 20H16.8C17.9201 20 18.4802 20 18.908 19.782C19.2843 19.5903 19.5903 19.2843 19.782 18.908C20 18.4802 20 17.9201 20 16.8Z\" 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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.232",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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";
|