@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) • 597 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-mail-open-24><path fill-rule=evenodd d="M13.8 1.597a3 3 0 0 0-3.6 0L1.8 7.9A2 2 0 0 0 1 9.5V20a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V9.5a2 2 0 0 0-.8-1.6l-8.4-6.303Zm-2.4 1.6a1 1 0 0 1 1.2 0l7.812 5.862-7.82 5.745a1 1 0 0 1-1.184 0l-7.82-5.745L11.4 3.197ZM3 11.108V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.892l-7.224 5.308a3 3 0 0 1-3.552 0L3 11.108Z" clip-rule=evenodd></path></symbol>';
}