Below is the list of icons available in the project.
They are combined into an SVG sprite and can be included with the following HTML snippet (for <icon-name> see the listing that follows):
<!-- replace <icon-name> with the icon name from the list below -->
<svg class="Icon">
<use xlink:href="/assets/img/icons.svg#<icon-name>"></use>
</svg>If you want to use the icon as a background image, apply it in your CSS as follows:
.Button {
@apply bg-<icon-name>;
}To add or remove icons from the project simply add or remove them from /src/img/icons directory.
arrow-down-circle-white
arrow-right-circle-white
arrow-right-circle
arrow-right-long
arrow-right-medium
arrow-right
calendar
chevron-down
chevron-right
close-lg
document
download
email-white
external-link
facebook-white
facebook
globe
linkedin-white
linkedin
menu
phone
printer
search-short
search
x-white
x
youtube