@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) • 621 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-audio-low-16><path fill-rule=evenodd clip-rule=evenodd d="M8 3.103a1.1 1.1 0 0 0-1.6-.98L2.327 4.201a4.265 4.265 0 0 0 0 7.599L6.4 13.877a1.1 1.1 0 0 0 1.6-.98V3.103Zm-4.764 2.88L6 4.572v6.855l-2.764-1.41a2.265 2.265 0 0 1 0-4.036Z"></path><path d="M10.464 10.951c-.236.143-.464-.054-.464-.33V5.383c0-.276.228-.473.465-.33C11.102 5.433 12 6.452 12 8c0 1.547-.898 2.568-1.536 2.951Z"></path></symbol>';
}