@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) • 526 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-arrow-up-16><path d="M8.354 1.075a.994.994 0 0 0-1.086.22L1.29 7.297a1.004 1.004 0 0 0 .005 1.416.994.994 0 0 0 1.41-.005l4.274-4.302V14c0 .552.446 1 .997 1 .55 0 .996-.448.996-1V4.406l4.275 4.302a.994.994 0 0 0 1.725-.417 1.003 1.003 0 0 0-.32-.994L8.673 1.295a.996.996 0 0 0-.319-.22Z"></path></symbol>';
}