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) 427 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-search-filled-24><path fill-rule=evenodd d="M15.215 17.336a9 9 0 1 1 2.121-2.121l5.725 5.724a1.5 1.5 0 0 1-2.122 2.122l-5.724-5.725ZM16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z" clip-rule=evenodd></path></symbol>'; }