@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) • 564 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 16 16" id=icon-krona-16><path d="M3 2a1 1 0 0 1 1 1v4.586l2.293-2.293a1 1 0 0 1 1.414 1.414L6.26 8.155l2.599 4.33a1 1 0 1 1-1.715 1.03L4.802 9.612 4 10.414V13a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1Zm7 11a1 1 0 1 0 2 0v-3c0-.987.39-1.668.85-2.013.439-.329 1.032-.428 1.703-.093a1 1 0 1 0 .894-1.789c-1.188-.594-2.437-.537-3.447.05V6a1 1 0 1 0-2 0v7Z"></path></symbol>';
}