@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) • 997 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-off-24><path fill-rule=evenodd clip-rule=evenodd d="M16.35 2.063a1 1 0 0 0-.7 1.874C18.737 5.09 21 8.262 21 12c0 1.462-.347 2.84-.956 4.046l-2.423-2.04c.245-.622.379-1.3.379-2.006 0-1.753-.831-3.342-2.13-4.301-.38-.282-.87.025-.87.498V11.8l-3-2.527V4.257c0-.893-.978-1.442-1.74-.976l.518.85-.519-.85-3.114 1.903-3.5-2.949a1 1 0 0 0-1.29 1.53l19 16a1 1 0 1 0 1.29-1.53l-1.037-.872A10.942 10.942 0 0 0 23 12c0-4.535-2.746-8.48-6.65-9.937ZM4.248 8.001a1 1 0 0 1-.085 1.412 3.458 3.458 0 0 0 .492 5.537L10 18.217V15a1 1 0 1 1 2 0v4.742c0 .894-.979 1.443-1.741.977l-6.647-4.063a5.458 5.458 0 0 1-.775-8.74 1 1 0 0 1 1.411.085Zm14.104 11.744a1 1 0 0 1-.329 1.375 9.642 9.642 0 0 1-1.673.818 1 1 0 0 1-.7-1.874 7.64 7.64 0 0 0 1.327-.648 1 1 0 0 1 1.375.329Z"></path></symbol>';
}