@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) • 560 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-share-android-20><path fill-rule=evenodd d="M15 7a3 3 0 1 0-2.98-2.653L5.865 7.65a3 3 0 1 0 0 4.7l6.155 3.303a3 3 0 1 0 .882-1.797l-5.973-3.205a3.01 3.01 0 0 0 0-1.303l5.972-3.204A2.99 2.99 0 0 0 15 7Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM5 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule=evenodd></path></symbol>';
}