/*
 * Icons
 *
 * BEM-style component class emitted by `icon_tag` in
 * app/helpers/styles_helper.rb.
 *
 * Usage:
 *   class="icon"   <- via icon_tag (defaults — 1.25rem square SVG)
 *
 * The helper renders an `<img>` tag pointing at app/assets/images/icons/<name>.svg
 * and applies this class for sizing.
 */

.icon {
  width: 1.25rem;
  height: 1.25rem;
}
