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) 778 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-target-24><path fill-rule=evenodd clip-rule=evenodd d="M20 1a1 1 0 1 0-2 0v3.586l-7.707 7.707a1 1 0 1 0 1.414 1.414L19.414 6H23a1 1 0 1 0 0-2h-3V1ZM2 13.5A8.5 8.5 0 0 1 10.5 5c1.108 0 2.164.211 3.131.595a1 1 0 0 0 .738-1.86A10.475 10.475 0 0 0 10.5 3C4.701 3 0 7.701 0 13.5S4.701 24 10.5 24 21 19.299 21 13.5c0-1.364-.26-2.67-.736-3.869a1 1 0 0 0-1.86.738A8.5 8.5 0 1 1 2 13.5Zm8.11-3.479a1 1 0 0 0-.22-1.988A5.502 5.502 0 0 0 10.5 19a5.502 5.502 0 0 0 5.466-4.89 1 1 0 1 0-1.987-.22A3.502 3.502 0 0 1 7 13.5a3.502 3.502 0 0 1 3.11-3.479Z"></path></symbol>'; }