@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) • 573 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-diamond-16><path fill-rule=evenodd d="M7.996 1H4.234a1.5 1.5 0 0 0-1.153.54L.462 4.69a2 2 0 0 0 .063 2.63l6.737 7.355a1 1 0 0 0 1.474 0l6.739-7.355a2 2 0 0 0 .062-2.631l-2.62-3.149A1.5 1.5 0 0 0 11.763 1H7.996ZM4.469 3 2.805 5h4.194V3H4.47Zm4.53 0v2h4.195L11.53 3H9Zm-2 4H2.944L7 11.428V7Zm2 4.428V7h4.056L9 11.428Z" clip-rule=evenodd></path></symbol>';
}