@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) • 676 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-book-16><path fill-rule=evenodd d="M13.9 13H12c-1.289 0-2.37.283-3.293 1.207a1 1 0 0 1-1.414 0C6.369 13.283 5.289 13 4 13H2.1A1.1 1.1 0 0 1 1 11.9V3.1A1.1 1.1 0 0 1 2.1 2H4c1.434 0 2.846.279 4 1.166C9.154 2.28 10.566 2 12 2h1.9A1.1 1.1 0 0 1 15 3.1v8.8a1.1 1.1 0 0 1-1.1 1.1ZM3 4h1c1.107 0 2.15.188 3 .932v6.624C6.065 11.122 5.022 11 4 11H3V4Zm6 7.556c.935-.434 1.978-.556 3-.556h1V4h-1c-1.107 0-2.15.188-3 .932v6.624Z" clip-rule=evenodd></path></symbol>';
}