# Icon Inputs

Attach an icon into an input.

## Example

<script async src="//jsfiddle.net/stuartaccent/a8js7gf9/embed/html,result/"></script>

## Variables

Below are the default variables, adjust any of these before you import the component.

```scss
$icon-input-icon-class-prefix:  'fa-' !default;
$icon-input-icon-width:         2.65em !default;
$icon-input-margin-bottom:      $input-margin-bottom !default;
```