@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) • 569 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-krona-24><path d="M4 3a1 1 0 0 1 1 1v8.297l4.24-4.948a1 1 0 0 1 1.52 1.302l-2.703 3.153 4.791 7.666a1 1 0 1 1-1.696 1.06l-4.46-7.135L5 15.37V20a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1Zm13 5a1 1 0 1 0-2 0v12a1 1 0 1 0 2 0v-7c0-1.178.593-2.235 1.43-2.793.789-.526 1.851-.651 3.015.125a1 1 0 0 0 1.11-1.664C20.58 7.352 18.48 7.603 17 8.776V8Z"></path></symbol>';
}