@central-icons-react-native/round-outlined-radius-3-stroke-1 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 k=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!x.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconGyroscopeSensor:()=>l,default:()=>P});module.exports=I(g);var e=u(require("react"));var c=u(require("react")),a=require("react-native-svg"),d=({children:r,size:o=24,...n})=>c.default.createElement(a.Svg,{...n,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"),l=r=>e.default.createElement(d,{...r},e.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.7688 10.2322C17.0882 13.5517 18.9877 17.0341 18.0114 18.0104C17.0351 18.9867 13.5527 17.0872 10.2332 13.7678C6.91377 10.4483 5.01427 6.96592 5.99058 5.98961C6.9669 5.0133 10.4493 6.91279 13.7688 10.2322Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;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=\"9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.7688 10.2322C17.0882 13.5517 18.9877 17.0341 18.0114 18.0104C17.0351 18.9867 13.5527 17.0872 10.2332 13.7678C6.91377 10.4483 5.01427 6.96592 5.99058 5.98961C6.9669 5.0133 10.4493 6.91279 13.7688 10.2322Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 6L20.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5L6 18\"\n stroke=\"currentColor\"\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,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(i,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13.7688 10.2322C17.0882 13.5517 18.9877 17.0341 18.0114 18.0104C17.0351 18.9867 13.5527 17.0872 10.2332 13.7678C6.91377 10.4483 5.01427 6.96592 5.99058 5.98961C6.9669 5.0133 10.4493 6.91279 13.7688 10.2322Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconGyroscopeSensor,B 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=\"9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.7688 10.2322C17.0882 13.5517 18.9877 17.0341 18.0114 18.0104C17.0351 18.9867 13.5527 17.0872 10.2332 13.7678C6.91377 10.4483 5.01427 6.96592 5.99058 5.98961C6.9669 5.0133 10.4493 6.91279 13.7688 10.2322Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 6L20.5 3.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 20.5L6 18\"\n stroke=\"currentColor\"\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,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,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 e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconProgress100:()=>i,default:()=>v});module.exports=d(h);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(c.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z",fill:"currentColor"})),v=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.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 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,8IACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,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 e from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({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=>e.createElement(t,{...o},e.createElement(n,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinejoin:"round"}),e.createElement(n,{d:"M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 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.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 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,8IACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,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-3-stroke-1",
|
|
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": "3",
|
|
6465
|
-
"stroke": "1"
|
|
6466
|
-
},
|
|
6467
|
-
"createdAt": "2026-01-26T11:00:52.600029+00:00",
|
|
6468
|
-
"packageName": "round-outlined-radius-3-stroke-1",
|
|
6469
|
-
"componentName": "IconClawdbot"
|
|
6470
|
-
},
|
|
6471
6457
|
{
|
|
6472
6458
|
"category": "Interface General",
|
|
6473
6459
|
"svg": "<path d=\"M15.5 4.5H16.5C18.1569 4.5 19.5 5.84315 19.5 7.5V18.5C19.5 20.1569 18.1569 21.5 16.5 21.5H7.5C5.84315 21.5 4.5 20.1569 4.5 18.5V7.5C4.5 5.84315 5.84315 4.5 7.5 4.5H8.5M9.5 6.5H14.5C15.0523 6.5 15.5 6.05228 15.5 5.5C15.5 3.84315 14.1569 2.5 12.5 2.5H11.5C9.84315 2.5 8.5 3.84315 8.5 5.5C8.5 6.05228 8.94772 6.5 9.5 6.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
@@ -11858,6 +11844,20 @@
|
|
|
11858
11844
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
11859
11845
|
"componentName": "IconGumroad"
|
|
11860
11846
|
},
|
|
11847
|
+
{
|
|
11848
|
+
"category": "Devices & Signals",
|
|
11849
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.7688 10.2322C17.0882 13.5517 18.9877 17.0341 18.0114 18.0104C17.0351 18.9867 13.5527 17.0872 10.2332 13.7678C6.91377 10.4483 5.01427 6.96592 5.99058 5.98961C6.9669 5.0133 10.4493 6.91279 13.7688 10.2322Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.2313 10.2322C6.91182 13.5517 5.01232 17.0341 5.98863 18.0104C6.96494 18.9867 10.4474 17.0872 13.7668 13.7678C17.0863 10.4483 18.9858 6.96592 18.0094 5.98961C17.0331 5.0133 13.5507 6.91279 10.2313 10.2322Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
11850
|
+
"iconName": "gyroscope-sensor",
|
|
11851
|
+
"variant": {
|
|
11852
|
+
"join": "round",
|
|
11853
|
+
"filled": "off",
|
|
11854
|
+
"radius": "3",
|
|
11855
|
+
"stroke": "1"
|
|
11856
|
+
},
|
|
11857
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
11858
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
11859
|
+
"componentName": "IconGyroscopeSensor"
|
|
11860
|
+
},
|
|
11861
11861
|
{
|
|
11862
11862
|
"category": "Typography",
|
|
11863
11863
|
"svg": "<path d=\"M2.5 4.5V12V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 4.5V12V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 12H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 13.5L21.5 10.5V19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -17248,6 +17248,20 @@
|
|
|
17248
17248
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
17249
17249
|
"componentName": "IconProducthunt"
|
|
17250
17250
|
},
|
|
17251
|
+
{
|
|
17252
|
+
"category": "Interface General",
|
|
17253
|
+
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12Z\" fill=\"currentColor\"/>",
|
|
17254
|
+
"iconName": "progress-100, ideas, open, status, task",
|
|
17255
|
+
"variant": {
|
|
17256
|
+
"join": "round",
|
|
17257
|
+
"filled": "off",
|
|
17258
|
+
"radius": "3",
|
|
17259
|
+
"stroke": "1"
|
|
17260
|
+
},
|
|
17261
|
+
"createdAt": "2026-01-28T14:00:28.383468+00:00",
|
|
17262
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
17263
|
+
"componentName": "IconProgress100"
|
|
17264
|
+
},
|
|
17251
17265
|
{
|
|
17252
17266
|
"category": "Interface General",
|
|
17253
17267
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M20 12C20 7.58172 16.4183 4 12 4V12H20Z\" 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-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.102",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|