@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) • 550 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-sparkline-up-filled-24><path fill-rule=evenodd clip-rule=evenodd d="M16.25 6a1.25 1.25 0 1 0 0 2.5h2.482L13 14.232l-4.116-4.116a1.25 1.25 0 0 0-1.768 0l-5.75 5.75a1.25 1.25 0 0 0 1.768 1.768L8 12.768l4.116 4.116a1.25 1.25 0 0 0 1.768 0l6.616-6.616v2.482a1.25 1.25 0 1 0 2.5 0v-5.5C23 6.56 22.44 6 21.75 6h-5.5Z"></path></symbol>';
}