@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) • 607 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-youtube-24><path d="M23.498 6.185a3.016 3.016 0 0 0-2.122-2.135C19.506 3.545 12 3.545 12 3.545s-7.505 0-9.376.505A3.016 3.016 0 0 0 .502 6.185C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.872.505 9.376.505 9.376.505s7.506 0 9.376-.505a3.016 3.016 0 0 0 2.122-2.136C24 15.931 24 12 24 12s0-3.93-.502-5.815ZM9.545 15.57V8.43L15.818 12l-6.273 3.569Z"></path></symbol>';
}