@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) • 506 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 64 64" id=icon-search-64><path d="m44.935 41.4 15.11 15.11a2.5 2.5 0 1 1-3.535 3.536L41.4 44.936A22.903 22.903 0 0 1 27 50C14.297 50 4 39.703 4 27S14.297 4 27 4s23 10.297 23 23c0 5.45-1.896 10.459-5.065 14.4ZM27 45c9.941 0 18-8.059 18-18S36.941 9 27 9 9 17.059 9 27s8.059 18 18 18Z"></path></symbol>';
}