--- # CollectionBuilder-Icons # # This file prepares a central svg sprite file for use on all pages. # Default icons can be over ridden in theme.yml, # using icon names in Bootstrap Icons, https://icons.getbootstrap.com/ # # Requires the cb_helpers.rb plugin! --- {%- for i in site.data.theme_icons -%} {{ i[1].symbol }} {%- endfor -%}