@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) • 633 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 24 24" id=icon-eye-24><path d="M12 11a3 3 0 1 1 0 6 3 3 0 0 1 0-6Zm.272-5.996c2.792.078 5.128 1.352 6.891 2.861 1.816 1.554 3.095 3.414 3.732 4.688a1 1 0 0 1-1.79.894c-.53-1.06-1.65-2.7-3.242-4.062-1.49-1.274-3.328-2.256-5.437-2.373L12 7l-.425.012c-2.109.117-3.948 1.098-5.437 2.373-1.593 1.363-2.713 3.002-3.243 4.062a1 1 0 0 1-1.79-.894c.637-1.274 1.917-3.134 3.732-4.688C6.657 6.308 9.088 5 12 5l.272.004Z"></path></symbol>';
}