@central-icons-react/round-filled-radius-1-stroke-1 1.1.262 → 1.1.264
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z",fill:"currentColor"}),a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}))},M=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=319293366AF13A2264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonCircle/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonCircle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-circle, confirm, select, accept, continue\"><path d=\"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonCircle;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sFCjCY,IAAlB,sBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,wBAAglB,EAAhlB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAG1kB",
|
|
9
|
+
"debugId": "319293366AF13A2264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";var p=({children:r,size:e=24,ariaLabel:n,color:C,ariaHidden:t=!0,style:a,...c})=>{return l.createElement("svg",{...c,"aria-hidden":t,role:t?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...a}},n&&!t&&l.createElement("title",null,n),r)};import o from"react";var i=(r)=>{return o.createElement(p,{...r,ariaLabel:"controller-button-circle, confirm, select, accept, continue"},o.createElement("path",{d:"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z",fill:"currentColor"}),o.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonCircle};
|
|
2
|
+
|
|
3
|
+
//# debugId=BF3BE80C3476FCDF64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonCircle/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonCircle: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-circle, confirm, select, accept, continue\"><path d=\"M12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonCircle;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAglB,EAAhlB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6PAA6P,KAAK,eAAc,CAAI,GAG1kB",
|
|
9
|
+
"debugId": "BF3BE80C3476FCDF64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,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.5 8C15.7761 8 16 8.22386 16 8.5V15.5C16 15.7761 15.7761 16 15.5 16H8.5C8.22386 16 8 15.7761 8 15.5V8.5C8 8.22386 8.22386 8 8.5 8H15.5Z",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 2ZM8.5 7C7.67157 7 7 7.67157 7 8.5V15.5C7 16.3284 7.67157 17 8.5 17H15.5C16.3284 17 17 16.3284 17 15.5V8.5C17 7.67157 16.3284 7 15.5 7H8.5Z",fill:"currentColor"}))},H=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=B5FEBF53A099AF2F64756E2164756E21
|
|
@@ -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.5 8C15.7761 8 16 8.22386 16 8.5V15.5C16 15.7761 15.7761 16 15.5 16H8.5C8.22386 16 8 15.7761 8 15.5V8.5C8 8.22386 8.22386 8 8.5 8H15.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 2ZM8.5 7C7.67157 7 7 7.67157 7 8.5V15.5C7 16.3284 7.67157 17 8.5 17H15.5C16.3284 17 17 16.3284 17 15.5V8.5C17 7.67157 16.3284 7 15.5 7H8.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonSquare;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,sFCjCY,IAAlB,sBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,wBAAyjB,EAAzjB,IAAqB,EAAO,UAAU,yCAAwC,wBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4PAA4P,KAAK,eAAc,CAAI,GAGnjB",
|
|
9
|
+
"debugId": "B5FEBF53A099AF2F64756E2164756E21",
|
|
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.5 8C15.7761 8 16 8.22386 16 8.5V15.5C16 15.7761 15.7761 16 15.5 16H8.5C8.22386 16 8 15.7761 8 15.5V8.5C8 8.22386 8.22386 8 8.5 8H15.5Z",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 2ZM8.5 7C7.67157 7 7 7.67157 7 8.5V15.5C7 16.3284 7.67157 17 8.5 17H15.5C16.3284 17 17 16.3284 17 15.5V8.5C17 7.67157 16.3284 7 15.5 7H8.5Z",fill:"currentColor"}))},B=i;export{B as default,i as IconControllerButtonSquare};
|
|
2
|
+
|
|
3
|
+
//# debugId=7ADA346509F8B3A864756E2164756E21
|
|
@@ -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.5 8C15.7761 8 16 8.22386 16 8.5V15.5C16 15.7761 15.7761 16 15.5 16H8.5C8.22386 16 8 15.7761 8 15.5V8.5C8 8.22386 8.22386 8 8.5 8H15.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 2ZM8.5 7C7.67157 7 7 7.67157 7 8.5V15.5C7 16.3284 7.67157 17 8.5 17H15.5C16.3284 17 17 16.3284 17 15.5V8.5C17 7.67157 16.3284 7 15.5 7H8.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonSquare;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAyjB,EAAzjB,IAAqB,EAAO,UAAU,yCAAwC,gBAAC,OAAD,CAAM,EAAE,6IAA6I,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4PAA4P,KAAK,eAAc,CAAI,GAGnjB",
|
|
9
|
+
"debugId": "7ADA346509F8B3A864756E2164756E21",
|
|
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.3613 8.17188C11.6517 7.69193 12.3483 7.69193 12.6387 8.17188L16.1777 14.0205C16.4781 14.5178 16.1201 15.1531 15.5391 15.1533H8.46094C7.87969 15.1533 7.52159 14.5179 7.82227 14.0205L11.3613 8.17188Z",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.4941 7.6543C12.8146 6.53125 11.1854 6.53125 10.5059 7.6543L6.9668 13.5029C6.26287 14.6667 7.10074 16.1533 8.46094 16.1533H15.5391C16.899 16.1531 17.7369 14.6666 17.0332 13.5029L13.4941 7.6543Z",fill:"currentColor"}))},V=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=F4D63225D90C70D364756E2164756E21
|
|
@@ -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.3613 8.17188C11.6517 7.69193 12.3483 7.69193 12.6387 8.17188L16.1777 14.0205C16.4781 14.5178 16.1201 15.1531 15.5391 15.1533H8.46094C7.87969 15.1533 7.52159 14.5179 7.82227 14.0205L11.3613 8.17188Z\" 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.4941 7.6543C12.8146 6.53125 11.1854 6.53125 10.5059 7.6543L6.9668 13.5029C6.26287 14.6667 7.10074 16.1533 8.46094 16.1533H15.5391C16.899 16.1531 17.7369 14.6666 17.0332 13.5029L13.4941 7.6543Z\" 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,wBAA6sB,EAA7sB,IAAqB,EAAO,UAAU,mEAAkE,wBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uTAAuT,KAAK,eAAc,CAAI,GAGvsB",
|
|
9
|
+
"debugId": "F4D63225D90C70D364756E2164756E21",
|
|
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.3613 8.17188C11.6517 7.69193 12.3483 7.69193 12.6387 8.17188L16.1777 14.0205C16.4781 14.5178 16.1201 15.1531 15.5391 15.1533H8.46094C7.87969 15.1533 7.52159 14.5179 7.82227 14.0205L11.3613 8.17188Z",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.4941 7.6543C12.8146 6.53125 11.1854 6.53125 10.5059 7.6543L6.9668 13.5029C6.26287 14.6667 7.10074 16.1533 8.46094 16.1533H15.5391C16.899 16.1531 17.7369 14.6666 17.0332 13.5029L13.4941 7.6543Z",fill:"currentColor"}))},g=s;export{g as default,s as IconControllerButtonTriangle};
|
|
2
|
+
|
|
3
|
+
//# debugId=AA47267D05CF60D264756E2164756E21
|
|
@@ -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.3613 8.17188C11.6517 7.69193 12.3483 7.69193 12.6387 8.17188L16.1777 14.0205C16.4781 14.5178 16.1201 15.1531 15.5391 15.1533H8.46094C7.87969 15.1533 7.52159 14.5179 7.82227 14.0205L11.3613 8.17188Z\" 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.4941 7.6543C12.8146 6.53125 11.1854 6.53125 10.5059 7.6543L6.9668 13.5029C6.26287 14.6667 7.10074 16.1533 8.46094 16.1533H15.5391C16.899 16.1531 17.7369 14.6666 17.0332 13.5029L13.4941 7.6543Z\" 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,gBAA6sB,EAA7sB,IAAqB,EAAO,UAAU,mEAAkE,gBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uTAAuT,KAAK,eAAc,CAAI,GAGvsB",
|
|
9
|
+
"debugId": "AA47267D05CF60D264756E2164756E21",
|
|
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.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z",fill:"currentColor"}))},V=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=B0A7D3F8135ABB9264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonX/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonX: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-x, dismiss, close, cancel, delete, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonX;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAAkB,IAAlB,sBAQa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,wBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,iFCjCY,IAAlB,sBAGO,IAAM,EAAwD,CAAC,IAAU,CAC9E,OAAO,wBAAqxB,EAArxB,IAAqB,EAAO,UAAU,+DAA8D,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAG/wB",
|
|
9
|
+
"debugId": "B0A7D3F8135ABB9264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import n from"react";var l=({children:o,size:e=24,ariaLabel:r,color:C,ariaHidden:t=!0,style:a,...s})=>{return n.createElement("svg",{...s,"aria-hidden":t,role:t?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...a}},r&&!t&&n.createElement("title",null,r),o)};import p from"react";var c=(o)=>{return p.createElement(l,{...o,ariaLabel:"controller-button-x, dismiss, close, cancel, delete, remove"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z",fill:"currentColor"}))},x=c;export{x as default,c as IconControllerButtonX};
|
|
2
|
+
|
|
3
|
+
//# debugId=19F74CAE7C7FD1EC64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconControllerButtonX/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n",
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconControllerButtonX: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"controller-button-x, dismiss, close, cancel, delete, remove\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.3535 7.64648C16.1583 7.45122 15.8417 7.45122 15.6465 7.64648L12 11.293L8.35352 7.64648C8.15825 7.45122 7.84175 7.45122 7.64648 7.64648C7.45122 7.84175 7.45122 8.15825 7.64648 8.35352L11.293 12L7.64648 15.6465C7.45122 15.8417 7.45122 16.1583 7.64648 16.3535C7.84175 16.5488 8.15825 16.5488 8.35352 16.3535L12 12.707L15.6465 16.3535C15.8417 16.5488 16.1583 16.5488 16.3535 16.3535C16.5488 16.1583 16.5488 15.8417 16.3535 15.6465L12.707 12L16.3535 8.35352C16.5488 8.15825 16.5488 7.84175 16.3535 7.64648Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconControllerButtonX;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAqxB,EAArxB,IAAqB,EAAO,UAAU,+DAA8D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4mBAA4mB,KAAK,eAAc,CAAI,GAG/wB",
|
|
9
|
+
"debugId": "19F74CAE7C7FD1EC64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/IconPipe/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var B=Object.create;var{getPrototypeOf:I,defineProperty: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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z",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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),l.default.createElement("path",{d:"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z",fill:"currentColor"}))},S=x;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=DE5276EE9D2D4BF664756E2164756E21
|
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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z\" fill=\"currentColor\"/><path d=\"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario, vpn\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z\" fill=\"currentColor\"/><path d=\"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z\" 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,wBAA8sC,EAA9sC,IAAqB,EAAO,UAAU,0BAAyB,wBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0cAA0c,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4cAA4c,KAAK,eAAc,CAAI,GAGxsC",
|
|
9
|
+
"debugId": "DE5276EE9D2D4BF664756E2164756E21",
|
|
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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),e.createElement("path",{d:"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z",fill:"currentColor"}),e.createElement("path",{d:"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z",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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z",fill:"currentColor"}),e.createElement("path",{d:"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z",fill:"currentColor"}),e.createElement("path",{d:"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z",fill:"currentColor"}))},H=i;export{H as default,i as IconPipe};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=2542BA9524F2AC9564756E2164756E21
|
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 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z\" fill=\"currentColor\"/><path d=\"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPipe: React.FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props} ariaLabel=\"pipe, super mario, vpn\"><path d=\"M9 20H10V11H19V20H21C21.2761 20 21.5 20.2239 21.5 20.5C21.5 20.7761 21.2761 21 21 21H3C2.72386 21 2.5 20.7761 2.5 20.5C2.5 20.2239 2.72386 20 3 20H5V11H9V20Z\" fill=\"currentColor\"/><path d=\"M7 10H5.09961C4.828 10 4.59409 10 4.40234 9.98438C4.20487 9.96823 4.00834 9.93312 3.81934 9.83691C3.53709 9.6931 3.3069 9.46291 3.16309 9.18066C3.06688 8.99166 3.03177 8.79513 3.01562 8.59766C2.99996 8.40591 3 8.172 3 7.90039V5.09961C3 4.828 2.99996 4.59409 3.01562 4.40234C3.03177 4.20487 3.06688 4.00834 3.16309 3.81934C3.3069 3.53709 3.53709 3.3069 3.81934 3.16309C4.00834 3.06688 4.20487 3.03177 4.40234 3.01563C4.59409 2.99996 4.828 3 5.09961 3H7V10Z\" fill=\"currentColor\"/><path d=\"M18.9004 3C19.172 3 19.4059 2.99996 19.5977 3.01563C19.7951 3.03177 19.9917 3.06688 20.1807 3.16309C20.4629 3.3069 20.6931 3.53709 20.8369 3.81934C20.9331 4.00834 20.9682 4.20487 20.9844 4.40234C21 4.59409 21 4.828 21 5.09961V7.90039C21 8.172 21 8.40591 20.9844 8.59766C20.9682 8.79513 20.9331 8.99166 20.8369 9.18066C20.6931 9.46291 20.4629 9.6931 20.1807 9.83691C19.9917 9.93312 19.7951 9.96823 19.5977 9.98438C19.4059 10 19.172 10 18.9004 10H8V3H18.9004Z\" 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,gBAA8sC,EAA9sC,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0cAA0c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4cAA4c,KAAK,eAAc,CAAI,GAGxsC",
|
|
9
|
+
"debugId": "2542BA9524F2AC9564756E2164756E21",
|
|
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
|
|