@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) • 477 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-search-24><path d="M3 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm19.703 11.29-5.67-5.67-.008-.003A8.954 8.954 0 0 0 19 10a9 9 0 0 0-9-9 9 9 0 0 0-9 9 9 9 0 0 0 9 9 8.958 8.958 0 0 0 5.66-2.007l5.663 5.717c.19.187.445.292.71.29a1 1 0 0 0 .67-1.71Z"></path></symbol>';
}