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) 906 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-show-24><path fill-rule=evenodd clip-rule=evenodd d="M1.112 12.459a.994.994 0 0 1 0-.918c.294-.585 1.354-2.424 3.132-4.136C6.036 5.679 8.647 4 12 4c3.354 0 5.964 1.679 7.756 3.405 1.779 1.712 2.838 3.55 3.133 4.136A1.015 1.015 0 0 1 23 12a.995.995 0 0 1-.111.459c-.295.585-1.354 2.424-3.133 4.136C17.964 18.321 15.354 20 12 20c-3.353 0-5.964-1.679-7.756-3.405-1.779-1.712-2.838-3.551-3.132-4.136Zm4.52 2.696A15.309 15.309 0 0 1 3.141 12a15.308 15.308 0 0 1 2.49-3.155C7.213 7.321 9.353 6 12 6s4.786 1.321 6.37 2.845A15.306 15.306 0 0 1 20.86 12a15.306 15.306 0 0 1-2.49 3.155C16.785 16.679 14.646 18 12 18s-4.786-1.321-6.369-2.845ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"></path></symbol>'; }