@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 24 24" id=icon-tiktok-24><path fill-rule=evenodd clip-rule=evenodd d="M24 12c0 6.628-5.372 12-12 12-6.627 0-12-5.372-12-12C0 5.373 5.373 0 12 0c6.628 0 12 5.373 12 12Zm-8.658-7.897a4.022 4.022 0 0 0 1.76 2.631c.629.41 1.38.65 2.185.65v2.885a6.86 6.86 0 0 1-4.013-1.29v5.861a5.316 5.316 0 0 1-5.31 5.31 5.278 5.278 0 0 1-3.043-.962 5.305 5.305 0 0 1-2.267-4.347 5.316 5.316 0 0 1 5.31-5.31c.243 0 .482.02.716.052v2.945a2.387 2.387 0 0 0-.716-.112 2.428 2.428 0 0 0-2.425 2.425 2.427 2.427 0 0 0 2.425 2.425 2.426 2.426 0 0 0 2.42-2.334l.005-11.56h2.885c0 .249.024.493.068.731Z"></path></symbol>';
}