@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.324 → 1.1.325
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/IconKeyboard/index.js +2 -2
- package/IconKeyboard/index.js.map +3 -3
- package/IconKeyboard/index.mjs +2 -2
- package/IconKeyboard/index.mjs.map +3 -3
- package/IconKeyboard1/index.d.ts +4 -0
- package/IconKeyboard1/index.js +3 -0
- package/IconKeyboard1/index.js.map +11 -0
- package/IconKeyboard1/index.mjs +3 -0
- package/IconKeyboard1/index.mjs.map +11 -0
- package/README.md +2 -1
- package/filtered-icons.json +1 -1
- 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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -2
package/IconKeyboard/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:B,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:k}=Object,m=Object.prototype.hasOwnProperty;function C(e){return this[e]}var v,Z,g=(e,n,t)=>{var r=e!=null&&typeof e==="object";if(r){var i=n?v??=new WeakMap:Z??=new WeakMap,c=i.get(e);if(c)return c}t=e!=null?x(B(e)):{};let a=n||!e||!e.__esModule||!m.call(e,"default")?p(t,"default",{value:e,enumerable:!0}):t;if(e&&typeof e==="object"||typeof e==="function"){for(let d of f(e))if(!m.call(a,d))p(a,d,{get:C.bind(e,d),enumerable:!0})}if(r)i.set(e,a);return a},H=(e)=>{var n=(u??=new WeakMap).get(e),t;if(n)return n;if(n=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var r of f(e))if(!m.call(n,r))p(n,r,{get:C.bind(e,r),enumerable:!(t=k(e,r))||t.enumerable})}return u.set(e,n),n},u;var w=(e)=>e;function S(e,n){this[e]=w.bind(null,n)}var V=(e,n)=>{for(var t in n)p(e,t,{get:n[t],enumerable:!0,configurable:!0,set:S.bind(n,t)})};var G={};V(G,{IconKeyboard:()=>y,default:()=>K});module.exports=H(G);var l=g(require("react"));var q={};V(q,{CentralIconBase:()=>I});var o=g(require("react")),s=require("react-native-svg"),b=(e)=>{let n=o.default.useId();return o.default.createElement(P,{...e,instanceId:n})},F=0,h=typeof o.default.useId==="function"?void 0:class extends o.default.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++F}`})}render(){return o.default.createElement(P,{...this.props.iconProps,instanceId:this.state.instanceId})}},I=(e)=>h?o.default.createElement(h,{iconProps:e}):o.default.createElement(b,{...e}),P=({children:e,size:n=24,mode:t="masked",maskId:r,instanceId:i,...c})=>{let a=i?`${r}-${i}`:r,d=t!=="raw"&&!!r;return o.default.createElement(s.Svg,{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},d?o.default.createElement(o.default.Fragment,null,o.default.createElement(s.Mask,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.default.createElement(s.Rect,{width:"24",height:"24",fill:"#000"}),o.default.createElement(s.G,{color:"#fff"},e)),o.default.createElement(s.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):e)};var M=require("react-native-svg"),y=l.default.memo((e)=>l.default.createElement(I,{...e,maskId:"square-filled-radius-0-stroke-2-IconKeyboard"},l.default.createElement(M.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 19.5H1.5V4.5H22.5V19.5ZM5.75 13V15H7.75V13H5.75ZM9.25977 13V15H14.7402V13H9.25977ZM16.25 13V15H18.25V13H16.25ZM5.75 9V11H7.75V9H5.75ZM9.25977 9V11H11.2598V9H9.25977ZM12.7402 9V11H14.7402V9H12.7402ZM16.25 9V11H18.25V9H16.25Z",fill:"currentColor"}))),K=y;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=8204B22C3EC703AC64756E2164756E21
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/IconKeyboard/index.tsx", "src/CentralIconBase/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
5
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22.5 19.5H1.5V4.5H22.5V19.5ZM5.75 13V15H7.75V13H5.75ZM9.25977 13V15H14.7402V13H9.25977ZM16.25 13V15H18.25V13H16.25ZM5.75 9V11H7.75V9H5.75ZM9.25977 9V11H11.2598V9H9.25977ZM12.7402 9V11H14.7402V9H12.7402ZM16.25 9V11H18.25V9H16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKeyboard;\n",
|
|
6
6
|
"import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <Svg\n {...props}\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 >\n {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "2gCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAUM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,UAAM,MAAM,EAC/B,OAAO,wBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,UAAM,QAAU,WACnB,OACA,cAAc,UAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,wBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,wBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,wBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFe,IAArB,8BAEa,EAAiE,UAAM,KAAK,CAAC,IACjF,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "2gCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAUM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,UAAM,MAAM,EAC/B,OAAO,wBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,UAAM,QAAU,WACnB,OACA,cAAc,UAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,wBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,wBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,wBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFe,IAArB,8BAEa,EAAiE,UAAM,KAAK,CAAC,IACjF,wBAA+X,EAA/X,IAAqB,EAAO,OAAO,gDAA+C,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wOAAwO,KAAK,eAAc,CAAI,CACvY,EAEc",
|
|
9
|
+
"debugId": "8204B22C3EC703AC64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconKeyboard/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import r from"react";import e from"react";import{Svg as u,Mask as f,Rect as i,G as C}from"react-native-svg";var g=(n)=>{let o=e.useId();return e.createElement(c,{...n,instanceId:o})},
|
|
1
|
+
import r from"react";import e from"react";import{Svg as u,Mask as f,Rect as i,G as C}from"react-native-svg";var g=(n)=>{let o=e.useId();return e.createElement(c,{...n,instanceId:o})},H=0,d=typeof e.useId==="function"?void 0:class extends e.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++H}`})}render(){return e.createElement(c,{...this.props.iconProps,instanceId:this.state.instanceId})}},p=(n)=>d?e.createElement(d,{iconProps:n}):e.createElement(g,{...n}),c=({children:n,size:o=24,mode:l="masked",maskId:t,instanceId:s,...m})=>{let a=s?`${t}-${s}`:t,I=l!=="raw"&&!!t;return e.createElement(u,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},I?e.createElement(e.Fragment,null,e.createElement(f,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement(i,{width:"24",height:"24",fill:"#000"}),e.createElement(C,{color:"#fff"},n)),e.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):n)};import{Path as V}from"react-native-svg";var h=r.memo((n)=>r.createElement(p,{...n,maskId:"square-filled-radius-0-stroke-2-IconKeyboard"},r.createElement(V,{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 19.5H1.5V4.5H22.5V19.5ZM5.75 13V15H7.75V13H5.75ZM9.25977 13V15H14.7402V13H9.25977ZM16.25 13V15H18.25V13H16.25ZM5.75 9V11H7.75V9H5.75ZM9.25977 9V11H11.2598V9H9.25977ZM12.7402 9V11H14.7402V9H12.7402ZM16.25 9V11H18.25V9H16.25Z",fill:"currentColor"}))),b=h;export{h as IconKeyboard,b as default};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=3EB1B0EA8AC0549A64756E2164756E21
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["src/IconKeyboard/index.tsx", "src/CentralIconBase/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"
|
|
5
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22.5 19.5H1.5V4.5H22.5V19.5ZM5.75 13V15H7.75V13H5.75ZM9.25977 13V15H14.7402V13H9.25977ZM16.25 13V15H18.25V13H16.25ZM5.75 9V11H7.75V9H5.75ZM9.25977 9V11H11.2598V9H9.25977ZM12.7402 9V11H14.7402V9H12.7402ZM16.25 9V11H18.25V9H16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKeyboard;\n",
|
|
6
6
|
"import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <Svg\n {...props}\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 >\n {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
|
|
7
7
|
],
|
|
8
|
-
"mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFN,eAAS,yBAEF,IAAM,EAAiE,EAAM,KAAK,CAAC,IACjF,
|
|
9
|
-
"debugId": "
|
|
8
|
+
"mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFN,eAAS,yBAEF,IAAM,EAAiE,EAAM,KAAK,CAAC,IACjF,gBAA+X,EAA/X,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wOAAwO,KAAK,eAAc,CAAI,CACvY,EAEc",
|
|
9
|
+
"debugId": "3EB1B0EA8AC0549A64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:k,defineProperty:p,getOwnPropertyNames:f,getOwnPropertyDescriptor:M}=Object,m=Object.prototype.hasOwnProperty;function C(e){return this[e]}var v,w,g=(e,n,t)=>{var r=e!=null&&typeof e==="object";if(r){var i=n?v??=new WeakMap:w??=new WeakMap,c=i.get(e);if(c)return c}t=e!=null?B(k(e)):{};let a=n||!e||!e.__esModule||!m.call(e,"default")?p(t,"default",{value:e,enumerable:!0}):t;if(e&&typeof e==="object"||typeof e==="function"){for(let d of f(e))if(!m.call(a,d))p(a,d,{get:C.bind(e,d),enumerable:!0})}if(r)i.set(e,a);return a},h=(e)=>{var n=(u??=new WeakMap).get(e),t;if(n)return n;if(n=p({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var r of f(e))if(!m.call(n,r))p(n,r,{get:C.bind(e,r),enumerable:!(t=M(e,r))||t.enumerable})}return u.set(e,n),n},u;var S=(e)=>e;function b(e,n){this[e]=S.bind(null,n)}var P=(e,n)=>{for(var t in n)p(e,t,{get:n[t],enumerable:!0,configurable:!0,set:b.bind(n,t)})};var G={};P(G,{IconKeyboard1:()=>x,default:()=>K});module.exports=h(G);var l=g(require("react"));var q={};P(q,{CentralIconBase:()=>I});var o=g(require("react")),s=require("react-native-svg"),F=(e)=>{let n=o.default.useId();return o.default.createElement(H,{...e,instanceId:n})},Z=0,y=typeof o.default.useId==="function"?void 0:class extends o.default.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++Z}`})}render(){return o.default.createElement(H,{...this.props.iconProps,instanceId:this.state.instanceId})}},I=(e)=>y?o.default.createElement(y,{iconProps:e}):o.default.createElement(F,{...e}),H=({children:e,size:n=24,mode:t="masked",maskId:r,instanceId:i,...c})=>{let a=i?`${r}-${i}`:r,d=t!=="raw"&&!!r;return o.default.createElement(s.Svg,{...c,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},d?o.default.createElement(o.default.Fragment,null,o.default.createElement(s.Mask,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.default.createElement(s.Rect,{width:"24",height:"24",fill:"#000"}),o.default.createElement(s.G,{color:"#fff"},e)),o.default.createElement(s.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):e)};var V=require("react-native-svg"),x=l.default.memo((e)=>l.default.createElement(I,{...e,maskId:"square-filled-radius-0-stroke-2-IconKeyboard1"},l.default.createElement(V.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z",fill:"currentColor"}))),K=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=F1900FCD392880DE64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/IconKeyboard1/index.tsx", "src/CentralIconBase/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard1\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKeyboard1;\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <Svg\n {...props}\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 >\n {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "4gCAAkB,IAAlB,4DCA0B,IAA1B,sBACA,8BAUM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,UAAM,MAAM,EAC/B,OAAO,wBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,UAAM,QAAU,WACnB,OACA,cAAc,UAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,wBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,wBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,wBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFe,IAArB,8BAEa,EAAkE,UAAM,KAAK,CAAC,IAClF,wBAA8P,EAA9P,IAAqB,EAAO,OAAO,iDAAgD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sGAAsG,KAAK,eAAc,CAAI,CACtQ,EAEc",
|
|
9
|
+
"debugId": "F1900FCD392880DE64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as u,Mask as f,Rect as i,G as C}from"react-native-svg";var g=(n)=>{let o=e.useId();return e.createElement(c,{...n,instanceId:o})},h=0,d=typeof e.useId==="function"?void 0:class extends e.Component{state={};componentDidMount(){this.setState({instanceId:`legacy-${++h}`})}render(){return e.createElement(c,{...this.props.iconProps,instanceId:this.state.instanceId})}},p=(n)=>d?e.createElement(d,{iconProps:n}):e.createElement(g,{...n}),c=({children:n,size:o=24,mode:l="masked",maskId:t,instanceId:s,...m})=>{let a=s?`${t}-${s}`:t,I=l!=="raw"&&!!t;return e.createElement(u,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},I?e.createElement(e.Fragment,null,e.createElement(f,{id:a,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement(i,{width:"24",height:"24",fill:"#000"}),e.createElement(C,{color:"#fff"},n)),e.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${a})`})):n)};import{Path as P}from"react-native-svg";var y=r.memo((n)=>r.createElement(p,{...n,maskId:"square-filled-radius-0-stroke-2-IconKeyboard1"},r.createElement(P,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z",fill:"currentColor"}))),F=y;export{y as IconKeyboard1,F as default};
|
|
2
|
+
|
|
3
|
+
//# debugId=7DA8834DB297138664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/IconKeyboard1/index.tsx", "src/CentralIconBase/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKeyboard1: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconKeyboard1\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKeyboard1;\n",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\ntype Props = CentralIconBaseProps;\n\nconst ModernCentralIconBase: React.FC<Props> = (props) => {\n const instanceId = React.useId();\n return <CentralIconSvg {...props} instanceId={instanceId} />;\n};\n\nlet nextLegacyId = 0;\n\n// React's Server Components runtime exposes useId but not Component. Only\n// define the legacy class when it is needed, so modern imports stay RSC-safe.\nconst LegacyCentralIconBase =\n typeof React.useId === \"function\"\n ? undefined\n : class extends React.Component<\n { iconProps: Props },\n { instanceId?: string }\n > {\n state: { instanceId?: string } = {};\n\n componentDidMount() {\n // Defer legacy IDs until mount so server and initial client markup agree.\n this.setState({ instanceId: `legacy-${++nextLegacyId}` });\n }\n\n render() {\n return <CentralIconSvg {...this.props.iconProps} instanceId={this.state.instanceId} />;\n }\n };\n\nexport const CentralIconBase: React.FC<Props> = (props) =>\n LegacyCentralIconBase ? (\n <LegacyCentralIconBase iconProps={props} />\n ) : (\n <ModernCentralIconBase {...props} />\n );\n\nconst CentralIconSvg: FC<CentralIconBaseProps & { instanceId?: string }> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n instanceId,\n ...props\n}) => {\n const uniqueMaskId = instanceId ? `${maskId}-${instanceId}` : maskId;\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <Svg\n {...props}\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 >\n {masked ? (\n <>\n <Mask\n id={uniqueMaskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${uniqueMaskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBCAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAU1B,IAAM,EAAyC,CAAC,IAAU,CACxD,IAAM,EAAa,EAAM,MAAM,EAC/B,OAAO,gBAAC,EAAD,IAAoB,EAAO,WAAY,EAAY,GAGxD,EAAe,EAIb,EACJ,OAAO,EAAM,QAAU,WACnB,OACA,cAAc,EAAM,SAGlB,CACA,MAAiC,CAAC,EAElC,iBAAiB,EAAG,CAElB,KAAK,SAAS,CAAE,WAAY,UAAU,EAAE,GAAe,CAAC,EAG1D,MAAM,EAAG,CACP,OAAO,gBAAC,EAAD,IAAoB,KAAK,MAAM,UAAW,WAAY,KAAK,MAAM,WAAY,EAExF,EAEO,EAAmC,CAAC,IAC/C,EACE,gBAAC,EAAD,CAAuB,UAAW,EAAO,EAEzC,gBAAC,EAAD,IAA2B,EAAO,EAGhC,EAAqE,EACzE,WACA,OAAO,GACP,OAAO,SACP,SACA,gBACG,KACC,CACJ,IAAM,EAAe,EAAa,GAAG,KAAU,IAAe,EACxD,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GDrFN,eAAS,yBAEF,IAAM,EAAkE,EAAM,KAAK,CAAC,IAClF,gBAA8P,EAA9P,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sGAAsG,KAAK,eAAc,CAAI,CACtQ,EAEc",
|
|
9
|
+
"debugId": "7DA8834DB297138664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -731,6 +731,7 @@ Below is a complete list of available icons:
|
|
|
731
731
|
- IconPrinter2
|
|
732
732
|
- IconPhoneHaptic2
|
|
733
733
|
- IconIphoneDuo
|
|
734
|
+
- IconKeyboard
|
|
734
735
|
|
|
735
736
|
### Edit
|
|
736
737
|
|
|
@@ -1919,6 +1920,7 @@ Below is a complete list of available icons:
|
|
|
1919
1920
|
|
|
1920
1921
|
### Sound & Music
|
|
1921
1922
|
|
|
1923
|
+
- IconKeyboard1
|
|
1922
1924
|
- IconVolumeFull
|
|
1923
1925
|
- IconVolumeHalf
|
|
1924
1926
|
- IconVolumeMinimum
|
|
@@ -1931,7 +1933,6 @@ Below is a complete list of available icons:
|
|
|
1931
1933
|
- IconAudio
|
|
1932
1934
|
- IconPlaylist
|
|
1933
1935
|
- IconHeadphones
|
|
1934
|
-
- IconKeyboard
|
|
1935
1936
|
- IconVoiceHigh
|
|
1936
1937
|
- IconVoiceRecord
|
|
1937
1938
|
- IconVoice3
|