@central-icons-react/round-filled-radius-1-stroke-2 1.1.262 → 1.1.263
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconControllerButtonCircle/index.d.ts +4 -0
- package/IconControllerButtonCircle/index.js +3 -0
- package/IconControllerButtonCircle/index.js.map +11 -0
- package/IconControllerButtonCircle/index.mjs +3 -0
- package/IconControllerButtonCircle/index.mjs.map +11 -0
- package/IconControllerButtonSquare/index.d.ts +4 -0
- package/IconControllerButtonSquare/index.js +3 -0
- package/IconControllerButtonSquare/index.js.map +11 -0
- package/IconControllerButtonSquare/index.mjs +3 -0
- package/IconControllerButtonSquare/index.mjs.map +11 -0
- package/IconControllerButtonTriangle/index.d.ts +4 -0
- package/IconControllerButtonTriangle/index.js +3 -0
- package/IconControllerButtonTriangle/index.js.map +11 -0
- package/IconControllerButtonTriangle/index.mjs +3 -0
- package/IconControllerButtonTriangle/index.mjs.map +11 -0
- package/IconControllerButtonX/index.d.ts +4 -0
- package/IconControllerButtonX/index.js +3 -0
- package/IconControllerButtonX/index.js.map +11 -0
- package/IconControllerButtonX/index.mjs +3 -0
- package/IconControllerButtonX/index.mjs.map +11 -0
- package/IconPipe/index.js +2 -2
- package/IconPipe/index.js.map +3 -3
- package/IconPipe/index.mjs +2 -2
- package/IconPipe/index.mjs.map +3 -3
- package/README.md +4 -0
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +4 -0
- package/index.js +12 -0
- package/index.mjs +4 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react/SKILL.md +6 -2
|
@@ -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,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:"M15 15H9V9H15V15Z",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 2ZM9 7C7.89543 7 7 7.89543 7 9V15C7 16.1046 7.89543 17 9 17H15C16.1046 17 17 16.1046 17 15V9C17 7.89543 16.1046 7 15 7H9Z",fill:"currentColor"}))},H=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=BE1678A2C57FA50564756E2164756E21
|
|
@@ -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=\"M15 15H9V9H15V15Z\" 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 2ZM9 7C7.89543 7 7 7.89543 7 9V15C7 16.1046 7.89543 17 9 17H15C16.1046 17 17 16.1046 17 15V9C17 7.89543 16.1046 7 15 7H9Z\" 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,wBAA8a,EAA9a,IAAqB,EAAO,UAAU,yCAAwC,wBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0OAA0O,KAAK,eAAc,CAAI,GAGxa",
|
|
9
|
+
"debugId": "BE1678A2C57FA50564756E2164756E21",
|
|
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:"M15 15H9V9H15V15Z",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 2ZM9 7C7.89543 7 7 7.89543 7 9V15C7 16.1046 7.89543 17 9 17H15C16.1046 17 17 16.1046 17 15V9C17 7.89543 16.1046 7 15 7H9Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonSquare};
|
|
2
|
+
|
|
3
|
+
//# debugId=CBF7F7EA9F631A5564756E2164756E21
|
|
@@ -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=\"M15 15H9V9H15V15Z\" 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 2ZM9 7C7.89543 7 7 7.89543 7 9V15C7 16.1046 7.89543 17 9 17H15C16.1046 17 17 16.1046 17 15V9C17 7.89543 16.1046 7 15 7H9Z\" 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,gBAA8a,EAA9a,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0OAA0O,KAAK,eAAc,CAAI,GAGxa",
|
|
9
|
+
"debugId": "CBF7F7EA9F631A5564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -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,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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z",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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z",fill:"currentColor"}))},S=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=335FC574EB733D8F64756E2164756E21
|
package/IconPipe/index.js.map
CHANGED
|
@@ -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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z\" 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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z\" 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,
|
|
9
|
-
"debugId": "
|
|
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,wBAAg3C,EAAh3C,IAAqB,EAAO,UAAU,0BAAyB,wBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,igBAAigB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uhBAAuhB,KAAK,eAAc,CAAI,GAG12C",
|
|
9
|
+
"debugId": "335FC574EB733D8F64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconPipe/index.mjs
CHANGED
|
@@ -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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),e.createElement("path",{d:"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z",fill:"currentColor"}),e.createElement("path",{d:"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z",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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),e.createElement("path",{d:"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z",fill:"currentColor"}),e.createElement("path",{d:"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=B83FD491C132620764756E2164756E21
|
package/IconPipe/index.mjs.map
CHANGED
|
@@ -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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z\" 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.44774 21 3.00001 20.5523 3.00001 20C3.00002 19.4477 3.44774 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><path d=\"M7.00001 10H5.59962C5.33624 10 5.07815 10.0011 4.86134 9.98341C4.63284 9.96472 4.36306 9.92045 4.09181 9.78224C3.71557 9.59051 3.40952 9.28446 3.21779 8.90822C3.07959 8.63697 3.03531 8.36718 3.01662 8.13869C2.9989 7.92188 3.00001 7.66378 3.00001 7.4004V5.59962C3.00001 5.33624 2.9989 5.07815 3.01662 4.86134C3.03531 4.63284 3.07958 4.36306 3.21779 4.09181C3.40952 3.71557 3.71557 3.40952 4.09181 3.21779C4.36306 3.07958 4.63284 3.03531 4.86134 3.01662C5.07815 2.9989 5.33624 3.00001 5.59962 3.00001H7.00001V10Z\" fill=\"currentColor\"/><path d=\"M18.4004 3.00001C18.6638 3.00001 18.9219 2.9989 19.1387 3.01662C19.3672 3.03531 19.637 3.07959 19.9082 3.21779C20.2374 3.38556 20.5129 3.64088 20.7051 3.95412L20.7822 4.09181L20.8692 4.29494C20.9406 4.49576 20.9694 4.69007 20.9834 4.86134C21.0011 5.07815 21 5.33624 21 5.59962V7.4004C21 7.66378 21.0011 7.92188 20.9834 8.13869C20.9647 8.36719 20.9205 8.63696 20.7822 8.90822C20.5905 9.28447 20.2845 9.59051 19.9082 9.78224C19.637 9.92045 19.3672 9.96472 19.1387 9.98341C18.9219 10.0011 18.6638 10 18.4004 10H9.00001V3.00001H18.4004Z\" 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,
|
|
9
|
-
"debugId": "
|
|
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,gBAAg3C,EAAh3C,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,igBAAigB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uhBAAuhB,KAAK,eAAc,CAAI,GAG12C",
|
|
9
|
+
"debugId": "B83FD491C132620764756E2164756E21",
|
|
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
|
|