@central-icons-react/round-filled-radius-0-stroke-1 1.1.262 → 1.1.264

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.
Files changed (37) hide show
  1. package/IconControllerButtonCircle/index.d.ts +4 -0
  2. package/IconControllerButtonCircle/index.js +3 -0
  3. package/IconControllerButtonCircle/index.js.map +11 -0
  4. package/IconControllerButtonCircle/index.mjs +3 -0
  5. package/IconControllerButtonCircle/index.mjs.map +11 -0
  6. package/IconControllerButtonSquare/index.d.ts +4 -0
  7. package/IconControllerButtonSquare/index.js +3 -0
  8. package/IconControllerButtonSquare/index.js.map +11 -0
  9. package/IconControllerButtonSquare/index.mjs +3 -0
  10. package/IconControllerButtonSquare/index.mjs.map +11 -0
  11. package/IconControllerButtonTriangle/index.d.ts +4 -0
  12. package/IconControllerButtonTriangle/index.js +3 -0
  13. package/IconControllerButtonTriangle/index.js.map +11 -0
  14. package/IconControllerButtonTriangle/index.mjs +3 -0
  15. package/IconControllerButtonTriangle/index.mjs.map +11 -0
  16. package/IconControllerButtonX/index.d.ts +4 -0
  17. package/IconControllerButtonX/index.js +3 -0
  18. package/IconControllerButtonX/index.js.map +11 -0
  19. package/IconControllerButtonX/index.mjs +3 -0
  20. package/IconControllerButtonX/index.mjs.map +11 -0
  21. package/IconPipe/index.js +2 -2
  22. package/IconPipe/index.js.map +3 -3
  23. package/IconPipe/index.mjs +2 -2
  24. package/IconPipe/index.mjs.map +3 -3
  25. package/README.md +4 -0
  26. package/icons/index.d.ts +1 -1
  27. package/icons/index.js +2 -2
  28. package/icons/index.js.map +3 -3
  29. package/icons/index.mjs +2 -2
  30. package/icons/index.mjs.map +3 -3
  31. package/icons-index.json +4 -4
  32. package/index.d.ts +4 -0
  33. package/index.js +12 -0
  34. package/index.mjs +4 -0
  35. package/license-check.js +1 -1
  36. package/package.json +1 -1
  37. package/skills/central-icons-react/SKILL.md +6 -2
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControllerButtonCircle: React.FC<CentralIconBaseProps>;
4
+ export default IconControllerButtonCircle;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:b,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function d(e){return this[e]}var w,y,B=(e,r,t)=>{var o=e!=null&&typeof e==="object";if(o){var n=r?w??=new WeakMap:y??=new WeakMap,C=n.get(e);if(C)return C}t=e!=null?h(b(e)):{};let l=r||!e||!e.__esModule?p(t,"default",{value:e,enumerable:!0}):t;for(let c of u(e))if(!f.call(l,c))p(l,c,{get:d.bind(e,c),enumerable:!0});if(o)n.set(e,l);return l},g=(e)=>{var r=(m??=new WeakMap).get(e),t;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var o of u(e))if(!f.call(r,o))p(r,o,{get:d.bind(e,o),enumerable:!(t=v(e,o))||t.enumerable})}return m.set(e,r),r},m;var P=(e)=>e;function G(e,r){this[e]=P.bind(null,r)}var x=(e,r)=>{for(var t in r)p(e,t,{get:r[t],enumerable:!0,configurable:!0,set:G.bind(r,t)})};var S={};x(S,{CentralIconBase:()=>s});module.exports=g(S);var i=B(require("react")),s=({children:e,size:r=24,ariaLabel:t,color:o,ariaHidden:n=!0,style:C,...l})=>{return i.default.createElement("svg",{...l,"aria-hidden":n,role:n?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:o,...C}},t&&!n&&i.default.createElement("title",null,t),e)};var V={};x(V,{default:()=>M,IconControllerButtonCircle:()=>I});module.exports=g(V);var a=B(require("react"));var I=(e)=>{return a.default.createElement(s,{...e,ariaLabel:"controller-button-circle, confirm, select, accept, continue"},a.default.createElement("path",{d:"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}))},M=I;
2
+
3
+ //# debugId=319293366AF13A2264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonCircle/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonCircle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-circle, confirm, select, accept, continue\"><path d=\"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonCircle;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sFCjCY,IAAlB,sBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,wBAAglB,EAAhlB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAG1kB",
9
+ "debugId": "319293366AF13A2264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:C,ariaHidden:t=!0,style:a,...c})=>{return l.createElement("svg",{...c,"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:C,...a}},n&&!t&&l.createElement("title",null,n),r)};import o from"react";var i=(r)=>{return o.createElement(p,{...r,ariaLabel:"controller-button-circle, confirm, select, accept, continue"},o.createElement("path",{d:"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z",fill:"currentColor"}),o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonCircle};
2
+
3
+ //# debugId=BF3BE80C3476FCDF64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonCircle/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonCircle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-circle, confirm, select, accept, continue\"><path d=\"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonCircle;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAglB,EAAhlB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAG1kB",
9
+ "debugId": "BF3BE80C3476FCDF64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControllerButtonSquare: React.FC<CentralIconBaseProps>;
4
+ export default IconControllerButtonSquare;
@@ -0,0 +1,3 @@
1
+ var V=Object.create;var{getPrototypeOf:h,defineProperty:p,getOwnPropertyNames:m,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function d(e){return this[e]}var w,b,B=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var n=r?w??=new WeakMap:b??=new WeakMap,a=n.get(e);if(a)return a}o=e!=null?V(h(e)):{};let l=r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o;for(let s of m(e))if(!f.call(l,s))p(l,s,{get:d.bind(e,s),enumerable:!0});if(t)n.set(e,l);return l},g=(e)=>{var r=(c??=new WeakMap).get(e),o;if(r)return r;if(r=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of m(e))if(!f.call(r,t))p(r,t,{get:d.bind(e,t),enumerable:!(o=v(e,t))||o.enumerable})}return c.set(e,r),r},c;var y=(e)=>e;function P(e,r){this[e]=y.bind(null,r)}var x=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0,configurable:!0,set:P.bind(r,o)})};var S={};x(S,{CentralIconBase:()=>u});module.exports=g(S);var i=B(require("react")),u=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:a,...l})=>{return i.default.createElement("svg",{...l,"aria-hidden":n,role:n?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:t,...a}},o&&!n&&i.default.createElement("title",null,o),e)};var G={};x(G,{default:()=>H,IconControllerButtonSquare:()=>I});module.exports=g(G);var C=B(require("react"));var I=(e)=>{return C.default.createElement(u,{...e,ariaLabel:"controller-button-square, view, panel"},C.default.createElement("path",{d:"M16 16H8V8H16V16Z",fill:"currentColor"}),C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 7C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H7.5Z",fill:"currentColor"}))},H=I;
2
+
3
+ //# debugId=F51B6C6B9968BFC064756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonSquare/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonSquare: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-square, view, panel\"><path d=\"M16 16H8V8H16V16Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 7C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H7.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonSquare;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sFCjCY,IAAlB,sBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,wBAAgc,EAAhc,IAAqB,EAAO,UAAU,yCAAwC,wBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4PAA4P,KAAK,eAAc,CAAI,GAG1b",
9
+ "debugId": "F51B6C6B9968BFC064756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:C,...s})=>{return l.createElement("svg",{...s,"aria-hidden":o,role:o?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:a,...C}},n&&!o&&l.createElement("title",null,n),r)};import t from"react";var i=(r)=>{return t.createElement(p,{...r,ariaLabel:"controller-button-square, view, panel"},t.createElement("path",{d:"M16 16H8V8H16V16Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 7C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H7.5Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonSquare};
2
+
3
+ //# debugId=736ED429BA9F143764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonSquare/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonSquare: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-square, view, panel\"><path d=\"M16 16H8V8H16V16Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 7C7.22386 7 7 7.22386 7 7.5V16.5C7 16.7761 7.22386 17 7.5 17H16.5C16.7761 17 17 16.7761 17 16.5V7.5C17 7.22386 16.7761 7 16.5 7H7.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonSquare;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAgc,EAAhc,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4PAA4P,KAAK,eAAc,CAAI,GAG1b",
9
+ "debugId": "736ED429BA9F143764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControllerButtonTriangle: React.FC<CentralIconBaseProps>;
4
+ export default IconControllerButtonTriangle;
@@ -0,0 +1,3 @@
1
+ var h=Object.create;var{getPrototypeOf:b,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:v}=Object,f=Object.prototype.hasOwnProperty;function d(e){return this[e]}var w,y,g=(e,o,r)=>{var t=e!=null&&typeof e==="object";if(t){var n=o?w??=new WeakMap:y??=new WeakMap,a=n.get(e);if(a)return a}r=e!=null?h(b(e)):{};let l=o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r;for(let i of u(e))if(!f.call(l,i))p(l,i,{get:d.bind(e,i),enumerable:!0});if(t)n.set(e,l);return l},x=(e)=>{var o=(c??=new WeakMap).get(e),r;if(o)return o;if(o=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of u(e))if(!f.call(o,t))p(o,t,{get:d.bind(e,t),enumerable:!(r=v(e,t))||r.enumerable})}return c.set(e,o),o},c;var L=(e)=>e;function P(e,o){this[e]=L.bind(null,o)}var B=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:P.bind(o,r)})};var G={};B(G,{CentralIconBase:()=>m});module.exports=x(G);var s=g(require("react")),m=({children:e,size:o=24,ariaLabel:r,color:t,ariaHidden:n=!0,style:a,...l})=>{return s.default.createElement("svg",{...l,"aria-hidden":n,role:n?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:t,...a}},r&&!n&&s.default.createElement("title",null,r),e)};var S={};B(S,{default:()=>V,IconControllerButtonTriangle:()=>I});module.exports=x(S);var C=g(require("react"));var I=(e)=>{return C.default.createElement(m,{...e,ariaLabel:"controller-button-triangle, menu, options, action, more, expand"},C.default.createElement("path",{d:"M15.8633 14.7383H8.13672L12 8.35254L15.8633 14.7383Z",fill:"currentColor"}),C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.8877C11.847 6.8877 11.7035 6.95751 11.6094 7.0752L11.5723 7.12891L6.82227 14.9795C6.72911 15.1338 6.72601 15.3264 6.81445 15.4834C6.90314 15.6403 7.06971 15.7383 7.25 15.7383H16.75C16.9303 15.7382 17.0969 15.6404 17.1855 15.4834C17.274 15.3264 17.2708 15.1337 17.1777 14.9795L12.4277 7.12891C12.3372 6.97928 12.1749 6.88778 12 6.8877Z",fill:"currentColor"}))},V=I;
2
+
3
+ //# debugId=63566912618DC8EF64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonTriangle/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonTriangle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-triangle, menu, options, action, more, expand\"><path d=\"M15.8633 14.7383H8.13672L12 8.35254L15.8633 14.7383Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.8877C11.847 6.8877 11.7035 6.95751 11.6094 7.0752L11.5723 7.12891L6.82227 14.9795C6.72911 15.1338 6.72601 15.3264 6.81445 15.4834C6.90314 15.6403 7.06971 15.7383 7.25 15.7383H16.75C16.9303 15.7382 17.0969 15.6404 17.1855 15.4834C17.274 15.3264 17.2708 15.1337 17.1777 14.9795L12.4277 7.12891C12.3372 6.97928 12.1749 6.88778 12 6.8877Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonTriangle;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,wFCjCY,IAAlB,sBAGO,IAAM,EAA+D,CAAC,IAAU,CACrF,OAAO,wBAAwsB,EAAxsB,IAAqB,EAAO,UAAU,mEAAkE,wBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ucAAuc,KAAK,eAAc,CAAI,GAGlsB",
9
+ "debugId": "63566912618DC8EF64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:r=!0,style:C,...i})=>{return l.createElement("svg",{...i,"aria-hidden":r,role:r?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:a,...C}},n&&!r&&l.createElement("title",null,n),o)};import t from"react";var s=(o)=>{return t.createElement(p,{...o,ariaLabel:"controller-button-triangle, menu, options, action, more, expand"},t.createElement("path",{d:"M15.8633 14.7383H8.13672L12 8.35254L15.8633 14.7383Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.8877C11.847 6.8877 11.7035 6.95751 11.6094 7.0752L11.5723 7.12891L6.82227 14.9795C6.72911 15.1338 6.72601 15.3264 6.81445 15.4834C6.90314 15.6403 7.06971 15.7383 7.25 15.7383H16.75C16.9303 15.7382 17.0969 15.6404 17.1855 15.4834C17.274 15.3264 17.2708 15.1337 17.1777 14.9795L12.4277 7.12891C12.3372 6.97928 12.1749 6.88778 12 6.8877Z",fill:"currentColor"}))},g=s;export{g as default,s as IconControllerButtonTriangle};
2
+
3
+ //# debugId=840E2F53CED35BD464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonTriangle/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonTriangle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-triangle, menu, options, action, more, expand\"><path d=\"M15.8633 14.7383H8.13672L12 8.35254L15.8633 14.7383Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.8877C11.847 6.8877 11.7035 6.95751 11.6094 7.0752L11.5723 7.12891L6.82227 14.9795C6.72911 15.1338 6.72601 15.3264 6.81445 15.4834C6.90314 15.6403 7.06971 15.7383 7.25 15.7383H16.75C16.9303 15.7382 17.0969 15.6404 17.1855 15.4834C17.274 15.3264 17.2708 15.1337 17.1777 14.9795L12.4277 7.12891C12.3372 6.97928 12.1749 6.88778 12 6.8877Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonTriangle;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA+D,CAAC,IAAU,CACrF,OAAO,gBAAwsB,EAAxsB,IAAqB,EAAO,UAAU,mEAAkE,gBAAC,OAAD,CAAM,EAAE,uDAAuD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ucAAuc,KAAK,eAAc,CAAI,GAGlsB",
9
+ "debugId": "840E2F53CED35BD464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControllerButtonX: React.FC<CentralIconBaseProps>;
4
+ export default IconControllerButtonX;
@@ -0,0 +1,3 @@
1
+ var I=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:b}=Object,d=Object.prototype.hasOwnProperty;function f(e){return this[e]}var h,w,x=(e,o,t)=>{var r=e!=null&&typeof e==="object";if(r){var n=o?h??=new WeakMap:w??=new WeakMap,C=n.get(e);if(C)return C}t=e!=null?I(v(e)):{};let l=o||!e||!e.__esModule?p(t,"default",{value:e,enumerable:!0}):t;for(let a of u(e))if(!d.call(l,a))p(l,a,{get:f.bind(e,a),enumerable:!0});if(r)n.set(e,l);return l},B=(e)=>{var o=(m??=new WeakMap).get(e),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var r of u(e))if(!d.call(o,r))p(o,r,{get:f.bind(e,r),enumerable:!(t=b(e,r))||t.enumerable})}return m.set(e,o),o},m;var y=(e)=>e;function P(e,o){this[e]=y.bind(null,o)}var L=(e,o)=>{for(var t in o)p(e,t,{get:o[t],enumerable:!0,configurable:!0,set:P.bind(o,t)})};var G={};L(G,{CentralIconBase:()=>c});module.exports=B(G);var s=x(require("react")),c=({children:e,size:o=24,ariaLabel:t,color:r,ariaHidden:n=!0,style:C,...l})=>{return s.default.createElement("svg",{...l,"aria-hidden":n,role:n?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:r,...C}},t&&!n&&s.default.createElement("title",null,t),e)};var S={};L(S,{default:()=>V,IconControllerButtonX:()=>g});module.exports=B(S);var i=x(require("react"));var g=(e)=>{return i.default.createElement(c,{...e,ariaLabel:"controller-button-x, dismiss, close, cancel, delete, remove"},i.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z",fill:"currentColor"}))},V=g;
2
+
3
+ //# debugId=B0A7D3F8135ABB9264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonX/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonX: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-x, dismiss, close, cancel, delete, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonX;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,iFCjCY,IAAlB,sBAGO,IAAM,EAAwD,CAAC,IAAU,CAC9E,OAAO,wBAAqxB,EAArxB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAG/wB",
9
+ "debugId": "B0A7D3F8135ABB9264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";var l=({children:o,size:e=24,ariaLabel:r,color:C,ariaHidden:t=!0,style:a,...s})=>{return n.createElement("svg",{...s,"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:C,...a}},r&&!t&&n.createElement("title",null,r),o)};import p from"react";var c=(o)=>{return p.createElement(l,{...o,ariaLabel:"controller-button-x, dismiss, close, cancel, delete, remove"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z",fill:"currentColor"}))},x=c;export{x as default,c as IconControllerButtonX};
2
+
3
+ //# debugId=19F74CAE7C7FD1EC64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonX/index.tsx"],
4
+ "sourcesContent": [
5
+ "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",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonX: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-x, dismiss, close, cancel, delete, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonX;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAqxB,EAArxB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAG/wB",
9
+ "debugId": "19F74CAE7C7FD1EC64756E2164756E21",
10
+ "names": []
11
+ }
package/IconPipe/index.js CHANGED
@@ -1,3 +1,3 @@
1
- var B=Object.create;var{getPrototypeOf:I,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:d}=Object,u=Object.prototype.hasOwnProperty;function V(r){return this[r]}var P,w,H=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?P??=new WeakMap:w??=new WeakMap,C=n.get(r);if(C)return C}o=r!=null?B(I(r)):{};let p=e||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!u.call(p,s))l(p,s,{get:V.bind(r,s),enumerable:!0});if(t)n.set(r,p);return p},g=(r)=>{var e=(c??=new WeakMap).get(r),o;if(e)return e;if(e=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!u.call(e,t))l(e,t,{get:V.bind(r,t),enumerable:!(o=d(r,t))||o.enumerable})}return c.set(r,e),e},c;var y=(r)=>r;function b(r,e){this[r]=y.bind(null,e)}var h=(r,e)=>{for(var o in e)l(r,o,{get:e[o],enumerable:!0,configurable:!0,set:b.bind(e,o)})};var v={};h(v,{CentralIconBase:()=>m});module.exports=g(v);var i=H(require("react")),m=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:C,...p})=>{return i.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...C}},o&&!n&&i.default.createElement("title",null,o),r)};var G={};h(G,{default:()=>S,IconPipe:()=>x});module.exports=g(G);var a=H(require("react"));var x=(r)=>{return a.default.createElement(m,{...r,ariaLabel:"pipe, super mario"},a.default.createElement("path",{d:"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),a.default.createElement("path",{d:"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z",fill:"currentColor"}),a.default.createElement("path",{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z",fill:"currentColor"}))},S=x;
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:d}=Object,u=Object.prototype.hasOwnProperty;function V(r){return this[r]}var P,w,H=(r,e,o)=>{var t=r!=null&&typeof r==="object";if(t){var n=e?P??=new WeakMap:w??=new WeakMap,C=n.get(r);if(C)return C}o=r!=null?B(I(r)):{};let p=e||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!u.call(p,s))l(p,s,{get:V.bind(r,s),enumerable:!0});if(t)n.set(r,p);return p},g=(r)=>{var e=(c??=new WeakMap).get(r),o;if(e)return e;if(e=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!u.call(e,t))l(e,t,{get:V.bind(r,t),enumerable:!(o=d(r,t))||o.enumerable})}return c.set(r,e),e},c;var y=(r)=>r;function b(r,e){this[r]=y.bind(null,e)}var h=(r,e)=>{for(var o in e)l(r,o,{get:e[o],enumerable:!0,configurable:!0,set:b.bind(e,o)})};var v={};h(v,{CentralIconBase:()=>m});module.exports=g(v);var i=H(require("react")),m=({children:r,size:e=24,ariaLabel:o,color:t,ariaHidden:n=!0,style:C,...p})=>{return i.default.createElement("svg",{...p,"aria-hidden":n,role:n?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:t,...C}},o&&!n&&i.default.createElement("title",null,o),r)};var G={};h(G,{default:()=>S,IconPipe:()=>x});module.exports=g(G);var a=H(require("react"));var x=(r)=>{return a.default.createElement(m,{...r,ariaLabel:"pipe, super mario, vpn"},a.default.createElement("path",{d:"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),a.default.createElement("path",{d:"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z",fill:"currentColor"}),a.default.createElement("path",{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z",fill:"currentColor"}))},S=x;
2
2
 
