@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.101 → 1.1.102
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/IconGyroscopeSensor/index.d.ts +4 -0
- package/IconGyroscopeSensor/index.js +2 -0
- package/IconGyroscopeSensor/index.js.map +1 -0
- package/IconGyroscopeSensor/index.mjs +2 -0
- package/IconGyroscopeSensor/index.mjs.map +1 -0
- package/IconProgress100/index.d.ts +4 -0
- package/IconProgress100/index.js +2 -0
- package/IconProgress100/index.js.map +1 -0
- package/IconProgress100/index.mjs +2 -0
- package/IconProgress100/index.mjs.map +1 -0
- package/README.md +2 -1
- package/filtered-icons.json +28 -14
- package/icons/index.d.ts +2 -1
- package/icons-index.json +9 -7
- package/index.d.ts +2 -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/tsx-icons.json +14 -7
- package/IconClawdbot/index.d.ts +0 -4
- package/IconClawdbot/index.js +0 -2
- package/IconClawdbot/index.js.map +0 -1
- package/IconClawdbot/index.mjs +0 -2
- package/IconClawdbot/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(f(r)):{},C(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>C(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconGyroscopeSensor:()=>a,default:()=>I});module.exports=B(P);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(k.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>n.default.createElement(c,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13.7677 10.2321C16.6966 13.1611 18.2795 16.3269 17.3032 17.3032C16.3269 18.2795 13.1611 16.6966 10.2321 13.7677C7.30319 10.8387 5.72028 7.6729 6.69659 6.69659C7.6729 5.72028 10.8387 7.30319 13.7677 10.2321Z",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.2321 10.2321C7.30319 13.1611 5.72028 16.3269 6.69659 17.3032C7.6729 18.2795 10.8387 16.6966 13.7677 13.7677C16.6966 10.8387 18.2795 7.6729 17.3032 6.69659C16.3269 5.72028 13.1611 7.30319 10.2321 10.2321Z",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;0&&(module.exports={IconGyroscopeSensor});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGyroscopeSensor/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 IconGyroscopeSensor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.7677 10.2321C16.6966 13.1611 18.2795 16.3269 17.3032 17.3032C16.3269 18.2795 13.1611 16.6966 10.2321 13.7677C7.30319 10.8387 5.72028 7.6729 6.69659 6.69659C7.6729 5.72028 10.8387 7.30319 13.7677 10.2321Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2321 10.2321C7.30319 13.1611 5.72028 16.3269 6.69659 17.3032C7.6729 18.2795 10.8387 16.6966 13.7677 13.7677C16.6966 10.8387 18.2795 7.6729 17.3032 6.69659C16.3269 5.72028 13.1611 7.30319 10.2321 10.2321Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 6L20.5 3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5L6 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconGyroscopeSensor_exports","__export","IconGyroscopeSensor","IconGyroscopeSensor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as C,Path as e}from"react-native-svg";var d=n=>o.createElement(t,{...n},o.createElement(C,{cx:"12",cy:"12",r:"8.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.7677 10.2321C16.6966 13.1611 18.2795 16.3269 17.3032 17.3032C16.3269 18.2795 13.1611 16.6966 10.2321 13.7677C7.30319 10.8387 5.72028 7.6729 6.69659 6.69659C7.6729 5.72028 10.8387 7.30319 13.7677 10.2321Z",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.2321 10.2321C7.30319 13.1611 5.72028 16.3269 6.69659 17.3032C7.6729 18.2795 10.8387 16.6966 13.7677 13.7677C16.6966 10.8387 18.2795 7.6729 17.3032 6.69659C16.3269 5.72028 13.1611 7.30319 10.2321 10.2321Z",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=d;export{d as IconGyroscopeSensor,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGyroscopeSensor/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 IconGyroscopeSensor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.7677 10.2321C16.6966 13.1611 18.2795 16.3269 17.3032 17.3032C16.3269 18.2795 13.1611 16.6966 10.2321 13.7677C7.30319 10.8387 5.72028 7.6729 6.69659 6.69659C7.6729 5.72028 10.8387 7.30319 13.7677 10.2321Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2321 10.2321C7.30319 13.1611 5.72028 16.3269 6.69659 17.3032C7.6729 18.2795 10.8387 16.6966 13.7677 13.7677C16.6966 10.8387 18.2795 7.6729 17.3032 6.69659C16.3269 5.72028 13.1611 7.30319 10.2321 10.2321Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 6L20.5 3.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5L6 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=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 I(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconProgress100:()=>i,default:()=>h});module.exports=d(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z",fill:"currentColor"})),h=i;0&&(module.exports={IconProgress100});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress100/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 IconProgress100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress100_exports","__export","IconProgress100","IconProgress100_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
|
|
@@ -0,0 +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:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z",fill:"currentColor"})),g=a;export{a as IconProgress100,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconProgress100/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 IconProgress100: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
|
package/README.md
CHANGED
|
@@ -562,6 +562,7 @@ Below is a complete list of available icons:
|
|
|
562
562
|
- IconDevices
|
|
563
563
|
- IconFullscreen1
|
|
564
564
|
- IconFullscreen2
|
|
565
|
+
- IconGyroscopeSensor
|
|
565
566
|
- IconHaptic
|
|
566
567
|
- IconImac
|
|
567
568
|
- IconKeyboardCable
|
|
@@ -1068,6 +1069,7 @@ Below is a complete list of available icons:
|
|
|
1068
1069
|
- IconPlusLarge
|
|
1069
1070
|
- IconPlusSmall
|
|
1070
1071
|
- IconPreview
|
|
1072
|
+
- IconProgress100
|
|
1071
1073
|
- IconProgress25
|
|
1072
1074
|
- IconProgress50
|
|
1073
1075
|
- IconProgress75
|
|
@@ -1487,7 +1489,6 @@ Below is a complete list of available icons:
|
|
|
1487
1489
|
- IconCentralIconSystem
|
|
1488
1490
|
- IconChrome
|
|
1489
1491
|
- IconClaudeai
|
|
1490
|
-
- IconClawdbot
|
|
1491
1492
|
- IconCodepen
|
|
1492
1493
|
- IconCopilot
|
|
1493
1494
|
- IconCosmos
|
package/filtered-icons.json
CHANGED
|
@@ -6454,20 +6454,6 @@
|
|
|
6454
6454
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
6455
6455
|
"componentName": "IconClaudeai"
|
|
6456
6456
|
},
|
|
6457
|
-
{
|
|
6458
|
-
"category": "Social Media & Brands",
|
|
6459
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.25 4C20.6642 4 21 4.33579 21 4.75V7H22.25C22.6642 7 23 7.33579 23 7.75V10.75C23 11.1642 22.6642 11.5 22.25 11.5H21V19.25C21 19.6642 20.6642 20 20.25 20H19.25C18.8358 20 18.5 19.6642 18.5 19.25V16.5H17V19.25C17 19.6642 16.6642 20 16.25 20H15.25C14.8358 20 14.5 19.6642 14.5 19.25V16.5H9.5V19.25C9.5 19.6642 9.16421 20 8.75 20H7.75C7.33579 20 7 19.6642 7 19.25V16.5H5.5V19.25C5.5 19.6642 5.16421 20 4.75 20H3.75C3.33579 20 3 19.6642 3 19.25V11.5H1.75C1.33579 11.5 1 11.1642 1 10.75V7.75C1 7.33579 1.33579 7 1.75 7H3V4.75C3 4.33579 3.33579 4 3.75 4H20.25ZM5.5 8.30957L6.88184 9L5.5 9.69141V10.8096L8.22363 9.44727V8.55273L5.5 7.19141V8.30957ZM15.7764 8.55273V9.44727L18.5 10.8096V9.69141L17.1182 9L18.5 8.30957V7.19141L15.7764 8.55273Z\" fill=\"currentColor\"/>",
|
|
6460
|
-
"iconName": "clawdbot",
|
|
6461
|
-
"variant": {
|
|
6462
|
-
"join": "round",
|
|
6463
|
-
"filled": "off",
|
|
6464
|
-
"radius": "0",
|
|
6465
|
-
"stroke": "2"
|
|
6466
|
-
},
|
|
6467
|
-
"createdAt": "2026-01-26T11:00:52.600029+00:00",
|
|
6468
|
-
"packageName": "round-outlined-radius-0-stroke-2",
|
|
6469
|
-
"componentName": "IconClawdbot"
|
|
6470
|
-
},
|
|
6471
6457
|
{
|
|
6472
6458
|
"category": "Interface General",
|
|
6473
6459
|
"svg": "<path d=\"M15 5H19V21H5V5H9M9 3H15V7H9V3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -11858,6 +11844,20 @@
|
|
|
11858
11844
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
11859
11845
|
"componentName": "IconGumroad"
|
|
11860
11846
|
},
|
|
11847
|
+
{
|
|
11848
|
+
"category": "Devices & Signals",
|
|
11849
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.7677 10.2321C16.6966 13.1611 18.2795 16.3269 17.3032 17.3032C16.3269 18.2795 13.1611 16.6966 10.2321 13.7677C7.30319 10.8387 5.72028 7.6729 6.69659 6.69659C7.6729 5.72028 10.8387 7.30319 13.7677 10.2321Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.2321 10.2321C7.30319 13.1611 5.72028 16.3269 6.69659 17.3032C7.6729 18.2795 10.8387 16.6966 13.7677 13.7677C16.6966 10.8387 18.2795 7.6729 17.3032 6.69659C16.3269 5.72028 13.1611 7.30319 10.2321 10.2321Z\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11850
|
+
"iconName": "gyroscope-sensor",
|
|
11851
|
+
"variant": {
|
|
11852
|
+
"join": "round",
|
|
11853
|
+
"filled": "off",
|
|
11854
|
+
"radius": "0",
|
|
11855
|
+
"stroke": "2"
|
|
11856
|
+
},
|
|
11857
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
11858
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
11859
|
+
"componentName": "IconGyroscopeSensor"
|
|
11860
|
+
},
|
|
11861
11861
|
{
|
|
11862
11862
|
"category": "Typography",
|
|
11863
11863
|
"svg": "<path d=\"M3 5V12V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 5V12V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 12H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 13.5L21 11V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -17248,6 +17248,20 @@
|
|
|
17248
17248
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
17249
17249
|
"componentName": "IconProducthunt"
|
|
17250
17250
|
},
|
|
17251
|
+
{
|
|
17252
|
+
"category": "Interface General",
|
|
17253
|
+
"svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\" fill=\"currentColor\"/>",
|
|
17254
|
+
"iconName": "progress-100, ideas, open, status, task",
|
|
17255
|
+
"variant": {
|
|
17256
|
+
"join": "round",
|
|
17257
|
+
"filled": "off",
|
|
17258
|
+
"radius": "0",
|
|
17259
|
+
"stroke": "2"
|
|
17260
|
+
},
|
|
17261
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
17262
|
+
"packageName": "round-outlined-radius-0-stroke-2",
|
|
17263
|
+
"componentName": "IconProgress100"
|
|
17264
|
+
},
|
|
17251
17265
|
{
|
|
17252
17266
|
"category": "Interface General",
|
|
17253
17267
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -460,7 +460,6 @@ export type CentralIconName =
|
|
|
460
460
|
| "IconClapboard"
|
|
461
461
|
| "IconClapboardWide"
|
|
462
462
|
| "IconClaudeai"
|
|
463
|
-
| "IconClawdbot"
|
|
464
463
|
| "IconClipboard"
|
|
465
464
|
| "IconClipboard2"
|
|
466
465
|
| "IconClipboard2Sparkle"
|
|
@@ -846,6 +845,7 @@ export type CentralIconName =
|
|
|
846
845
|
| "IconGroup3"
|
|
847
846
|
| "IconGrowth"
|
|
848
847
|
| "IconGumroad"
|
|
848
|
+
| "IconGyroscopeSensor"
|
|
849
849
|
| "IconH1"
|
|
850
850
|
| "IconH2"
|
|
851
851
|
| "IconH3"
|
|
@@ -1231,6 +1231,7 @@ export type CentralIconName =
|
|
|
1231
1231
|
| "IconPrinter"
|
|
1232
1232
|
| "IconProcessor"
|
|
1233
1233
|
| "IconProducthunt"
|
|
1234
|
+
| "IconProgress100"
|
|
1234
1235
|
| "IconProgress25"
|
|
1235
1236
|
| "IconProgress50"
|
|
1236
1237
|
| "IconProgress75"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.102",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1713,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 66,
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
429
|
"Devices & Signals": {
|
|
430
|
-
"count":
|
|
430
|
+
"count": 74,
|
|
431
431
|
"icons": [
|
|
432
432
|
"IconAirdrop",
|
|
433
433
|
"IconAirplay",
|
|
@@ -450,6 +450,7 @@
|
|
|
450
450
|
"IconDevices",
|
|
451
451
|
"IconFullscreen1",
|
|
452
452
|
"IconFullscreen2",
|
|
453
|
+
"IconGyroscopeSensor",
|
|
453
454
|
"IconHaptic",
|
|
454
455
|
"IconImac",
|
|
455
456
|
"IconKeyboardCable",
|
|
@@ -852,7 +853,7 @@
|
|
|
852
853
|
]
|
|
853
854
|
},
|
|
854
855
|
"Interface General": {
|
|
855
|
-
"count":
|
|
856
|
+
"count": 179,
|
|
856
857
|
"icons": [
|
|
857
858
|
"IconAnchor1",
|
|
858
859
|
"IconAnchor2",
|
|
@@ -974,6 +975,7 @@
|
|
|
974
975
|
"IconPlusLarge",
|
|
975
976
|
"IconPlusSmall",
|
|
976
977
|
"IconPreview",
|
|
978
|
+
"IconProgress100",
|
|
977
979
|
"IconProgress25",
|
|
978
980
|
"IconProgress50",
|
|
979
981
|
"IconProgress75",
|
|
@@ -1389,7 +1391,7 @@
|
|
|
1389
1391
|
]
|
|
1390
1392
|
},
|
|
1391
1393
|
"Social Media & Brands": {
|
|
1392
|
-
"count":
|
|
1394
|
+
"count": 118,
|
|
1393
1395
|
"icons": [
|
|
1394
1396
|
"IconAdobeAcrobat",
|
|
1395
1397
|
"IconAffinity",
|
|
@@ -1411,7 +1413,6 @@
|
|
|
1411
1413
|
"IconCentralIconSystem",
|
|
1412
1414
|
"IconChrome",
|
|
1413
1415
|
"IconClaudeai",
|
|
1414
|
-
"IconClawdbot",
|
|
1415
1416
|
"IconCodepen",
|
|
1416
1417
|
"IconCopilot",
|
|
1417
1418
|
"IconCosmos",
|
|
@@ -2368,7 +2369,6 @@
|
|
|
2368
2369
|
"IconClapboard": "clapboard, movie, film",
|
|
2369
2370
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2370
2371
|
"IconClaudeai": "claudeai",
|
|
2371
|
-
"IconClawdbot": "clawdbot",
|
|
2372
2372
|
"IconClipboard": "clipboard, copy, list",
|
|
2373
2373
|
"IconClipboard2": "clipboard-2, copy, list",
|
|
2374
2374
|
"IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
|
|
@@ -2754,6 +2754,7 @@
|
|
|
2754
2754
|
"IconGroup3": "group-3",
|
|
2755
2755
|
"IconGrowth": "growth, grow, leafs",
|
|
2756
2756
|
"IconGumroad": "gumroad",
|
|
2757
|
+
"IconGyroscopeSensor": "gyroscope-sensor",
|
|
2757
2758
|
"IconH1": "h1, heading, headline",
|
|
2758
2759
|
"IconH2": "h2, heading, headline",
|
|
2759
2760
|
"IconH3": "h3, heading, headline",
|
|
@@ -3139,6 +3140,7 @@
|
|
|
3139
3140
|
"IconPrinter": "printer, print",
|
|
3140
3141
|
"IconProcessor": "processor, chip",
|
|
3141
3142
|
"IconProducthunt": "producthunt",
|
|
3143
|
+
"IconProgress100": "progress-100, ideas, open, status, task",
|
|
3142
3144
|
"IconProgress25": "progress-25, ideas, open, status, task",
|
|
3143
3145
|
"IconProgress50": "progress-50, ideas, open, status, tas",
|
|
3144
3146
|
"IconProgress75": "progress-75, ideas, open, status, tas",
|
package/index.d.ts
CHANGED
|
@@ -459,7 +459,6 @@ export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCir
|
|
|
459
459
|
export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
|
|
460
460
|
export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
|
|
461
461
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
462
|
-
export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
|
|
463
462
|
export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
|
|
464
463
|
export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
|
|
465
464
|
export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
|
|
@@ -845,6 +844,7 @@ export { IconGroup2, default as IconGroup2Default } from "./IconGroup2";
|
|
|
845
844
|
export { IconGroup3, default as IconGroup3Default } from "./IconGroup3";
|
|
846
845
|
export { IconGrowth, default as IconGrowthDefault } from "./IconGrowth";
|
|
847
846
|
export { IconGumroad, default as IconGumroadDefault } from "./IconGumroad";
|
|
847
|
+
export { IconGyroscopeSensor, default as IconGyroscopeSensorDefault, } from "./IconGyroscopeSensor";
|
|
848
848
|
export { IconH1, default as IconH1Default } from "./IconH1";
|
|
849
849
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
850
850
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
@@ -1230,6 +1230,7 @@ export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
|
|
|
1230
1230
|
export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
|
|
1231
1231
|
export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
|
|
1232
1232
|
export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
|
|
1233
|
+
export { IconProgress100, default as IconProgress100Default, } from "./IconProgress100";
|
|
1233
1234
|
export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
|
|
1234
1235
|
export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
|
|
1235
1236
|
export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
|