@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) • 563 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-microphone-24><path d="M17 10a5 5 0 0 1-10 0V6a5 5 0 0 1 10 0v4Zm-5 3a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v4a3 3 0 0 0 3 3Zm6.797.021a1 1 0 0 1 1.033 1.529A9.002 9.002 0 0 1 13 18.94V21h2a1 1 0 0 1 0 2H9a1 1 0 0 1 0-2h2v-2.06a9 9 0 0 1-6.83-4.38 1 1 0 1 1 1.66-1.11A7 7 0 0 0 12 17a7 7 0 0 0 6.16-3.55c.147-.222.376-.376.637-.429Z"></path></symbol>';
}