@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) • 664 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 64 64" id=icon-text-messaging-64><path d="M13 23.5a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 0 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5Zm2.5 8.5a2.5 2.5 0 0 0 0 5h14a2.5 2.5 0 0 0 0-5h-14Z"></path><path d="M12 8h40a9 9 0 0 1 9 9v24a9.001 9.001 0 0 1-7.95 8.94l-.05.004V56c0 3.956-4.36 6.319-7.66 4.234l-.173-.114L30.447 50H12a9 9 0 0 1-8.996-8.735L3 41V17a9 9 0 0 1 9-9Zm44 9a4 4 0 0 0-4-4H12a4 4 0 0 0-4 4v24a4 4 0 0 0 4 4h20l16 11V45h4a4 4 0 0 0 4-4V17Z"></path></symbol>';
}