@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) • 709 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-mail-64><path fill-rule=evenodd d="M10.833 8A7.833 7.833 0 0 0 3 15.833v32.334A7.833 7.833 0 0 0 10.833 56h42.334A7.833 7.833 0 0 0 61 48.167V15.833A7.833 7.833 0 0 0 53.167 8H10.833ZM8 15.833A2.833 2.833 0 0 1 10.833 13h42.334A2.833 2.833 0 0 1 56 15.833v1.55L33.72 34.415a2.833 2.833 0 0 1-3.441 0L8 17.382v-1.549Zm0 7.843v24.491A2.833 2.833 0 0 0 10.833 51h42.334A2.833 2.833 0 0 0 56 48.167v-24.49l-19.242 14.71a7.833 7.833 0 0 1-9.516 0L8 23.676Z" clip-rule=evenodd></path></symbol>';
}