@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) • 718 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 20 20" id=icon-map-20><path fill-rule=evenodd clip-rule=evenodd d="M19 2.999a1 1 0 0 0-1.392-.92l-4.385 1.87a.667.667 0 0 1-.497.01L7.978 2.172a2.667 2.667 0 0 0-1.985.041L1.608 4.08A1 1 0 0 0 1 5v12a1 1 0 0 0 1.392.92l4.385-1.866a.667.667 0 0 1 .496-.01l4.75 1.786a2.666 2.666 0 0 0 1.983-.043l4.386-1.867A1 1 0 0 0 19 15V3ZM6 4.383 3 5.66v9.827l2.994-1.274A.146.146 0 0 1 6 14.21V4.383Zm2 9.796 4 1.504v-9.86L8 4.316v9.863Zm6-8.387v9.823l3-1.277V4.513l-2.992 1.276c-.003 0-.005.002-.008.003Z"></path></symbol>';
}