@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) • 584 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-eye-16><path d="M8 7.75a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5ZM8 3c2.443 0 4.304 1.169 5.583 2.406a12.13 12.13 0 0 1 2.312 3.147 1 1 0 0 1-1.79.894 10.131 10.131 0 0 0-1.912-2.603C11.147 5.83 9.757 5 8 5c-1.757 0-3.145.832-4.191 1.844a10.14 10.14 0 0 0-1.914 2.603 1 1 0 0 1-1.79-.894 12.13 12.13 0 0 1 2.312-3.147C3.697 4.17 5.557 3 8 3Z"></path></symbol>';
}