@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) • 689 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 64 64" id=icon-confirmation-64><path fill-rule=evenodd clip-rule=evenodd d="m49.676 14.322.002.002A24.99 24.99 0 0 1 57 32c0 13.806-11.194 25-25 25S7 45.806 7 32 18.194 7 32 7a24.99 24.99 0 0 1 17.676 7.322ZM32 2a29.99 29.99 0 0 1 21.212 8.787A29.99 29.99 0 0 1 62 32c0 16.568-13.432 30-30 30C15.432 62 2 48.568 2 32 2 15.432 15.432 2 32 2Zm12.268 24.768a2.5 2.5 0 0 0-3.536-3.536L28.5 35.465l-5.232-5.233a2.5 2.5 0 1 0-3.536 3.536l7 7a2.5 2.5 0 0 0 3.536 0l14-14Z"></path></symbol>';
}