@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) • 619 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-mountain-24><path fill-rule=evenodd clip-rule=evenodd d="M12.76 3.13c.71-1.455 2.76-1.51 3.546-.097l7.37 13.252c.925 1.667-.28 3.715-2.186 3.715H2.51C.614 20-.592 17.976.31 16.31l4.465-8.246c.742-1.37 2.697-1.403 3.484-.059l1.16 1.979 3.34-6.855Zm9.167 14.127L14.56 4.005l-4.078 8.366a1.1 1.1 0 0 1-1.938.074L6.535 9.016 2.07 17.262a.5.5 0 0 0 .44.738h18.98a.5.5 0 0 0 .437-.743Z"></path></symbol>';
}