@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) • 566 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-graph-16><path fill-rule=evenodd clip-rule=evenodd d="M3 2a1 1 0 0 0-2 0v10.5A2.5 2.5 0 0 0 3.5 15H14a1 1 0 1 0 0-2H3.5a.5.5 0 0 1-.5-.5V2Zm1.232 7.36 2.492-2.99a.997.997 0 0 1 1.492-.068l1.235 1.235 2.796-3.196a1 1 0 0 1 1.506 1.317l-3.494 3.993-.029.032a.997.997 0 0 1-1.444.017L7.567 8.481l-1.799 2.16A1 1 0 1 1 4.232 9.36Z"></path></symbol>';
}