---
title: iconStyle
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/components/button/button.tsx#L121
---

# iconStyle

## Summary

Icon slot sizing and `aria-hidden` defaults for decorative icons rendered
inside a button.

## Signature

```ts
const iconStyle: readonly [
  MixinDescriptor<Element, [Partial<ElementProps>], ElementProps>,
  CSSMixinDescriptor,
];

```