@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) • 731 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-facebook-messenger-24><path d="M12 0C5.24 0 0 4.952 0 11.64c0 3.499 1.434 6.521 3.769 8.61a.957.957 0 0 1 .322.684l.066 2.136a.96.96 0 0 0 1.346.849l2.383-1.05a.958.958 0 0 1 .64-.047c1.132.308 2.3.462 3.474.458 6.76 0 12-4.95 12-11.64S18.76 0 12 0Zm7.206 8.956-3.525 5.594a1.799 1.799 0 0 1-2.603.48l-2.803-2.103a.72.72 0 0 0-.868.003l-3.786 2.872c-.505.384-1.165-.221-.827-.758l3.525-5.593a1.8 1.8 0 0 1 2.603-.48l2.803 2.103a.72.72 0 0 0 .868-.002l3.786-2.874c.505-.384 1.165.221.827.758Z"></path></symbol>';
}