@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) • 673 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-profile-20><path fill-rule=evenodd clip-rule=evenodd d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 2c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M10 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 3c-2.174 0-3.908.98-4.644 2.197L3.645 16.16C4.822 14.215 7.294 13 10 13c2.707 0 5.178 1.216 6.355 3.161l-1.71 1.036C13.908 15.98 12.174 15 10 15Z"></path></symbol>';
}