UNPKG

@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) 667 B
"use strict"; 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-confirmation-24><path fill-rule=evenodd clip-rule=evenodd d="M19.07 4.929h.001A9.996 9.996 0 0 1 22 12c0 5.522-4.478 10-10 10S2 17.522 2 12 6.478 2 12 2a9.996 9.996 0 0 1 7.07 2.929ZM0 12C0 5.373 5.373 0 12 0c3.183 0 6.235 1.264 8.485 3.515A11.996 11.996 0 0 1 24 12c0 6.627-5.373 12-12 12S0 18.627 0 12Zm16.715-1.965A1 1 0 0 0 15.3 8.621l-4.632 4.631-1.962-1.962a1 1 0 0 0-1.414 1.415l2.67 2.669a1 1 0 0 0 1.413 0l5.339-5.339Z"></path></symbol>'; }