Skip to content

Commit

Permalink
Merge pull request #402 from bethinkpl/IT-5915_stethoscope_icon
Browse files Browse the repository at this point in the history
IT-5915 stethoscope icon
  • Loading branch information
kvas-damian authored Aug 9, 2024
2 parents 210686a + e634f3a commit e771bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/js/icons/fontawesome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ import { faSitemap as fasSitemap } from '@fortawesome/pro-solid-svg-icons/faSite
import { faSquareCheck as fasSquareCheck } from '@fortawesome/pro-solid-svg-icons/faSquareCheck';
import { faSquareList as fasSquareList } from '@fortawesome/pro-solid-svg-icons/faSquareList';
import { faStar as fasStar } from '@fortawesome/pro-solid-svg-icons/faStar';
import { faStethoscope } from '@fortawesome/pro-regular-svg-icons/faStethoscope';
import { faStopwatch as fasStopwach } from '@fortawesome/pro-solid-svg-icons/faStopwatch';
import { faThumbsUp as fasThumbsUp } from '@fortawesome/pro-solid-svg-icons/faThumbsUp';
import { faThumbtack as fasThumbtack } from '@fortawesome/pro-solid-svg-icons/faThumbtack';
Expand Down Expand Up @@ -366,6 +367,7 @@ export const FONTAWESOME_ICONS = {
FA_SQUARE_LIST_SOLID: fasSquareList,
FA_STAR: faStar,
FA_STAR_SOLID: fasStar,
FA_STETHOSCOPE: faStethoscope,
FA_STOPWATCH_SOLID: fasStopwach,
FA_TAG: faTag,
FA_TAGS: faTags,
Expand Down

0 comments on commit e771bbc

Please # to comment.