@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) • 928 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-money-back-guarantee-16><path fill-rule=evenodd clip-rule=evenodd d="M8.992.357a1.559 1.559 0 0 0-1.984 0C5.4 1.687 3.288 2.097 2.353 2.21 1.62 2.301 1 2.921 1 3.726V8c0 1.288.335 2.666 1.306 4.025.96 1.343 2.501 2.611 4.821 3.77.55.274 1.196.274 1.746 0 2.32-1.159 3.86-2.427 4.82-3.77C14.666 10.665 15 9.287 15 8V3.726c0-.805-.62-1.425-1.353-1.515-.934-.115-3.048-.524-4.655-1.854ZM3 7.999v-3.86c1.15-.181 3.23-.675 5-2.018 1.77 1.343 3.85 1.837 5 2.018V8c0 .915-.23 1.877-.934 2.862-.713.998-1.953 2.075-4.066 3.133-2.113-1.058-3.353-2.135-4.066-3.133C3.229 9.876 3 8.914 3 8Zm8.207-.793a1 1 0 0 0-1.414-1.414L7 8.584l-.793-.792a1 1 0 0 0-1.414 1.414l1.5 1.5a1 1 0 0 0 1.414 0l3.5-3.5Z"></path></symbol>';
}