@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) • 870 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-ai-search-24><path d="M10 1c.434 0 .861.031 1.28.09l.414.07.1.024a1 1 0 0 1-.372 1.955l-.102-.015-.323-.054A7 7 0 1 0 10 17a7.003 7.003 0 0 0 6.491-4.373l.043-.093a1 1 0 0 1 1.81.844l-.13.306a8.999 8.999 0 0 1-1.183 1.933l5.676 5.676.068.076a1 1 0 0 1-1.406 1.406l-.076-.068-5.677-5.677A9 9 0 1 1 10 1Zm7.125-.293c.202-.943 1.548-.943 1.75 0l.352 1.636a1.864 1.864 0 0 0 1.43 1.43l1.636.352c.943.202.943 1.548 0 1.75l-1.636.352a1.864 1.864 0 0 0-1.43 1.431l-.352 1.635c-.203.943-1.547.943-1.75 0l-.352-1.635a1.865 1.865 0 0 0-1.431-1.431l-1.635-.352c-.943-.202-.943-1.548 0-1.75l1.635-.352a1.864 1.864 0 0 0 1.431-1.43l.352-1.636Z"></path></symbol>';
}