@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) • 802 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-audio-high-24><path fill-rule=evenodd clip-rule=evenodd d="M15.063 2.65a1 1 0 0 1 1.287-.587C20.254 3.52 23 7.465 23 12c0 4.535-2.746 8.48-6.65 9.937a1 1 0 0 1-.7-1.874C18.737 18.912 21 15.738 21 12c0-3.738-2.263-6.911-5.35-8.063a1 1 0 0 1-.587-1.286ZM15 15.804c0 .474.49.78.87.499C17.17 15.342 18 13.754 18 12c0-1.753-.831-3.342-2.13-4.301-.38-.282-.87.025-.87.498v7.606ZM4.655 9.05 10 5.783v12.434l-5.345-3.266a3.458 3.458 0 0 1 0-5.901ZM12 4.258c0-.894-.979-1.443-1.741-.977L3.612 7.343a5.458 5.458 0 0 0 0 9.314l6.647 4.062A1.144 1.144 0 0 0 12 19.743V4.258Z"></path></symbol>';
}