@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) • 604 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 20 20" id=icon-text-messaging-20><path fill-rule=evenodd clip-rule=evenodd d="M1 5a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3v.998c0 1.578-1.743 2.535-3.074 1.687L8.709 16H4a3 3 0 0 1-3-3V5Zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.291l.246.156L14 16.998V14h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4Zm0 3a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 2a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H5Z"></path></symbol>';
}