## Examples

### Small

<elements-example>

```html
<w-icon name="Rocket" size="small"></w-icon>
```

</elements-example>

### Medium

This is the default size.

<elements-example>

```html
<w-icon name="Rocket" size="medium"></w-icon>
```

</elements-example>

### Large

<elements-example>

```html
<w-icon name="Rocket" size="large"></w-icon>
```

</elements-example>

### Custom size

You can set a pixel size as well if none of the presets fit your needs.

<elements-example>

```html
<w-icon name="Rocket" size="13.37px"></w-icon>
```

</elements-example>
