// Icon Font
//
// Created with http://icomoon.io
// Use fonts/avvo_ui/icons/selection.json on IcoMoon to recreate this font.

$icon-font-family-name: 'FontAwesome' !default;
$icon-font-path:        'avvo_ui/icons/' !default;
$icon-font-file-name:   'avvo_ui_icons' !default;
$icon-font-svg-id:      'avvo_ui_icons' !default;

$svg-chevron-left : '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="#000000" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"/></svg>';
$svg-chevron-right: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="#000000" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>';

// Names and glyph codes for each icon.
// HEADS UP: This is tightly coupled to the font itself.
$icon-font-glyphs: () !default;
$icon-font-glyphs: map-merge((
  map-marker:              '\f041',

  // UI
  checkmark:               '\f00c',

  // Arrows
  chevron-left: svg-url($svg-chevron-left),
  chevron-right: svg-url($svg-chevron-right),

  // Stars
  star-empty:              '\f006',
  star:                    '\f005'
), $icon-font-glyphs);

$old-icon-font-glyphs: () !default;
$old-icon-font-glyphs: map-merge((
  //Branding
  avvo:                    '\e605',
  avvo10:                  '\e903'
), $old-icon-font-glyphs);
