@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) • 704 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-face-happy-16><path fill-rule=evenodd clip-rule=evenodd d="M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM6.125 7a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25ZM11 5.875a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Zm.412 2.213a1 1 0 0 0-1.323.499c-.428.945-1.131 1.412-2.09 1.412L7.962 10c-.938-.012-1.628-.48-2.05-1.412a1 1 0 0 0-1.822.825C4.813 11.013 6.192 12 7.999 12h.051c1.784-.018 3.143-1.002 3.861-2.587a1 1 0 0 0-.498-1.324Z"></path></symbol>';
}