3
- //# debugId=12A8B19A5949A7B464756E2164756E21
3
+ //# debugId=A675A9F911D4285364756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPipe/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z\" fill=\"currentColor\"/><path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario, vpn\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z\" fill=\"currentColor\"/><path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
7
7
  ],
8
- "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,oECjCY,IAAlB,sBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAgd,EAAhd,IAAqB,EAAO,UAAU,qBAAoB,wBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2EAA2E,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,CAAI,GAG1c",
9
- "debugId": "12A8B19A5949A7B464756E2164756E21",
8
+ "mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,oECjCY,IAAlB,sBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAqd,EAArd,IAAqB,EAAO,UAAU,0BAAyB,wBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2EAA2E,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,CAAI,GAG/c",
9
+ "debugId": "A675A9F911D4285364756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:C,...s})=>{return p.createElement("svg",{...s,"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,...C}},n&&!t&&p.createElement("title",null,n),o)};import e from"react";var i=(o)=>{return e.createElement(l,{...o,ariaLabel:"pipe, super mario"},e.createElement("path",{d:"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),e.createElement("path",{d:"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z",fill:"currentColor"}),e.createElement("path",{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
1
+ import p from"react";var l=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:C,...s})=>{return p.createElement("svg",{...s,"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,...C}},n&&!t&&p.createElement("title",null,n),o)};import e from"react";var i=(o)=>{return e.createElement(l,{...o,ariaLabel:"pipe, super mario, vpn"},e.createElement("path",{d:"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),e.createElement("path",{d:"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z",fill:"currentColor"}),e.createElement("path",{d:"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
2
2
 
3
- //# debugId=2D3849B625F21A6F64756E2164756E21
3
+ //# debugId=AF027130E8A8F9AC64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPipe/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "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",
6
- "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z\" fill=\"currentColor\"/><path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario, vpn\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H3.5C3.22386 10 3 9.77614 3 9.5V3.5C3 3.22386 3.22386 3 3.5 3H7V10Z\" fill=\"currentColor\"/><path d=\"M20.5 3C20.7761 3 21 3.22386 21 3.5V9.5C21 9.77614 20.7761 10 20.5 10H8V3H20.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
7
7
  ],
8
- "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAgd,EAAhd,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2EAA2E,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,CAAI,GAG1c",
9
- "debugId": "2D3849B625F21A6F64756E2164756E21",
8
+ "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAqd,EAArd,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2EAA2E,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kFAAkF,KAAK,eAAc,CAAI,GAG/c",
9
+ "debugId": "AF027130E8A8F9AC64756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -1075,6 +1075,10 @@ Below is a complete list of available icons:
1075
1075
  - IconGamecontroller
1076
1076
  - IconOldJoystick
1077
1077
  - IconPipe
1078
+ - IconControllerButtonX
1079
+ - IconControllerButtonTriangle
1080
+ - IconControllerButtonSquare
1081
+ - IconControllerButtonCircle
1078
1082
 
1079
1083
  ### Hands
1080
1084