@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) • 582 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-twitter-24><path fill-rule=evenodd clip-rule=evenodd d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm5.946-18.5-4.736 5.505 5.15 7.495h-3.787l-3.469-5.047L6.762 18.5H5.64l4.966-5.772L5.64 5.5h3.788l3.284 4.78 4.112-4.78h1.122Zm-6.776 6.572.503.72 3.427 4.902h1.724l-4.2-6.008-.503-.72L8.89 6.345H7.166l4.004 5.727Z"></path></symbol>';
}