@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) • 435 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-arrow-up-24><path d="m11.29 2.296-7.996 7.998a1.004 1.004 0 0 0 1.419 1.42L11 5.414V21a1 1 0 0 0 1.998 0V5.415l6.287 6.298a1 1 0 0 0 1.42 0 1.001 1.001 0 0 0 0-1.42l-7.996-7.997a1 1 0 0 0-1.42 0Z"></path></symbol>';
}