UNPKG

@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) 632 B
"use strict"; 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-face-neutral-24><path d="M9.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM16 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm1 4.5a1 1 0 1 1 0 2c-3.907 0-6.738.487-9.553 1.894a1 1 0 1 1-.894-1.788C9.738 12.513 12.907 12 17 12Z"></path><path fill-rule=evenodd d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z"></path></symbol>'; }