@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) • 451 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-send-24><path d="M1 3a1.002 1.002 0 0 0-.707 1.707l6.747 6.748.965 9.645a1 1 0 0 0 1.767.536l14-17A1 1 0 0 0 23 3H1Zm7.212 6.798L3.414 5h17.467L9.756 18.509l-.69-6.903 6.857-3.2a1 1 0 1 0-.846-1.812L8.212 9.798Z"></path></symbol>';
}