@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) • 964 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-nfc-24><path fill-rule=evenodd clip-rule=evenodd d="M16.604 1.155a1 1 0 0 1 1.38.31C19.89 4.485 21 8.109 21 12c0 3.892-1.11 7.517-3.017 10.535a1 1 0 0 1-1.69-1.07C18 18.765 19 15.51 19 12c0-3.508-1-6.763-2.707-9.466a1 1 0 0 1 .31-1.38ZM12.08 3.439a1 1 0 0 1 1.39.26C15.063 6.026 16 8.899 16 12c0 3.1-.937 5.974-2.53 8.301a1 1 0 1 1-1.65-1.13c1.366-1.996 2.18-4.475 2.18-7.17 0-2.696-.814-5.176-2.18-7.172a1 1 0 0 1 .26-1.39ZM8.965 6A1 1 0 1 0 7.4 7.245C8.385 8.485 9 10.15 9 12s-.615 3.516-1.6 4.756A1 1 0 0 0 8.965 18C10.24 16.4 11 14.291 11 12s-.762-4.398-2.035-6ZM4.95 15.876C5.63 14.93 6 13.496 6 12c0-1.498-.369-2.93-1.051-3.875a1 1 0 0 0-1.622 1.17C3.687 9.794 4 10.77 4 12s-.313 2.207-.673 2.705a1 1 0 1 0 1.622 1.17Z"></path></symbol>';
}