@central-icons-react/square-outlined-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGyroscopeSensor: React.FC<CentralIconBaseProps>;
4
+ export default IconGyroscopeSensor;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of h(o))!y.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=g(o,t))||s.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(x(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>l(p({},"__esModule",{value:!0}),r);var k={};d(k,{IconGyroscopeSensor:()=>u,default:()=>I});module.exports=B(k);var n=C(require("react"));var a=C(require("react")),c=({children:r,size:o=24,ariaLabel:e,color:s,ariaHidden:t=!0,style:i,...m})=>a.default.createElement("svg",{...m,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...i}},e&&!t&&a.default.createElement("title",null,e),r);var u=r=>n.default.createElement(c,{...r,ariaLabel:"gyroscope-sensor"},n.default.createElement("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor"}),n.default.createElement("path",{d:"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z",stroke:"currentColor"}),n.default.createElement("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"}),n.default.createElement("path",{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"square"})),I=u;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGyroscopeSensor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gyroscope-sensor\">\n <circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" />\n <path\n d=\"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z\"\n stroke=\"currentColor\"\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 />\n <path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpD,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGE,EAAQJ","names":["IconGyroscopeSensor_exports","__export","IconGyroscopeSensor","IconGyroscopeSensor_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:l,...C})=>s.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!t&&s.createElement("title",null,n),e);var c=e=>o.createElement(p,{...e,ariaLabel:"gyroscope-sensor"},o.createElement("circle",{cx:"12",cy:"12",r:"9",stroke:"currentColor"}),o.createElement("path",{d:"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z",stroke:"currentColor"}),o.createElement("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"}),o.createElement("path",{d:"M18 6L20.5 3.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M3.5 20.5L6 18",stroke:"currentColor",strokeLinecap:"square"})),g=c;export{c as IconGyroscopeSensor,g 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGyroscopeSensor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gyroscope-sensor\">\n <circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" />\n <path\n d=\"M13.7668 10.2322C17.0863 13.5517 18.9858 17.0341 18.0094 18.0104C17.0331 18.9867 13.5507 17.0872 10.2313 13.7678C6.91182 10.4483 5.01232 6.96592 5.98863 5.98961C6.96494 5.0133 10.4474 6.91279 13.7668 10.2322Z\"\n stroke=\"currentColor\"\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 />\n <path d=\"M18 6L20.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M3.5 20.5L6 18\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGyroscopeSensor;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,EACpDA,EAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,mNACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,CACxE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGyroscopeSensor","props","React","CentralIconBase","IconGyroscopeSensor_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconProgress100: React.FC<CentralIconBaseProps>;
4
+ export default IconProgress100;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var o in e)s(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of d(e))!B.call(r,t)&&t!==o&&s(r,t,{get:()=>e[t],enumerable:!(n=g(e,t))||n.enumerable});return r};var C=(r,e,o)=>(o=r!=null?f(x(r)):{},l(e||!r||!r.__esModule?s(o,"default",{value:r,enumerable:!0}):o,r)),h=r=>l(s({},"__esModule",{value:!0}),r);var w={};I(w,{IconProgress100:()=>m,default:()=>P});module.exports=h(w);var p=C(require("react"));var a=C(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:c,...u})=>a.default.createElement("svg",{...u,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...c}},o&&!t&&a.default.createElement("title",null,o),r);var m=r=>p.default.createElement(i,{...r,ariaLabel:"progress-100, ideas, open, status, task"},p.default.createElement("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("path",{d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",fill:"currentColor"})),P=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconProgress100: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"progress-100, ideas, open, status, task\"\n >\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=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconProgress100_exports","__export","IconProgress100","IconProgress100_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:l,...C})=>s.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!o&&s.createElement("title",null,n),e);var i=e=>t.createElement(p,{...e,ariaLabel:"progress-100, ideas, open, status, task"},t.createElement("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"}),t.createElement("path",{d:"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",fill:"currentColor"})),g=i;export{i 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconProgress100: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"progress-100, ideas, open, status, task\"\n >\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=\"M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconProgress100;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEVC,EAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconProgress100","props","React","CentralIconBase","IconProgress100_default"]}
package/README.md CHANGED
@@ -596,6 +596,7 @@ Below is a complete list of available icons:
596
596
  - IconDevices
597
597
  - IconFullscreen1
598
598
  - IconFullscreen2
599
+ - IconGyroscopeSensor
599
600
  - IconHaptic
600
601
  - IconImac
601
602
  - IconKeyboardCable
@@ -1102,6 +1103,7 @@ Below is a complete list of available icons:
1102
1103
  - IconPlusLarge
1103
1104
  - IconPlusSmall
1104
1105
  - IconPreview
1106
+ - IconProgress100
1105
1107
  - IconProgress25
1106
1108
  - IconProgress50
1107
1109
  - IconProgress75
@@ -1521,7 +1523,6 @@ Below is a complete list of available icons:
1521
1523
  - IconCentralIconSystem
1522
1524
  - IconChrome
1523
1525
  - IconClaudeai
1524
- - IconClawdbot
1525
1526
  - IconCodepen
1526
1527
  - IconCopilot
1527
1528
  - IconCosmos
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"