@central-icons-react/round-filled-radius-3-stroke-2 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 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.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=97068720EBA2D8B364756E2164756E21
@@ -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 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.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,wBAAwkB,EAAxkB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAGlkB",
9
+ "debugId": "97068720EBA2D8B364756E2164756E21",
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 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.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=9B668AFF74BD7D1764756E2164756E21
@@ -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 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.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,gBAAwkB,EAAxkB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,EAAE,qIAAqI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAGlkB",
9
+ "debugId": "9B668AFF74BD7D1764756E2164756E21",
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:"M14 9C14.5523 9 15 9.44772 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10C9 9.44772 9.44772 9 10 9H14Z",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 2ZM10 7C8.34315 7 7 8.34315 7 10V14C7 15.6569 8.34315 17 10 17H14C15.6569 17 17 15.6569 17 14V10C17 8.34315 15.6569 7 14 7H10Z",fill:"currentColor"}))},H=I;
2
+
3
+ //# debugId=F5026C2A36A436FE64756E2164756E21
@@ -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=\"M14 9C14.5523 9 15 9.44772 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10C9 9.44772 9.44772 9 10 9H14Z\" 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 2ZM10 7C8.34315 7 7 8.34315 7 10V14C7 15.6569 8.34315 17 10 17H14C15.6569 17 17 15.6569 17 14V10C17 8.34315 15.6569 7 14 7H10Z\" 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,wBAA8hB,EAA9hB,IAAqB,EAAO,UAAU,yCAAwC,wBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+OAA+O,KAAK,eAAc,CAAI,GAGxhB",
9
+ "debugId": "F5026C2A36A436FE64756E2164756E21",
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:"M14 9C14.5523 9 15 9.44772 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10C9 9.44772 9.44772 9 10 9H14Z",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 2ZM10 7C8.34315 7 7 8.34315 7 10V14C7 15.6569 8.34315 17 10 17H14C15.6569 17 17 15.6569 17 14V10C17 8.34315 15.6569 7 14 7H10Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonSquare};
2
+
3
+ //# debugId=DE878A24D985C46964756E2164756E21
@@ -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=\"M14 9C14.5523 9 15 9.44772 15 10V14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14V10C9 9.44772 9.44772 9 10 9H14Z\" 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 2ZM10 7C8.34315 7 7 8.34315 7 10V14C7 15.6569 8.34315 17 10 17H14C15.6569 17 17 15.6569 17 14V10C17 8.34315 15.6569 7 14 7H10Z\" 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,gBAA8hB,EAA9hB,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,+HAA+H,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+OAA+O,KAAK,eAAc,CAAI,GAGxhB",
9
+ "debugId": "DE878A24D985C46964756E2164756E21",
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 P=(e)=>e;function L(e,o){this[e]=P.bind(null,o)}var B=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0,configurable:!0,set:L.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:"M11.8174 9.22656C11.9017 9.09117 12.0983 9.09117 12.1826 9.22656L14.998 13.7598C15.0868 13.9033 14.9833 14.0889 14.8145 14.0889H9.18555C9.01674 14.0889 8.91324 13.9033 9.00195 13.7598L11.8174 9.22656Z",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 2ZM13.8818 8.17188C13.0152 6.77614 10.9848 6.77615 10.1182 8.17188L7.30371 12.7041C6.38733 14.1799 7.44835 16.0889 9.18555 16.0889H14.8145C16.5516 16.0889 17.6127 14.1799 16.6963 12.7041L13.8818 8.17188Z",fill:"currentColor"}))},V=I;
2
+
3
+ //# debugId=584066B4A9A5659364756E2164756E21
@@ -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=\"M11.8174 9.22656C11.9017 9.09117 12.0983 9.09117 12.1826 9.22656L14.998 13.7598C15.0868 13.9033 14.9833 14.0889 14.8145 14.0889H9.18555C9.01674 14.0889 8.91324 13.9033 9.00195 13.7598L11.8174 9.22656Z\" 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 2ZM13.8818 8.17188C13.0152 6.77614 10.9848 6.77615 10.1182 8.17188L7.30371 12.7041C6.38733 14.1799 7.44835 16.0889 9.18555 16.0889H14.8145C16.5516 16.0889 17.6127 14.1799 16.6963 12.7041L13.8818 8.17188Z\" 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,wBAAitB,EAAjtB,IAAqB,EAAO,UAAU,mEAAkE,wBAAC,OAAD,CAAM,EAAE,2MAA2M,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4TAA4T,KAAK,eAAc,CAAI,GAG3sB",
9
+ "debugId": "584066B4A9A5659364756E2164756E21",
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:"M11.8174 9.22656C11.9017 9.09117 12.0983 9.09117 12.1826 9.22656L14.998 13.7598C15.0868 13.9033 14.9833 14.0889 14.8145 14.0889H9.18555C9.01674 14.0889 8.91324 13.9033 9.00195 13.7598L11.8174 9.22656Z",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 2ZM13.8818 8.17188C13.0152 6.77614 10.9848 6.77615 10.1182 8.17188L7.30371 12.7041C6.38733 14.1799 7.44835 16.0889 9.18555 16.0889H14.8145C16.5516 16.0889 17.6127 14.1799 16.6963 12.7041L13.8818 8.17188Z",fill:"currentColor"}))},g=s;export{g as default,s as IconControllerButtonTriangle};
2
+
3
+ //# debugId=0BAE21E204C684BE64756E2164756E21
@@ -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=\"M11.8174 9.22656C11.9017 9.09117 12.0983 9.09117 12.1826 9.22656L14.998 13.7598C15.0868 13.9033 14.9833 14.0889 14.8145 14.0889H9.18555C9.01674 14.0889 8.91324 13.9033 9.00195 13.7598L11.8174 9.22656Z\" 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 2ZM13.8818 8.17188C13.0152 6.77614 10.9848 6.77615 10.1182 8.17188L7.30371 12.7041C6.38733 14.1799 7.44835 16.0889 9.18555 16.0889H14.8145C16.5516 16.0889 17.6127 14.1799 16.6963 12.7041L13.8818 8.17188Z\" 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,gBAAitB,EAAjtB,IAAqB,EAAO,UAAU,mEAAkE,gBAAC,OAAD,CAAM,EAAE,2MAA2M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4TAA4T,KAAK,eAAc,CAAI,GAG3sB",
9
+ "debugId": "0BAE21E204C684BE64756E2164756E21",
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.082 7.91797C15.6915 7.52744 15.0585 7.52744 14.668 7.91797L12 10.5859L9.33203 7.91797C8.94151 7.52744 8.30849 7.52744 7.91797 7.91797C7.52744 8.30849 7.52744 8.94151 7.91797 9.33203L10.5859 12L7.91797 14.668C7.52744 15.0585 7.52744 15.6915 7.91797 16.082C8.30849 16.4726 8.94151 16.4726 9.33203 16.082L12 13.4141L14.668 16.082C15.0585 16.4726 15.6915 16.4726 16.082 16.082C16.4726 15.6915 16.4726 15.0585 16.082 14.668L13.4141 12L16.082 9.33203C16.4726 8.94151 16.4726 8.30849 16.082 7.91797Z",fill:"currentColor"}))},V=g;
2
+
3
+ //# debugId=CEB434DCAC8CA33B64756E2164756E21
@@ -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.082 7.91797C15.6915 7.52744 15.0585 7.52744 14.668 7.91797L12 10.5859L9.33203 7.91797C8.94151 7.52744 8.30849 7.52744 7.91797 7.91797C7.52744 8.30849 7.52744 8.94151 7.91797 9.33203L10.5859 12L7.91797 14.668C7.52744 15.0585 7.52744 15.6915 7.91797 16.082C8.30849 16.4726 8.94151 16.4726 9.33203 16.082L12 13.4141L14.668 16.082C15.0585 16.4726 15.6915 16.4726 16.082 16.082C16.4726 15.6915 16.4726 15.0585 16.082 14.668L13.4141 12L16.082 9.33203C16.4726 8.94151 16.4726 8.30849 16.082 7.91797Z\" 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,wBAA4wB,EAA5wB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mmBAAmmB,KAAK,eAAc,CAAI,GAGtwB",
9
+ "debugId": "CEB434DCAC8CA33B64756E2164756E21",
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.082 7.91797C15.6915 7.52744 15.0585 7.52744 14.668 7.91797L12 10.5859L9.33203 7.91797C8.94151 7.52744 8.30849 7.52744 7.91797 7.91797C7.52744 8.30849 7.52744 8.94151 7.91797 9.33203L10.5859 12L7.91797 14.668C7.52744 15.0585 7.52744 15.6915 7.91797 16.082C8.30849 16.4726 8.94151 16.4726 9.33203 16.082L12 13.4141L14.668 16.082C15.0585 16.4726 15.6915 16.4726 16.082 16.082C16.4726 15.6915 16.4726 15.0585 16.082 14.668L13.4141 12L16.082 9.33203C16.4726 8.94151 16.4726 8.30849 16.082 7.91797Z",fill:"currentColor"}))},x=c;export{x as default,c as IconControllerButtonX};
2
+
3
+ //# debugId=3CA5A82C79FA16CD64756E2164756E21
@@ -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.082 7.91797C15.6915 7.52744 15.0585 7.52744 14.668 7.91797L12 10.5859L9.33203 7.91797C8.94151 7.52744 8.30849 7.52744 7.91797 7.91797C7.52744 8.30849 7.52744 8.94151 7.91797 9.33203L10.5859 12L7.91797 14.668C7.52744 15.0585 7.52744 15.6915 7.91797 16.082C8.30849 16.4726 8.94151 16.4726 9.33203 16.082L12 13.4141L14.668 16.082C15.0585 16.4726 15.6915 16.4726 16.082 16.082C16.4726 15.6915 16.4726 15.0585 16.082 14.668L13.4141 12L16.082 9.33203C16.4726 8.94151 16.4726 8.30849 16.082 7.91797Z\" 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,gBAA4wB,EAA5wB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mmBAAmmB,KAAK,eAAc,CAAI,GAGtwB",
9
+ "debugId": "3CA5A82C79FA16CD64756E2164756E21",
10
+ "names": []
11
+ }
package/IconPipe/index.js CHANGED
@@ -1,3 +1,3 @@
1
- var B=Object.create;var{getPrototypeOf:I,defineProperty:p,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 C=e?P??=new WeakMap:w??=new WeakMap,a=C.get(r);if(a)return a}o=r!=null?B(I(r)):{};let n=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!u.call(n,s))p(n,s,{get:V.bind(r,s),enumerable:!0});if(t)C.set(r,n);return n},g=(r)=>{var e=(c??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!u.call(e,t))p(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)p(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:C=!0,style:a,...n})=>{return i.default.createElement("svg",{...n,"aria-hidden":C,role:C?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,...a}},o&&!C&&i.default.createElement("title",null,o),r)};var G={};h(G,{default:()=>S,IconPipe:()=>x});module.exports=g(G);var l=H(require("react"));var x=(r)=>{return l.default.createElement(m,{...r,ariaLabel:"pipe, super mario"},l.default.createElement("path",{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},S=x;
1
+ var B=Object.create;var{getPrototypeOf:I,defineProperty:p,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 C=e?P??=new WeakMap:w??=new WeakMap,a=C.get(r);if(a)return a}o=r!=null?B(I(r)):{};let n=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let s of f(r))if(!u.call(n,s))p(n,s,{get:V.bind(r,s),enumerable:!0});if(t)C.set(r,n);return n},g=(r)=>{var e=(c??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!u.call(e,t))p(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)p(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:C=!0,style:a,...n})=>{return i.default.createElement("svg",{...n,"aria-hidden":C,role:C?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,...a}},o&&!C&&i.default.createElement("title",null,o),r)};var G={};h(G,{default:()=>S,IconPipe:()=>x});module.exports=g(G);var l=H(require("react"));var x=(r)=>{return l.default.createElement(m,{...r,ariaLabel:"pipe, super mario, vpn"},l.default.createElement("path",{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},S=x;
2
2
 
3
- //# debugId=3F459B22E563A34F64756E2164756E21
3
+ //# debugId=4FFD4E560D4B4E4D64756E2164756E21
@@ -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.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" 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.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" 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,wBAAi0C,EAAj0C,IAAqB,EAAO,UAAU,qBAAoB,wBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAG3zC",
9
- "debugId": "3F459B22E563A34F64756E2164756E21",
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,wBAAs0C,EAAt0C,IAAqB,EAAO,UAAU,0BAAyB,wBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAGh0C",
9
+ "debugId": "4FFD4E560D4B4E4D64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import n from"react";var p=({children:o,size:r=24,ariaLabel:C,color:l,ariaHidden:t=!0,style:a,...s})=>{return n.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:l,...a}},C&&!t&&n.createElement("title",null,C),o)};import e from"react";var i=(o)=>{return e.createElement(p,{...o,ariaLabel:"pipe, super mario"},e.createElement("path",{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),e.createElement("path",{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),e.createElement("path",{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
1
+ import n from"react";var p=({children:o,size:r=24,ariaLabel:C,color:l,ariaHidden:t=!0,style:a,...s})=>{return n.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:l,...a}},C&&!t&&n.createElement("title",null,C),o)};import e from"react";var i=(o)=>{return e.createElement(p,{...o,ariaLabel:"pipe, super mario, vpn"},e.createElement("path",{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),e.createElement("path",{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),e.createElement("path",{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
2
2
 
3
- //# debugId=5CA88306DBED7F4B64756E2164756E21
3
+ //# debugId=F854FF2C70BD8F6464756E2164756E21
@@ -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.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" 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.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" 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,gBAAi0C,EAAj0C,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAG3zC",
9
- "debugId": "5CA88306DBED7F4B64756E2164756E21",
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,gBAAs0C,EAAt0C,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAGh0C",
9
+ "debugId": "F854FF2C70BD8F6464756E2164756E21",
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