@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) • 564 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-share-android-16><path fill-rule=evenodd d="M12 6a3 3 0 1 0-2.972-2.587L4.93 5.703a3 3 0 1 0 .01 4.585l4.09 2.284a3 3 0 1 0 .93-1.772L5.948 8.56a3.017 3.017 0 0 0-.003-1.133L9.95 5.189A2.99 2.99 0 0 0 12 6Zm0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" clip-rule=evenodd></path></symbol>';
}