summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/icons_path.js
blob: 1a1c3c8e7b35280e8e7e50978a40e0e26b7d5fe2 (plain)
1
2
3
// any import of '@gitlab/svgs/dist/icons.svg' will be overridden with this
// to avoid asset duplication between sprockets and webpack
export default gon && gon.sprite_icons;