@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) • 470 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 12 12" id=icon-arrow-up-12><path d="m5.477 1.208-4.27 4.287a.717.717 0 0 0 .003 1.01.71.71 0 0 0 1.007-.003L5.271 3.43v6.852a.713.713 0 1 0 1.423 0V3.43l3.054 3.072a.71.71 0 0 0 1.232-.297.716.716 0 0 0-.229-.71l-4.27-4.287a.71.71 0 0 0-1.004 0Z"></path></symbol>';
}