@use "../config";

$tabler-icons-path: "#{config.$icons-path}/tabler";

$icon-map: (
  ascending: (
    url: url("#{$tabler-icons-path}/caret-up-filled.svg"),
  ),
  check: (
    url: url("#{$tabler-icons-path}/check.svg"),
  ),
  confirmation: (
    url: url("#{$tabler-icons-path}/check.svg"),
  ),
  chevron-down: (
    url: url("#{$tabler-icons-path}/chevron-down.svg"),
  ),
  chevron-left: (
    url: url("#{$tabler-icons-path}/chevron-left.svg"),
  ),
  chevron-light-down: (
    url: url("#{$tabler-icons-path}/chevron-compact-down.svg"),
  ),
  chevron-light-left: (
    url: url("#{$tabler-icons-path}/chevron-compact-left.svg"),
  ),
  chevron-light-right: (
    url: url("#{$tabler-icons-path}/chevron-compact-right.svg"),
  ),
  chevron-light-up: (
    url: url("#{$tabler-icons-path}/chevron-compact-up.svg"),
  ),
  chevron-right: (
    url: url("#{$tabler-icons-path}/chevron-right.svg"),
  ),
  chevron-up: (
    url: url("#{$tabler-icons-path}/chevron-up.svg"),
  ),
  close: (
    url: url("#{$tabler-icons-path}/x.svg"),
  ),
  descending: (
    url: url("#{$tabler-icons-path}/caret-down-filled.svg"),
  ),
  download: (
    url: url("#{$tabler-icons-path}/download.svg"),
  ),
  error: (
    url: url("#{$tabler-icons-path}/error.svg"),
  ),
  filter: (
    url: url("#{$tabler-icons-path}/filter.svg"),
  ),
  hamburger: (
    url: url("#{$tabler-icons-path}/menu-2.svg"),
  ),
  heart: (
    url: url("#{$tabler-icons-path}/heart.svg"),
  ),
  home: (
    url: url("#{$tabler-icons-path}/home.svg"),
  ),
  informative: (
    url: url("#{$tabler-icons-path}/informative.svg"),
  ),
  lock-closed: (
    url: url("#{$tabler-icons-path}/lock.svg"),
  ),
  on-off: (
    url: url("#{$tabler-icons-path}/on-off.svg"),
  ),
  outgoing: (
    url: url("#{$tabler-icons-path}/arrow-up-right.svg"),
  ),
  questionmark: (
    url: url("#{$tabler-icons-path}/question-mark.svg"),
  ),
  reset: (
    url: url("#{$tabler-icons-path}/refresh.svg"),
  ),
  search: (
    url: url("#{$tabler-icons-path}/search.svg"),
  ),
  smartphone: (
    url: url("#{$tabler-icons-path}/device-mobile.svg"),
  ),
  sort: (
    url: url("#{$tabler-icons-path}/caret-up-down-filled.svg"),
  ),
  to-top: (
    url: url("#{$tabler-icons-path}/to-top.svg"),
  ),
  trash: (
    url: url("#{$tabler-icons-path}/trash.svg"),
  ),
  user: (
    url: url("#{$tabler-icons-path}/user.svg"),
  ),
  warning: (
    url: url("#{$tabler-icons-path}/warning.svg"),
  ),
);
