@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) • 935 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-watch-16><path d="M9 7a1 1 0 0 0-2 0v1a1 1 0 0 0 .293.707l1 1a1 1 0 0 0 1.414-1.414L9 7.586V7Z"></path><path fill-rule=evenodd d="M6.203 0a2.5 2.5 0 0 0-2.44 1.958l-.71 3.195C2.397 5.94 2 6.907 2 8s.397 2.06 1.053 2.847l.71 3.195A2.5 2.5 0 0 0 6.203 16h3.594a2.5 2.5 0 0 0 2.44-1.958l.71-3.196C13.605 10.06 14 9.093 14 8c0-1.093-.396-2.06-1.052-2.846l-.71-3.196A2.5 2.5 0 0 0 9.796 0H6.203Zm-.488 13.608-.238-1.074a7.047 7.047 0 0 0 5.047 0l-.239 1.074a.5.5 0 0 1-.488.392H6.203a.5.5 0 0 1-.488-.392Zm4.809-10.141-.239-1.075A.5.5 0 0 0 9.797 2H6.203a.5.5 0 0 0-.488.392l-.238 1.074a7.047 7.047 0 0 1 5.047 0ZM8 5c2.429 0 4 1.54 4 3s-1.571 3-4 3c-2.429 0-4-1.54-4-3s1.571-3 4-3Z" clip-rule=evenodd></path></symbol>';
}