@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) • 579 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-mountain-16><path fill-rule=evenodd clip-rule=evenodd d="M10.008 4.387 7.931 8.418c-.33.64-1.184.776-1.696.272L4.727 7.207l-2.72 4.792h11.992l-3.99-7.612ZM8.524 2.901c.618-1.2 2.331-1.206 2.958-.01l4.288 8.18c.698 1.331-.268 2.928-1.771 2.928H2.007C.474 14-.49 12.345.267 11.012l2.935-5.17a1.667 1.667 0 0 1 2.619-.365l.913.898 1.79-3.474Z"></path></symbol>';
}