@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) • 580 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 16 16" id=icon-mail-16><path fill-rule=evenodd d="M3.5 2A2.5 2.5 0 0 0 1 4.5v7A2.5 2.5 0 0 0 3.5 14h9a2.5 2.5 0 0 0 2.5-2.5v-7A2.5 2.5 0 0 0 12.5 2h-9ZM13 4.947V4.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v.447l4.734 2.975a.5.5 0 0 0 .532 0L13 4.947ZM3 7.31v4.19a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7.31L9.33 9.614a2.5 2.5 0 0 1-2.66 0L3 7.31Z" clip-rule=evenodd></path></symbol>';
}