@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) • 755 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-book-24><path fill-rule=evenodd d="M5.5 3c2.249 0 4.717.384 6.5 1.688C13.783 3.384 16.25 3 18.5 3h3.35c.635 0 1.15.515 1.15 1.15v13.7A1.15 1.15 0 0 1 21.85 19H18.5c-2.436 0-4.586.5-5.793 1.707a1 1 0 0 1-1.414 0C10.086 19.5 7.936 19 5.5 19H2.15A1.15 1.15 0 0 1 1 17.85V4.15C1 3.515 1.515 3 2.15 3H5.5Zm0 2c2.25 0 4.257.427 5.502 1.444C11 10 11 14 11 18.083 9.355 17.26 7.353 17 5.5 17H3V5h2.5ZM13 18.082C14.645 17.261 16.647 17 18.5 17H21V5h-2.5c-2.25 0-4.258.427-5.502 1.444C13 10 13 14 13 18.082Z" clip-rule=evenodd></path></symbol>';
}