---
title: iconStyle
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/components/button/button.tsx#L111
---

# 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,
];

```