Skip to content

Commit

Permalink
fix CheckmarkFilled icon registration (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
usamaidrsk authored Oct 3, 2024
1 parent 1555681 commit bb21ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import caretLeft from './svgs/caret-left.svg';
import caretRight from './svgs/caret-right.svg';
import caretUp from './svgs/caret-up.svg';
import chartAverage from './svgs/chart-average.svg';
import checkmarkFilled from './svgs/list-checked.svg';
import checkmarkFilled from './svgs/checkmark--filled.svg';
import chemistry from './svgs/chemistry.svg';
import chevronDown from './svgs/chevron-down.svg';
import chevronLeft from './svgs/chevron-left.svg';
Expand Down

0 comments on commit bb21ee1

Please sign in to comment.