@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) • 551 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 16 16" id=icon-microphone-16><path d="M8 9a3 3 0 0 0 3-3V3a3 3 0 1 0-6 0v3a3 3 0 0 0 3 3ZM7 3a1 1 0 1 1 2 0v3a1 1 0 0 1-2 0V3Z"></path><path d="M12.74 8.026a1 1 0 0 1 .76.104 1 1 0 0 1 .37 1.37A6.74 6.74 0 0 1 9 12.92V15a1 1 0 1 1-2 0v-2.08a6.74 6.74 0 0 1-4.87-3.43 1 1 0 1 1 1.73-1 4.67 4.67 0 0 0 8.27 0 1 1 0 0 1 .61-.464Z"></path></symbol>';
}