Skip to content
Snippets Groups Projects
Commit 5d4644e5 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

replace and remove star icon

parent 5f3ca585
No related branches found
No related tags found
No related merge requests found
<a href="#" ng-click="toggleFavorite()">
<cv-star-icon width="18px" height="18px" ng-class="{'text-grey-1' : !favorite}"></cv-star-icon>
<mb-icon name="star" width="18px" height="18px" ng-class="{'text-grey-1' : !favorite}"></mb-icon>
</a>
<svg id="star" viewBox="0 0 32 32" fill="currentcolor" ng-attr-width="{{width}}" ng-attr-height="{{height}}">
<path d="M16 0 L21 11 L32 12 L23 19 L26 31 L16 25 L6 31 L9 19 L0 12 L11 11 "></path>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment