@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-small-letter-24><path fill-rule=evenodd d="M5.6 5A2.6 2.6 0 0 0 3 7.6v8.8A2.6 2.6 0 0 0 5.6 19h12.8a2.6 2.6 0 0 0 2.6-2.6V7.6A2.6 2.6 0 0 0 18.4 5H5.6Zm13.393 2.506A.6.6 0 0 0 18.4 7H5.6a.6.6 0 0 0-.592.506l6.632 4.974a.6.6 0 0 0 .72 0l6.633-4.974ZM5 10v6.4a.6.6 0 0 0 .6.6h12.8a.6.6 0 0 0 .6-.6V10l-5.44 4.08a2.6 2.6 0 0 1-3.12 0L5 10Z" clip-rule=evenodd></path></symbol>';
}