@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) • 716 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-people-16><path d="M4.75 10c1.904 0 3.576.964 4.615 2.419l.054.087a1 1 0 0 1-1.682 1.075l-.135-.179C6.906 12.534 5.88 12 4.75 12c-1.118 0-2.103.525-2.8 1.401l-.135.18A1.001 1.001 0 0 1 .186 12.42l.2-.265C1.42 10.857 2.955 10 4.75 10ZM11 10a5.99 5.99 0 0 1 4.8 2.4 1 1 0 0 1-1.598 1.2A3.994 3.994 0 0 0 11 12a1 1 0 1 1 0-2ZM4.5 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7ZM12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM4.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM12 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"></path></symbol>';
}