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) 703 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-sad-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 0Zm-8.105 7.947C8.702 13.833 10.323 13 12 13c1.677 0 3.299.833 4.106 2.447a1 1 0 1 0 1.789-.894C16.702 12.167 14.323 11 12 11c-2.323 0-4.701 1.167-5.894 3.553a1 1 0 1 0 1.789.894Z"></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>'; }