@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) • 913 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-secure-purchase-16><path d="M7.118.273a1.56 1.56 0 0 1 1.874.084c1.607 1.33 3.721 1.74 4.655 1.855.733.09 1.353.709 1.353 1.515v4.272c0 1.288-.335 2.667-1.307 4.025-.96 1.344-2.5 2.612-4.82 3.77a1.955 1.955 0 0 1-1.746 0c-2.32-1.159-3.86-2.427-4.82-3.77C1.335 10.666 1 9.287 1 8V3.727c0-.806.62-1.425 1.353-1.515l.402-.059C3.807 1.98 5.602 1.521 7.008.357l.11-.084ZM8 2.117C6.23 3.461 4.15 3.957 3 4.14V8c0 .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.133C12.771 9.876 13 8.914 13 8V4.14c-1.15-.182-3.23-.678-5-2.022Zm1.793 3.675a1 1 0 1 1 1.414 1.414l-3.5 3.5a1 1 0 0 1-1.414 0l-1.5-1.5a1 1 0 1 1 1.414-1.414L7 8.585l2.793-2.793Z"></path></symbol>';
}