@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) • 664 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-diamond-24><path fill-rule=evenodd d="M18.232 1H5.761a2.5 2.5 0 0 0-2.019 1.026L.48 6.498a2.501 2.501 0 0 0 .047 3.009l9.89 12.72a1.999 1.999 0 0 0 3.156.002l9.9-12.72a2.502 2.502 0 0 0 .045-3.013L20.25 2.024A2.499 2.499 0 0 0 18.232 1ZM5.761 3a.5.5 0 0 0-.404.205L2.589 7.001h8.408V3H5.76Zm5.236 6H2.666l8.33 10.716V9Zm2 0h8.337l-8.338 10.714V9.001Zm8.413-2h-8.414V3h5.236a.5.5 0 0 1 .404.205l2.774 3.796Z" clip-rule=evenodd></path></symbol>';
}