<div class="content-card bg-dust">
    <h4 class="t-sans t-base t-bold margin-bottom--half">
        <a href="#">Title link <span class="ui-icon ui-static ui-small i-primary ">
  <svg>
    <use xlink:href="#i-arrow-right"></use>
  </svg>
</span>
</a>
    </h4>
    <p>Some such content</p>
</div>
<div class="content-card bg-dust">
  <h4 class="t-sans t-base t-bold margin-bottom--half">
    <a href="#">{{default name 'Title link'}} {{> @icons-base icon="arrow-right" fill="primary" size="small" }}</a>
  </h4>
  <p>{{default description 'Some such content'}}</p>
</div>
/* No context defined for this component. */

There are no notes for this item.