@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) • 800 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-high-16><path d="M11.413 1.09a1 1 0 1 0-.826 1.82C12.623 3.835 14 5.788 14 8c0 2.212-1.377 4.165-3.413 5.09a1 1 0 0 0 .826 1.82C14.09 13.696 16 11.076 16 8s-1.91-5.696-4.587-6.91Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M6.4 2.125a1.1 1.1 0 0 1 1.6.98v9.794a1.1 1.1 0 0 1-1.6.98L2.326 11.8a4.265 4.265 0 0 1 .002-7.598L6.4 2.125ZM6 4.574 3.237 5.983a2.265 2.265 0 0 0-.002 4.035L6 11.43V4.574Z"></path><path d="M10 10.621c0 .276.228.473.464.33.638-.383 1.536-1.404 1.536-2.95 0-1.548-.898-2.567-1.535-2.949-.237-.142-.465.055-.465.331v5.238Z"></path></symbol>';
}