<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64767],{2043:function(e,o,t){var i={"./icon-button.json":898744};function n(e){return t(s(e))}function s(e){if(!t.o(i,e)){var o=Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}return i[e]}n.keys=function(){return Object.keys(i)},n.resolve=s,e.exports=n,n.id=2043},375877:function(e,o,t){"use strict";t.r(o),t.d(o,{default:function(){return l}}),t(470079);var i=t(260466),n=t(771902),s=JSON.parse('{"props":{"children":{"type":{"name":"custom","description":"node"}},"classes":{"type":{"name":"object"},"additionalInfo":{"cssApi":true}},"color":{"type":{"name":"union","description":"\'inherit\'&lt;br&gt;&amp;#124;&amp;nbsp;\'default\'&lt;br&gt;&amp;#124;&amp;nbsp;\'primary\'&lt;br&gt;&amp;#124;&amp;nbsp;\'secondary\'&lt;br&gt;&amp;#124;&amp;nbsp;\'error\'&lt;br&gt;&amp;#124;&amp;nbsp;\'info\'&lt;br&gt;&amp;#124;&amp;nbsp;\'success\'&lt;br&gt;&amp;#124;&amp;nbsp;\'warning\'&lt;br&gt;&amp;#124;&amp;nbsp;string"},"default":"\'default\'"},"disabled":{"type":{"name":"bool"},"default":"false"},"disableFocusRipple":{"type":{"name":"bool"},"default":"false"},"disableRipple":{"type":{"name":"bool"},"default":"false"},"edge":{"type":{"name":"enum","description":"\'end\'&lt;br&gt;&amp;#124;&amp;nbsp;\'start\'&lt;br&gt;&amp;#124;&amp;nbsp;false"},"default":"false"},"size":{"type":{"name":"union","description":"\'small\'&lt;br&gt;&amp;#124;&amp;nbsp;\'medium\'&lt;br&gt;&amp;#124;&amp;nbsp;\'large\'&lt;br&gt;&amp;#124;&amp;nbsp;string"},"default":"\'medium\'"},"sx":{"type":{"name":"union","description":"Array&amp;lt;func&lt;br&gt;&amp;#124;&amp;nbsp;object&lt;br&gt;&amp;#124;&amp;nbsp;bool&amp;gt;&lt;br&gt;&amp;#124;&amp;nbsp;func&lt;br&gt;&amp;#124;&amp;nbsp;object"},"additionalInfo":{"sx":true}}},"name":"IconButton","imports":["import IconButton from \'@mui/material/IconButton\';","import { IconButton } from \'@mui/material\';"],"classes":[{"key":"colorError","className":"MuiIconButton-colorError","description":"Styles applied to the root element if `color=\\"error\\"`.","isGlobal":false},{"key":"colorInfo","className":"MuiIconButton-colorInfo","description":"Styles applied to the root element if `color=\\"info\\"`.","isGlobal":false},{"key":"colorInherit","className":"MuiIconButton-colorInherit","description":"Styles applied to the root element if `color=\\"inherit\\"`.","isGlobal":false},{"key":"colorPrimary","className":"MuiIconButton-colorPrimary","description":"Styles applied to the root element if `color=\\"primary\\"`.","isGlobal":false},{"key":"colorSecondary","className":"MuiIconButton-colorSecondary","description":"Styles applied to the root element if `color=\\"secondary\\"`.","isGlobal":false},{"key":"colorSuccess","className":"MuiIconButton-colorSuccess","description":"Styles applied to the root element if `color=\\"success\\"`.","isGlobal":false},{"key":"colorWarning","className":"MuiIconButton-colorWarning","description":"Styles applied to the root element if `color=\\"warning\\"`.","isGlobal":false},{"key":"disabled","className":"Mui-disabled","description":"State class applied to the root element if `disabled={true}`.","isGlobal":true},{"key":"edgeEnd","className":"MuiIconButton-edgeEnd","description":"Styles applied to the root element if `edge=\\"end\\"`.","isGlobal":false},{"key":"edgeStart","className":"MuiIconButton-edgeStart","description":"Styles applied to the root element if `edge=\\"start\\"`.","isGlobal":false},{"key":"root","className":"MuiIconButton-root","description":"Styles applied to the root element.","isGlobal":false},{"key":"sizeLarge","className":"MuiIconButton-sizeLarge","description":"Styles applied to the root element if `size=\\"large\\"`.","isGlobal":false},{"key":"sizeMedium","className":"MuiIconButton-sizeMedium","description":"Styles applied to the root element if `size=\\"medium\\"`.","isGlobal":false},{"key":"sizeSmall","className":"MuiIconButton-sizeSmall","description":"Styles applied to the root element if `size=\\"small\\"`.","isGlobal":false}],"spread":true,"themeDefaultProps":true,"muiName":"MuiIconButton","forwardsRefTo":"HTMLButtonElement","filename":"/packages/mui-material/src/IconButton/IconButton.js","inheritance":{"component":"ButtonBase","pathname":"/material-ui/api/button-base/"},"demos":"&lt;ul&gt;&lt;li&gt;&lt;a href=\\"/material-ui/react-button/\\"&gt;Button&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;","cssComponent":false}'),r=t(735250);function l(e){var o=e.descriptions,t=e.pageContent;return(0,r.jsx)(i.Z,{descriptions:o,pageContent:t})}l.getInitialProps=function(){var e=t(2043);return{descriptions:(0,n.Z)(e),pageContent:s}}},984116:function(e,o,t){(window.__NEXT_P=window.__NEXT_P||[]).push(["/material-ui/api/icon-button",function(){return t(375877)}])},898744:function(e){"use strict";e.exports=JSON.parse('{"componentDescription":"Refer to the [Icons](/material-ui/icons/) section of the documentation\\nregarding the available icon options.","propDescriptions":{"children":{"description":"The icon to display."},"classes":{"description":"Override or extend the styles applied to the component."},"color":{"description":"The color of the component. It supports both default and custom theme colors, which can be added as shown in the &lt;a href=\\"https://mui.com/material-ui/customization/palette/#custom-colors\\"&gt;palette customization guide&lt;/a&gt;."},"disabled":{"description":"If &lt;code&gt;true&lt;/code&gt;, the component is disabled."},"disableFocusRipple":{"description":"If &lt;code&gt;true&lt;/code&gt;, the  keyboard focus ripple is disabled."},"disableRipple":{"description":"If &lt;code&gt;true&lt;/code&gt;, the ripple effect is disabled.&lt;br&gt;⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the &lt;code&gt;.Mui-focusVisible&lt;/code&gt; class."},"edge":{"description":"If given, uses a negative margin to counteract the padding on one side (this is often helpful for aligning the left or right side of the icon with content above or below, without ruining the border size and shape)."},"size":{"description":"The size of the component. &lt;code&gt;small&lt;/code&gt; is equivalent to the dense button styling."},"sx":{"description":"The system prop that allows defining system overrides as well as additional CSS styles."}},"classDescriptions":{"colorError":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"error\\"&lt;/code&gt;"},"colorInfo":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"info\\"&lt;/code&gt;"},"colorInherit":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"inherit\\"&lt;/code&gt;"},"colorPrimary":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"primary\\"&lt;/code&gt;"},"colorSecondary":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"secondary\\"&lt;/code&gt;"},"colorSuccess":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"success\\"&lt;/code&gt;"},"colorWarning":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;color=\\"warning\\"&lt;/code&gt;"},"disabled":{"description":"State class applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;disabled={true}&lt;/code&gt;"},"edgeEnd":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;edge=\\"end\\"&lt;/code&gt;"},"edgeStart":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;edge=\\"start\\"&lt;/code&gt;"},"root":{"description":"Styles applied to the root element."},"sizeLarge":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;size=\\"large\\"&lt;/code&gt;"},"sizeMedium":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;size=\\"medium\\"&lt;/code&gt;"},"sizeSmall":{"description":"Styles applied to {{nodeName}} if {{conditions}}.","nodeName":"the root element","conditions":"&lt;code&gt;size=\\"small\\"&lt;/code&gt;"}}}')}},function(e){e.O(0,[49774,16590,17376,15599,36547,74924,27893,37506,20394,24895,53933,69474,95997,21,29593,62666,6284,60466,8933,92888,40179],function(){return e(e.s=984116)}),_N_E=e.O()}]);</pre></body></html>