@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) • 576 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 24 24" id=icon-stepper-confirmation-24><path d="M0 12C0 5.373 5.373 0 12 0c3.183 0 6.235 1.264 8.485 3.515A11.996 11.996 0 0124 12c0 6.627-5.373 12-12 12S0 18.627 0 12zm10.71 4.71l8-8h-.01a1 1 0 00-1.41-1.41L10 14.59 6.71 11.3a1 1 0 00-1.41 1.41l4 4a1 1 0 001.41 0z" fill="var(--progress-stepper-confirmation-icon, var(--color-background-information))"></path></symbol>';
}